Commit graph

  • e6291fe1d6 (kill-line, kill-word): Don't use save-excursion. (kill-read-only-ok): New variable. (kill-region): Handle that variable. Handle read-only text property. Richard M. Stallman 1994-04-24 05:44:23 +00:00
  • c5a1522230 (Fkill_all_local_variables): Doc fix. Richard M. Stallman 1994-04-24 05:13:41 +00:00
  • 24db549c64 (rmail-show-message): Use overlays, not text properties. (rmail-overlay-list): New variable. (rmail-mode): Make it local. Richard M. Stallman 1994-04-24 05:10:51 +00:00
  • 154b3e397f (mail-extr-all-top-level-domains): Renamed from all-top-level-domains. Richard M. Stallman 1994-04-24 03:51:13 +00:00
  • ab01d0a826 (create_process): Use child_setup_tty only if pty_flag. Richard M. Stallman 1994-04-24 03:10:24 +00:00
  • 13a72104de (create_process): Use SETUP_SLAVE_PTY only if pty_flag. Richard M. Stallman 1994-04-24 03:06:55 +00:00
  • 8a9e86e647 (special-display-frame-alist): New variable. (special-display-popup-frame): New function. (special-display-function): Set it. Richard M. Stallman 1994-04-23 21:38:16 +00:00
  • a90712c210 Implement special frames for specified buffers. (Vspecial_display_buffer_names, Vspecial_display_regexps) (Vspecial_display_function): New variables. (syms_of_window): Set up Lisp variables. (Fdisplay_buffer): Handle them. Richard M. Stallman 1994-04-23 21:37:15 +00:00
  • 4a7cfafcf7 (Fset_frame_selected_window): New function. (syms_of_frame): Set up Lisp function. Richard M. Stallman 1994-04-23 20:53:09 +00:00
  • a21cfa1191 (Vascii_canon_table, Vascii_eqv_table): Declared. Richard M. Stallman 1994-04-23 19:22:06 +00:00
  • e9edf33c1c (reset_buffer_local_variables): Use Vascii_eqv_table and Vascii_canon_table. Richard M. Stallman 1994-04-23 16:32:44 +00:00
  • 95338744d6 Wrote tcl-indent-for-comment Tom Tromey 1994-04-23 16:23:36 +00:00
  • 072c3cd228 (rmail-show-message): Highlight the specified fields. (rmail-highlighted-headers): New user variable. Richard M. Stallman 1994-04-23 07:40:25 +00:00
  • 9076a6fce1 (etags, ctags): Make VERSION a string constant. Richard M. Stallman 1994-04-23 07:19:07 +00:00
  • cc58274337 (print_version): Print VERSION as a string. Richard M. Stallman 1994-04-23 07:08:49 +00:00
  • 4bec19b298 (comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l. Richard M. Stallman 1994-04-23 06:52:33 +00:00
  • 0799a502cd (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT. Do not test HAVE_GETHOSTNAME. Richard M. Stallman 1994-04-23 06:02:52 +00:00
  • 73e7c7be38 Test for libresolv.a. Substitute machfile and opsysfile. Richard M. Stallman 1994-04-23 06:00:06 +00:00
  • 2a3c6d1150 (alloca.o): Use config_h. (config_h): Use M_FILE and S_FILE. (S_FILE, M_FILE): New variables hold names of config files. Richard M. Stallman 1994-04-23 05:57:42 +00:00
  • 7d0e672ed4 (max_process_desc): New variable. (wait_reading_process_output): Don't look for process output beyond that many bits. (create_process, Fopen_network_stream, deactivate_process): Update it. (init_process): Initialize it. Richard M. Stallman 1994-04-23 05:18:09 +00:00
  • 085fa795f5 (ange-ftp-add-file-entry-alist): Fix typo in prev change. Richard M. Stallman 1994-04-23 05:14:32 +00:00
  • 888b812e1c Many doc fixes. Richard M. Stallman 1994-04-23 05:09:00 +00:00
  • a65970a0f8 (syms_of_fileio): New Lisp var inhibit-file-name-operation. (Ffind_file_name_handler): Obey that variable. Use new meaning for inhibit-file-name-handlers. Richard M. Stallman 1994-04-23 04:55:38 +00:00
  • 5e65b9ab23 (x_window): Test FRAME_EXTERNAL_MENU_BAR to decide on calling initialize_frame_menubar. Richard M. Stallman 1994-04-23 04:09:17 +00:00
  • cbbe9053a6 *** empty log message *** Richard M. Stallman 1994-04-23 04:07:29 +00:00
  • 4fe9b56368 (undigestify-rmail-message): Update summary buffer. Karl Heuer 1994-04-23 02:31:52 +00:00
  • 881fd7eb9b Cosmetic changes. Karl Heuer 1994-04-23 02:30:17 +00:00
  • 7c4b8f8c81 Delete misplaced comment. Karl Heuer 1994-04-23 02:15:05 +00:00
  • 308f428d17 *** empty log message *** Richard M. Stallman 1994-04-23 01:49:08 +00:00
  • abf60cc49d Initial revision Richard M. Stallman 1994-04-23 01:45:33 +00:00
  • 8fd8d4f994 (HAVE_LIBRESOLV): Add #undef. Richard M. Stallman 1994-04-23 01:40:53 +00:00
  • 9ef7f9f05b (.PHONY, install): Kill reference to obsolete do-install. (install-arch-dep): Install under the name $(EMACS). Karl Heuer 1994-04-23 01:07:04 +00:00
  • 8adce06ac5 (LIBS_SYSTEM): Invert the HAVE_RES_INIT condition. Richard M. Stallman 1994-04-23 00:05:06 +00:00
  • 6eaebaa278 Pass operation to find-file-name-handler. Karl Heuer 1994-04-22 23:59:24 +00:00
  • 49307295be (Ffind_file_name_handler): New argument OPERATION. All callers changed. Karl Heuer 1994-04-22 23:56:44 +00:00
  • a617e9133c Pass operation to Ffind_file_name_handler. Karl Heuer 1994-04-22 23:41:18 +00:00
  • 68395b70ec Don't treat $ as special if escaped. Karl Heuer 1994-04-22 21:53:27 +00:00
  • 9b378208db (x_set_mouse_pixel_position): New function. Richard M. Stallman 1994-04-22 21:46:12 +00:00
  • 152e6c7033 (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions. (syms_of_frame): Set up Lisp functions. Richard M. Stallman 1994-04-22 21:45:11 +00:00
  • cd99f76d3d (makefile-mode): Removed extra quote before makefile-warn-suspicious-lines. Richard M. Stallman 1994-04-22 20:20:49 +00:00
  • aa718a1fab (mouse-extend): Handle case where posn-window is a frame. Richard M. Stallman 1994-04-22 20:19:41 +00:00
  • 09a1077ce2 (command-line-default-directory): New variable. (command-line, command-line-1): Use and set it. Richard M. Stallman 1994-04-22 18:28:22 +00:00
  • 3fadec1a1f (mouse-set-font): Simply call set-default-font. Richard M. Stallman 1994-04-22 08:49:57 +00:00
  • 4033f46bd7 (set-default-font): Call frame-update-faces. Richard M. Stallman 1994-04-22 08:49:30 +00:00
  • 9d52c8d369 (frame-update-faces): New function. Richard M. Stallman 1994-04-22 08:47:42 +00:00
  • b545f35b46 (rmail-font-lock-keywords): New variable. (compilation-mode-font-lock-keywords): New variable. (font-lock-set-defaults): Use those vars in those modes. Richard M. Stallman 1994-04-22 07:30:30 +00:00
  • 572986cdcd (display-time): Force use of pipe, not pty. Richard M. Stallman 1994-04-22 04:37:36 +00:00
  • cec574b950 (vc-backend-diff): Test of cmp was backwards. Richard M. Stallman 1994-04-22 04:31:27 +00:00
  • bdd2009598 doc fix. (mouse-avoidance-point-position): new function, using new `compute-motion' functionality. Use of this fixes bugs involving wrapped lines & horizontally-scrolled windows. new avoidance mode, "exile", like "banish" but temporary. jump/animate modes now keep track of net offset that they have moved the mouse, and try to keep this near 0. No longer wraps to other side of screen. (mouse-avoidance-mode): update mode line. (mouse-avoidance-*-hook): do nothing if inside kbd macro. Karl Heuer 1994-04-21 21:26:47 +00:00
  • 8893ad8c62 (ispell-use-ptys-p): Doc fix. Richard M. Stallman 1994-04-21 20:00:42 +00:00
  • 51632cc823 (send_process): If fpathconf fails, use 250. Richard M. Stallman 1994-04-21 19:54:28 +00:00
  • 69fdec9e4d *** empty log message *** Karl Heuer 1994-04-21 19:45:27 +00:00
  • 501b568d67 *** empty log message *** Karl Heuer 1994-04-21 19:26:10 +00:00
  • 19b8fb9d76 (get_lim_data): Handle NO_LIM_DATA. Richard M. Stallman 1994-04-21 18:53:38 +00:00
  • 5afe3a2b9c (gud-filter): Call comint-output-filter at the end. Richard M. Stallman 1994-04-21 18:45:15 +00:00
  • 074521be7e (c-macro-expansion): changed the algorithm to allow __FILE__ and __LINE__ directives to be expanded correctly. (c-macro-expansion): use a forth optional argument DISPLAY meaning it should print messages at the start and end of preprocessing. All callers changed. (c-macro-expand): Don't display message here. Richard M. Stallman 1994-04-21 18:40:14 +00:00
  • 981947af1a (Info-next-preorder): Don't follow footnotes here. (Info-mouse-follow-nearest-node, Info-follow-nearest-node): Split into mouse and keyboard versions. (Info-mode-map): Bind them to mouse-2 and RET. (Info-try-follow-nearest-node): Common subroutine. Karl Heuer 1994-04-21 16:51:53 +00:00
  • 3c59c255da (Electric-buffer-menu-mouse-select): New function. (electric-buffer-menu-mode-map): Bind it to mouse-2. Karl Heuer 1994-04-21 14:39:40 +00:00
  • a004e5020e (ispell-dictionary-alist): Renamed the entry for danish from "dansk" to "danish" in order to conform with reality. Karl Heuer 1994-04-21 13:51:26 +00:00
  • 3a3056e5ea (init_lread): Maybe put build-time Lisp dirs on load-path. Richard M. Stallman 1994-04-21 09:04:46 +00:00
  • f67de86ff6 (init_cmdargs): Check only for etc and lib-src subdirs when setting Vinstallation_directory. (syms_of_emacs): Make Lisp vars invocation-name, invocation-directory and installation-directory. Richard M. Stallman 1994-04-21 09:04:25 +00:00
  • f5ab9736a5 (init_cmdargs): Just check for etc and lib-src subdirs when setting Vinstallation_directory. Richard M. Stallman 1994-04-21 08:43:33 +00:00
  • 996e89cd05 (x_make_frame_visible): Args to x_set_offset were swapped. Richard M. Stallman 1994-04-21 08:33:48 +00:00
  • 4bb45197d8 (init_callproc): Set Vdoc_directory like Vdata_directory. Richard M. Stallman 1994-04-21 08:31:39 +00:00
  • fec5272baa Comment change. Richard M. Stallman 1994-04-21 07:35:28 +00:00
  • a9a6f83ff3 (comint-mode): Set comint-last-input-start and comint-last-input-end to valid markers. Richard M. Stallman 1994-04-21 06:42:24 +00:00
  • f54877b282 (gdb, sdb, dbx, xdb, perldb): Set paragraph-start. (gud-mode): Make paragraph-start buffer-local. Richard M. Stallman 1994-04-21 06:24:36 +00:00
  • 3162a5cbd6 (clean): Delete DOC*. Richard M. Stallman 1994-04-21 04:53:34 +00:00
  • 379728da93 *** empty log message *** Richard M. Stallman 1994-04-21 03:24:35 +00:00
  • 090cebb5f4 (x_top_window_to_frame): Declare this function. Karl Heuer 1994-04-20 20:39:18 +00:00
  • 03d786655b (server-kill-emacs-query-function) (server-kill-buffer-query-function): Give names to these hook fns. Richard M. Stallman 1994-04-20 20:26:25 +00:00
  • f3309b68f7 (readline): Fix updating of p when buffer grows. Richard M. Stallman 1994-04-20 20:04:20 +00:00
  • c71ff00194 (sort-subr): Use car-less-than-car when appropriate. Richard M. Stallman 1994-04-20 19:56:46 +00:00
  • 1d58e36fc2 Doc fixes. Richard M. Stallman 1994-04-20 19:54:08 +00:00
  • 8425a49a3c (compilation-parse-errors): Fix references for column number, 3 elt not 2nd. Roland McGrath 1994-04-20 19:52:37 +00:00
  • dd6e8a8dd0 (TAGS): Split off included tags file lisp/TAGS. (../lisp/TAGS): New target uses recursive make. (ctagsfiles, lisptagsfiles): New variables. Richard M. Stallman 1994-04-20 19:23:04 +00:00
  • ca9c55b09a * m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined. Francesco Potortì 1994-04-20 10:52:23 +00:00
  • b6d8a44f8f (Fmodify_frame_parameters, Fframe_parameters): Define even if not MULTI_FRAME. Richard M. Stallman 1994-04-20 10:25:05 +00:00
  • edf2518b2a (HAVE_INET_SOCKETS): Add #undef. Richard M. Stallman 1994-04-20 10:17:11 +00:00
  • b2bd9b6ab1 (XTread_socket): Delete the non-NEW_SELECTIONS code and simplify the toolkit conditional for those cases. Richard M. Stallman 1994-04-20 09:01:18 +00:00
  • 5627c40e58 (XTread_socket, case ClientMessage): Use x_window_to_frame unconditionally. Richard M. Stallman 1994-04-20 08:51:06 +00:00
  • abdced835c (set_window_width): Don't delete root window for being too narrow. Richard M. Stallman 1994-04-20 07:27:20 +00:00
  • 9c32788e36 Doc fixes. (c-macro-expansion): Handle a and b comment styles. (c-macro-shrink-window-flag): Renamed from c-macro-shrink-window-p. (c-macro-prompt-flag): Renamed from c-macro-prompt-p. Richard M. Stallman 1994-04-20 06:19:14 +00:00
  • 2bdfaa420c (init-file-user): Doc fix. Karl Heuer 1994-04-20 06:13:43 +00:00
  • 89fb82d613 Provide cmacexp. (c-macro-prompt-p): Renamed from c-macro-always-prompt-p. (c-macro-cppflags): Var renamed from c-macro-default-cppflags. (c-macro-expand): Don't handle C-u C-u specially. Compute message here in var mymsg. Clear buffer-auto-save-file-name. (c-macro-display-buffer): Now takes no argument. Use point-max to get large number. (c-macro-default-message, c-macro-eval): Functions deleted. (c-macro-expansion): Use startinstring as the char to insert. Richard M. Stallman 1994-04-20 06:12:03 +00:00
  • c6207d0d29 (blessmail): New target. ${archlibdir}: Use blessmail when installing movemail. Karl Heuer 1994-04-20 05:32:33 +00:00
  • 9a8efe67cf Initial revision Karl Heuer 1994-04-20 05:22:51 +00:00
  • 925083d1c2 (describe_map_tree, describe_map): Skip keymaps we've seen before. Karl Heuer 1994-04-20 04:22:24 +00:00
  • 39e9ebcd7f (create_process): Call setsid only if pty_flag. Richard M. Stallman 1994-04-20 03:49:47 +00:00
  • c3c0ee937d (describe_map): Merge with describe_map_2. Karl Heuer 1994-04-20 03:04:46 +00:00
  • 24ff54989b (defun-prompt-regexp): Make this variable buffer-local. Karl Heuer 1994-04-20 01:11:35 +00:00
  • 791587eebf (read_avail_input): Don't retry read. Karl Heuer 1994-04-20 00:24:59 +00:00
  • f9f9cd9296 (report-emacs-bug): Insert at separator, not at end. Karl Heuer 1994-04-20 00:14:15 +00:00
  • 3c6bcbe708 (install-arch-indep): Don't install dired-x*. Richard M. Stallman 1994-04-19 23:12:49 +00:00
  • 6385c56009 (CRT0_DUMMIES): Ignore one arg. (LIBS_TERMCAP): Use the system's termcap. Richard M. Stallman 1994-04-19 23:09:41 +00:00
  • a974bea198 (Vlast_event_frame): Define unconditionally. (syms_of_keyboard): Always make the Lisp var. Richard M. Stallman 1994-04-19 22:48:32 +00:00
  • 270eee4929 (${etc}DOC): Delete redundant version.el from cmd. Richard M. Stallman 1994-04-19 21:45:38 +00:00
  • 0680592c25 *** empty log message *** Richard M. Stallman 1994-04-19 18:32:49 +00:00
  • c7cd67bd78 Comment change. Richard M. Stallman 1994-04-19 07:44:27 +00:00
  • a14cad8c60 (read_avail_input): Test EINTR, not EAGAIN. Karl Heuer 1994-04-19 05:56:20 +00:00