1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00
Commit Graph

5202 Commits

Author SHA1 Message Date
Richard M. Stallman
89901917ef (mail-do-fcc): Use just find-buffer-visiting
to find buffer to append to.
1995-04-13 05:43:35 +00:00
Richard M. Stallman
5038b790cf (x-set-selection): Fix up interactive defaults. 1995-04-13 02:34:03 +00:00
Richard M. Stallman
b1defad27b (time-stamp-format): Replace list of Lisp
functions with string containing %-escapes in the style of date(1).
(time-stamp): Widen buffer while time-stamping.
(time-stamp-toggle-active): New function.
(time-stamp-warn-inactive): New variable.
1995-04-13 01:33:08 +00:00
Karl Heuer
61fac91166 (all): Use DEL_TREE instead of delnode. 1995-04-12 03:13:59 +00:00
Karl Heuer
81b38822fd Key [C-M-backspace] defined.
(mode-line-format): Defined.
1995-04-12 03:13:20 +00:00
Karl Heuer
ea3e204331 [WINDOWSNT]: Find doc strings 1995-04-12 03:11:40 +00:00
Karl Heuer
64ce1458ef (set-auto-mode) [WINDOWSNT]: Match insensitive to case. 1995-04-12 03:10:46 +00:00
Karl Heuer
723ddb1f81 (dired-chmod-program): Defined. 1995-04-12 03:09:44 +00:00
Karl Heuer
a40dbafc08 * dired-aux.el (dired-do-chmod): Use dired-chmod-program.
(dired-do-chgrp, dired-do-chown) [DOS_NT]: Disabled.
1995-04-12 03:08:59 +00:00
Richard M. Stallman
019434e1f3 (mail-hist-put-headers-into-history):
Add save-excursion around entire function.
1995-04-11 23:01:05 +00:00
Richard M. Stallman
a9cb9b8010 (bibtex-find-text, bibtex-remove-double-quotes-or-braces):
Support both kind of delimiters (braces or quotes) regardless of the
value of bibtex-field-left-delimiter and bibtex-field-right-delimiter.
(bibtex-field-left-delimiter, bibtex-field-right-delimiter):
Made buffer-local.

(bibtex-beginning-of-entry): At the beginning of an
entry, leave point at the beginning of that entry instead of
moving to the beginning of the previous one.
(bibtex-end-of-entry): Outside an entry, now move to the end of
the *previous* entry (i.e. bibtex-beginning-of-entry and
bibtex-end-of-entry are now idempotent).
(bibtex-sort-entries, bibtex-clean-entry): Removed now obsolete
calls of bibtex-beginning-of-entry just before calls to
bibtex-end-of-entry.
(bibtex-clean-entry): Minor change to adapt to new behavior of
bibtex-beginning-of-entry.
1995-04-11 19:47:26 +00:00
Boris Goldowsky
da627a7158 (facemenu-read-color): Don't ignore PROMPT arg. Make arg optional.
(facemenu-unlisted-faces): Add font-lock faces to default value.
1995-04-11 15:56:53 +00:00
Richard M. Stallman
012733b38e (perl-comment-indent): Make extra space only when
not at beginning of line.
1995-04-11 03:00:04 +00:00
Richard M. Stallman
3954fff9cf (newline): Don't auto-fill if flag is on; it was filling wrong line. 1995-04-10 21:01:12 +00:00
Roland McGrath
b97089fa54 (compilation-error-regexp-alist): Remove superfluous SGI cc regexp. 1995-04-10 16:45:47 +00:00
Richard M. Stallman
4455f41c28 (fill-region-as-paragraph): Undo previous change.
Instead, set JUSTIFY to `full' in the interactive spec.
1995-04-10 08:02:39 +00:00
Richard M. Stallman
601fa27a78 Initial revision 1995-04-10 07:11:42 +00:00
Richard M. Stallman
c2fb848831 (write-file): Default is ask for confirmation only interactively. 1995-04-10 04:49:13 +00:00
Karl Heuer
9b7bc07699 Comment fixes. 1995-04-10 00:20:07 +00:00
Karl Heuer
847b8219a6 New version from author. 1995-04-09 22:31:08 +00:00
Karl Heuer
b6d4ab054b New version from author 1995-04-09 22:29:08 +00:00
Roland McGrath
98a4349ced (server-switch-buffer): Make first arg optional too;
server-edit might pass no args, since server-done might return nil.
1995-04-09 18:57:09 +00:00
Richard M. Stallman
d437b3f6bc (list-tags): Delete call to select-tags-matched-file. 1995-04-09 11:39:41 +00:00
Richard M. Stallman
8c7457442d (line-move): Turn off intangibility for intermediate stops. 1995-04-09 09:34:05 +00:00
Richard M. Stallman
06ff75391c (menu-bar-update-buffers): Reuse the entry for
list-buffers rather than making a new one each time.
1995-04-09 07:32:17 +00:00
Richard M. Stallman
d133d8353a (newline): Don't indent afterward if at page sep line.
Delete whitespace on blank line before the inserted newlines.
(open-line): Add all the left margins and fill prefixes
after inserting all the newlines.
1995-04-09 06:47:22 +00:00
Richard M. Stallman
144b263796 (byte-compile-log-file): New function.
(displaying-byte-compile-warnings): Log the file name at start;
display the log buffer only if something more gets output by BODY.
(byte-compile-warnings-point-max): Initialize to nil.
1995-04-09 05:32:47 +00:00
Richard M. Stallman
7d5f0c0679 (mode-line-buffer-identification): Fix prev change; use setq-default. 1995-04-09 03:51:32 +00:00
Richard M. Stallman
ec39964e12 Fix typo in prev change. 1995-04-09 03:33:01 +00:00
Roland McGrath
f48b601a2f (next-file): Add paren missing from last change. 1995-04-09 03:21:37 +00:00
Roland McGrath
2f14fde6d0 (next-file): Handle empty list returned by (tags-table-files). 1995-04-09 03:18:11 +00:00
Richard M. Stallman
c4f57b91f1 (ange-ftp-parse-netrc): Bind `default-directory' to
"/" to avoid infinite loop while expanding filename.
(ange-ftp-message): Don't truncate message in batch mode.
1995-04-09 03:08:18 +00:00
Richard M. Stallman
bcccd65d3f (occur): Provide 5 cols for line number. 1995-04-09 03:07:01 +00:00
Richard M. Stallman
98b45886f2 (completion-setup-function): Undo March 11 change.
Add some doc strings to completion-related variables.
1995-04-08 22:42:47 +00:00
Richard M. Stallman
af37b2e695 (make-comint): Error, if start-process is not fboundp. 1995-04-08 20:48:07 +00:00
Richard M. Stallman
5b42ec2b00 (menu-bar-edit-menu): Don't define ispell item unless start-process is fboundp. 1995-04-08 20:40:33 +00:00
Roland McGrath
984ae4edd2 (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc. 1995-04-08 20:15:20 +00:00
Richard M. Stallman
ab0fbbe9d6 (news-reply-mode): Make mail-header-separator into regexp 1995-04-08 20:11:04 +00:00
Richard M. Stallman
0408f0ac5a (mail-mode): Make mail-header-separator into regexp. 1995-04-08 20:09:28 +00:00
Richard M. Stallman
e7a52e415f (ispell-message): Make mail-header-separator into regexp. 1995-04-08 20:05:41 +00:00
Tom Tromey
50776640f7 (tcl-outline-level): New function
(tcl-mode): Added outline-handling stuff.
From Jesper Pedersen <blackie@imada.ou.dk>
1995-04-08 19:52:50 +00:00
Richard M. Stallman
04ea572f64 (walk-windows): Doc fix. 1995-04-08 19:41:54 +00:00
Richard M. Stallman
a7e5e8cbc7 (tar-clear-modification-flags): Fix several bugs. 1995-04-08 18:04:43 +00:00
Noah Friedman
2ca4ad7ef5 (resize-minibuffer-window): Make sure minibuffer window is selected.
(resize-minibuffer-window-restore): Likewise.
1995-04-08 08:22:07 +00:00
Richard M. Stallman
919a07bb1d (jka-compr-install): Doc fix.
(jka-compr-uninstall): Delete entries that jka-compr-install
added to inhibit-first-line-modes-suffixes.
1995-04-08 06:22:05 +00:00
Richard M. Stallman
9d0eba5717 Comment change. 1995-04-08 06:20:51 +00:00
Richard M. Stallman
8d4c2221cd (normal-top-level): Copy default-directory
from *scratch* to *Messages*.
1995-04-08 05:05:32 +00:00
Richard M. Stallman
1b009b97bc (menu-bar-file-menu): Add back as alias for menu-bar-files-menu. 1995-04-08 05:01:03 +00:00
Richard M. Stallman
5363172306 (mode-line-buffer-identification): Eliminate %F. 1995-04-08 02:51:37 +00:00
Karl Heuer
131a0c0129 Comment changes. 1995-04-08 02:24:20 +00:00