Commit graph

4485 commits

Author SHA1 Message Date
Karl Heuer
d10d0394a0 (yow): Set help-mode in *Help* buffer. 1994-11-09 05:44:20 +00:00
Karl Heuer
2151a1cff8 (Man-follow-manual-reference): First arg deleted. Call
Man-getpage-in-background with one argument only.
[this entry was already in the ChangeLog, but not in the source.]
1994-11-08 22:34:06 +00:00
Edward M. Reingold
06f7e2c57a Don't supersede attributes for faces diary-face', calendar-display-face', or
`holiday-face' if they are already defined.
1994-11-08 16:23:32 +00:00
Karl Heuer
afaa65e4ea (help-mode): New function.
(help-mode-map): Local keymap for help-mode.  Empty for now.
(print-help-return-message): Fix misspelled var.
1994-11-08 05:09:01 +00:00
Edward M. Reingold
89719ce9c5 Check for nil time before trying to adjust it for dst. 1994-11-07 16:39:17 +00:00
Francesco Potortì
98fd70174f * man.el (Man-reuse-okay-flag): Deleted.
(man, Man-getpage-in-background): Second arg deleted.
	References to Man-reuse-okay-flag deleted.
	(Man-follow-manual-reference): First arg deleted.  Call
	Man-getpage-in-background with one argument only.
1994-11-07 12:13:16 +00:00
Thien-Thi Nguyen
eceb584fa6 Update maintainer line. 1994-11-07 08:30:11 +00:00
Thien-Thi Nguyen
adc87157d8 Add maintainer line in header. 1994-11-07 08:29:06 +00:00
Karl Heuer
e1e9396710 (gnus-configure-windows): Make split-window-keep-point locally t so that focus
doesn't occasionally move to the wrong window on split-window-vertically.
1994-11-05 02:13:37 +00:00
Karl Heuer
a247bf214e (start-process-shell-command): Don't use exec on windows-nt. 1994-11-03 21:23:40 +00:00
Karl Heuer
c4e347be42 (tar-extract): Set default-directory to that of the superior buffer, not the
pseudo-dir formed from the archive name.
1994-11-03 20:37:28 +00:00
Karl Heuer
fd63b4f4d8 (gud-gdb-complete-command): Add a trailing single quote to partially quoted
unique completions.
1994-11-03 20:30:28 +00:00
Simon Marshall
2f12628e08 Wrap font-lock-fontify-region's string-match with save-match-data. 1994-11-03 15:30:39 +00:00
Richard M. Stallman
95ed00257a Initial revision 1994-11-01 10:27:02 +00:00
Richard M. Stallman
b0bfea296d (byte-compile-insert-header): Escape backslashes
in FILENAME when putting it inside a string constant.
1994-11-01 09:54:39 +00:00
Richard M. Stallman
b752147426 On windows-nt, load ls-lisp and winnt.
Treat windows-nt like ms-dos for DOC file name.
1994-11-01 05:56:55 +00:00
Richard M. Stallman
57f2b3e4f3 (Info-directory-list): Treat windows-nt like ms-dos. 1994-11-01 05:54:58 +00:00
Richard M. Stallman
2cd0169dc8 (byte-compile-file): Treat windows-nt like ms-dos. 1994-11-01 05:52:42 +00:00
Richard M. Stallman
23fa904007 (hexl-find-file): Treat windows-nt like ms-dos. 1994-11-01 05:51:58 +00:00
Richard M. Stallman
59fc41e547 (shell-command-switch): New variable.
(shell-command, shell-command-on-region): Use new variable.
1994-11-01 05:50:57 +00:00
Richard M. Stallman
7d1aa45da3 (command-line): Use ~/_emacs as init file in windows-nt. 1994-11-01 05:49:25 +00:00
Richard M. Stallman
c32d49e850 (abbreviate-file-name): Handle drive letters on windows-nt as on ms-dos. 1994-11-01 05:48:21 +00:00
Richard M. Stallman
4a091f2a34 (desktop-basefilename): Use emacs.dsk on windows-nt. 1994-11-01 05:46:57 +00:00
Richard M. Stallman
cfa8348f2b (bookmark-file): Use ~/emacs.bmk on windows-nt. 1994-11-01 05:45:47 +00:00
Richard M. Stallman
3912227e7e (change-log-name): Use changlo on windows-nt. 1994-11-01 05:45:04 +00:00
Richard M. Stallman
72dddf8ba8 (blink-matching-delay): New variable. 1994-11-01 04:22:00 +00:00
Richard M. Stallman
dbc6c26a56 (timezone-world-timezones): Add "UT" -> +000. 1994-11-01 04:21:32 +00:00
Richard M. Stallman
2a8160e652 (cl-macroexpand): keep documentation from `macroexpand'. 1994-11-01 04:21:03 +00:00
Richard M. Stallman
71e2ab547b (isearch-edit-string, isearch-toggle-case-fold):
Pass isearch-nonincremental to isearch-message-prefix.
1994-11-01 04:20:43 +00:00
Edward M. Reingold
43310354c5 New function to display an alternative diary file. 1994-11-01 02:18:56 +00:00
Edward M. Reingold
9543663083 Bind new function to mouse. 1994-11-01 02:17:53 +00:00
Edward M. Reingold
46e07c15d1 Bind new function to key. 1994-11-01 02:16:50 +00:00
Richard M. Stallman
af171fd0d4 (comint-read-noecho): Use read-char-exclusive' instead of read-char'. 1994-11-01 01:30:16 +00:00
Richard M. Stallman
dc7deb17a4 (texinfo-alias-list): New variable.
(texinfo-format-region, texinfo-format-buffer-1): Clear texinfo-alias-list.
(texinfo-format-scan): Implement @alias expansion.
1994-10-31 08:00:37 +00:00
Richard M. Stallman
308a286030 Changed almost every doc string.
(makefile-macroassign-regex): Don't include space and tab in macro names.

(makefile-backslash-column): New variable.
(makefile-backslash-region): New function.
(makefile-backslashify-current-line): New function.
(makefile-mode-map): Bind C-c C-\ to makefile-backslash-region.

(makefile-tab-face): New variable.
(makefile-font-lock-keywords): Use makefile-tab-face.
(makefile-font-lock-keywords): Use defvar, not defconst.
1994-10-30 21:20:42 +00:00
Edward M. Reingold
4dd1b83a5a Delete old reference to window configuration. 1994-10-30 21:06:34 +00:00
Richard M. Stallman
5ec5330e64 (texinfo-format-scan): Make @- vanish; don't insert -.
(texinfo-format-soft-hyphen): New function.
1994-10-30 20:05:58 +00:00
Richard M. Stallman
eef805d7ea Put mouse-set-font on C-down-mouse-1.
Don't bind C-down-mouse-2.
1994-10-30 10:41:03 +00:00
Richard M. Stallman
4d337390ed Load facemenu if have X.
After dumping, print number of pure bytes used.
1994-10-30 10:40:31 +00:00
Richard M. Stallman
da4871b308 (line-move): Use sign of arg to choose error condition. 1994-10-30 06:38:49 +00:00
Richard M. Stallman
7e1ddd4548 (blink-matching-open): Do blink if an even number of
quoting characters precede the close.
1994-10-30 02:19:14 +00:00
Edward M. Reingold
4612426413 Fix use of noday option for calendar-read-date. 1994-10-30 00:26:39 +00:00
Edward M. Reingold
ecd42d42f1 Redo the noday option for calendar-read-date. 1994-10-30 00:25:33 +00:00
Richard M. Stallman
0ec5b01db4 (gud-common-init): If file arg has no directory,
let the debugger search PATH, and don't set default-directory.
1994-10-29 11:14:05 +00:00
Richard M. Stallman
a4332c3f49 (iso-accents-mode): Variable renamed from iso-accents-minor-mode. 1994-10-28 19:03:03 +00:00
Richard M. Stallman
62642af94c (frame-initialize): Set special-display-function here,
not at top level.
1994-10-28 18:47:40 +00:00
Richard M. Stallman
d009603cbf (diff-command): New variable.
(diff): Use it.
1994-10-28 18:45:45 +00:00
Richard M. Stallman
5c51b72e45 (calendar-mode-map): Define c-down-mouse-3 like down-mouse-3. 1994-10-28 05:21:42 +00:00
Richard M. Stallman
1ba15fe60c (easy-menu-define): Call `easy-menu-do-define' to do
the real work.  Document XEmacs keyword arguments.
(easy-menu-do-define): New function.
(easy-menu-create-keymaps): Support XEmacs keyword arguments in
menu definition.
1994-10-28 04:31:05 +00:00
Karl Heuer
a2e12c0c4d (find-file-noselect): Call set-buffer-major-mode here. 1994-10-27 22:34:21 +00:00