1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 13:03:09 -08:00
Commit graph

17351 commits

Author SHA1 Message Date
Richard M. Stallman
51e4ece8a5 (define-mail-abbrev): Renamed from define-mail-alias.
(build-mail-abbrevs): Use new name.
1993-06-15 20:50:11 +00:00
Richard M. Stallman
b2b01bfa21 (build-mail-abbrevs): Pass just two args to define-mail-alias. 1993-06-15 20:36:10 +00:00
Richard M. Stallman
e13b624a0f (byte-compile-file-form-defmumble): Use defalias
for named function, even if no doc string.
1993-06-15 19:29:59 +00:00
Richard M. Stallman
0e52ea0303 Comment change. 1993-06-15 19:16:46 +00:00
Richard M. Stallman
6496f3d2b0 (xdb): New debugger supported (xdb under HPUX-PARISC).
(gud-xdb-debugger-startup): New function.
(gud-xdb-file-name, gud-xdb-accumulation): New functions.
(gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.
1993-06-15 16:31:24 +00:00
Richard M. Stallman
cfe89c4fa5 (dired-repeat-over-lines): Going fwd, skip new lines
that FUNCTION inserts after the current line.
Going backwd, no need for dired-move-to-filename each time.
1993-06-15 07:59:07 +00:00
Richard M. Stallman
44a53673e8 (parens-dont-require-spaces): New variable.
(insert-parentheses): Obey that variable.
1993-06-14 22:58:54 +00:00
Richard M. Stallman
4a6e3980e2 (emerge-make-diff3-list): Pass ancestor second.
(emerge-extract-diffs3): Replace group-1 with group-2.
(emerge-handle-local-variables): Pass no arg to hack-local-variables.
1993-06-14 21:44:34 +00:00
Richard M. Stallman
0fc2d0064d (dabbrev-expand): Do all changes with replace-match.
In picture-mode, use picture-replace-match instead.
1993-06-14 18:55:10 +00:00
Richard M. Stallman
5c927015ee (picture-replace-match): New function. 1993-06-14 18:53:40 +00:00
Jim Blandy
e0e8ed67ff * holidays.el: Eval calendar-holidays; don't just use its value. 1993-06-14 15:24:24 +00:00
Jim Blandy
b545bfe6d4 Initial revision 1993-06-14 14:58:03 +00:00
Richard M. Stallman
7162c5c4dc (balance-windows): Total rewrite. 1993-06-14 07:11:15 +00:00
Richard M. Stallman
087f61c885 Comment change. 1993-06-14 03:51:20 +00:00
Richard M. Stallman
79c6071d22 (byte-compile-file): Undo previous change.
(batch-byte-recompile-directory): Doc fix.
1993-06-13 22:32:17 +00:00
Richard M. Stallman
82318db5ea (isearch-highlight): If no face isearch', use region'. 1993-06-13 21:43:15 +00:00
Richard M. Stallman
eca5b04cf9 (c-indent-line): Call c-backward-to-start-of-if
in the case of else following a close brace.
1993-06-13 19:16:02 +00:00
Richard M. Stallman
136284159e (Man-getpage-in-background): Move close paren. 1993-06-13 18:00:36 +00:00
Richard M. Stallman
82c9fe8e25 (Man-getpage-in-background): Use TERM=dumb to prevent
terminal control sequences in the output.
1993-06-13 04:34:58 +00:00
Richard M. Stallman
3f26b32a5f (mouse-set-mark-fast): New function.
(mouse-show-mark): New function.
(mouse-kill-ring-save, mouse-save-then-kill): Use them.
(mouse-save-then-kill): Don't let kill-region alter this-command.
Check last-command accordingly.
(mouse-split-window-vertically): Handle scroll bar events.
1993-06-13 04:18:43 +00:00
Richard M. Stallman
3a8a836d28 (abbreviate-file-name): Match home dir with no / if nothing else follows. 1993-06-13 01:57:02 +00:00
Richard M. Stallman
d90f825cd8 (finder-find-library): New function.
(finder-commentary): Use it.
1993-06-13 01:36:48 +00:00
Richard M. Stallman
bcd54802d5 (etags-tags-completion-table): When skipping the noise
before the tag name, let it end with any char not allowed in a tag.
1993-06-12 23:43:57 +00:00
Richard M. Stallman
b22c9ebf6b *** empty log message *** 1993-06-12 20:53:59 +00:00
Richard M. Stallman
5ce8bb89cf (make-directory): By default create dir default-dir. 1993-06-12 06:54:14 +00:00
Richard M. Stallman
c4f4f2d12f (vc-backend-diff): Always use -q option. 1993-06-12 02:18:02 +00:00
Richard M. Stallman
c3bf10c278 (file-truename): Don't use expand-file-name to merge
a link target into the previous dir.  Handle .. and . explicitly.
1993-06-12 01:44:48 +00:00
Richard M. Stallman
2564586656 (sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't check char-syntax.
1993-06-11 22:22:15 +00:00
Richard M. Stallman
7e68de5600 (setenv): Treat case as significant. 1993-06-11 21:33:27 +00:00
Richard M. Stallman
645d62199d (sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't do the expand here.
1993-06-11 20:48:08 +00:00
Richard M. Stallman
b3771493d9 Doc fixes.
(run-lisp): Add autoload.
(inferior-lisp-mode-map): Explicitly make local prefix keys.
1993-06-11 20:11:10 +00:00
Richard M. Stallman
ec40ed9f4e (server-window): New variable.
(server-switch-buffer): Use it.
1993-06-11 18:28:44 +00:00
Richard M. Stallman
1bc1c75ef9 (enable-flow-control): Don't alter the 8-bit flag. 1993-06-11 17:55:51 +00:00
Richard M. Stallman
4cd88e9c94 (Man-filter-list): Add an element for X man pages.
(Man-goto-page): Continue past errors in Man-build-references-alist.
1993-06-11 17:52:59 +00:00
Richard M. Stallman
b25b6c3402 (rmail-output-to-rmail-file): Use the smart default in the prompt. 1993-06-11 16:36:19 +00:00
Richard M. Stallman
6bfb792228 (view-register): Handle file name values. 1993-06-11 16:30:40 +00:00
Jim Blandy
e27c3564f2 * bytecomp.el: Bring it up to version 2.10 of the
Zawinski-Furuseth compiler.  Changes from David Gillespie.
1993-06-11 16:19:49 +00:00
Richard M. Stallman
30c5ce9c10 (cd): Use file-name-absolute-p.
(cd-absolute): No longer interactive.
1993-06-11 16:02:27 +00:00
Richard M. Stallman
fa462250f3 (electric-history-map): Don't use fillarray;
make default bindings instead.  Bind up, down, home, next, prior.
1993-06-11 15:51:46 +00:00
Jim Blandy
3008ffb6cd * frame.el (frame-initialize): Remember to actually traverse
initial-frame-alist.
1993-06-11 11:33:31 +00:00
Jim Blandy
32ab4c1069 * gud.el (gud-last-last-frame): New variable.
(gud-display-frame): Save the frame we displayed in
	gud-last-last-frame.
	(gud-refresh): Force gud-display-frame to jump to the last frame
	displayed, even if it has already done so once.
1993-06-11 11:28:28 +00:00
Jim Blandy
d801ac0978 * man.el (manual-entry): Recognize the subject(section) syntax. 1993-06-11 10:29:55 +00:00
Jim Blandy
c45a630685 * picture.el (move-to-column-force): If column is negative, go
flush left.
1993-06-11 10:11:33 +00:00
Jim Blandy
1f3696d7df * simple.el (hscroll-point-visible): Work as documented in the
docstring for hscroll-step.
1993-06-11 09:45:20 +00:00
Richard M. Stallman
2dab780287 (lisp-indent-function): Look for either
lisp-indent-hook or lisp-indent-function property.
1993-06-11 07:00:05 +00:00
Richard M. Stallman
4ea836c185 (make-backup-files): Doc fix. 1993-06-11 05:59:16 +00:00
Richard M. Stallman
2a8386146c Comment change. 1993-06-11 05:56:00 +00:00
Richard M. Stallman
5009d9f0d4 (rmail-primary-inbox-list): Use defvar, not defconst. 1993-06-11 03:56:44 +00:00
Richard M. Stallman
fec33c0b30 (basic-save-buffer): Cal auto-save-mode with t as arg
if and only if auto save was off and default is on.
(set-visited-file-name): Likewise.
1993-06-10 23:35:18 +00:00
Richard M. Stallman
23efee2ce4 (append-to-buffer): Interactively, supply all 3 args.
Allow nonexistent buffers.
1993-06-10 23:06:50 +00:00