1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 06:00:41 -08:00
Commit graph

6838 commits

Author SHA1 Message Date
Roland McGrath
bb01b91ffe Add Keywords: comment header for finder.el. 1995-04-18 22:53:49 +00:00
Richard M. Stallman
66de157de0 (frame-notice-user-settings):
Don't respecify an old value which was nil and remains nil.
1995-04-18 19:26:11 +00:00
Roland McGrath
a2416e212f (tags-search, tags-query-replace): Put (quote ...) around args inserted
into forms to be evalled.
1995-04-18 18:29:05 +00:00
Richard M. Stallman
2e922f0b7a (cpp-edit-list): Move definition toward start of file.
(cpp-face-type-list, cpp-writable-list, cpp-button-event)
(cpp-edit-buffer, cpp-branch-list, cpp-face-default-list)
(cpp-face-light-name-list, cpp-face-dark-name-list)
(cpp-face-light-list, cpp-face-dark-list, cpp-face-mono-list)
(cpp-face-none-list, cpp-face-all-list, cpp-overlay-list): Likewise.

(cpp-highlight-buffer): Rename stack to cpp-state-stack.
(cpp-parse-open, cpp-parse-close): Likewise.
(cpp-push-button, cpp-choose-symbol): Rename data to cpp-callback-data.
(cpp-state-stack, cpp-callback-data): Add defvars.
1995-04-18 07:21:52 +00:00
Richard M. Stallman
2596511d21 (line-move): Fix previous change: if we get an error,
move to where the error happened, don't go back to starting point.
1995-04-18 07:01:34 +00:00
Karl Heuer
a66839ceae (map-y-or-n-p): Don't log prompt messages. 1995-04-17 18:52:41 +00:00
Richard M. Stallman
68f8f37f9d (finder-known-keywords): Generalize `c' keyword. 1995-04-17 18:42:29 +00:00
Richard M. Stallman
01ea0e3b37 (ispell-init-ispell): Don't barf if there is a
warning message	before the version line when Ispell starts up.
1995-04-17 07:11:51 +00:00
Richard M. Stallman
61392e7b04 (font-lock-make-faces): Determine font-lock-background-mode from color
values of background color.

(font-lock-make-faces-done): New variable.
(font-lock-make-faces): Set font-lock-make-faces-done to t.
Don't call it when loading the file.
(font-lock-mode): Call font-lock-make-faces if not yet done.
1995-04-16 05:41:53 +00:00
Richard M. Stallman
891eb3fef5 (x-defined-colors): Take frame as optional arg.
Check whether colors are really supported on the display in use.
1995-04-16 04:17:36 +00:00
Richard M. Stallman
7c49006bee (list-colors-display): Minor clarification.
(facemenu-special-menu): Add "Intangible" item.
(facemenu-color-equal): Doc fix.
1995-04-16 04:15:39 +00:00
Richard M. Stallman
d0672e0d73 (set-face-background): Handle FRAME = nil directly
so stipple colors work in that case.
1995-04-16 04:09:48 +00:00
Richard M. Stallman
fb69dfa50e (set-auto-mode): If -*- spec doesn't set `mode:',
look for other ways of specifying major mode.
1995-04-16 03:20:40 +00:00
Richard M. Stallman
5c0b696b45 (dired-do-search): Renamed from dired-do-tags-search.
(dired-do-query-replace): Renamed from dired-do-tags-query-replace.
1995-04-15 05:42:25 +00:00
Richard M. Stallman
2527947a41 (dired-mode-map): Rename commands for A and Q. 1995-04-15 05:41:28 +00:00
Richard M. Stallman
f3a69d8f62 (cpp-parse-open): Delete comments that go past end of line.
(cpp-edit-reset): Clean up the four standard buttons.
(cpp-parse-buffer): Name was undefined--use cpp-highlight-buffer.
1995-04-15 02:04:41 +00:00
Richard M. Stallman
612abcae5d Comment change. 1995-04-14 23:24:11 +00:00
Richard M. Stallman
f1aabce03a (finder-known-keywords):
Add frames, hypermedia, outlines, oop.
1995-04-14 23:16:06 +00:00
Karl Heuer
dc269e81ca Create mouse-drag-overlay as a dead overlay, instead
of having it live in the *scratch* buffer until first used.
1995-04-14 22:39:19 +00:00
Richard M. Stallman
8095bf233d (rmail-reformat-message): Call `rmail-clear-headers'
also if `rmail-displayed-headers' is set.
(rmail-clear-headers): Handle `rmail-displayed-headers' correctly.

(rmail-insert-inbox-text): When reading old
.newmail-<user> file, report it specifically.

(rmail-displayed-headers): New variable.
(rmail-clear-headers): Handle rmail-displayed-headers

(rmail-display-labels): Use `format' to convert
message numbers to strings.

(rmail-resend): If mailabbrev loaded, use that to expand abbrevs.
1995-04-14 22:16:50 +00:00
Richard M. Stallman
67501c0181 (tar-mode): Locally bind next-line-add-newlines to nil.
(tar-subfile-mode): Doc fix.
(tar-expunge): Make questions and messages start with upper case letter.
(tar-summarize-buffer): Ditto.
(tar-subfile-save-buffer): Make message like others.
(tar-mode): Locally bind local-write-file-hooks.
(tar-mode-write-file): Renamed from tar-mode-maybe-write-tar-file.
(tar-mode-write-file): Simplify to only work for tar file buffers.
(write-file-hooks): Don't modify this.
1995-04-14 20:46:11 +00:00
Richard M. Stallman
f344058994 (fill-paragraph, fill-region, fill-nonuniform-paragraphs)
(fill-individual-paragraphs): Pass `full' for JUSTIFY arg,
in the interactive spec, if have prefix arg.
1995-04-14 18:33:44 +00:00
Karl Heuer
133bd29b68 Comment fix. 1995-04-14 17:59:59 +00:00
Karl Heuer
e4360875a9 Many doc fixes.
(edt-version): Deleted.
1995-04-14 17:28:59 +00:00
Karl Heuer
29978f0b3f (edt-vt100-revision): Deleted. 1995-04-14 17:19:29 +00:00
Karl Heuer
bf554ee0cd (edt-pc-revision): Deleted. 1995-04-14 17:18:19 +00:00
Karl Heuer
f334e976c9 (edt-mapper-revision): Deleted. 1995-04-14 17:17:15 +00:00
Karl Heuer
f5134a2605 (edt-lk201-revision): Deleted. 1995-04-14 17:16:17 +00:00
Richard M. Stallman
37a4f4b6b6 (derived-mode-merge-keymaps): Recursively merge prefix key submaps also. 1995-04-14 05:56:31 +00:00
Richard M. Stallman
ca96ae0b8d (byte-compile-log-file): Always insert at eob.
(byte-compile-insert-header): Cope if user-mail-address is nil.
1995-04-13 22:20:11 +00:00
Karl Heuer
5ff436fbc5 Update copyright. 1995-04-13 21:34:34 +00:00
Richard M. Stallman
cd1292d1d4 Comment change. 1995-04-13 21:13:31 +00:00
Richard M. Stallman
6e7f5182c3 (print-help-return-message): Check same-window-buffer-names
and same-window-regexps.
1995-04-13 18:15:01 +00:00
Richard M. Stallman
8902ae9e18 (make-help-screen): Explicitly translate key thru function-key-map. 1995-04-13 17:07:03 +00:00
Richard M. Stallman
0d4178ee2c (reporter-mailer): Replace mail with reporter-mail.
(reporter-mail): New function.
(reporter-submit-bug-report): Don't check return value of
the reporter-mailer function.
1995-04-13 17:05:39 +00:00
Richard M. Stallman
7be313ea3b (tabify): Include entire first line in narrowing. 1995-04-13 17:04:57 +00:00
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