1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

7121 Commits

Author SHA1 Message Date
Richard M. Stallman
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.
1994-04-23 21:37:15 +00:00
Richard M. Stallman
4a7cfafcf7 (Fset_frame_selected_window): New function.
(syms_of_frame): Set up Lisp function.
1994-04-23 20:53:09 +00:00
Richard M. Stallman
a21cfa1191 (Vascii_canon_table, Vascii_eqv_table): Declared. 1994-04-23 19:22:06 +00:00
Richard M. Stallman
e9edf33c1c (reset_buffer_local_variables): Use Vascii_eqv_table
and Vascii_canon_table.
1994-04-23 16:32:44 +00:00
Tom Tromey
95338744d6 Wrote tcl-indent-for-comment 1994-04-23 16:23:36 +00:00
Richard M. Stallman
072c3cd228 (rmail-show-message): Highlight the specified fields.
(rmail-highlighted-headers): New user variable.
1994-04-23 07:40:25 +00:00
Richard M. Stallman
9076a6fce1 (etags, ctags): Make VERSION a string constant. 1994-04-23 07:19:07 +00:00
Richard M. Stallman
cc58274337 (print_version): Print VERSION as a string. 1994-04-23 07:08:49 +00:00
Richard M. Stallman
4bec19b298 (comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l. 1994-04-23 06:52:33 +00:00
Richard M. Stallman
0799a502cd (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Do not test HAVE_GETHOSTNAME.
1994-04-23 06:02:52 +00:00
Richard M. Stallman
73e7c7be38 Test for libresolv.a.
Substitute machfile and opsysfile.

(version): Use entire value of emacs-version.
(mips-siemens-sysv*): New alternative.
1994-04-23 06:00:06 +00:00
Richard M. Stallman
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.
1994-04-23 05:57:42 +00:00
Richard M. Stallman
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.
1994-04-23 05:18:09 +00:00
Richard M. Stallman
085fa795f5 (ange-ftp-add-file-entry-alist): Fix typo in prev change. 1994-04-23 05:14:32 +00:00
Richard M. Stallman
888b812e1c Many doc fixes.
(ange-ftp-run-real-handler): New function.
(ange-ftp-real-...): Use that.

(ange-ftp-gwp-start, ange-ftp-nslookup-host)
(ange-ftp-start-process): Bind process-connection-type explicitly.
1994-04-23 05:09:00 +00:00
Richard M. Stallman
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.
1994-04-23 04:55:38 +00:00
Richard M. Stallman
5e65b9ab23 (x_window): Test FRAME_EXTERNAL_MENU_BAR
to decide on calling initialize_frame_menubar.

(x_top_window_to_frame): New function.
1994-04-23 04:09:17 +00:00
Richard M. Stallman
cbbe9053a6 *** empty log message *** 1994-04-23 04:07:29 +00:00
Karl Heuer
4fe9b56368 (undigestify-rmail-message): Update summary buffer. 1994-04-23 02:31:52 +00:00
Karl Heuer
881fd7eb9b Cosmetic changes. 1994-04-23 02:30:17 +00:00
Karl Heuer
7c4b8f8c81 Delete misplaced comment. 1994-04-23 02:15:05 +00:00
Richard M. Stallman
308f428d17 *** empty log message *** 1994-04-23 01:49:08 +00:00
Richard M. Stallman
abf60cc49d Initial revision 1994-04-23 01:45:33 +00:00
Richard M. Stallman
8fd8d4f994 (HAVE_LIBRESOLV): Add #undef. 1994-04-23 01:40:53 +00:00
Karl Heuer
9ef7f9f05b (.PHONY, install): Kill reference to obsolete do-install.
(install-arch-dep): Install under the name $(EMACS).
1994-04-23 01:07:04 +00:00
Richard M. Stallman
8adce06ac5 (LIBS_SYSTEM): Invert the HAVE_RES_INIT condition. 1994-04-23 00:05:06 +00:00
Karl Heuer
6eaebaa278 Pass operation to find-file-name-handler. 1994-04-22 23:59:24 +00:00
Karl Heuer
49307295be (Ffind_file_name_handler): New argument OPERATION. All callers changed. 1994-04-22 23:56:44 +00:00
Karl Heuer
a617e9133c Pass operation to Ffind_file_name_handler. 1994-04-22 23:41:18 +00:00
Karl Heuer
68395b70ec Don't treat $ as special if escaped. 1994-04-22 21:53:27 +00:00
Richard M. Stallman
9b378208db (x_set_mouse_pixel_position): New function. 1994-04-22 21:46:12 +00:00
Richard M. Stallman
152e6c7033 (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions.
(syms_of_frame): Set up Lisp functions.
1994-04-22 21:45:11 +00:00
Richard M. Stallman
cd99f76d3d (makefile-mode): Removed extra quote before makefile-warn-suspicious-lines. 1994-04-22 20:20:49 +00:00
Richard M. Stallman
aa718a1fab (mouse-extend): Handle case where posn-window is a frame. 1994-04-22 20:19:41 +00:00
Richard M. Stallman
09a1077ce2 (command-line-default-directory): New variable.
(command-line, command-line-1): Use and set it.
1994-04-22 18:28:22 +00:00
Richard M. Stallman
3fadec1a1f (mouse-set-font): Simply call set-default-font. 1994-04-22 08:49:57 +00:00
Richard M. Stallman
4033f46bd7 (set-default-font): Call frame-update-faces. 1994-04-22 08:49:30 +00:00
Richard M. Stallman
9d52c8d369 (frame-update-faces): New function. 1994-04-22 08:47:42 +00:00
Richard M. Stallman
b545f35b46 (rmail-font-lock-keywords): New variable.
(compilation-mode-font-lock-keywords): New variable.
(font-lock-set-defaults): Use those vars in those modes.
1994-04-22 07:30:30 +00:00
Richard M. Stallman
572986cdcd (display-time): Force use of pipe, not pty. 1994-04-22 04:37:36 +00:00
Richard M. Stallman
cec574b950 (vc-backend-diff): Test of cmp was backwards. 1994-04-22 04:31:27 +00:00
Karl Heuer
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.
1994-04-21 21:26:47 +00:00
Richard M. Stallman
8893ad8c62 (ispell-use-ptys-p): Doc fix. 1994-04-21 20:00:42 +00:00
Richard M. Stallman
51632cc823 (send_process): If fpathconf fails, use 250. 1994-04-21 19:54:28 +00:00
Karl Heuer
69fdec9e4d *** empty log message *** 1994-04-21 19:45:27 +00:00
Karl Heuer
501b568d67 *** empty log message *** 1994-04-21 19:26:10 +00:00
Richard M. Stallman
19b8fb9d76 (get_lim_data): Handle NO_LIM_DATA. 1994-04-21 18:53:38 +00:00
Richard M. Stallman
5afe3a2b9c (gud-filter): Call comint-output-filter at the end. 1994-04-21 18:45:15 +00:00
Richard M. Stallman
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.
1994-04-21 18:40:14 +00:00
Karl Heuer
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.
1994-04-21 16:51:53 +00:00