1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
Commit graph

7032 commits

Author SHA1 Message Date
Richard M. Stallman
8a32bceec2 (Man-mode-line-format):
Put mode-line-process immediately after mode-name
when setting mode-line-format.
1994-04-24 08:12:52 +00:00
Richard M. Stallman
99bee6a4a4 Doc fixes.
(jka-compr-run-real-handler): New function.
jka-compr-handler): Call it, to reinvoke the Emacs primitive
using the new inhibit protocol.
1994-04-24 08:02:11 +00:00
Richard M. Stallman
57ad77fab1 (rmail-show-message): Always re-set overlay face property. 1994-04-24 05:55:04 +00:00
Richard M. Stallman
8d6eaa007a (kill-paragraph): Don't use save-excursion.
(backward-kill-paragraph): Likewise.
(kill-sentence, backward-kill-sentence): Likewise.
1994-04-24 05:44:56 +00:00
Richard M. Stallman
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.
1994-04-24 05:44:23 +00:00
Richard M. Stallman
c5a1522230 (Fkill_all_local_variables): Doc fix. 1994-04-24 05:13:41 +00:00
Richard M. Stallman
24db549c64 (rmail-show-message): Use overlays, not text properties.
(rmail-overlay-list): New variable.
(rmail-mode): Make it local.
1994-04-24 05:10:51 +00:00
Richard M. Stallman
154b3e397f (mail-extr-all-top-level-domains): Renamed from all-top-level-domains.
Major changes by jwz and drw.
1994-04-24 03:51:13 +00:00
Richard M. Stallman
ab01d0a826 (create_process): Use child_setup_tty only if pty_flag. 1994-04-24 03:10:24 +00:00
Richard M. Stallman
13a72104de (create_process): Use SETUP_SLAVE_PTY only if pty_flag. 1994-04-24 03:06:55 +00:00
Richard M. Stallman
8a9e86e647 (special-display-frame-alist): New variable.
(special-display-popup-frame): New function.
(special-display-function): Set it.
1994-04-23 21:38:16 +00:00
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