1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

7779 commits

Author SHA1 Message Date
Richard M. Stallman
ddbe99e039 (describe-mode): Include minor modes that aren't buffer local. 1996-12-16 02:44:52 +00:00
Richard M. Stallman
4b18918922 Change defconsts to defvars. 1996-12-16 02:42:28 +00:00
Richard M. Stallman
cafef6ab6b (register-name-alist): Use defvar. 1996-12-16 01:39:18 +00:00
Richard M. Stallman
ec5092d53c (only-global-abbrevs): Use defvar. 1996-12-16 01:35:50 +00:00
Richard M. Stallman
1781e0210b Change some defconsts to defvars. 1996-12-16 01:33:54 +00:00
Richard M. Stallman
d7fa5aa239 Change defconsts to defvars. 1996-12-16 01:33:02 +00:00
Richard M. Stallman
4c8a3b19ec (format-alist): Change defconst to defvar. 1996-12-16 00:56:13 +00:00
Richard M. Stallman
1b43f83ff4 Change most defconsts to defvars. 1996-12-16 00:52:56 +00:00
Richard M. Stallman
ebeb898f46 (find-file-revert-without-query): New variable.
(find-file-noselect): Revert certain files without query
if the file has changed and the buffer has not.
1996-12-15 20:52:40 +00:00
Richard M. Stallman
e9286904ef (cpp-edit-load): Don't load anything if init-file-user is nil.
(cpp-edit-save): Doc fix.
1996-12-15 07:30:24 +00:00
Richard M. Stallman
21cd2849ae (outline-discard-overlays):
Use overlays-in, to ensure we get rid of empty overlays.
1996-12-14 22:24:35 +00:00
Richard M. Stallman
147f1d2af3 (menu-bar-tools-menu): Add items
Debugger, Compile and Search Files.
1996-12-14 22:23:58 +00:00
Richard M. Stallman
37eb1878a0 (rmail-summary-beginning-of-message):
Obey rmail-summary-size, and make sure summary is on top
if we split a single large window.

(rmail-summary-scroll-msg-down): If message is
not visible at all, use rmail-summary-beginning-of-message.
(rmail-summary-scroll-msg-up): Likewise.
1996-12-14 02:11:32 +00:00
Richard M. Stallman
082f6929d6 (disabled-command-hook): Correctly keep the first
paragraph of the command's documentation.
1996-12-13 20:50:55 +00:00
Richard M. Stallman
c9c0e4bb72 (time-stamp-am-pm): Variable deleted.
(time-stamp-weekday-full-names): Likewise.
(time-stamp-weekday-numbers): Likewise.
(time-stamp-old-format-warn): Doc fix.

(time-stamp-strftime): Function deleted.
(time-stamp-string): Use format-time-string.
(time-stamp-format): Change default value
to work with format-time-string.
1996-12-13 01:49:23 +00:00
Richard M. Stallman
a39a6e40e7 (display-time-event-handler): If Don't run the timer
for successive times that are already in the past.
1996-12-13 01:31:43 +00:00
Richard M. Stallman
f73299f360 (Info-mode): Default for `tab-width'. 1996-12-12 23:00:31 +00:00
Richard M. Stallman
31c8acc065 Fix previous change. 1996-12-11 21:06:53 +00:00
Richard M. Stallman
0f995be681 (browse-url-url-at-point): Use thing-at-point.
(browse-url-looking-at): Function deleted.
1996-12-11 21:06:18 +00:00
Richard M. Stallman
02807c95d3 (bounds-of-thing-at-point): Allow the end
to be at the same place as ORIG.
Try harder to find a thing that ends at ORIG.

(url): Move forward over colons.
Move back over colons at the end.
(thing-at-point-file-name-chars): Include @.
1996-12-11 20:59:18 +00:00
Richard M. Stallman
79062c6c2f Don't load .custom if -q was used. 1996-12-11 20:25:24 +00:00
Karl Heuer
7bb250dacc (byte-compile-insert-header): Fix previous change. 1996-12-11 01:29:00 +00:00
Richard M. Stallman
79dc9431d8 (goto-address-fontify): Use overlay, not text props. 1996-12-10 23:29:51 +00:00
Richard M. Stallman
c08fe8fdc5 (sort-columns): Don't use `sort' utility if the text has text properties. 1996-12-10 07:26:02 +00:00
Richard M. Stallman
59b1de826d (timer-next-integral-multiple-of-time): Doc fix. 1996-12-10 07:24:21 +00:00
Richard M. Stallman
bf6c5df1a1 (thing-at-point-url-chars): Allow comma, = and &.
(url): Move back over commas at the end.
1996-12-10 07:19:54 +00:00
Geoff Voelker
2da0d7db99 (normal-top-level, command-line, command-line-1):
User w32 instead of ms-windows for window-system symbol.
1996-12-09 23:38:03 +00:00
Richard M. Stallman
ea7cceff15 (gnus-button-alist): Allow whitespace in `<URL:...'
markup (rfc1738), done last, after possible partial matches.
(gnus-button-url): Zap any whitespace from a <URL:...> match.
1996-12-09 06:37:30 +00:00
Erik Naggum
4442951c8f (disabled-command-hook): Use `defvar' and add documentation string.
(disabled-command-hook): New option ! turns off disabled commands.
1996-12-09 04:21:11 +00:00
Richard M. Stallman
4703f85167 (gnus-read-init-file): Don't load anything if init-file-user is nil. 1996-12-08 22:00:45 +00:00
Richard M. Stallman
e1ddc4b48d (iconify-or-deiconify-frame): Define to be a
no-op, so commands that call it (like viper.el) work.
1996-12-08 08:24:03 +00:00
Richard M. Stallman
9064ef036e (texinfo-font-lock-keywords): Add url', email'. 1996-12-08 08:22:59 +00:00
Richard M. Stallman
345d9d7376 (Info-get-token): Find tokens where START matches 1996-12-08 07:37:55 +00:00
Richard M. Stallman
951e042711 (mouse-drag-mode-line): Don't get error
about sole window, if we don't actually try to change the size.
1996-12-07 22:19:50 +00:00
Richard M. Stallman
590571980e (isearch-no-upper-case-p): Use downcase
so that we handle arbitrary kinds of casification.
1996-12-07 22:17:50 +00:00
Richard M. Stallman
c8553837cd (mail-reply-action): Renamed from mail-reply-buffer.
(mail-yank-original): Handle either an action or a buffer
in mail-reply-action.
(mail): Doc fix.

(mail-mode-fill-paragraph): New function.
(mail-mode): Set fill-paragraph-function.
1996-12-07 22:16:27 +00:00
Richard M. Stallman
bde7cb3fae (rmail-start-mail): Rewrite to use compose-mail.
Two new arguments.
(rmail-forward): Always call rmail-start-mail, never `mail'.
1996-12-07 22:13:48 +00:00
Richard M. Stallman
d0008a00b2 (compose-mail): Handle several more args:
other-headers continue switch-function yank-action send-action.
(sendmail-user-agent): Rewrite to handle new args.
(assoc-ignore-case): New function.
(define-mail-user-agent): Doc fix.
1996-12-07 21:30:17 +00:00
Richard M. Stallman
1c1dadabf3 (perform-replace): Obey minibuffer-auto-raise. 1996-12-07 21:23:37 +00:00
Richard M. Stallman
1d2517f2ed (jka-compr-temp-name-template): Initialize using TMPDIR. 1996-12-07 21:22:27 +00:00
Richard M. Stallman
c851323f3d (thing-at-point-url-chars): Allow period.
(url): Move back over periods at the end.

Downcase arguments as Lisp symbols.
Fix many doc strings.
(thing-at-point-file-name-chars): Renamed from file-name-chars.
Allow a colon.
(thing-at-point-url-chars): New variable.
(url): Define new kind of "thing".
1996-12-07 21:20:10 +00:00
Richard M. Stallman
e196e7f212 (etags-file-of-tag): Expand the file name
using the truename of default-directory.
1996-12-07 20:38:40 +00:00
Richard M. Stallman
3183b23074 (sendmail-user-agent): Support 2 optional args.
(define-mail-user-agent): Doc fix.
1996-12-07 20:36:21 +00:00
Richard M. Stallman
666ef0083b (byte-compile-insert-header): If emacs-version
ends with a letter, don't check the version number.
1996-12-07 20:34:15 +00:00
Richard M. Stallman
e7e09325ce (pascal-mode): Make comment-indent-function buffer local. 1996-12-07 20:33:22 +00:00
Richard M. Stallman
6a16c4cb00 (mouse-major-mode-menu): Propagate prefix arg
to the command that is run.
1996-12-07 20:32:35 +00:00
Richard M. Stallman
18ce7555c8 (isearch-mode): Maybe make minibuffer frame visible and/or raise it. 1996-12-07 20:31:38 +00:00
Richard M. Stallman
a6f8cbf15c In enable predicates in Files menu, use menu-updating-frame. 1996-12-07 20:30:18 +00:00
Richard M. Stallman
0f6db76a85 Fixed syntax table for quotes since they messed up
highlighting in comments and other constructions.
1996-12-07 20:26:25 +00:00
Richard M. Stallman
ad8c455410 (dired-omit-size-limit): New variable.
(dired-omit-toggle, dired-omit-expunge): Respect it.
1996-12-07 20:15:18 +00:00