Commit graph

  • 6f51e3df79 * s/sol2.h (C_SWITCH_X_SYSTEM): Deleted. (LD_SWITCH_SYSTEM): Delete the -L option, leave just -R. Jim Blandy 1993-05-27 03:02:21 +00:00
  • b90589d8fd * Makefile.in (ALL_CFLAGS): Include -I${srcdir}. (getopt.o, getopt1.c): Use ${srcdir} as appropriate. Jim Blandy 1993-05-27 02:54:03 +00:00
  • 5e231e7058 * Makefile.in (install): Do install the programs listed in INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and INSTALLABLE_SCRIPTS, instead of writing the programs out. Jim Blandy 1993-05-27 02:46:57 +00:00
  • 4736b17e0b * Makefile.in (${SUBDIR}): Pass the value of the make variable to subdirectory makes. Jim Blandy 1993-05-27 02:27:22 +00:00
  • 50b8cf6032 * systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros; define them if we have those structures, but *don't* define them if we have TERMIOS, whose functions take care of those parameters; that screws up AIX. (struct emacs_tty): Test those symbols, instead of the ioctl commands. * sysdep.c (emacs_get_tty, emacs_set_tty, new_ltchars, new_tchars, init_sys_modes): Same. Jim Blandy 1993-05-27 02:12:20 +00:00
  • 7ad1552990 * s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if we're using GCC - that's an XLC switch. Jim Blandy 1993-05-27 02:08:14 +00:00
  • 8f731fcc05 Don't forget to remove temporary files. Jim Blandy 1993-05-27 01:12:16 +00:00
  • 51d18dc30e (HAVE_TCATTR): Defined. Richard M. Stallman 1993-05-27 00:21:21 +00:00
  • 114137b8aa (listify-key-sequence): Avoid the constant ?\M-\200. Richard M. Stallman 1993-05-27 00:06:08 +00:00
  • 8d117719df * config.h.in (HAVE_RENAME): Include an #undef for this, so configure will have something to edit. Jim Blandy 1993-05-26 23:53:41 +00:00
  • 27d0420cd5 (find-file-noselect): Expand buffer-file-truename before copying it to anything else. Richard M. Stallman 1993-05-26 23:19:07 +00:00
  • f8a8031332 [HAVE_SOCKETS]: Include socket.h, netdb.h. (get_system_name) [HAVE_SOCKETS]: Use gethostbyname. Richard M. Stallman 1993-05-26 23:14:00 +00:00
  • c12710e962 * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM, LD_SWITCH_SYSTEM, OLDXMENU_OPTIONS): Add X11R5 directories to the search paths in these lists; they shouldn't do any harm if they don't have X11R5. Jim Blandy 1993-05-26 23:08:55 +00:00
  • ec03e49cb6 (dired-other-frame): New function, with binding. Richard M. Stallman 1993-05-26 22:52:13 +00:00
  • d973d76918 Make C-x ` binding just once. Richard M. Stallman 1993-05-26 22:36:32 +00:00
  • 254e10d860 Report .elc bogosities more clearly. Jim Blandy 1993-05-26 22:22:58 +00:00
  • abe85b1b3a (finder-by-keyword): Autoload from finder', not finder.el'. Richard M. Stallman 1993-05-26 22:19:06 +00:00
  • 9f7602fd72 * make-dist: Check for .elc files with no corresponding .el file. Jim Blandy 1993-05-26 22:19:04 +00:00
  • b1ee6b34ae (nroff-mode): Don't leave nroff-electric-mode void. Richard M. Stallman 1993-05-26 22:17:29 +00:00
  • 44bbb3e05b (magic_searchpath_decoder): Fix typos. Richard M. Stallman 1993-05-26 22:12:18 +00:00
  • 9d04a87aad (Fx_rebind_key, Fx_rebind_keys): X10 definitions deleted. (syms_of_xfns): Install them only if X11. Richard M. Stallman 1993-05-26 21:51:07 +00:00
  • c469713a1e * Makefile.in (mkdir): Make all the directories in locallisppath. Jim Blandy 1993-05-26 21:50:00 +00:00
  • 334e7c2394 * config.guess: New file. * configure.in: Use it, tentatively. Jim Blandy 1993-05-26 21:34:10 +00:00
  • 199dd758a3 (byte-optimize-divide): Don't optimize to less than two arguments. Richard M. Stallman 1993-05-26 21:31:36 +00:00
  • a22f4c7d34 (hexlify-command, dehexlify-command): Use exec-directory. Richard M. Stallman 1993-05-26 21:17:31 +00:00
  • 89ccd65a24 (r_alloc_sbrk): Declare already_available as long, not SIZE. Richard M. Stallman 1993-05-26 20:38:52 +00:00
  • f7f794916d (x_wm_set_size_hint): Don't set hints for max size. Richard M. Stallman 1993-05-26 20:34:20 +00:00
  • 15ab234bf9 (x_set_cursor_type): If arg not recognized, use box cursor. Richard M. Stallman 1993-05-26 20:33:32 +00:00
  • f00de7c30d New version from Umeda. Needs detailed entry. Richard M. Stallman 1993-05-26 20:28:11 +00:00
  • 4c149073d5 (gnus-local-organization): Renamed from ...-your-... (gnus-local-domain): Likewise. Richard M. Stallman 1993-05-26 20:26:43 +00:00
  • 944cf49b35 (LD_SWITCH_SYSTEM) [__GNUC__]: Pass -a archive to ld. Richard M. Stallman 1993-05-26 20:03:16 +00:00
  • 10d8967392 * faces.el (x-resolve-font-name): If PATTERN is nil, return the frame's face. (set-face-font): Only use x-resolve-font-name if FONT is a string. Copying a faces shouldn't resolve the font. Jim Blandy 1993-05-26 19:42:36 +00:00
  • 79161a452a (scroll-bar-mode): Make default value t. Richard M. Stallman 1993-05-26 19:27:06 +00:00
  • c968e96c80 (make-help-screen): Handle mouse events. Be smart about window configurations--when and whether to restore. Richard M. Stallman 1993-05-26 19:12:18 +00:00
  • bc2ada626a (Info-follow-nearest-node): Omit 4th arg to Info-get-token. Richard M. Stallman 1993-05-26 18:57:54 +00:00
  • b05867dcfa (rand, srand): Definitions deleted. Richard M. Stallman 1993-05-26 18:38:33 +00:00
  • b231f8a7d6 (LD_SWITCH_SYSTEM) [__GNUC__]: Add -static. (HAVE_RANDOM): Defined. Richard M. Stallman 1993-05-26 18:38:11 +00:00
  • 252c8b3bc0 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m; the former gives you the operating system rev directly. Use s/hpux.h if we don't recognize what we got. Jim Blandy 1993-05-26 18:32:19 +00:00
  • 005775ce97 * Makefile.in (do-install): Don't remove a destination directory if it's the same as the source. If ${srcdir}/info == ${infodir}, don't try to copy the info files. Jim Blandy 1993-05-26 18:27:58 +00:00
  • 03b3ba121e (auto-mode-alist): Recognize .sgm, .sgml, .dtd. Richard M. Stallman 1993-05-26 18:21:26 +00:00
  • c7aa4667af (sgml-validate): compile1 renamed to compile-internal. (sgml-mode): Add autoload cookie. Richard M. Stallman 1993-05-26 18:20:35 +00:00
  • 2b845a8c70 (auto-mode-alist): Treat .H and .hh as C++ files. Richard M. Stallman 1993-05-26 18:12:00 +00:00
  • 897897e32b (mouse-set-mark): Activate the mark. Don't bounce the cursor if Transient Mark mode. (mouse-save-then-kill): Pass explicit args to kill-ring-save. (mouse-kill-ring-save): Likewise. Richard M. Stallman 1993-05-26 18:09:52 +00:00
  • c5fb599fa1 (mail-strip-quoted-names): Catch errors from forward-sexp. Richard M. Stallman 1993-05-26 18:00:55 +00:00
  • 0a9b0670a4 (make_lispy_event): Fix off-by-1 error with hpos in menu bar. Richard M. Stallman 1993-05-26 17:58:22 +00:00
  • bf673a7a13 (Fcurrent_input_mode): Fix the call to Flist. Richard M. Stallman 1993-05-26 17:50:23 +00:00
  • 7498a8713c Handle sunos4.1.3 specially. Richard M. Stallman 1993-05-26 17:43:22 +00:00
  • 7fed2f52f1 Initial revision Richard M. Stallman 1993-05-26 17:41:48 +00:00
  • afa721bf35 (comint-filter): Restore buffer-read-only in proper buffer. Richard M. Stallman 1993-05-26 17:03:51 +00:00
  • aa5f883618 Provide `ispell'. Richard M. Stallman 1993-05-26 16:56:03 +00:00
  • 4208412303 (SIGNALS_VIA_CHARACTERS): Defined. Richard M. Stallman 1993-05-26 07:52:24 +00:00
  • 9a8da78e7f * paths.el (Info-default-directory-list): Add configure-info-directory to this list. Jim Blandy 1993-05-26 06:50:24 +00:00
  • a8c0e5ea6b (POINTER): Always use char *. Richard M. Stallman 1993-05-26 03:49:40 +00:00
  • bd0b85c32a (x_figure_window_size): Make the default frame coords (0,0). Richard M. Stallman 1993-05-26 03:16:57 +00:00
  • 8250185b1d (LIBS_MACHINE): Add -lIM and -liconv. (HAVE_GETTIMEOFDAY): Deleted. Richard M. Stallman 1993-05-26 03:13:32 +00:00
  • 5f3461a550 (wait_for_termination) [LINUX]: Use the UNIPLUS alternative. Richard M. Stallman 1993-05-25 23:23:53 +00:00
  • 280073d7a6 (wait_for_termination): Don't use the BSD alternative for LINUX. Richard M. Stallman 1993-05-25 23:22:08 +00:00
  • 3a3b9632b1 (swallow_events): New function. Richard M. Stallman 1993-05-25 23:19:45 +00:00
  • 6e103bac2a (wait_reading_process_input): Call swallow_events. Richard M. Stallman 1993-05-25 23:19:07 +00:00
  • 8b87a30104 (dired-unmark-all-files): Read arg as a string. Richard M. Stallman 1993-05-25 22:59:26 +00:00
  • 1e12dd87cf (read_char): If kbd_buffer_get_event returns nil, redisplay and retry. (kbd_buffer_get_event): If event is handled here, return nil. Richard M. Stallman 1993-05-25 22:21:11 +00:00
  • fedc33f7a8 (rmail-summary-mark-deleted): Check for end of buffer. Pass t as NOWARN when calling rmail-summary-goto-msg. Richard M. Stallman 1993-05-25 21:20:08 +00:00
  • b827c6c13d Include ../src/config.h. Richard M. Stallman 1993-05-25 21:03:28 +00:00
  • f4531fd618 (C_ALLOCA, alloca): Definitions deleted. [!NOT_C_CODE]: Include alloca.h. (NEED_SIOCTL): #undef this. Richard M. Stallman 1993-05-25 21:01:14 +00:00
  • e3971158d9 (C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0. Richard M. Stallman 1993-05-25 20:52:11 +00:00
  • aa5667408d (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF): Use pty_name, not ptyname. Richard M. Stallman 1993-05-25 20:48:15 +00:00
  • 840f481ca4 (Fforward_comment): Arg is a Lisp_Object. Convert it to an int. Richard M. Stallman 1993-05-25 20:46:16 +00:00
  • bbc4efeba0 (logb): Don't declare if hpux. Richard M. Stallman 1993-05-25 20:41:49 +00:00
  • 3d3bd05268 (install): Don't handle INSTALLABLE_SCRIPTS in first loop. Delete files from bindir before installing new ones. (ALL_CFLAGS): Use ${srcdir} to find .../src dir. Richard M. Stallman 1993-05-25 20:11:39 +00:00
  • f9150fd9ab (HAVE_GETTIMEOFDAY): Deleted. Richard M. Stallman 1993-05-25 20:05:02 +00:00
  • 48b05c935d At the end, use set --', not set -'. Delete spurious `.h' in hpux alternatives. Richard M. Stallman 1993-05-25 20:02:12 +00:00
  • 1969729543 (INSTALL): Add definition. Richard M. Stallman 1993-05-25 20:00:53 +00:00
  • 730426aeb1 (dired-compress-file): Test the return value of dired-check-process properly. Fix use of nonexistent var `name'. Richard M. Stallman 1993-05-25 19:05:13 +00:00
  • 2a0a090a92 (dired-compress-file): Test the return value of dired-check-process properly. Richard M. Stallman 1993-05-25 19:02:08 +00:00
  • be72084520 (Fforward_comment): Fix last change. Richard M. Stallman 1993-05-25 18:49:54 +00:00
  • 5d3bffd459 (Fforward_comment): Always set point. Richard M. Stallman 1993-05-25 18:45:25 +00:00
  • 97a983f472 Fix another message. Richard M. Stallman 1993-05-25 18:07:11 +00:00
  • d5913bf6f5 (Info-edit, Info-last-search, Info-enable-edit): Correct case in `Info-mode-map'. Richard M. Stallman 1993-05-25 17:17:50 +00:00
  • b73e2d8498 (rmail-bury): Fix call to set-window-buffer. Richard M. Stallman 1993-05-25 16:56:15 +00:00
  • b735d4b34b Fix some messages. Support -with-gnu-cc. Richard M. Stallman 1993-05-25 16:47:29 +00:00
  • f6f6d98c0f Pass x-command-line-resources to x-open-connection. (x-command-line-resources): New variable. (x-handle-rn-switch): New function. (command-switch-alist): Add -rn. Richard M. Stallman 1993-05-25 16:21:12 +00:00
  • 6c703f4ab9 (Fx_open_connection): Set xrm_option correctly. Richard M. Stallman 1993-05-25 15:36:47 +00:00
  • 00c2990984 * Makefile.in (srcdir): Remove comment saying this doesn't work. Jim Blandy 1993-05-25 14:15:52 +00:00
  • 64dacd0167 * configure.in: When looking for source in the same directory as the configure script, make the path thus discovered absolute. If the user specifies the `--srcdir' switch, make that directory absolute too. Jim Blandy 1993-05-25 14:15:30 +00:00
  • bf489d26fa * xterm.h: New section for declarations for xfaces.c. (init_frame_faces, free_frame_faces, intern_face, face_name_id_number, same_size_fonts, recompute_basic_faces, compute_char_face, compute_glyph_face): Declare these here. * xfaces.c (same_size_fonts): We can now remove this extern declaration. * xfns.c (face_name_id_number): Likewise. * xterm.c (intern_face): Likewise. Jim Blandy 1993-05-25 14:04:41 +00:00
  • b5cf7a0ea5 Arrange for font names to get fully resolved - no wildcards. * xfns.c (x_set_frame_parameters): Store the value in the frame parameter alist before we call the setter function, so the setter function can touch up the value if it chooses. (x_set_foreground_color, x_set_background_color): Call recompute_basic_faces, so their GC's will reflect the changes. (x_new_font): Add extern declaration - this returns a Lisp_Object now, the fully resolved font name. (x_set_font): Accept the fully resolved name from x_new_font, and put it in the frame's parameter alist. Call recompute_basic_faces. * xterm.c (x_new_font): Return the fully resolved font name, Qnil (if no match), or Qt (match, but unacceptable metrics). * xterm.c (x_new_font): Don't call init_frame_faces. Jim Blandy 1993-05-25 14:04:12 +00:00
  • ea96210c35 * xfns.c: Clear out the old face stuff. (x_face_table, n_faces, x_set_face, x_set_glyph, Fx_set_face_font, Fx_set_face, Fx_get_face): Removed. (syms_of_xfns): Remove defsubr for Fx_set_face. Jim Blandy 1993-05-25 14:03:41 +00:00
  • 660ed6694b * xterm.h: New section for declarations for xfaces.c. (init_frame_faces, free_frame_faces, intern_face, face_name_id_number, same_size_fonts, recompute_basic_faces, compute_char_face, compute_glyph_face): Declare these here. * xfaces.c (same_size_fonts): We can now remove this extern declaration. * xfns.c (face_name_id_number): Likewise. * xterm.c (intern_face): Likewise. Jim Blandy 1993-05-25 14:02:58 +00:00
  • e5c8436a17 * dispextern.h (struct face): New field - `copy', to help us with resource allocation. * xfaces.c (free_frame_faces): Do free the first two faces; don't free anything from a face that's a copy. (intern_frame_face): Mark every face we intern as a copy; its resources are actually a combination of the real faces. (Fset_face_attribute_internal): No need to check if we're trying to free one of the frame's GC's; they never enter into the picture. Jim Blandy 1993-05-25 14:01:54 +00:00
  • fbce865419 * startup.el (command-line-1): Don't handle -i'. We're abandoning the insert file' meaning in favor of the `use a bitmapped icon' meaning. Jim Blandy 1993-05-25 13:22:21 +00:00
  • 281dc1c259 * faces.el (set-face-font): Call x-resolve-font-name on the font before including it in the face. (x-resolve-font-name): New function. Jim Blandy 1993-05-25 13:19:28 +00:00
  • db176f55de * x-win.el (command-switch-alist, x-switch-definitions): Treat -i' like -itype', as in Emacs 18. Jim Blandy 1993-05-25 13:17:52 +00:00
  • a1de6b4b57 * casetab.c: Fix formatting, so as not to confuse etags. Jim Blandy 1993-05-25 13:03:47 +00:00
  • e6299e3010 * x-win.el (x-select-text): New arg PUSH. (x-switch-definitions): Represent -r as `reverse' option. Jim Blandy 1993-05-25 10:23:48 +00:00
  • 7b50ece767 Fix the fix. Jim Blandy 1993-05-25 09:26:44 +00:00
  • f126bd6787 * xfaces.c (merge_faces): You can't tell if a font is a character-cell font or not by testing whether or not it has a per_char table. They all do. * xterm.c (x_new_font): Same deal. Jim Blandy 1993-05-25 07:03:38 +00:00
  • 1d9fd7feaa * xfns.c (Fx_list_fonts): New function. (same_size_fonts): Function moved here from xfaces.c. (face_name_id_number): Add extern declaration for this. * xfaces.c (same_size_fonts): Moved to xfns.c. Left an extern declaration behind. (face_name_id_number): Make this externally visible, and make the FRAME argument a FRAME_PTR, not a Lisp_Object. (compute_char_face): Call face_name_id_number properly. Jim Blandy 1993-05-25 06:59:12 +00:00
  • ed61592a79 * paths.h (PATH_INFO): New path, to edited by the configuration process. * callproc.c (Vconfigure_info_directory): New variable, used internally by build process. (syms_of_callproc): DEFVAR it and initialize it. Jim Blandy 1993-05-25 06:38:43 +00:00
  • 7af17c1c21 * m/iris4d.h: Dyke out the section which specifies how to get the load average. Jim Blandy 1993-05-25 06:25:07 +00:00
  • bb292c9277 * paths.el (Info-default-directory-list): Add ../../info. Jim Blandy 1993-05-25 06:22:21 +00:00