1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
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
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
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
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
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
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
Karl Heuer
6eaebaa278 Pass operation to find-file-name-handler. 1994-04-22 23:59:24 +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
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
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
Karl Heuer
3c59c255da (Electric-buffer-menu-mouse-select): New function.
(electric-buffer-menu-mode-map): Bind it to mouse-2.
1994-04-21 14:39:40 +00:00
Karl Heuer
a004e5020e (ispell-dictionary-alist): Renamed the entry for danish from "dansk" to
"danish" in order to conform with reality.
1994-04-21 13:51:26 +00:00
Richard M. Stallman
a9a6f83ff3 (comint-mode): Set comint-last-input-start and
comint-last-input-end to valid markers.

(comint-send-input): Use comint-output-filter to run
functions on comint-output-filter-functions.

(comint-kill-output): Use delete-region to remove, and
comint-output-filter to insert.
1994-04-21 06:42:24 +00:00
Richard M. Stallman
f54877b282 (gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
(gud-mode): Make paragraph-start buffer-local.
1994-04-21 06:24:36 +00:00
Richard M. Stallman
03d786655b (server-kill-emacs-query-function)
(server-kill-buffer-query-function): Give names to these hook fns.
1994-04-20 20:26:25 +00:00
Richard M. Stallman
c71ff00194 (sort-subr): Use car-less-than-car when appropriate. 1994-04-20 19:56:46 +00:00
Roland McGrath
8425a49a3c (compilation-parse-errors): Fix references for column number, 3 elt not
2nd.
1994-04-20 19:52:37 +00:00
Richard M. Stallman
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.
1994-04-20 06:19:14 +00:00
Karl Heuer
2bdfaa420c (init-file-user): Doc fix. 1994-04-20 06:13:43 +00:00
Richard M. Stallman
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.
1994-04-20 06:12:03 +00:00
Karl Heuer
9a8efe67cf Initial revision 1994-04-20 05:22:51 +00:00
Karl Heuer
24ff54989b (defun-prompt-regexp): Make this variable buffer-local. 1994-04-20 01:11:35 +00:00
Karl Heuer
f9f9cd9296 (report-emacs-bug): Insert at separator, not at end. 1994-04-20 00:14:15 +00:00
Richard M. Stallman
c7cd67bd78 Comment change. 1994-04-19 07:44:27 +00:00
Karl Heuer
10e09db421 (rmail-summary-rmail-update): Update rmail buffer even if it isn't displayed. 1994-04-19 03:41:23 +00:00
Richard M. Stallman
04645d5fb3 (kill-emacs-query-functions): Fix typo in question text. 1994-04-19 02:49:51 +00:00
Karl Heuer
8d3d2a0cdd (comint-replace-by-expanded-history): Expand only at prompt.
Pass SILENT flag to comint-replace-by-expanded-history-before-point.
1994-04-19 00:51:24 +00:00
Richard M. Stallman
3717217eee (kill-buffer-query-functions): Fix the question text. 1994-04-19 00:31:42 +00:00
Karl Heuer
d8ec2bc893 (outline-end-of-subtree): Stop before final newline. 1994-04-18 23:53:51 +00:00
Richard M. Stallman
ba275b2de9 (hexl-mode): Make local binding for hexl-max-address. 1994-04-18 23:34:22 +00:00
Richard M. Stallman
3886f8e229 (shell-command-filter): If point was at end, leave it at end. 1994-04-18 22:41:49 +00:00
Richard M. Stallman
d7e84efb1a (shell-command-sentinel): Do nothing if buffer is dead. 1994-04-18 22:37:30 +00:00
Richard M. Stallman
5754d7f2c6 (menu-bar-enable-clipboard): Construct new cons cells. 1994-04-18 21:33:57 +00:00