1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

ChangeLog fixes.

This commit is contained in:
Juanma Barranquero 2012-01-10 18:32:19 +01:00
parent 96f8741e07
commit cd394be177
15 changed files with 425 additions and 428 deletions

View file

@ -37,7 +37,7 @@
* ibuffer.el (ibuffer-mode): List the bindings in the corrent map * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
(bug#9759). (bug#9759).
* mail/smtpmail.el (password-cache-add): Removed unused declaration. * mail/smtpmail.el (password-cache-add): Remove unused declaration.
(password-read): Don't autoload unused function. (password-read): Don't autoload unused function.
2012-01-07 Juanma Barranquero <lekktu@gmail.com> 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
@ -1392,7 +1392,7 @@
(window-list-no-nils): Remove. (window-list-no-nils): Remove.
(window-state-get-1, window-state-get): Use backquote instead. (window-state-get-1, window-state-get): Use backquote instead.
2011-11-08 thierry <thierry.volpiatto@gmail.com> 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
* emacs-lisp/find-func.el (find-function-read): * emacs-lisp/find-func.el (find-function-read):
Fix incorrect use of default argument in `completing-read'. Fix incorrect use of default argument in `completing-read'.
@ -4542,7 +4542,7 @@
* printing.el: Add documentation to all the `pr-toggle-' commands. * printing.el: Add documentation to all the `pr-toggle-' commands.
2011-07-11 Leo <sdl.web@gmail.com> (tiny change) 2011-07-11 Leo Liu <sdl.web@gmail.com>
* files.el (toggle-read-only): Only do the `C-x C-q' warning on VC * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
backends where it makes sense (bug#2623). backends where it makes sense (bug#2623).
@ -9576,7 +9576,7 @@
* calc/calc-menu.el (calc-units-menu): Add entries for logarithmic * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
units and musical notes. units and musical notes.
2011-03-20 Leo <sdl.web@gmail.com> 2011-03-20 Leo Liu <sdl.web@gmail.com>
* ido.el (ido-read-internal): Use completing-read-default. * ido.el (ido-read-internal): Use completing-read-default.
(ido-completing-read): Fix compatibility with completing-read. (ido-completing-read): Fix compatibility with completing-read.

View file

@ -100,7 +100,7 @@
1986-03-31 Richard M. Stallman (rms@prep) 1986-03-31 Richard M. Stallman (rms@prep)
* man.el: fix stupid error in arg to file-name-all-completions. * man.el: Fix stupid error in arg to file-name-all-completions.
1986-03-28 Richard M. Stallman (rms@prep) 1986-03-28 Richard M. Stallman (rms@prep)
@ -117,7 +117,7 @@
1986-03-26 Richard Mlynarik (mly@prep) 1986-03-26 Richard Mlynarik (mly@prep)
* indent.el (edit-tab-stops): * indent.el (edit-tab-stops):
Go to character 0 so editing happens in right place Go to character 0 so editing happens in right place.
1986-03-24 Richard M. Stallman (rms@prep) 1986-03-24 Richard M. Stallman (rms@prep)
@ -196,8 +196,8 @@
1986-03-12 Richard Mlynarik (mly@prep) 1986-03-12 Richard Mlynarik (mly@prep)
* shell.el (shell) * shell.el (shell):
If no environment variable SHELL, default to /bin/sh If no environment variable SHELL, default to /bin/sh.
1986-03-12 Leonard H. Tower Jr. (tower@prep) 1986-03-12 Leonard H. Tower Jr. (tower@prep)
@ -226,16 +226,16 @@
1986-03-07 Sundar Narasimhan (sundar@prep) 1986-03-07 Sundar Narasimhan (sundar@prep)
* rnews.el: fix bug in news-get-new-news. (news-current-news-group * rnews.el: Fix bug in news-get-new-news. (news-current-news-group
should be nil on startup). should be nil on startup).
1986-03-07 Bill Rozas (jinx@prep) 1986-03-07 Bill Rozas (jinx@prep)
* scheme.el: autoloads from xscheme.el * scheme.el: Autoloads from xscheme.el.
* xscheme.el: New file. Implements inferior-scheme-mode and * xscheme.el: New file. Implements inferior-scheme-mode and
related commands. Similar (almost a query replace of) related commands. Similar (almost a query replace of)
inferior-lisp-mode in shell.el inferior-lisp-mode in shell.el.
1986-03-07 Richard M. Stallman (rms@prep) 1986-03-07 Richard M. Stallman (rms@prep)
@ -267,8 +267,8 @@
1986-03-03 Leonard H. Tower Jr. (tower@prep) 1986-03-03 Leonard H. Tower Jr. (tower@prep)
* rnews.el (news-add-news-group) * rnews.el (news-add-news-group):
Fixed bug that was putting "/"'s in newsgroups names in .newsrc Fix bug that was putting "/"'s in newsgroups names in .newsrc
instead of "."'s. instead of "."'s.
1986-03-03 Richard M. Stallman (rms@prep) 1986-03-03 Richard M. Stallman (rms@prep)
@ -320,8 +320,8 @@
1986-02-20 Richard Mlynarik (mly@prep) 1986-02-20 Richard Mlynarik (mly@prep)
* info.el (Info-validate): * info.el (Info-validate):
Node-names are case-insensitive, but assoc is case-sensitive Node-names are case-insensitive, but assoc is case-sensitive.
Separate out function Info-validate-tags-table Separate out function Info-validate-tags-table.
1986-02-19 Richard M. Stallman (rms@prep) 1986-02-19 Richard M. Stallman (rms@prep)
@ -404,7 +404,7 @@
* info.el: * info.el:
Completely rewrite Info-find-node so that it doesn't Completely rewrite Info-find-node so that it doesn't
blow out on nonexistent nodes/files blow out on nonexistent nodes/files.
Rewrite Info-goto-node through the Magic of Regular Expressions. Rewrite Info-goto-node through the Magic of Regular Expressions.
@ -426,7 +426,7 @@
1986-02-03 Richard Mlynarik (mly@prep) 1986-02-03 Richard Mlynarik (mly@prep)
* info.el (Info-validate) Insert a missing space. * info.el (Info-validate): Insert a missing space.
1986-02-03 Richard M. Stallman (rms@prep) 1986-02-03 Richard M. Stallman (rms@prep)
@ -522,7 +522,7 @@
Set mode correctly for .~i~ backup files. Set mode correctly for .~i~ backup files.
* shell.el (inferior-lisp-mode): * shell.el (inferior-lisp-mode):
Use \\{...} in doc. Fix up initialization of inferior-lisp-mode-map Use \\{...} in doc. Fix up initialization of inferior-lisp-mode-map.
1986-01-21 Richard Mlynarik (mly@prep) 1986-01-21 Richard Mlynarik (mly@prep)
@ -585,7 +585,7 @@
1986-01-09 Richard Mlynarik (mly@prep) 1986-01-09 Richard Mlynarik (mly@prep)
* mail-utils.el (mail-strip-quoted-names): * mail-utils.el (mail-strip-quoted-names):
Handle multi-line address lists Handle multi-line address lists.
1986-01-08 Richard Mlynarik (mly@prep) 1986-01-08 Richard Mlynarik (mly@prep)
@ -610,12 +610,12 @@
1986-01-07 Richard Mlynarik (mly@prep) 1986-01-07 Richard Mlynarik (mly@prep)
* tags.el (visit-tags-table): * tags.el (visit-tags-table):
Barf if given a directory Barf if given a directory.
1986-01-06 Richard Mlynarik (mly@prep) 1986-01-06 Richard Mlynarik (mly@prep)
* nroff-mode.el (electric-nroff-mode): * nroff-mode.el (electric-nroff-mode):
set-minor-mode correctly set-minor-mode correctly.
1986-01-02 Richard Mlynarik (mly@prep) 1986-01-02 Richard Mlynarik (mly@prep)
@ -626,7 +626,7 @@
* info.el (Info-tagify, Info-validate): * info.el (Info-tagify, Info-validate):
(let ((case-fold-search t)) ...) (let ((case-fold-search t)) ...)
for when these functions are used outside info mode for when these functions are used outside info mode.
1985-12-30 Richard M. Stallman (rms@prep) 1985-12-30 Richard M. Stallman (rms@prep)
@ -646,7 +646,7 @@
1985-12-30 Richard Mlynarik (mly@prep) 1985-12-30 Richard Mlynarik (mly@prep)
* files.el (backup-buffer): * files.el (backup-buffer):
Don't backup `weird' (non-character or link) files Don't backup `weird' (non-character or link) files.
1985-12-28 Richard M. Stallman (rms@prep) 1985-12-28 Richard M. Stallman (rms@prep)
@ -749,7 +749,7 @@
1985-12-17 Richard Mlynarik (mly@prep) 1985-12-17 Richard Mlynarik (mly@prep)
* simple.el (goto-line): * simple.el (goto-line):
Accept either prefix arg or prompt in minibuffer Accept either prefix arg or prompt in minibuffer.
1985-12-17 Richard M. Stallman (rms@prep) 1985-12-17 Richard M. Stallman (rms@prep)
@ -772,7 +772,7 @@
* files.el (set-visited-file-name): * files.el (set-visited-file-name):
Work properly in case of arg = nil or = "". Work properly in case of arg = nil or = "".
* debug.el (debugger-frame{,-clear}) * debug.el (debugger-frame{,-clear}):
Bind off read-only flag to change buffer. Bind off read-only flag to change buffer.
1985-12-14 Richard M. Stallman (rms@prep) 1985-12-14 Richard M. Stallman (rms@prep)
@ -812,8 +812,7 @@
modified in Rmail doesn't always correlate with modified in Rmail doesn't always correlate with
what the user is thinking about. what the user is thinking about.
* abbrev.el (prepare-abbrev-list-buffer, list-abbrevs, * abbrev.el (prepare-abbrev-list-buffer, list-abbrevs, edit-abbrevs):
edit-abbrevs):
Some cleanups. prepare-... now does all the work and Some cleanups. prepare-... now does all the work and
returns the buffer for the caller to select or display. returns the buffer for the caller to select or display.
@ -907,7 +906,7 @@
1985-12-09 Richard Mlynarik (mly@prep) 1985-12-09 Richard Mlynarik (mly@prep)
* rmail.el (rmail-save): * rmail.el (rmail-save):
Don't do possibly lengthy expunge if buffer not modified Don't do possibly lengthy expunge if buffer not modified.
* loaddefs.el: * loaddefs.el:
(fset 'TeX-mode 'tex-mode) (fset 'TeX-mode 'tex-mode)
@ -942,10 +941,10 @@
* info.el (Info-find-node): * info.el (Info-find-node):
Must search for "Node: Foo" not " Foo" or else would Must search for "Node: Foo" not " Foo" or else would
lose when there was a "Node: Bar Foo" lose when there was a "Node: Bar Foo".
* dired.el (dired-copy-file): * dired.el (dired-copy-file):
interactive "F" not "s" interactive "F" not "s".
* man.el (manual-entry): * man.el (manual-entry):
Allow user to specify "chdir(3)" to get entry from section Allow user to specify "chdir(3)" to get entry from section
@ -965,10 +964,10 @@
* info.el: * info.el:
(Info-validate-node-name): Don't complain about nodes in other files. (Info-validate-node-name): Don't complain about nodes in other files.
(Info-menu-sequence): fix typo in function name. (Info-menu-sequence): Fix typo in function name.
* rmail.el: * rmail.el:
(rmail-save): new function; `s' and `q' commands now expunge. (rmail-save): New function; `s' and `q' commands now expunge.
(rmail-set-attribute): Don't lose if buffer wasn't narrowed. (rmail-set-attribute): Don't lose if buffer wasn't narrowed.
(rmail-undelete-previous-message): (rmail-undelete-previous-message):
Try current message first, then back up till deleted msg Try current message first, then back up till deleted msg
@ -1032,11 +1031,12 @@
1985-12-05 Richard Mlynarik (mly@prep) 1985-12-05 Richard Mlynarik (mly@prep)
* abbrev.el, chistory.el, debug.el, doctor.el, indent.el, info.el, sendmail.el: * abbrev.el, chistory.el, debug.el, doctor.el, indent.el:
Fix initialization of mode-maps * info.el, sendmail.el:
Fix initialization of mode-maps.
* sendmail.el (mail-position-on-field): * sendmail.el (mail-position-on-field):
Make this work Make this work.
1985-12-05 Richard M. Stallman (rms@prep) 1985-12-05 Richard M. Stallman (rms@prep)
@ -1091,18 +1091,18 @@
1985-12-03 Richard Mlynarik (mly@prep) 1985-12-03 Richard Mlynarik (mly@prep)
* bytecomp.el (byte-compile-file-form): * bytecomp.el (byte-compile-file-form):
Reduce noninteractive message verbosity Reduce noninteractive message verbosity.
* ebuff-menu.el: * ebuff-menu.el:
Standardize initialization of Electric-buffer-menu-mode-map Standardize initialization of Electric-buffer-menu-mode-map.
make digits, meta-digits and "-" be numeric args Make digits, meta-digits and "-" be numeric args.
(put 'Electric-buffer-menu-undefined 'suppress-keymap t) (put 'Electric-buffer-menu-undefined 'suppress-keymap t)
* electric.el (Electric-command-loop): * electric.el (Electric-command-loop):
Set up this-command and last-command-char in command loop Set up this-command and last-command-char in command loop.
* simple.el (prefix-arg-internal, negative-argument): * simple.el (prefix-arg-internal, negative-argument):
Fix problem with negative-arguments and unreading Fix problem with negative-arguments and unreading.
1985-12-03 Richard M. Stallman (rms@prep) 1985-12-03 Richard M. Stallman (rms@prep)
@ -1114,9 +1114,8 @@
* rnews.el: * rnews.el:
Remove stray "<" character introduced by mly. Remove stray "<" character introduced by mly.
(news-move-to-group): give error message if no new group to move (news-move-to-group): Give error message if no new group to move to.
to. (news-next-message): With arg of 1 or -1, keep doing
(news-next-message): with arg of 1 or -1, keep doing
news-next-group or news-previous-group till reach nonempty group. news-next-group or news-previous-group till reach nonempty group.
* x-mouse.el: * x-mouse.el:
@ -1146,14 +1145,14 @@
1985-11-26 Richard Mlynarik (mly@prep) 1985-11-26 Richard Mlynarik (mly@prep)
* view.el: * view.el:
Define c-x o Define c-x o.
Rename interactive functions from view-* to View-* to improve m-x Rename interactive functions from view-* to View-* to improve m-x
completion. completion.
defvar, rather than defconst, view-mode-map defvar, rather than defconst, view-mode-map.
Take old-emacs-version-compatibility out of view-file Take old-emacs-version-compatibility out of view-file.
* helper.el (Helper-describe-mode, Helper-describe-bindings) * helper.el (Helper-describe-mode, Helper-describe-bindings):
Fix bit-rot Fix bit-rot.
Hack C-l in Helper-help-scroller. Hack C-l in Helper-help-scroller.
1985-11-25 Richard M. Stallman (rms@prep) 1985-11-25 Richard M. Stallman (rms@prep)
@ -1207,26 +1206,26 @@
Make edit-options-1 inline. Make edit-options-1 inline.
* term-xterm.el: * term-xterm.el:
Fix documentation for x-switches Fix documentation for x-switches.
1985-11-20 Richard Mlynarik (mly@prep) 1985-11-20 Richard Mlynarik (mly@prep)
* files.el, sendmail.el: * files.el, sendmail.el:
New function delete-auto-save-file-if-necessary New function delete-auto-save-file-if-necessary.
Make basic-save-file, mail-send call it Make basic-save-file, mail-send call it.
* startup.el (command-line-1): * startup.el (command-line-1):
Reformat to make all extraneous bs fit in 80 columns Reformat to make all extraneous bs fit in 80 columns.
* lisp-mode.el (calculate-lisp-indent): * lisp-mode.el (calculate-lisp-indent):
Check for boundp lisp-indent-hook, not fboundp. Check for boundp lisp-indent-hook, not fboundp.
* lisp.el, lisp-mode.el * lisp.el, lisp-mode.el:
Move eval-last-sexp, eval-defun from lisp.el to lisp-mode.el since Move eval-last-sexp, eval-defun from lisp.el to lisp-mode.el since
all their usages occur in the latter file. all their usages occur in the latter file.
* rnews.el * rnews.el:
Use `mail-header-separator' Use `mail-header-separator'.
* term-xterm.el: * term-xterm.el:
Define x-handle-switch-1 to modularize discarding of Define x-handle-switch-1 to modularize discarding of
@ -1236,8 +1235,8 @@
Check for command-switch-alist before checking for builtin Check for command-switch-alist before checking for builtin
switches. switches.
* bytecomp.el, term-xterm.el, tex-start.el * bytecomp.el, term-xterm.el, tex-start.el:
Switches look for `command-line-args' rather than `args' Switches look for `command-line-args' rather than `args'.
1985-11-20 Richard M. Stallman (rms@prep) 1985-11-20 Richard M. Stallman (rms@prep)
@ -1282,7 +1281,7 @@
Fix thinko in help-form, and include current value. Fix thinko in help-form, and include current value.
* info.el (Info-find-node): * info.el (Info-find-node):
If can't find node, say which node in error message If can't find node, say which node in error message.
* rmailedit.el (rmail-edit-mode): * rmailedit.el (rmail-edit-mode):
Improve documentation greatly, fix typo. Improve documentation greatly, fix typo.
@ -1303,8 +1302,8 @@
1985-11-14 Richard Mlynarik (mly@prep) 1985-11-14 Richard Mlynarik (mly@prep)
* info.el * info.el:
Make "." be beginning-of-buffer Make "." be beginning-of-buffer.
1985-11-13 Richard M. Stallman (rms@prep) 1985-11-13 Richard M. Stallman (rms@prep)
@ -1332,19 +1331,19 @@
1985-11-08 Richard Mlynarik (mly@prep) 1985-11-08 Richard Mlynarik (mly@prep)
* startup.el (command-line): * startup.el (command-line):
If noninteractive, don't load "term-*" If noninteractive, don't load "term-*".
noninteractive => -q [Change this if you think it is a bad noninteractive => -q [Change this if you think it is a bad
idea rms -- every use of -batch I make is followed by -q...] idea rms -- every use of -batch I make is followed by -q...]
1985-11-07 Richard Mlynarik (mly@prep) 1985-11-07 Richard Mlynarik (mly@prep)
* files.el (after-find-file): * files.el (after-find-file):
If get error hacking mode or local-vars, say what sort of error If get error hacking mode or local-vars, say what sort of error.
1985-11-06 Richard Mlynarik (mly@prep) 1985-11-06 Richard Mlynarik (mly@prep)
* bytecomp.el (byte-compile-lambda): * bytecomp.el (byte-compile-lambda):
Compile non-string `interactive' frobs Compile non-string `interactive' frobs.
1985-11-05 Richard M. Stallman (rms@prep) 1985-11-05 Richard M. Stallman (rms@prep)
@ -1359,18 +1358,18 @@
Don't use create-file-buffer for summary buffer! Don't use create-file-buffer for summary buffer!
* rmailsum.el (rmail-make-summary-line-1): * rmailsum.el (rmail-make-summary-line-1):
Fix bug computing new summary line Fix bug computing new summary line.
* debug.el (debug): * debug.el (debug):
Make recursive calls to the debugger work. Make recursive calls to the debugger work.
Make debugger buffer read-only Make debugger buffer read-only.
* sendmail.el (mail-send, sendmail-send-it): * sendmail.el (mail-send, sendmail-send-it):
Move some stuff from sendmail-send-it to mail-send Move some stuff from sendmail-send-it to mail-send
Delete auto-save #%*mail* file if `delete-auto-save-files' Delete auto-save #%*mail* file if `delete-auto-save-files'.
* electric.el (Electric-command-loop): * electric.el (Electric-command-loop):
condition-case for `beginning-of-buffer' condition-case for `beginning-of-buffer'.
1985-11-05 Richard M. Stallman (rms@prep) 1985-11-05 Richard M. Stallman (rms@prep)
@ -1381,7 +1380,7 @@
1985-11-04 Richard Mlynarik (mly@prep) 1985-11-04 Richard Mlynarik (mly@prep)
* yow.el, loaddefs.el: * yow.el, loaddefs.el:
Function yow. Depends on file emacs/etc/yow.lines Function yow. Depends on file emacs/etc/yow.lines.
1985-11-04 Richard M. Stallman (rms@prep) 1985-11-04 Richard M. Stallman (rms@prep)
@ -1423,7 +1422,7 @@
Some more bugs seem to remain in this code... Some more bugs seem to remain in this code...
* dired.el: * dired.el:
Both "e" and "f" are `dired-find-file' Both "e" and "f" are `dired-find-file'.
1985-10-30 Richard Mlynarik (mly@prep) 1985-10-30 Richard Mlynarik (mly@prep)
@ -1449,7 +1448,7 @@
1985-10-29 Richard Mlynarik (mly@prep) 1985-10-29 Richard Mlynarik (mly@prep)
* startup.el (command-line-1): * startup.el (command-line-1):
"-l" switch loads wrt load-path, rather than wrt default-directory "-l" switch loads wrt load-path, rather than wrt default-directory.
1985-10-29 Richard M. Stallman (rms@prep) 1985-10-29 Richard M. Stallman (rms@prep)
@ -1491,7 +1490,7 @@
1985-10-23 Richard Mlynarik (mly@prep) 1985-10-23 Richard Mlynarik (mly@prep)
* mouseinit.el * mouseinit.el:
Delete this file. Put its contents in files Delete this file. Put its contents in files
term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el. term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el.
(Perhaps there should be a subdirectory emacs/lisp/term/ ??) (Perhaps there should be a subdirectory emacs/lisp/term/ ??)
@ -1504,10 +1503,10 @@
1985-10-22 Richard Mlynarik (mly@prep) 1985-10-22 Richard Mlynarik (mly@prep)
* debugger.el (debug): * debugger.el (debug):
Bind variable `debugger-value' instead of `value' Bind variable `debugger-value' instead of `value'.
* userlock.el: * userlock.el:
Give `file-locked' error-conditions and error-message props Give `file-locked' error-conditions and error-message props.
1985-10-21 Richard M. Stallman (rms@mit-prep) 1985-10-21 Richard M. Stallman (rms@mit-prep)
@ -1522,10 +1521,10 @@
* sendmail.el (mail-do-fcc): * sendmail.el (mail-do-fcc):
Do cretinous unix ">" `quoting' of "\nFrom " strings Do cretinous unix ">" `quoting' of "\nFrom " strings
(this isn't transparent, but it's what other stupid programs expect) (this isn't transparent, but it's what other stupid programs expect).
* mailalias.el (expand-mail-aliases): * mailalias.el (expand-mail-aliases):
Hack case-fold-search as appropriate Hack case-fold-search as appropriate.
1985-10-21 Richard M. Stallman (rms@mit-prep) 1985-10-21 Richard M. Stallman (rms@mit-prep)
@ -1570,7 +1569,7 @@
* sendmail.el: * sendmail.el:
Use new var mail-header-separator in place of constant --text... Use new var mail-header-separator in place of constant --text...
(mail-setup): fill the To and Cc text inserted. (mail-setup): Fill the To and Cc text inserted.
Assume <...> constructs were handled by mail-strip-quoted-names. Assume <...> constructs were handled by mail-strip-quoted-names.
(mail-fill-yanked-message): Add this and put on C-c q. (mail-fill-yanked-message): Add this and put on C-c q.
(mail-mode): Set up mail-mode-map when file is loaded. (mail-mode): Set up mail-mode-map when file is loaded.
@ -1617,9 +1616,9 @@
* rnews.el (news-save-item-in-file): * rnews.el (news-save-item-in-file):
Append to file, rather than overwriting. Append to file, rather than overwriting.
* isearch.el * isearch.el:
Eliminate confused attempts at indicating that long isearch was Eliminate confused attempts at indicating that long isearch was
`in progress' `in progress'.
1985-10-15 Richard M. Stallman (rms@mit-prep) 1985-10-15 Richard M. Stallman (rms@mit-prep)
@ -1651,7 +1650,7 @@
1985-10-15 Richard Mlynarik (mly@mit-prep) 1985-10-15 Richard Mlynarik (mly@mit-prep)
* bytecomp.el (byte-compile-find-vars-1) * bytecomp.el (byte-compile-find-vars-1):
Fix paren error. Fix paren error.
1985-10-15 Richard M. Stallman (rms@mit-prep) 1985-10-15 Richard M. Stallman (rms@mit-prep)
@ -1786,7 +1785,6 @@
Initialize the local map when the file is loaded, Initialize the local map when the file is loaded,
not when mode is invoked. not when mode is invoked.
1985-10-04 Richard M. Stallman (rms@mit-prep) 1985-10-04 Richard M. Stallman (rms@mit-prep)
* indent.el (indent-relative-maybe): * indent.el (indent-relative-maybe):
@ -1810,12 +1808,12 @@
1985-10-03 Richard Mlynarik (mly@mit-prep) 1985-10-03 Richard Mlynarik (mly@mit-prep)
* simple.el * simple.el:
Functions quit, keyboard-quit Functions quit, keyboard-quit.
* isearch.el: * isearch.el:
"I-searching: foo..." in the middle of possibly lengthy "I-searching: foo..." in the middle of possibly lengthy
search search.
* files.el (set-auto-mode): * files.el (set-auto-mode):
Don't hack auto-mode-alist at all if -*- mode -*- is specified. Don't hack auto-mode-alist at all if -*- mode -*- is specified.
@ -2019,7 +2017,7 @@
1985-09-03 Richard Mlynarik (mly@mit-prep) 1985-09-03 Richard Mlynarik (mly@mit-prep)
* macros.el (kbd-macro-query) * macros.el (kbd-macro-query):
Barf if not defining or executing keyboard macro. Barf if not defining or executing keyboard macro.
1985-09-02 Richard M. Stallman (rms@mit-prep) 1985-09-02 Richard M. Stallman (rms@mit-prep)
@ -2052,7 +2050,7 @@
1985-08-31 Richard Mlynarik (mly@mit-prep) 1985-08-31 Richard Mlynarik (mly@mit-prep)
* simple.el (delete-indentation) * simple.el (delete-indentation):
Don't err if on first line of buffer. Don't err if on first line of buffer.
1985-08-30 Richard M. Stallman (rms@mit-prep) 1985-08-30 Richard M. Stallman (rms@mit-prep)
@ -2062,7 +2060,7 @@
1985-08-26 Richard Mlynarik (mly@mit-prep) 1985-08-26 Richard Mlynarik (mly@mit-prep)
* shell.el * shell.el:
Sending empty line of input at the end of a buffer that is an Sending empty line of input at the end of a buffer that is an
interaction with a promptless shell program copied previous input interaction with a promptless shell program copied previous input
rather than sending an empty line. rather than sending an empty line.
@ -2070,46 +2068,46 @@
1985-08-20 Richard Mlynarik (mly@mit-prep) 1985-08-20 Richard Mlynarik (mly@mit-prep)
* dired.el, files.el, sendmail.el, compile.el * dired.el, files.el, sendmail.el, compile.el:
Make *-other-window really do other window even if pop-up-windows Make *-other-window really do other window even if pop-up-windows
is set to nil. is set to nil.
1985-08-17 Richard Mlynarik (mly@mit-prep) 1985-08-17 Richard Mlynarik (mly@mit-prep)
* c-mode.el (c-indent-line) * c-mode.el (c-indent-line):
Make "^[ \t]*#" indent to 0 (if not in string or comment) Make "^[ \t]*#" indent to 0 (if not in string or comment)
* startup.el (command-line) * startup.el (command-line):
(or (getenv "USER") (getenv "LOGNAME")) for USG compatibility (or (getenv "USER") (getenv "LOGNAME")) for USG compatibility
(consider it a standard) (consider it a standard)
* lpr.el * lpr.el:
Typo (``format1'' for ``format'') Typo (``format1'' for ``format'')
1985-08-12 Richard Mlynarik (mly@mit-prep) 1985-08-12 Richard Mlynarik (mly@mit-prep)
* buff-menu.el (Buffer-menu-buffer) * buff-menu.el (Buffer-menu-buffer):
Win more often on `too-long' buffer names. Win more often on `too-long' buffer names.
1985-08-11 Richard Mlynarik (mly@mit-prep) 1985-08-11 Richard Mlynarik (mly@mit-prep)
* make narrow-to-page be disabled by default. * Make narrow-to-page be disabled by default.
* rmail.el (rmail-insert-inbox-text) * rmail.el (rmail-insert-inbox-text):
Hack case that /usr/spool/mail/user is a directory Hack case that /usr/spool/mail/user is a directory.
1985-08-10 Richard Mlynarik (mly@mit-prep) 1985-08-10 Richard Mlynarik (mly@mit-prep)
* isearch.el (isearch) * isearch.el (isearch):
Make isearch work in regexp case Make isearch work in regexp case.
1985-08-09 Richard Mlynarik (mly@mit-prep) 1985-08-09 Richard Mlynarik (mly@mit-prep)
* c-mode.el (c-comment-indent) * c-mode.el (c-comment-indent):
Return a valid value when used within a comment. Return a valid value when used within a comment
(such as when indenting when comment-multi-line is non-nil) (such as when indenting when comment-multi-line is non-nil).
Associated changes to Associated changes to
c-indent-line, c-calculate-indent-within-comment c-indent-line, c-calculate-indent-within-comment.
* debug.el (debug): * debug.el (debug):
Use buffer "*Backtrace*", not " *Backtrace*" so that users can Use buffer "*Backtrace*", not " *Backtrace*" so that users can
@ -2117,89 +2115,88 @@
Kill the buffer on exit so that users aren't tempted to lose Kill the buffer on exit so that users aren't tempted to lose
weirdly. weirdly.
Rename "args" "debugger-args" so that common var isn't lambda-bound. Rename "args" "debugger-args" so that common var isn't lambda-bound.
Make "-" be negative-argument in debugger-mode-map.
Make "-" be negative-argument in debugger-mode-map
* rnews.el (news-convert-format): * rnews.el (news-convert-format):
Don't lose on empty messages. Don't lose on empty messages.
* term-vt100.el, term-vt200.el * term-vt100.el, term-vt200.el:
Make "application mode" arrow keys ("\eOA"... "\eOD") do the right Make "application mode" arrow keys ("\eOA"... "\eOD") do the right
thing. thing.
1985-08-06 Richard Mlynarik (mly@mit-prep) 1985-08-06 Richard Mlynarik (mly@mit-prep)
* c-mode.el * c-mode.el:
calculate-c-indent was ignoring parse-start arg calculate-c-indent was ignoring parse-start arg.
Inserted jdf@prep.mit.edu's `else' indentation code Inserted jdf@prep.mit.edu's `else' indentation code
Make C-j be reindent-then-newline-and-indent to take advantage Make C-j be reindent-then-newline-and-indent to take advantage
of this. of this.
* simple.el * simple.el:
Added function reindent-then-newline-and-indent Add function reindent-then-newline-and-indent.
* rnews.el * rnews.el:
Fix typo and supply function news-show-all-headers Fix typo and supply function news-show-all-headers.
* startup.el * startup.el:
Make the value of args be the remaining command-line Make the value of args be the remaining command-line
arguments after the "-e" function name when the "-e" function arguments after the "-e" function name when the "-e" function
is called. is called.
Make "-f" be the same as "-e" --- it's in the manual. Make "-f" be the same as "-e" --- it's in the manual.
* bytecomp.el * bytecomp.el:
Added batch-byte-compile written by crl@newton.purdue.edu Add batch-byte-compile written by crl@newton.purdue.edu.
* isearch.el * isearch.el:
Typing C-s/C-r at start of isearch wasn't displaying search Typing C-s/C-r at start of isearch wasn't displaying search
string until it had completed the search. string until it had completed the search.
* indent.el (indent-relative) * indent.el (indent-relative):
Losing when indentation point was beneath non-whitespace Losing when indentation point was beneath non-whitespace.
* c-mode.el (indent-c-exp): * c-mode.el (indent-c-exp):
Replace "2" with "c-continued-statement-offset" Replace "2" with "c-continued-statement-offset"
Add (message "...") Add (message "...")
* mlsupport.el * mlsupport.el:
Fix typo in ml-current-indent Fix typo in ml-current-indent.
Make kill-to-end-of-line work Make kill-to-end-of-line work.
* mlconvert.el * mlconvert.el:
Hack "(forward-word)" => "(forward-word 1)" Hack "(forward-word)" => "(forward-word 1)".
1985-08-05 Richard Mlynarik (mly@mit-prep) 1985-08-05 Richard Mlynarik (mly@mit-prep)
* c-mode.el * c-mode.el:
Variable "c-continued-statement-indent" should have been Variable "c-continued-statement-indent" should have been
"c-continued-statement-offset" as in the documentation and manual "c-continued-statement-offset" as in the documentation and manual.
* rmail.el (rmail-find): * rmail.el (rmail-find):
Hack default of last search string, hack reverse search. Hack default of last search string, hack reverse search.
(-ve prefix arg): (-ve prefix arg):
Make "-" be negative-argument Make "-" be negative-argument.
1985-07-23 Richard Mlynarik (mly@mit-prep) 1985-07-23 Richard Mlynarik (mly@mit-prep)
* shell.el (shell-send-input): * shell.el (shell-send-input):
cd/pushd hackery wasn't substitute-in/expand-file-name'ing cd/pushd hackery wasn't substitute-in/expand-file-name'ing
(ie "cd $es" was losing) (ie "cd $es" was losing).
1985-07-16 Richard Mlynarik (mly@mit-prep) 1985-07-16 Richard Mlynarik (mly@mit-prep)
* view.el: * view.el:
Add "c-x ]" and "c-x [" page-movement commands Add "c-x ]" and "c-x [" page-movement commands
"c-x /" "c-x j" register save/jump "c-x /" "c-x j" register save/jump.
Speed up more losingly slow calls to substitute-command-keys by Speed up more losingly slow calls to substitute-command-keys by
conditional substitution of constant string. conditional substitution of constant string.
(view-helpful-message, view-undefined, view-mode-command-loop) (view-helpful-message, view-undefined, view-mode-command-loop)
* mail-utils.el * mail-utils.el:
rmail-dont-reply-to was losing on multi-line fields. rmail-dont-reply-to was losing on multi-line fields.
* simple.el * simple.el:
delete-blank-lines was deleting too much if on an isolated blank line. delete-blank-lines was deleting too much if on an isolated blank line.
1985-07-12 Richard M. Stallman (rms@mit-prep) 1985-07-12 Richard M. Stallman (rms@mit-prep)
@ -2222,7 +2219,7 @@
1985-07-10 Richard Mlynarik (mly@mit-prep) 1985-07-10 Richard Mlynarik (mly@mit-prep)
* ebuff-menu.el (Electric-buffer-menu-undefined) * ebuff-menu.el (Electric-buffer-menu-undefined):
Don't call substitute-command-keys if keybindings are default, Don't call substitute-command-keys if keybindings are default,
with resultant couple-of-orders-of-magnitude speedup. with resultant couple-of-orders-of-magnitude speedup.
RMS: this is what my changes to Fsubstitute_command_keys in doc.c RMS: this is what my changes to Fsubstitute_command_keys in doc.c
@ -2385,8 +2382,8 @@
* compile.el (compile1.el): * compile.el (compile1.el):
If *compilation* is current buffer, put point at end. If *compilation* is current buffer, put point at end.
* simple.el (indent-for-comment, kill-comment, set-comment-column, * simple.el (indent-for-comment, kill-comment, set-comment-column)
indent-new-comment-line): use comment-start-skip to find comments. (indent-new-comment-line): Use comment-start-skip to find comments.
Don't use find-comment-line any more. Don't use find-comment-line any more.
* lisp-mode.el, c-mode.el, scheme.el, mim-mode.el: * lisp-mode.el, c-mode.el, scheme.el, mim-mode.el:
@ -2554,8 +2551,8 @@
1985-06-12 Richard Mlynarik (mly@mit-prep) 1985-06-12 Richard Mlynarik (mly@mit-prep)
* rmail (rmail-insert-inbox-text) * rmail (rmail-insert-inbox-text):
file-name-directory includes a trailing "/" file-name-directory includes a trailing "/".
1985-06-12 K. Shane Hartman (shane@mit-prep) 1985-06-12 K. Shane Hartman (shane@mit-prep)
@ -2686,7 +2683,7 @@
describing help options. Add `v' command for viewing buffer and describing help options. Add `v' command for viewing buffer and
returning to the Electric Buffer List. returning to the Electric Buffer List.
* loaddefs.el: autoload edit-picture. * loaddefs.el: Autoload edit-picture.
* picture.el: New "Major" mode for editing pictures and tables. * picture.el: New "Major" mode for editing pictures and tables.
@ -2731,7 +2728,7 @@
* sendmail.el (sendmail-send-it): * sendmail.el (sendmail-send-it):
Somewhat gratuitously deleting empty subject lines. Somewhat gratuitously deleting empty subject lines.
/usr/lib/sendmail seems smart enough (!) to hack this itself /usr/lib/sendmail seems smart enough (!) to hack this itself.
1985-06-04 K. Shane Hartman (shane@mit-prep) 1985-06-04 K. Shane Hartman (shane@mit-prep)
@ -2798,7 +2795,7 @@
Process exec-directory using expand-file-name Process exec-directory using expand-file-name
so as not to depend on whether it ends in /. so as not to depend on whether it ends in /.
* simple.el: define turn-on-auto-fill. * simple.el: Define turn-on-auto-fill.
1985-06-01 K. Shane Hartman (shane@mit-prep) 1985-06-01 K. Shane Hartman (shane@mit-prep)
@ -2823,7 +2820,7 @@
1985-06-01 Richard M. Stallman (rms@mit-prep) 1985-06-01 Richard M. Stallman (rms@mit-prep)
* Many files: put in \\[...] where appropriate. * Many files: Put in \\[...] where appropriate.
1985-06-01 K. Shane Hartman (shane@mit-prep) 1985-06-01 K. Shane Hartman (shane@mit-prep)
@ -2862,16 +2859,16 @@
1985-05-30 Richard Mlynarik (mly@mit-prep) 1985-05-30 Richard Mlynarik (mly@mit-prep)
* sendmail.el * sendmail.el:
Typo made sendmail-send-it lose when mail-interactive Typo made sendmail-send-it lose when mail-interactive.
* simple.el * simple.el:
Aborting out of octal read in read-quoted-char restarts Aborting out of octal read in read-quoted-char restarts
"from the top." "from the top."
* startup.el * startup.el:
Catch another place where \\[..] was needed Catch another place where \\[..] was needed
Don't insert copyright info if noninteractive Don't insert copyright info if noninteractive.
1985-05-30 K. Shane Hartman (shane@mit-prep) 1985-05-30 K. Shane Hartman (shane@mit-prep)
@ -2913,22 +2910,22 @@
* Rename some files so all .el & .elc file names are <= 14 chars. * Rename some files so all .el & .elc file names are <= 14 chars.
syntax-check-mim.el => mim-syntax.el (change in mim-mode.el too). syntax-check-mim.el => mim-syntax.el (change in mim-mode.el too).
new-version-level.el => grow-vers.el. new-version-level.el => grow-vers.el.
scheme-mode.el => scheme.el scheme-mode.el => scheme.el.
compare-windows.el => compare-w.el compare-windows.el => compare-w.el.
electric-buffer-list.el => ebuff-menu.el electric-buffer-list.el => ebuff-menu.el.
1985-05-28 Richard Mlynarik (mly@mit-prep) 1985-05-28 Richard Mlynarik (mly@mit-prep)
* simple.el (describe-function) * simple.el (describe-function):
bind enable-recursive-minibuffers to read fn name Bind enable-recursive-minibuffers to read fn name
(useful when typing c-h f after m-esc) (useful when typing c-h f after m-esc).
* files.el * files.el:
made create-file-buffer a lisp function (was in src/buffer.c) Make create-file-buffer a lisp function (was in src/buffer.c).
* electric-buffer-menu-mode.el * electric-buffer-menu-mode.el:
If the first character typed is a space then quit, ie return to If the first character typed is a space then quit, ie return to
previous window/buffer configuration previous window/buffer configuration.
1985-05-27 Richard M. Stallman (rms@mit-prep) 1985-05-27 Richard M. Stallman (rms@mit-prep)
@ -2967,30 +2964,30 @@
* lisp-mode.el: * lisp-mode.el:
Provide default definition of lisp-send-defun, to just get an error. Provide default definition of lisp-send-defun, to just get an error.
* shell.el: rename lisp to run-lisp. * shell.el: Rename lisp to run-lisp.
* loaddefs.el: make run-lisp autoloading. * loaddefs.el: Make run-lisp autoloading.
1985-05-23 Richard Mlynarik (mly@mit-prep) 1985-05-23 Richard Mlynarik (mly@mit-prep)
* files.el * files.el:
FOO! Local-variables weren't working since hack-local-variables FOO! Local-variables weren't working since hack-local-variables
was searching for "\n^L" not "\n\^L" was searching for "\n^L" not "\n\^L".
* lisp-mode.el, loadup.el, startup.el * lisp-mode.el, loadup.el, startup.el:
renamed lisp-interaction-mode to elisp-interaction-mode Rename lisp-interaction-mode to elisp-interaction-mode
Made elisp-mode call elisp-mode-hook, elisp-interaction-mode call Make elisp-mode call elisp-mode-hook, elisp-interaction-mode call
elisp-interaction-mode-hook. This will break people's init files! elisp-interaction-mode-hook. This will break people's init files!
* loaddefs.el * loaddefs.el:
made ".lisp" suffixes get lisp mode. Toto, I don't think we're Make ".lisp" suffixes get lisp mode. Toto, I don't think we're
using fourteen-character filenames anymore. using fourteen-character filenames anymore.
Autoload scheme-mode Autoload scheme-mode.
* scheme-mode.el * scheme-mode.el:
installed scheme-mode, courtesy MIT scheme people. Install scheme-mode, courtesy MIT scheme people.
* lisp-mode.el * lisp-mode.el:
made mode doc strings use \[...] substitute-command-keys technology Make mode doc strings use \[...] substitute-command-keys technology.
1985-05-23 Richard M. Stallman (rms@mit-prep) 1985-05-23 Richard M. Stallman (rms@mit-prep)
@ -3008,19 +3005,19 @@
1985-05-22 Richard Mlynarik (mly@mit-prep) 1985-05-22 Richard Mlynarik (mly@mit-prep)
* nrnews.el * nrnews.el:
Foo. A distinct lack of communication here. Foo. A distinct lack of communication here.
Fairly radical surgery --- many bug fixes and clarifications, Fairly radical surgery --- many bug fixes and clarifications,
quite different from rnews.el Sigh quite different from rnews.el Sigh
1985-05-22 K. Shane Hartman (shane@mit-prep) 1985-05-22 K. Shane Hartman (shane@mit-prep)
* view.el * view.el:
Add new flavor of help. ?, h still give list of Add new flavor of help. ?, h still give list of
commands. C-h understands m, c, k options. Make commands. C-h understands m, c, k options. Make
help commands use pop up window with scroll on space. help commands use pop up window with scroll on space.
* loaddefs.el * loaddefs.el:
Minor change for documentation of view-file and Minor change for documentation of view-file and
view-buffer because C-h does not describe mode now. view-buffer because C-h does not describe mode now.
@ -3045,15 +3042,15 @@
1985-05-21 Richard Mlynarik (mly@mit-prep) 1985-05-21 Richard Mlynarik (mly@mit-prep)
* mlsupport.el: * mlsupport.el:
Fix assorted typos where variable "bufname" was changed to "name" Fix assorted typos where variable "bufname" was changed to "name".
* view.el * view.el:
Make M-<, M-> work. Fix documentation strings to work with the Make M-<, M-> work. Fix documentation strings to work with the
combination of lisp quoting and substitute-command-keys quoting. combination of lisp quoting and substitute-command-keys quoting.
* electric-buffer-list.el * electric-buffer-list.el:
Call Buffer-menu-execute before selecting. (Why doesn't standard Call Buffer-menu-execute before selecting. (Why doesn't standard
buffer-menu-mode do this?) Flush "x", "1" and "2" commands buffer-menu-mode do this?) Flush "x", "1" and "2" commands.
* buff-menu.el: * buff-menu.el:
Call bury-buffer after selecting new buffer. Call bury-buffer after selecting new buffer.
@ -3086,23 +3083,23 @@
1985-05-19 Richard Mlynarik (mly@mit-prep) 1985-05-19 Richard Mlynarik (mly@mit-prep)
* view.el, dired.el * view.el, dired.el:
typos in viewing stuff Typos in viewing stuff.
* simple.el, isearch.el * simple.el, isearch.el:
Added prompt argument to read-quoted-char; improved isearch Add prompt argument to read-quoted-char; improve isearch
input echoing when reading quoted char. input echoing when reading quoted char.
* sendmail.el, loaddefs.el * sendmail.el, loaddefs.el:
added send-mail-function; initially sendmail-send-it Add send-mail-function; initially sendmail-send-it
(also, mail-yank-ignored-headers had a typo). (also, mail-yank-ignored-headers had a typo).
* rmail.el (rmail-get-new-mail, convert-to-babyl-format, ...) * rmail.el (rmail-get-new-mail, convert-to-babyl-format, ...):
* loaddefs.el: * loaddefs.el:
Remodularize inbox parsing. Add support(?) for mmdf inboxes. Remodularize inbox parsing. Add support(?) for mmdf inboxes.
Note that I can't seem to define definitive documentation of Note that I can't seem to define definitive documentation of
what this format is; however the code installed seems to work what this format is; however the code installed seems to work
for all cases encountered for all cases encountered.
1985-05-19 Richard M. Stallman (rms@mit-prep) 1985-05-19 Richard M. Stallman (rms@mit-prep)
@ -3130,11 +3127,11 @@
1985-05-17 Richard M. Stallman (rms@mit-prep) 1985-05-17 Richard M. Stallman (rms@mit-prep)
* isearch.el: * isearch.el:
Preserve window-start on exit from save-window-excursion Preserve window-start on exit from save-window-excursion.
1985-05-16 Richard M. Stallman (rms@mit-prep) 1985-05-16 Richard M. Stallman (rms@mit-prep)
* rmail.el: correct read-only suppression in rmail-new-summary. * rmail.el: Correct read-only suppression in rmail-new-summary.
1985-05-16 K. Shane Hartman (shane@mit-prep) 1985-05-16 K. Shane Hartman (shane@mit-prep)
@ -3149,7 +3146,7 @@
* simple.el: Make <help> i run info. * simple.el: Make <help> i run info.
* sundry changes to go with changes in src/fileio.c making * Sundry changes to go with changes in src/fileio.c making
copy-file, rename-file, add-name take an optional third argument. copy-file, rename-file, add-name take an optional third argument.
The only autoloaded system code this breaks is rmail --- The only autoloaded system code this breaks is rmail ---
a condition-case for wrong-number-of-arguments kludge was installed a condition-case for wrong-number-of-arguments kludge was installed
@ -3158,7 +3155,7 @@
to remove the kludge at that time! to remove the kludge at that time!
Mods to files.el, loadup.el, rmail.el. Mods to files.el, loadup.el, rmail.el.
* added autoloading function electric-buffer-list. * Add autoloading function electric-buffer-list.
* buff-menu.el: Make splitting screen between > 2 buffers work. * buff-menu.el: Make splitting screen between > 2 buffers work.
@ -3184,7 +3181,7 @@
* inc-version.el: Kill Emacs at the end. * inc-version.el: Kill Emacs at the end.
* simple.el: fixed overflow problem in what-cursor-position. * simple.el: Fix overflow problem in what-cursor-position.
* startup.el: Don't print a help message if noninteractive. * startup.el: Don't print a help message if noninteractive.

View file

@ -569,7 +569,7 @@
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984). property (Bug#2984).
2009-04-16 Leo <sdl.web@gmail.com> (tiny change) 2009-04-16 Leo Liu <sdl.web@gmail.com> (tiny change)
* ediff-wind.el (ediff-make-wide-display): Fix typo in frame * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
parameter alist. parameter alist.
@ -1041,7 +1041,7 @@
* mail/supercite.el (sc-version): Doc fix. * mail/supercite.el (sc-version): Doc fix.
2009-03-19 Leo <sdl.web@gmail.com> (tiny change) 2009-03-19 Leo Liu <sdl.web@gmail.com> (tiny change)
* mail/supercite.el (sc-version): Fix typo in interactive spec. * mail/supercite.el (sc-version): Fix typo in interactive spec.

View file

@ -288,7 +288,7 @@
* emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
if there is no node. (Bug#3261) if there is no node. (Bug#3261)
2011-03-04 Leo <sdl.web@gmail.com> 2011-03-04 Leo Liu <sdl.web@gmail.com>
* vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139) * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
@ -866,7 +866,7 @@
* net/soap-client.el: * net/soap-client.el:
* net/soap-inspect.el: New files. * net/soap-inspect.el: New files.
2011-02-16 Leo <sdl.web@gmail.com> 2011-02-16 Leo Liu <sdl.web@gmail.com>
* dired-x.el (dired-mode-map, dired-extra-startup): * dired-x.el (dired-mode-map, dired-extra-startup):
Remove dired-copy-filename-as-kill since it's already in dired.el. Remove dired-copy-filename-as-kill since it's already in dired.el.
@ -1586,7 +1586,7 @@
* vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
Callers changed. Callers changed.
2011-01-28 Leo <sdl.web@gmail.com> 2011-01-28 Leo Liu <sdl.web@gmail.com>
* emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
highlighting to the "this function is advised" message. highlighting to the "this function is advised" message.
@ -2668,7 +2668,7 @@
* mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
non-nil, handle the header in rmail-show-mime-function. non-nil, handle the header in rmail-show-mime-function.
2011-01-02 Leo <sdl.web@gmail.com> 2011-01-02 Leo Liu <sdl.web@gmail.com>
* help-fns.el (describe-variable): Fix previous change. * help-fns.el (describe-variable): Fix previous change.
@ -2699,7 +2699,7 @@
* mail/smtpmail.el (smtpmail-send-it): Write queued mail body with * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
Unix EOLs. (Bug#7589) Unix EOLs. (Bug#7589)
2011-01-02 Leo <sdl.web@gmail.com> 2011-01-02 Leo Liu <sdl.web@gmail.com>
* eshell/em-hist.el (eshell-previous-matching-input): Signal error * eshell/em-hist.el (eshell-previous-matching-input): Signal error
if point is not behind eshell-last-output-end (Bug#7585). if point is not behind eshell-last-output-end (Bug#7585).
@ -2867,7 +2867,7 @@
* obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el: * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
Move from lisp/. Move from lisp/.
2010-12-20 Leo <sdl.web@gmail.com> 2010-12-20 Leo Liu <sdl.web@gmail.com>
* dnd.el (dnd-get-local-file-name): Unhex of file name shall * dnd.el (dnd-get-local-file-name): Unhex of file name shall
always be performed (Bug#7680). always be performed (Bug#7680).
@ -2953,7 +2953,7 @@
* epa-file.el (epa-file-select-keys): Accept 'silent to inhibit * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
key selection prompt; make 'silent as default (Bug#7487). key selection prompt; make 'silent as default (Bug#7487).
2010-12-16 Leo <sdl.web@gmail.com> 2010-12-16 Leo Liu <sdl.web@gmail.com>
* eshell/eshell.el (eshell-directory-name): * eshell/eshell.el (eshell-directory-name):
Use locate-user-emacs-file (Bug#7578). Use locate-user-emacs-file (Bug#7578).
@ -3081,7 +3081,7 @@
* diff-mode.el (diff-refine-hunk): Make it work when the hunk contains * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
empty lines without a leading space. empty lines without a leading space.
2010-12-13 Leo <sdl.web@gmail.com> 2010-12-13 Leo Liu <sdl.web@gmail.com>
* dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
while mapping over marks (Bug#6810). while mapping over marks (Bug#6810).
@ -3155,7 +3155,7 @@
(rmail-search-mime-message-function): Set to (rmail-search-mime-message-function): Set to
rmail-search-mime-message. rmail-search-mime-message.
2010-12-13 Leo <sdl.web@gmail.com> 2010-12-13 Leo Liu <sdl.web@gmail.com>
* ido.el (ido-common-initialization): New function. (bug#3274) * ido.el (ido-common-initialization): New function. (bug#3274)
(ido-mode): Use it. (ido-mode): Use it.
@ -4990,7 +4990,7 @@
(minibuffer-force-complete): Set completion-cycling. (minibuffer-force-complete): Set completion-cycling.
(completion-all-sorted-completions): Move declaration before first use. (completion-all-sorted-completions): Move declaration before first use.
2010-10-28 Leo <sdl.web@gmail.com> 2010-10-28 Leo Liu <sdl.web@gmail.com>
* iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist' * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
which changes the order of matches seen by users (bug#7231). which changes the order of matches seen by users (bug#7231).
@ -5279,7 +5279,7 @@
(set-cursor-color, set-mouse-color, set-border-color): (set-cursor-color, set-mouse-color, set-border-color):
Use read-color. Use read-color.
2010-10-24 Leo <sdl.web@gmail.com> 2010-10-24 Leo Liu <sdl.web@gmail.com>
* eshell/em-unix.el (eshell-remove-entries): Use the TRASH * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
argument of delete-file and delete-directory (Bug#7011). argument of delete-file and delete-directory (Bug#7011).
@ -5876,7 +5876,7 @@
* vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152) * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
2010-10-08 Leo <sdl.web@gmail.com> 2010-10-08 Leo Liu <sdl.web@gmail.com>
* dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
return non-nil if the file exists (Bug#7090). return non-nil if the file exists (Bug#7090).
@ -7038,7 +7038,7 @@
* subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key. * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2010-09-12 Leo <sdl.web@gmail.com> 2010-09-12 Leo Liu <sdl.web@gmail.com>
* net/rcirc.el (rcirc-server-commands, rcirc-client-commands) * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
(rcirc-completion-start): New variables. (rcirc-completion-start): New variables.
@ -7961,7 +7961,7 @@
* startup.el (command-line-1): Issue warning for ignored arguments * startup.el (command-line-1): Issue warning for ignored arguments
--unibyte, etc (Bug#6886). --unibyte, etc (Bug#6886).
2010-08-22 Leo <sdl.web@gmail.com> 2010-08-22 Leo Liu <sdl.web@gmail.com>
* net/rcirc.el (rcirc-add-or-remove): Accept a list of elements. * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
(ignore, bright, dim, keyword): Split list of nicknames before (ignore, bright, dim, keyword): Split list of nicknames before
@ -7971,7 +7971,7 @@
* emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880). * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2010-08-22 Leo <sdl.web@gmail.com> 2010-08-22 Leo Liu <sdl.web@gmail.com>
Fix buffer-list rename&refresh after killing a buffer in ido. Fix buffer-list rename&refresh after killing a buffer in ido.
* ido.el: Revert Óscar's. * ido.el: Revert Óscar's.
@ -8429,7 +8429,7 @@
* emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
Fix typo in docstring (bug#6747). Fix typo in docstring (bug#6747).
2010-08-08 Leo <sdl.web@gmail.com> 2010-08-08 Leo Liu <sdl.web@gmail.com>
* eshell/esh-io.el (eshell-get-target): Better detection of * eshell/esh-io.el (eshell-get-target): Better detection of
read-only file (Bug#6762). read-only file (Bug#6762).
@ -8535,7 +8535,7 @@
(tramp-handle-start-file-process): Use it, in order to invalidate (tramp-handle-start-file-process): Use it, in order to invalidate
file caches. file caches.
2010-08-03 Leo <sdl.web@gmail.com> 2010-08-03 Leo Liu <sdl.web@gmail.com>
* server.el (server-start): Simplify loop. * server.el (server-start): Simplify loop.
@ -9336,7 +9336,7 @@
* xml.el (xml-parse-region): Avoid infloop (Bug#5281). * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2010-06-29 Leo <sdl.web@gmail.com> 2010-06-29 Leo Liu <sdl.web@gmail.com>
* emacs-lisp/rx.el (rx): Doc fix. (Bug#6537) * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
@ -19360,7 +19360,7 @@
* eshell/em-dirs.el (eshell-complete-user-reference): * eshell/em-dirs.el (eshell-complete-user-reference):
Declare pcomplete functions and variables to avoid compiler warnings. Declare pcomplete functions and variables to avoid compiler warnings.
2009-09-13 Leo <sdl.web@gmail.com> (tiny change) 2009-09-13 Leo Liu <sdl.web@gmail.com> (tiny change)
* eshell/em-script.el (eshell-login-script, eshell-rc-script): * eshell/em-script.el (eshell-login-script, eshell-rc-script):
* eshell/em-dirs.el (eshell-last-dir-ring-file-name): * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
@ -19823,7 +19823,7 @@
* files.el (locate-file-completion-table): Make it provide boundary * files.el (locate-file-completion-table): Make it provide boundary
information, so partial-completion works better. information, so partial-completion works better.
2009-09-04 Leo <sdl.web@gmail.com> (tiny change) 2009-09-04 Leo Liu <sdl.web@gmail.com> (tiny change)
* mail/footnote.el (Footnote-text-under-cursor): * mail/footnote.el (Footnote-text-under-cursor):
Check footnote-text-marker-alist before using it (bug#4324). Check footnote-text-marker-alist before using it (bug#4324).

View file

@ -56,7 +56,7 @@
buffer or file has changed. buffer or file has changed.
* abbrev.el: Doc fix. * abbrev.el: Doc fix.
* files.el: * files.el: ???
1988-08-03 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) 1988-08-03 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
@ -454,7 +454,7 @@
1988-04-09 Leonard H. Tower Jr. (tower@frosted-flakes.ai.mit.edu) 1988-04-09 Leonard H. Tower Jr. (tower@frosted-flakes.ai.mit.edu)
* rnewspost.el (news-post-news, news-reply) No longer re-inits * rnewspost.el (news-post-news, news-reply): No longer re-inits
*post-news* buffer, if buffer-modified-p. *post-news* buffer, if buffer-modified-p.
1988-04-09 Richard Stallman (rms@frosted-flakes.ai.mit.edu) 1988-04-09 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
@ -852,7 +852,7 @@
* lisp-mode.el (eval-print-last-sexp): * lisp-mode.el (eval-print-last-sexp):
* debug.el (debugger-mode): * debug.el (debugger-mode):
* chistory.el (Command-history-setup): * chistory.el (Command-history-setup):
* options.el (Edit-options-mode): * options.el (Edit-options-mode): ???
1987-12-01 Richard Stallman (rms@frosted-flakes) 1987-12-01 Richard Stallman (rms@frosted-flakes)
@ -1116,7 +1116,7 @@
1987-06-08 Richard M. Stallman (rms@prep) 1987-06-08 Richard M. Stallman (rms@prep)
* version 18.46 released. * Version 18.46 released.
* isearch.el (isearch): Typo (3 should be 2) in getting old * isearch.el (isearch): Typo (3 should be 2) in getting old
start-point in reverse regexp search made more liberal. start-point in reverse regexp search made more liberal.
@ -1131,7 +1131,7 @@
1987-05-31 Richard M. Stallman (rms@prep) 1987-05-31 Richard M. Stallman (rms@prep)
* version 18.45. * Version 18.45.
* informat.el (Info-split): Bind case-fold-search to t. * informat.el (Info-split): Bind case-fold-search to t.
@ -1319,7 +1319,7 @@
1987-04-15 Paul Rubin (phr@prep) 1987-04-15 Paul Rubin (phr@prep)
* version 18.44 released. * Version 18.44 released.
1987-04-14 Richard Mlynarik (mly@prep) 1987-04-14 Richard Mlynarik (mly@prep)
@ -1910,7 +1910,7 @@
1987-01-16 Richard Mlynarik (mly@prep) 1987-01-16 Richard Mlynarik (mly@prep)
* rmail.el (rmail-count-new-messages), * rmail.el (rmail-count-new-messages):
* rmailout.el (rmail-output-to-rmail-file): * rmailout.el (rmail-output-to-rmail-file):
Add optional arg `nomsg' to former, which latter supplies, Add optional arg `nomsg' to former, which latter supplies,
so that rmail doesn't report counting one appended message. so that rmail doesn't report counting one appended message.
@ -2397,7 +2397,7 @@
1986-11-23 Richard M. Stallman (rms@prep) 1986-11-23 Richard M. Stallman (rms@prep)
* version 18.31 released. * Version 18.31 released.
* x-mouse.el: New mouse-command keys are C-x C-@. * x-mouse.el: New mouse-command keys are C-x C-@.
@ -2482,7 +2482,7 @@
1986-11-14 Richard M. Stallman (rms@prep) 1986-11-14 Richard M. Stallman (rms@prep)
* Emacs version 18.30 * * Emacs version 18.30.
* rmail.el (rmail-forward): * rmail.el (rmail-forward):
Use mail-other-window unless there is only one window visible. Use mail-other-window unless there is only one window visible.
@ -2624,8 +2624,8 @@
1986-11-04 Richard M. Stallman (rms@prep) 1986-11-04 Richard M. Stallman (rms@prep)
* various files (dired-mode, Edit-options-mode, rmail-mode, * various files (dired-mode, Edit-options-mode, rmail-mode)
rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode): (rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode):
Give these symbols `special' as a `mode-class' property. Give these symbols `special' as a `mode-class' property.
* dired.el (dired-mode): Take out local value for * dired.el (dired-mode): Take out local value for

View file

@ -533,7 +533,7 @@
1993-05-16 Richard Stallman (rms@geech.gnu.ai.mit.edu) 1993-05-16 Richard Stallman (rms@geech.gnu.ai.mit.edu)
* gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el,
* nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda. * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda.
* frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll... * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll...
@ -762,8 +762,8 @@
Fail more gracefully if we can't build bold, italic, etc, Fail more gracefully if we can't build bold, italic, etc,
versions of the default font. versions of the default font.
* faces.el (make-face-bold, make-face-italic, * faces.el (make-face-bold, make-face-italic)
make-face-bold-italic, make-face-unbold, make-face-unitalic): (make-face-bold-italic, make-face-unbold, make-face-unitalic):
Implement NOERROR argument. Implement NOERROR argument.
(x-initialize-frame-faces): Use the NOERROR argument to the (x-initialize-frame-faces): Use the NOERROR argument to the
font manipulation functions to avoid errors while starting up. font manipulation functions to avoid errors while starting up.
@ -1772,8 +1772,8 @@
1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
* calendar.el (calendar-standard-time-zone-name, * calendar.el (calendar-standard-time-zone-name)
calendar-daylight-time-zone-name): Initialize these at load-time, (calendar-daylight-time-zone-name): Initialize these at load-time,
as well as calendar-time-zone. as well as calendar-time-zone.
* calendar.el (calendar-time-zone): Fix code which initializes * calendar.el (calendar-time-zone): Fix code which initializes
@ -1827,7 +1827,7 @@
* help.el, register.el, replace.el, reposition.el, rfc822.el, * help.el, register.el, replace.el, reposition.el, rfc822.el,
* rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el, * rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el,
* setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el, * setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el,
* spook.el, studly.el, tabify.el, text-mode.el: Added or corrected * spook.el, studly.el, tabify.el, text-mode.el: Add or correct
Commentary headers. Commentary headers.
1993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu) 1993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
@ -1840,7 +1840,7 @@
* man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el, * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el,
* mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el, * mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el,
* outline.el, page.el, paragraphs.el, picture.el, prolog.el, * outline.el, page.el, paragraphs.el, picture.el, prolog.el,
* rect.el: Added or corrected Commentary sections. * rect.el: Add or correct Commentary sections.
1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
@ -1857,7 +1857,7 @@
* mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el, * mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el,
* modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el, * modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el,
* sgml-mode.el, tex-mode.el: * sgml-mode.el, tex-mode.el:
Added or corrected Commentary sections. There's more of this Add or correct Commentary sections. There's more of this
coming; soon, the package finder will be able to browse Commentary coming; soon, the package finder will be able to browse Commentary
sections, and I want almost all packages to have useful ones. sections, and I want almost all packages to have useful ones.
@ -1972,7 +1972,7 @@
* cust-print.el, find-dired.el, etags.el, electric.el, dired.el, * cust-print.el, find-dired.el, etags.el, electric.el, dired.el,
* dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el, * dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el,
* case-table.el, byte-run.el, ange-ftp.el, backquote.el: * case-table.el, byte-run.el, ange-ftp.el, backquote.el:
Added or corrected library header comments. Add or correct library header comments.
1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
@ -2186,8 +2186,8 @@
1993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) 1993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
* diary-insert.el (insert-anniversary-diary-entry, * diary-insert.el (insert-anniversary-diary-entry)
insert-block-diary-entry): Fix calendar-date-display-form used. (insert-block-diary-entry): Fix calendar-date-display-form used.
1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
@ -2383,8 +2383,8 @@
nonexistent function last-month-of-hebrew-year to the correct nonexistent function last-month-of-hebrew-year to the correct
function hebrew-calendar-last-month-of-year. function hebrew-calendar-last-month-of-year.
* cal-mayan.el (calendar-mayan-haab-on-or-before, * cal-mayan.el (calendar-mayan-haab-on-or-before)
calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'. (calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
* cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
defun. defun.
@ -2857,8 +2857,8 @@
* ehelp.el (electric-help-command-loop): Same. * ehelp.el (electric-help-command-loop): Same.
* electric.el (Electric-command-loop): Same. * electric.el (Electric-command-loop): Same.
* emerge.el (emerge-show-file-name): Same. * emerge.el (emerge-show-file-name): Same.
* fortran.el (fortran-abbrev-start, * fortran.el (fortran-abbrev-start)
fortran-window-create-momentarily): Same. (fortran-window-create-momentarily): Same.
* gnus.el (gnus-Subject-next-article): Same. * gnus.el (gnus-Subject-next-article): Same.
* info.el (Info-summary): Same. * info.el (Info-summary): Same.
* isearch-mode.el (isearch-update, isearch-unread): Same. * isearch-mode.el (isearch-update, isearch-unread): Same.

View file

@ -124,7 +124,7 @@
* server.el (server-kill-emacs-query-function): Ignore killed buffers. * server.el (server-kill-emacs-query-function): Ignore killed buffers.
1994-05-24 Kenneth Manheimer (ken.manheimer@nist.gov) 1994-05-24 Ken Manheimer (ken.manheimer@nist.gov)
* allout.el (outline-chart-subtree): Include outline-next- * allout.el (outline-chart-subtree): Include outline-next-
heading in loop conditions to detect end-of-buffer (and avoid heading in loop conditions to detect end-of-buffer (and avoid
@ -342,7 +342,7 @@
* startup.el (precompute-menubar-bindings): Don't precompute menus * startup.el (precompute-menubar-bindings): Don't precompute menus
if not using x. if not using x.
1994-05-12 Kenneth Manheimer (klm@coil.nist.gov) 1994-05-12 Ken Manheimer (klm@coil.nist.gov)
* allout.el (outline-mode): Use outline-this-or-next-heading. * allout.el (outline-mode): Use outline-this-or-next-heading.
* allout.el (outline-this-or-next-heading): New function. * allout.el (outline-this-or-next-heading): New function.
@ -421,7 +421,7 @@
1994-05-10 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) 1994-05-10 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
* ediff.el (ediff-no-help-in-control-buffer): Renamed from * ediff.el (ediff-no-help-in-control-buffer): Rename from
ediff-nix-help-in-control-buffer, to match doc and usage. ediff-nix-help-in-control-buffer, to match doc and usage.
* autoload.el (update-file-autoloads): Delete leftover variable. * autoload.el (update-file-autoloads): Delete leftover variable.
@ -517,7 +517,7 @@
* cal-menu.el (calendar-mouse-set-mark): New function. * cal-menu.el (calendar-mouse-set-mark): New function.
(calendar-mouse-date-menu): Bind it to key. (calendar-mouse-date-menu): Bind it to key.
1994-05-08 Kenneth Manheimer (klm@coil.nist.gov) 1994-05-08 Ken Manheimer (klm@coil.nist.gov)
* allout.el (outline-init): New user interface for control of * allout.el (outline-init): New user interface for control of
outline-mode session setup, sets up `outline-find-file-hook', outline-mode session setup, sets up `outline-find-file-hook',
@ -958,9 +958,9 @@
* files.el (revert-buffer): Widen before replacing text. * files.el (revert-buffer): Widen before replacing text.
1994-04-29 Kenneth Manheimer (ken.manheimer@nist.gov) 1994-04-29 Ken Manheimer (ken.manheimer@nist.gov)
* allout.el: major code speedups, bug fixes, behavior * allout.el: Major code speedups, bug fixes, behavior
refinements, doc-string clarification and elaboration, etc. refinements, doc-string clarification and elaboration, etc.
Prominent new features include: Prominent new features include:
- Exposure changes and navigation are greatly accelerated. - Exposure changes and navigation are greatly accelerated.
@ -1689,7 +1689,7 @@
* saveplace.el (save-place-find-file-hook) * saveplace.el (save-place-find-file-hook)
(save-place-kill-emacs-hook): New functions. (save-place-kill-emacs-hook): New functions.
(hooks for find-file-hooks,kill-emacs-hook): Use those new functions. (hooks for find-file-hooks, kill-emacs-hook): Use those new functions.
* menu-bar.el (clipboard-yank, clipboard-kill-ring-save) * menu-bar.el (clipboard-yank, clipboard-kill-ring-save)
(clipboard-kill-region): New functions. Give them (clipboard-kill-region): New functions. Give them
@ -3114,32 +3114,32 @@
(calendar-cursor-to-date): Add optional parameter to cause error (calendar-cursor-to-date): Add optional parameter to cause error
signal when cursor is not on a date---this allows lots of signal when cursor is not on a date---this allows lots of
simplifications throughout the code. simplifications throughout the code.
(calendar-forward-month,calendar-set-mark) (calendar-forward-month, calendar-set-mark)
(calendar-exchange-point-and-mark,calendar-count-days-region) (calendar-exchange-point-and-mark, calendar-count-days-region)
(calendar-print-day-of-year,calendar-print-iso-date) (calendar-print-day-of-year, calendar-print-iso-date)
(calendar-print-julian-date,calendar-print-islamic-date) (calendar-print-julian-date, calendar-print-islamic-date)
(calendar-print-hebrew-date,calendar-print-astro-day-number): (calendar-print-hebrew-date, calendar-print-astro-day-number):
Use simplification. Use simplification.
* holidays.el (calendar-cursor-holidays): Use new error arg * holidays.el (calendar-cursor-holidays): Use new error arg
to calendar-cursor-to-date. to calendar-cursor-to-date.
* diary.el (view-diary-entries,diary-islamic-date): Use new error arg * diary.el (view-diary-entries, diary-islamic-date): Use new error arg
to calendar-cursor-to-date. to calendar-cursor-to-date.
* diary-ins.el (insert-diary-entry,insert-weekly-diary-entry) * diary-ins.el (insert-diary-entry, insert-weekly-diary-entry)
(insert-monthly-diary-entry,insert-yearly-diary-entry) (insert-monthly-diary-entry, insert-yearly-diary-entry)
(insert-anniversary-diary-entry,insert-block-diary-entry) (insert-anniversary-diary-entry, insert-block-diary-entry)
(insert-cyclic-diary-entry,insert-hebrew-diary-entry) (insert-cyclic-diary-entry, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry) (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
(insert-islamic-diary-entry,insert-monthly-islamic-diary-entry) (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry): Use new error arg (insert-yearly-islamic-diary-entry): Use new error arg
to calendar-cursor-to-date. to calendar-cursor-to-date.
* solar.el (calendar-sunrise-sunset): Use new error arg * solar.el (calendar-sunrise-sunset): Use new error arg
to calendar-cursor-to-date. to calendar-cursor-to-date.
* cal-french.el (calendar-print-french-date,diary-french-date): * cal-french.el (calendar-print-french-date, diary-french-date):
Use new error arg to calendar-cursor-to-date. Use new error arg to calendar-cursor-to-date.
* cal-mayan.el (calendar-print-mayan-date): Use new error arg * cal-mayan.el (calendar-print-mayan-date): Use new error arg
@ -3516,16 +3516,18 @@
(diary-entry-marker, calendar-today-marker) (diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker): Don't autoload them; change definitions (calendar-holiday-marker): Don't autoload them; change definitions
to support monochrome and color workstations. to support monochrome and color workstations.
(calendar-french-date-string,calendar-mayan-date-string): Autoload them. (calendar-french-date-string, calendar-mayan-date-string):
Autoload them.
(calendar-day-of-year-string, calendar-iso-date-string) (calendar-day-of-year-string, calendar-iso-date-string)
(calendar-julian-date-string,calendar-islamic-date-string) (calendar-julian-date-string, calendar-islamic-date-string)
(calendar-hebrew-date-string,calendar-astro-date-string): New functions. (calendar-hebrew-date-string, calendar-astro-date-string):
New functions.
(calendar-print-day-of-year, calendar-print-iso-date) (calendar-print-day-of-year, calendar-print-iso-date)
(calendar-print-iso-date,calendar-print-julian-date) (calendar-print-iso-date, calendar-print-julian-date)
(calendar-print-islamic-date,calendar-print-hebrew-date) (calendar-print-islamic-date, calendar-print-hebrew-date)
(calendar-print-astro-day-number): Use them. (calendar-print-astro-day-number): Use them.
(calendar-mode-map): Add mouse support. (calendar-mode-map): Add mouse support.
(calendar-unmark,mark-visible-calendar-date,calendar-mark-today): (calendar-unmark, mark-visible-calendar-date, calendar-mark-today):
Rewritten. Rewritten.
* diary.el (diary-day-of-year, diary-iso-date, diary-islamic-date) * diary.el (diary-day-of-year, diary-iso-date, diary-islamic-date)
@ -5896,8 +5898,8 @@
* loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'. * loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'.
* texinfmt.el (texinfo-format-region texinfo-format-buffer): Add * texinfmt.el (texinfo-format-region texinfo-format-buffer):
###autoload cookies. Add ###autoload cookies.
(batch-texinfo-format): Use `buffer-disable-undo' instead of (batch-texinfo-format): Use `buffer-disable-undo' instead of
obsolete function `buffer-flush-undo'. obsolete function `buffer-flush-undo'.
@ -5916,8 +5918,8 @@
1993-08-26 Jim Blandy (blandy@comano.cscs.ch) 1993-08-26 Jim Blandy (blandy@comano.cscs.ch)
* add-log.el (add-log-full-name, add-log-mailing-address): New * add-log.el (add-log-full-name, add-log-mailing-address):
variables. New variables.
(add-change-log-entry): Don't ask for the login name and site name (add-change-log-entry): Don't ask for the login name and site name
separately; instead, prompt for a mailing address; that's more separately; instead, prompt for a mailing address; that's more
useful. Set add-log-full-name and add-log-mailing-address, so useful. Set add-log-full-name and add-log-mailing-address, so
@ -8760,8 +8762,8 @@
calendar-time-display-form): Change Universal Time (UT) to calendar-time-display-form): Change Universal Time (UT) to
Coordinated Universal Time (UTC). Coordinated Universal Time (UTC).
*solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change * solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset):
Universal Time (UT) to Coordinated Universal Time (UTC). Change Universal Time (UT) to Coordinated Universal Time (UTC).
(solar-time-string): Use calendar-daylight-time-offset instead of (solar-time-string): Use calendar-daylight-time-offset instead of
1 hr, and use calendar-daylight-savings-switchover-time instead of 1 hr, and use calendar-daylight-savings-switchover-time instead of
midnight. Add an optional parameter to allow forcing the use of midnight. Add an optional parameter to allow forcing the use of

View file

@ -4501,7 +4501,7 @@
(reporter-status-message, reporter-status-count): New variables. (reporter-status-message, reporter-status-count): New variables.
* reporter.el (reporter-update-status, reporter-beautify-list) * reporter.el (reporter-update-status, reporter-beautify-list)
reporter-dump-variable): Now smarter about formatting variables (reporter-dump-variable): Now smarter about formatting variables
with list values. Checks the value of reporter-dont-compact-list. with list values. Checks the value of reporter-dont-compact-list.
1994-12-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1994-12-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -4732,8 +4732,8 @@
1994-12-18 Lawrence R. Dodd (dodd@roebling.poly.edu) 1994-12-18 Lawrence R. Dodd (dodd@roebling.poly.edu)
* fortran.el (fortran-end-if, fortran-end-do, * fortran.el (fortran-end-if, fortran-end-do)
fortran-beginning-if, fortran-beginning-do): New subroutines. (fortran-beginning-if, fortran-beginning-do): New subroutines.
(fortran-blink-matching-if, fortran-blink-matching-do): Use them. (fortran-blink-matching-if, fortran-blink-matching-do): Use them.
(fortran-mark-do, fortran-mark-if): New user functions. (fortran-mark-do, fortran-mark-if): New user functions.
(fortran-blink-matching-if, fortran-mode): Doc mod. (fortran-blink-matching-if, fortran-mode): Doc mod.
@ -5249,8 +5249,8 @@
1994-11-09 Francesco Potortì (pot@cnuce.cnr.it) 1994-11-09 Francesco Potortì (pot@cnuce.cnr.it)
* man.el (Man-berkeley-sed-script, Man-sysv-sed-script, * man.el (Man-berkeley-sed-script, Man-sysv-sed-script)
Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form (Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form
(used by aix) in addition to the "o\b+" one (used by sun). (used by aix) in addition to the "o\b+" one (used by sun).
1994-11-09 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 1994-11-09 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
@ -5285,8 +5285,8 @@
1994-11-08 Ed Reingold <reingold@albert.gnu.ai.mit.edu> 1994-11-08 Ed Reingold <reingold@albert.gnu.ai.mit.edu>
* calendar.el (diary-entry-marker, calendar-today-marker, * calendar.el (diary-entry-marker, calendar-today-marker)
calendar-holiday-marker): Don't supersede attributes for faces (calendar-holiday-marker): Don't supersede attributes for faces
`diary-face', `calendar-display-face', or `holiday-face' if they `diary-face', `calendar-display-face', or `holiday-face' if they
are already defined. are already defined.
@ -5341,7 +5341,7 @@
* bytecomp.el (byte-compile-insert-header): Escape backslashes * bytecomp.el (byte-compile-insert-header): Escape backslashes
in FILENAME when putting it inside a string constant. in FILENAME when putting it inside a string constant.
1994-10-31 voelker <voelker@cs.washington.edu> 1994-10-31 Geoff Voelker <voelker@cs.washington.edu>
* makefile.nt: New file. * makefile.nt: New file.
@ -5634,8 +5634,8 @@
1994-10-22 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1994-10-22 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* dired-aux.el (dired-do-tags-search, * dired-aux.el (dired-do-tags-search, dired-do-tags-query-replace):
dired-do-tags-query-replace): New functions. New functions.
* dired.el (dired-mode-map): Bind A to dired-do-tags-search, Q to * dired.el (dired-mode-map): Bind A to dired-do-tags-search, Q to
dired-do-tags-query-replace. dired-do-tags-query-replace.
@ -5665,8 +5665,8 @@
1994-10-20 Noah Friedman <friedman@splode.com> 1994-10-20 Noah Friedman <friedman@splode.com>
* timer.el (timer-error, timer-abnormal-termination, * timer.el (timer-error, timer-abnormal-termination)
timer-filter-error): New error conditions. (timer-filter-error): New error conditions.
(timer-process-filter, timer-process-sentinel): Signal an error, (timer-process-filter, timer-process-sentinel): Signal an error,
don't just print a message. don't just print a message.
@ -5707,8 +5707,8 @@
1994-10-19 Boris Goldowsky <boris@cs.rochester.edu> 1994-10-19 Boris Goldowsky <boris@cs.rochester.edu>
* facemenu.el (facemenu-face-menu, facemenu-foreground-menu, * facemenu.el (facemenu-face-menu, facemenu-foreground-menu)
facemenu-background-menu, facemenu-special-menu): New or renamed (facemenu-background-menu, facemenu-special-menu): New or renamed
variables for submenus. variables for submenus.
* facemenu.el (facemenu-color-alist): Renamed from facemenu-colors. * facemenu.el (facemenu-color-alist): Renamed from facemenu-colors.
* facemenu.el (facemenu-add-new-face): New function. * facemenu.el (facemenu-add-new-face): New function.
@ -5901,8 +5901,8 @@
(facemenu-add-face, facemenu-discard-redundant-faces): New functions. (facemenu-add-face, facemenu-discard-redundant-faces): New functions.
* facemenu.el (facemenu-set-foreground, facemenu-set-background) * facemenu.el (facemenu-set-foreground, facemenu-set-background)
(facemenu-get-face, facemenu-foreground, facemenu-background): New (facemenu-get-face, facemenu-foreground, facemenu-background):
functions and variables. Faces with names of the form fg:color New functions and variables. Faces with names of the form fg:color
and bg:color are now treated specially. and bg:color are now treated specially.
(facemenu-update): Updated for above. (facemenu-update): Updated for above.
@ -6168,10 +6168,10 @@
* comint.el (comint-check-proc): Recognize `open'. * comint.el (comint-check-proc): Recognize `open'.
(comint-exec): Use open-network-stream if command is a cons pair. (comint-exec): Use open-network-stream if command is a cons pair.
* font-lock.el (compilation-mode-font-lock-keywords, * font-lock.el (compilation-mode-font-lock-keywords)
rmail-summary-font-lock-keywords, dired-font-lock-keywords, (rmail-summary-font-lock-keywords, dired-font-lock-keywords)
shell-font-lock-keywords, texi-font-lock-keywords, (shell-font-lock-keywords, texi-font-lock-keywords)
perl-font-lock-keywords): Deleted. (perl-font-lock-keywords): Delete.
* sh-script.el (sh-font-lock-keywords): Default to nil. * sh-script.el (sh-font-lock-keywords): Default to nil.
@ -6232,7 +6232,7 @@
(Man-filter-list, Man-original-frame, Man-arguments) (Man-filter-list, Man-original-frame, Man-arguments)
(Man-fontify-manpage-flag, Man-sections-alist, Man-refpages-alist) (Man-fontify-manpage-flag, Man-sections-alist, Man-refpages-alist)
(Man-uses-untabify-flag, Man-page-mode-string, Man-sed-script): (Man-uses-untabify-flag, Man-page-mode-string, Man-sed-script):
Added defvar's to keep the compiler quiet. Add defvar's to keep the compiler quiet.
(Man-getpage-in-background): Start buffer name with "*Man ". (Man-getpage-in-background): Start buffer name with "*Man ".
instead of "*man " to avoid conflict with "*mail*". instead of "*man " to avoid conflict with "*mail*".
(Man-match-substring): Defsubst moved before first call. (Man-match-substring): Defsubst moved before first call.
@ -7016,7 +7016,7 @@
* vc-hooks.el (vc-file-not-found-hook): Use save-excursion. * vc-hooks.el (vc-file-not-found-hook): Use save-excursion.
1994-09-18 Kenneth Manheimer (klm@coil.nist.gov) 1994-09-18 Ken Manheimer (klm@coil.nist.gov)
* icomplete.el: Major rewrite to behave more like a minor mode. * icomplete.el: Major rewrite to behave more like a minor mode.
Doc fixes. Doc fixes.
@ -7233,14 +7233,14 @@
1994-09-14 Boris Goldowsky <boris@cs.rochester.edu> 1994-09-14 Boris Goldowsky <boris@cs.rochester.edu>
* simple.el (repeat-complex-command, next-history-element, * simple.el (repeat-complex-command, next-history-element)
previous-matching-history-element): Override print-level when (previous-matching-history-element): Override print-level when
offering command lines to edit. offering command lines to edit.
1994-09-13 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 1994-09-13 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
* faces.el (make-face-unbold, make-face-unitalic, make-face-bold, * faces.el (make-face-unbold, make-face-unitalic, make-face-bold)
make-face-italic, make-face-bold-italic): Don't try to frob font (make-face-italic, make-face-bold-italic): Don't try to frob font
if it's nil. if it's nil.
1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -7967,8 +7967,8 @@
Now accommodates buffer identifications generated by Now accommodates buffer identifications generated by
mode-line.el and uniquify.el. mode-line.el and uniquify.el.
* ediff.el (ediff-current-diff-face-A/B, * ediff.el (ediff-current-diff-face-A/B)
ediff-fine-diff-face-A/B,ediff-odd/even-diff-face-A/B): (ediff-fine-diff-face-A/B, ediff-odd/even-diff-face-A/B):
Variables changed to contain face names Variables changed to contain face names
instead of face internal representation. instead of face internal representation.
@ -8714,9 +8714,9 @@
1994-06-22 Noah Friedman (friedman@splode.com) 1994-06-22 Noah Friedman (friedman@splode.com)
* rsz-mini.el (resize-minibuffer-window-exactly, * rsz-mini.el (resize-minibuffer-window-exactly)
resize-minibuffer-frame, resize-minibuffer-frame-exactly): Doc (resize-minibuffer-frame, resize-minibuffer-frame-exactly):
fixes. Doc fixes.
(resize-minibuffer-frame-exactly): Make default t. (resize-minibuffer-frame-exactly): Make default t.
(resize-minibuffer-frame-original-height): New variable. (resize-minibuffer-frame-original-height): New variable.
(resize-minibuffer-setup): Set it locally in the minibuffer. (resize-minibuffer-setup): Set it locally in the minibuffer.
@ -8912,8 +8912,8 @@
1994-06-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) 1994-06-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
* etags.el (tags-table-computed-list, * etags.el (tags-table-computed-list)
tags-table-computed-list-for): New variables. (tags-table-computed-list-for): New variables.
(tags-table-list-pointer, tags-table-list-started-at): Doc fixes. (tags-table-list-pointer, tags-table-list-started-at): Doc fixes.
(tags-table-parent-pointer-list): Variable removed. (tags-table-parent-pointer-list): Variable removed.
(tags-table-check-computed-list, tags-table-extend-computed-list): New (tags-table-check-computed-list, tags-table-extend-computed-list): New

View file

@ -686,7 +686,7 @@
1996-06-23 Noah Friedman <friedman@splode.com> 1996-06-23 Noah Friedman <friedman@splode.com>
* rlogin.el (rlogin): make comint-output-filter-functions local * rlogin.el (rlogin): Make comint-output-filter-functions local
before adding hooks. before adding hooks.
1996-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 1996-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
@ -719,7 +719,7 @@
(ediff-make-diff2-buffer): Refuses to diff remote files. (ediff-make-diff2-buffer): Refuses to diff remote files.
(ediff-make-diff2-buffer, ediff-setup-diff-regions): Changed functions. (ediff-make-diff2-buffer, ediff-setup-diff-regions): Changed functions.
(ediff-make-diff2-buffer): New function. (ediff-make-diff2-buffer): New function.
Added ^\C-m$ to ok-lines regexps Add ^\C-m$ to ok-lines regexps.
* ediff-ptch.el: New file. * ediff-ptch.el: New file.
@ -1478,8 +1478,8 @@
1996-04-18 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> 1996-04-18 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
* gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration, * gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration)
gnus-window-to-buffer): Pop up the shell buffer after piping (gnus-window-to-buffer): Pop up the shell buffer after piping
articles through a filter. articles through a filter.
* gnus-ems.el: Make invisible text intangible as well. * gnus-ems.el: Make invisible text intangible as well.
@ -2684,7 +2684,7 @@
determined in c-emacs-features. determined in c-emacs-features.
* cc-mode.el: * cc-mode.el:
imenu is required in Emacs 19, but doesn't exist in XEmacs imenu is required in Emacs 19, but doesn't exist in XEmacs.
* cc-mode.el (c-site-default-style): New variable. * cc-mode.el (c-site-default-style): New variable.
@ -2874,15 +2874,15 @@
1996-01-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-01-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* ada-mode.el (ada-indent-region, ada-check-matching-start, * ada-mode.el (ada-indent-region, ada-check-matching-start)
ada-check-defun-name): Fix error format string. (ada-check-defun-name): Fix error format string.
* allout.el (outline-process-exposed): Likewise. * allout.el (outline-process-exposed): Likewise.
* bookmark.el (bookmark-load): Likewise. * bookmark.el (bookmark-load): Likewise.
* cpp.el (cpp-parse-error): Likewise. * cpp.el (cpp-parse-error): Likewise.
* ediff-init.el (ediff-event-point, ediff-event-buffer): * ediff-init.el (ediff-event-point, ediff-event-buffer):
Likewise. Likewise.
* etags.el (visit-tags-table-buffer, tags-loop-scan, * etags.el (visit-tags-table-buffer, tags-loop-scan)
complete-tag): Likewise. (complete-tag): Likewise.
* forms.el (forms--process-format-list): Likewise. * forms.el (forms--process-format-list): Likewise.
* gnus-ems.el (gnus-summary-insert-pseudos-xemacs): Likewise. * gnus-ems.el (gnus-summary-insert-pseudos-xemacs): Likewise.
* hexl.el (hexl-hex-char-to-integer, hexl-oct-char-to-integer): * hexl.el (hexl-hex-char-to-integer, hexl-oct-char-to-integer):
@ -3106,8 +3106,8 @@
* facemenu.el (list-text-properties-at): Likewise. * facemenu.el (list-text-properties-at): Likewise.
* finder.el (finder-summary): Likewise. * finder.el (finder-summary): Likewise.
* flow-ctrl.el (enable-flow-control): Likewise. * flow-ctrl.el (enable-flow-control): Likewise.
* forms.el (forms--help, forms-search-forward, * forms.el (forms--help, forms-search-forward)
forms-search-backward): Likewise. (forms-search-backward): Likewise.
* help-macro.el (make-help-screen): Likewise. * help-macro.el (make-help-screen): Likewise.
* hippie-exp.el (hippie-expand): Likewise. * hippie-exp.el (hippie-expand): Likewise.
* holidays.el (calendar-cursor-holidays): Likewise. * holidays.el (calendar-cursor-holidays): Likewise.
@ -3133,8 +3133,8 @@
* type-break.el (type-break-demo-life): Likewise. * type-break.el (type-break-demo-life): Likewise.
* view.el (view-mode-enter, View-scroll-lines-forward): Likewise. * view.el (view-mode-enter, View-scroll-lines-forward): Likewise.
* viper-ex.el (ex-pwd, vip-info-on-file): Likewise. * viper-ex.el (ex-pwd, vip-info-on-file): Likewise.
* viper-macs.el (ex-map-read-args, ex-unmap-read-args, * viper-macs.el (ex-map-read-args, ex-unmap-read-args)
vip-record-kbd-macro): Likewise. (vip-record-kbd-macro): Likewise.
* viper-util.el (vip-save-setting): Likewise. * viper-util.el (vip-save-setting): Likewise.
* ada-mode.el (ada-adjust-case-region, ada-indent-region): Delete * ada-mode.el (ada-adjust-case-region, ada-indent-region): Delete
@ -3146,14 +3146,14 @@
* enriched.el (enriched-next-annotation): Likewise. * enriched.el (enriched-next-annotation): Likewise.
* ispell4.el (ispell-point): Likewise. * ispell4.el (ispell-point): Likewise.
* mh-e.el (mh-get-new-mail): Likewise. * mh-e.el (mh-get-new-mail): Likewise.
* saveplace.el (toggle-save-place, save-place-alist-to-file, * saveplace.el (toggle-save-place, save-place-alist-to-file)
load-save-place-alist-from-file): Likewise. (load-save-place-alist-from-file): Likewise.
* shadow.el (list-load-path-shadows): Likewise. * shadow.el (list-load-path-shadows): Likewise.
* shadowfile.el (shadow-cancel, shadow-copy-file): Likewise. * shadowfile.el (shadow-cancel, shadow-copy-file): Likewise.
* subr.el (read-quoted-char): Likewise. * subr.el (read-quoted-char): Likewise.
* tpu-edt.el (tpu-y-or-n-p): Likewise. * tpu-edt.el (tpu-y-or-n-p): Likewise.
* vip.el (vip-replace-string, vip-search-forward, * vip.el (vip-replace-string, vip-search-forward)
vip-search-backward): Likewise. (vip-search-backward): Likewise.
* viper-ex.el (ex-set): Likewise. * viper-ex.el (ex-set): Likewise.
1996-01-24 Karl Heuer <kwzh@gnu.ai.mit.edu> 1996-01-24 Karl Heuer <kwzh@gnu.ai.mit.edu>
@ -3176,9 +3176,9 @@
* solitaire.el (solitaire): Doc fix. * solitaire.el (solitaire): Doc fix.
* solar.el (solar-moment, solar-ephemeris-time, * solar.el (solar-moment, solar-ephemeris-time)
solar-equatorial-coordinates, solar-horizontal-coordinates): Doc (solar-equatorial-coordinates, solar-horizontal-coordinates):
fixes. Doc fixes.
* lunar.el (lunar-new-moon-on-or-after): Doc fix. * lunar.el (lunar-new-moon-on-or-after): Doc fix.
@ -3221,11 +3221,11 @@
* cal-tex.el (cal-tex-preamble): Add \hfuzz=1000pt to get rid of * cal-tex.el (cal-tex-preamble): Add \hfuzz=1000pt to get rid of
overfull box messages. overfull box messages.
* solar.el (calendar-latitude, calendar-longitude, * solar.el (calendar-latitude, calendar-longitude)
calendar-location-name, solar-sunrise-and-sunset): Fix doc strings. (calendar-location-name, solar-sunrise-and-sunset): Fix doc strings.
(solar-exact-local-noon, solar-sunrise-sunset): Refer to (solar-exact-local-noon, solar-sunrise-sunset): Refer to
(calendar-longitude) and (calendar-latitude) instead of (calendar-longitude) and (calendar-latitude) instead of
calendar-longitude and calendar-longitude and calendar-latitude.
1996-01-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1996-01-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -3743,67 +3743,67 @@
* custom.el (custom-default-validate): Fix message spelling. * custom.el (custom-default-validate): Fix message spelling.
* debug.el (debug): Likewise. * debug.el (debug): Likewise.
* doctor.el (make-doctor-variables, doctor-othermodifierp, * doctor.el (make-doctor-variables, doctor-othermodifierp)
doctor-strangelove): Likewise. (doctor-strangelove): Likewise.
* dunnet.el (dun-sauna-heat, dun-login): Likewise. * dunnet.el (dun-sauna-heat, dun-login): Likewise.
* gnus.el (gnus-summary-save-article): Likewise. * gnus.el (gnus-summary-save-article): Likewise.
* hideshow.el (hs-hide-block): Likewise. * hideshow.el (hs-hide-block): Likewise.
* hilit19.el (hilit-submit-feedback): Likewise. * hilit19.el (hilit-submit-feedback): Likewise.
* mail-extr.el (mail-extr-nuke-outside-range, * mail-extr.el (mail-extr-nuke-outside-range)
mail-extr-all-top-level-domains): Likewise. (mail-extr-all-top-level-domains): Likewise.
* simple.el (shell-command): Likewise. * simple.el (shell-command): Likewise.
* term.el (term-process-pager): Likewise. * term.el (term-process-pager): Likewise.
* term/sun-mouse.el (describe-mouse-briefly): Likewise. * term/sun-mouse.el (describe-mouse-briefly): Likewise.
* ada-mode.el (ada-case-keyword, ada-auto-case, ada-krunch-args, * ada-mode.el (ada-case-keyword, ada-auto-case, ada-krunch-args)
ada-call-pretty-printer): Doc fix. (ada-call-pretty-printer): Doc fix.
* allout.el (outline-primary-bullet, outline-numbered-bullet, * allout.el (outline-primary-bullet, outline-numbered-bullet)
outline-override-protect, outline-explicitly-deactivated, (outline-override-protect, outline-explicitly-deactivated)
outline-init, outline-chart-subtree, outline-chart-spec, (outline-init, outline-chart-subtree, outline-chart-spec)
outline-make-topic-prefix, outline-open-topic, (outline-make-topic-prefix, outline-open-topic)
outline-reindent-body, outline-yank-processing, outline-yank, (outline-reindent-body, outline-yank-processing, outline-yank)
outlineify-sticky): Doc fix. (outlineify-sticky): Doc fix.
* apropos.el (apropos-files-scanned): Doc fix. * apropos.el (apropos-files-scanned): Doc fix.
* arc-mode.el (archive-summarize-files): Doc fix. * arc-mode.el (archive-summarize-files): Doc fix.
* bib-mode.el (capitalize-title-stop-words): Doc fix. * bib-mode.el (capitalize-title-stop-words): Doc fix.
* bibtex.el (bibtex-generate-autokey, bibtex-find-entry-location): * bibtex.el (bibtex-generate-autokey, bibtex-find-entry-location):
Doc fix. Doc fix.
* bookmark.el (bookmark-save-flag, bookmark-read-annotation-text-func, * bookmark.el (bookmark-save-flag, bookmark-read-annotation-text-func)
bookmark-rename, bookmark-bmenu-mode, bookmark-menu-rename): Doc fix. (bookmark-rename, bookmark-bmenu-mode, bookmark-menu-rename): Doc fix.
* cc-mode.el (c-file-offsets, c++-mode, c-mode, objc-mode, * cc-mode.el (c-file-offsets, c++-mode, c-mode, objc-mode)
c-postprocess-file-styles): Doc fix. (c-postprocess-file-styles): Doc fix.
* cl-extra.el (cl-copy-tree): Doc fix. * cl-extra.el (cl-copy-tree): Doc fix.
* comint.el (comint-ptyp, comint-completion-autolist): Doc fix. * comint.el (comint-ptyp, comint-completion-autolist): Doc fix.
* compile.el (compilation-error-list): Doc fix. * compile.el (compilation-error-list): Doc fix.
* cplus-md.el (c++-mode): Doc fix. * cplus-md.el (c++-mode): Doc fix.
* cpp.el (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list): * cpp.el (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
Doc fix. Doc fix.
* custom.el (rear-nonsticky, custom-property-set, custom-field-accept, * custom.el (rear-nonsticky, custom-property-set, custom-field-accept)
custom-repeat-extract, custom-pair-extract, custom-list-extract, (custom-repeat-extract, custom-pair-extract, custom-list-extract)
custom-choice-extract, custom-choice-validate, custom-mode-map): (custom-choice-extract, custom-choice-validate, custom-mode-map):
Doc fix. Doc fix.
* dired-x.el (dired-mark-sexp): Doc fix. * dired-x.el (dired-mark-sexp): Doc fix.
* docref.el (docref-subst): Doc fix. * docref.el (docref-subst): Doc fix.
* edebug.el (edebug-read): Doc fix. * edebug.el (edebug-read): Doc fix.
* ediff-init.el (ediff-keep-variants): Doc fix. * ediff-init.el (ediff-keep-variants): Doc fix.
* ediff-wind.el (ediff-prefer-iconified-control-frame): Doc fix. * ediff-wind.el (ediff-prefer-iconified-control-frame): Doc fix.
* edt.el (edt-find-forward, edt-find-backward, edt-find, * edt.el (edt-find-forward, edt-find-backward, edt-find)
edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix. (edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix.
* ffap.el (ffap-list-env): Doc fix. * ffap.el (ffap-list-env): Doc fix.
* files.el (make-directory): Doc fix. * files.el (make-directory): Doc fix.
* fill.el (fill-context-prefix, unjustify-current-line, * fill.el (fill-context-prefix, unjustify-current-line)
unjustify-region): Doc fix. (unjustify-region): Doc fix.
* font-lock.el (font-lock-keywords): Doc fix. * font-lock.el (font-lock-keywords): Doc fix.
* format.el (format-annotate-atomic-property-change): Doc fix. * format.el (format-annotate-atomic-property-change): Doc fix.
* forms.el (forms-toggle-read-only, forms-enumerate): Doc fix. * forms.el (forms-toggle-read-only, forms-enumerate): Doc fix.
gnus-cus.el: Doc fix. gnus-cus.el: Doc fix.
* gnus-edit.el (gnus-score-custom-data): Doc fix. * gnus-edit.el (gnus-score-custom-data): Doc fix.
* gnus-uu.el (gnus-uu-do-not-unpack-archives): Doc fix. * gnus-uu.el (gnus-uu-do-not-unpack-archives): Doc fix.
* gnus.el (gnus-buffer-configuration, * gnus.el (gnus-buffer-configuration)
gnus-article-hide-headers-if-wanted): Doc fix. (gnus-article-hide-headers-if-wanted): Doc fix.
* hexl.el (hexl-program, hexl-beginning-of-1k-page, * hexl.el (hexl-program, hexl-beginning-of-1k-page)
hexl-end-of-1k-page, hexl-beginning-of-512b-page, (hexl-end-of-1k-page, hexl-beginning-of-512b-page)
hexl-end-of-512b-page): Doc fix. (hexl-end-of-512b-page): Doc fix.
* hideshow.el (hs-unbalance-handler-method, hs-show-block): Doc fix. * hideshow.el (hs-unbalance-handler-method, hs-show-block): Doc fix.
* hilit19.el (hilit-lookup-face-create): Doc fix. * hilit19.el (hilit-lookup-face-create): Doc fix.
* icomplete.el (icomplete-simple-completing-p, icomplete-completions): * icomplete.el (icomplete-simple-completing-p, icomplete-completions):
@ -3814,8 +3814,8 @@
* iso-cvt.el (iso-fix-tex2iso): Doc fix. * iso-cvt.el (iso-fix-tex2iso): Doc fix.
* ispell4.el (ispell-gnu-look-still-broken-p, ispell-message-text-end): * ispell4.el (ispell-gnu-look-still-broken-p, ispell-message-text-end):
Doc fix. Doc fix.
* make-mode.el (makefile-insert-special-target, * make-mode.el (makefile-insert-special-target)
makefile-backslash-region): Doc fix. (makefile-backslash-region): Doc fix.
* mh-e.el (mh-good-msg-regexp): Doc fix. * mh-e.el (mh-good-msg-regexp): Doc fix.
* modula2.el (m2-case, m2-for, m2-if): Doc fix. * modula2.el (m2-case, m2-for, m2-if): Doc fix.
* msb.el (msb-max-file-menu-items, msb-menu-cond): Doc fix. * msb.el (msb-max-file-menu-items, msb-menu-cond): Doc fix.
@ -3830,12 +3830,12 @@
* sh-script.el (sh-mode-syntax-table): Doc fix. * sh-script.el (sh-mode-syntax-table): Doc fix.
* simple.el (next-completion): Doc fix. * simple.el (next-completion): Doc fix.
* skeleton.el (skeleton-insert): Doc fix. * skeleton.el (skeleton-insert): Doc fix.
* supercite.el (sc-citation-nonnested-root-regexp, * supercite.el (sc-citation-nonnested-root-regexp)
sc-add-citation-level, sc-no-blank-line-or-header): Doc fix. (sc-add-citation-level, sc-no-blank-line-or-header): Doc fix.
* tempo.el (tempo-local-tags, tempo-user-elements, tempo-use-tag-list): * tempo.el (tempo-local-tags, tempo-user-elements, tempo-use-tag-list):
Doc fix. Doc fix.
* term.el (term-ptyp, term-termcap-format, term-scroll-region, * term.el (term-ptyp, term-termcap-format, term-scroll-region)
term-completion-autolist): Doc fix. (term-completion-autolist): Doc fix.
* texinfo.el (texinfo-master-menu): Doc fix. * texinfo.el (texinfo-master-menu): Doc fix.
* texnfo-upd.el (texinfo-master-menu): Doc fix. * texnfo-upd.el (texinfo-master-menu): Doc fix.
* thingatpt.el (read-from-whole-string): Doc fix. * thingatpt.el (read-from-whole-string): Doc fix.
@ -3845,8 +3845,8 @@
* type-break.el (type-break-keystroke-threshold, type-break-mode): * type-break.el (type-break-keystroke-threshold, type-break-mode):
Doc fix. Doc fix.
* vip.el (vip-shift-width): Doc fix. * vip.el (vip-shift-width): Doc fix.
* viper.el (vip-insert-diehard-minor-mode, vip-toggle-search-style, * viper.el (vip-insert-diehard-minor-mode, vip-toggle-search-style)
vip-del-backward-char-in-replace, vip-query-replace): Doc fix. (vip-del-backward-char-in-replace, vip-query-replace): Doc fix.
* vmsproc.el (display-subprocess-window): Doc fix. * vmsproc.el (display-subprocess-window): Doc fix.
* xscheme.el (xscheme-control-g-synchronization-p): Doc fix. * xscheme.el (xscheme-control-g-synchronization-p): Doc fix.
@ -4389,9 +4389,9 @@
1995-12-19 Eli Zaretskii <eliz@is.elta.co.il> 1995-12-19 Eli Zaretskii <eliz@is.elta.co.il>
* time.el (display-time): make it work under ms-dos by setting the * time.el (display-time): Make it work under MS-DOS by setting the
`dos-display-time' variable instead of invoking `wakeup' as `dos-display-time' variable instead of invoking `wakeup' as
asynchronous process (which doesn't work under ms-dos). asynchronous process (which doesn't work under MS-DOS).
1995-12-19 Karl Heuer <kwzh@gnu.ai.mit.edu> 1995-12-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
@ -4419,8 +4419,8 @@
1995-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> 1995-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
* gnus.el (gnus-summary-mode-line-format, * gnus.el (gnus-summary-mode-line-format)
gnus-article-mode-line-format, gnus-group-mode-line-format): (gnus-article-mode-line-format, gnus-group-mode-line-format):
Include the buffer name in the default mode strings. Include the buffer name in the default mode strings.
(gnus-mode-non-string-length): Changed the default to not (gnus-mode-non-string-length): Changed the default to not
limit/pad mode line lengths. limit/pad mode line lengths.
@ -4502,8 +4502,8 @@
(bibtex-font-lock-keywords): New variable with font-lock keywords (bibtex-font-lock-keywords): New variable with font-lock keywords
for BibTeX mode. for BibTeX mode.
* bibtex.el (bibtex-make-optional-field): Not longer interactive * bibtex.el (bibtex-make-optional-field): Not longer interactive.
(suggested by Karl Eichwalder <karl@pertron.central.de>). Suggested by Karl Eichwalder <karl@pertron.central.de>.
* bibtex.el (bibtex-maintain-sorted-entries): Set to nil, since it * bibtex.el (bibtex-maintain-sorted-entries): Set to nil, since it
requires more user attention and more restricted files to have requires more user attention and more restricted files to have
@ -4561,8 +4561,8 @@
to bibtex-completion-candidates). to bibtex-completion-candidates).
(bibtex-complete-string): Made it use bibtex-string. (bibtex-complete-string): Made it use bibtex-string.
* bibtex.el (bibtex-keys, * bibtex.el (bibtex-keys)
bibtex-buffer-last-parsed-for-keys-tick): New buffer-local (bibtex-buffer-last-parsed-for-keys-tick): New buffer-local
variables to make parsing of BibTeX buffer for reference keys variables to make parsing of BibTeX buffer for reference keys
(needed by TAB completion in minibuffer when entering key) more (needed by TAB completion in minibuffer when entering key) more
occasional. occasional.
@ -4708,17 +4708,17 @@
1995-11-29 Paul Eggert <eggert@twinsun.com> 1995-11-29 Paul Eggert <eggert@twinsun.com>
* cal-chinese.el (calendar-chinese-sexagesimal-name): Renamed from * cal-chinese.el (calendar-chinese-sexagesimal-name): Rename from
calendar-chinese-sexagisimal-name to fix misspelling. calendar-chinese-sexagisimal-name to fix misspelling.
* cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var. * cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var.
* holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday". * holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday".
* calendar.el (calendar-setup, calendar-basic-setup) * calendar.el (calendar-setup, calendar-basic-setup)
(calendar-next-calendar-round-date) (calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date, cal-tex-cursor-year) (calendar-previous-calendar-round-date, cal-tex-cursor-year):
* cal-julian.el (calendar-absolute-from-astro) * cal-julian.el (calendar-absolute-from-astro):
* cal-mayan.el (calendar-next-calendar-round-date) * cal-mayan.el (calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date) (calendar-previous-calendar-round-date):
* diary-lib.el (list-sexp-diary-entries) * diary-lib.el (list-sexp-diary-entries):
* solar.el (solar-longitude): Doc fixes to fix misspellings. * solar.el (solar-longitude): Doc fixes to fix misspellings.
1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -5010,8 +5010,8 @@
1995-11-14 Eric Ding <ericding@mit.edu> 1995-11-14 Eric Ding <ericding@mit.edu>
* goto-addr.el (goto-address-highlight-p): New variable. * goto-addr.el (goto-address-highlight-p): New variable.
(goto-address-fontify): Removed check for invisible text, (goto-address-fontify): Remove check for invisible text,
set inhibit-point-motion-hooks instead set inhibit-point-motion-hooks instead.
1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -5980,7 +5980,7 @@
* help.el (print-help-return-message): Handle lists in * help.el (print-help-return-message): Handle lists in
special-display-regexps and same-window-regexps. Also in special-display-regexps and same-window-regexps. Also in
special-display-buffer-names and same-window-buffer-names special-display-buffer-names and same-window-buffer-names.
* files.el (interpreter-mode-alist): Handle nawk. * files.el (interpreter-mode-alist): Handle nawk.
@ -6157,8 +6157,8 @@
dates; fix astro date message. dates; fix astro date message.
(calendar-mouse-2-date-menu): Add dayname to menu. (calendar-mouse-2-date-menu): Add dayname to menu.
* cal-french.el (french-calendar-special-days-array, * cal-french.el (french-calendar-special-days-array)
calendar-french-date-string): Fix accents. (calendar-french-date-string): Fix accents.
(calendar-goto-french-date): Use reverse instead of nreverse; fix (calendar-goto-french-date): Use reverse instead of nreverse; fix
accents. accents.
(french-calendar-epoch): New variable. (french-calendar-epoch): New variable.
@ -6168,8 +6168,8 @@
(dst-adjust-time): Moved and renamed from solar.el. (dst-adjust-time): Moved and renamed from solar.el.
(dst-in-effect): New function. (dst-in-effect): New function.
* solar.el (solar-equinoxes-solstices, solar-ephemeris-correction, * solar.el (solar-equinoxes-solstices, solar-ephemeris-correction)
solar-equinoxes/solstices): Rewritten. (solar-equinoxes/solstices): Rewritten.
(solar-apparent-longitude-of-sun): Deleted. (solar-apparent-longitude-of-sun): Deleted.
(solar-longitude, solar-date-next-longitude): New functions. (solar-longitude, solar-date-next-longitude): New functions.
(solar-adj-time-for-dst): Renamed dst-adjust-time and moved to (solar-adj-time-for-dst): Renamed dst-adjust-time and moved to
@ -6178,31 +6178,30 @@
Take angle mod 360.0. Take angle mod 360.0.
(solar-tangent-degrees): Change to macro. (solar-tangent-degrees): Change to macro.
* calendar.el (calendar-mod, calendar-absolute-from-astro, * calendar.el (calendar-mod, calendar-absolute-from-astro)
calendar-astro-from-absolute): New functions. (calendar-astro-from-absolute): New functions.
(calendar-astro-date-string, calendar-goto-astro-day-number): Use (calendar-astro-date-string, calendar-goto-astro-day-number):
them. Autoload holiday-chinese-new-year, Use them. Autoload holiday-chinese-new-year,
calendar-goto-chinese-date, calendar-print-chinese-date, calendar-goto-chinese-date, calendar-print-chinese-date,
calendar-chinese-date-string, calendar-goto-coptic-date, calendar-chinese-date-string, calendar-goto-coptic-date,
calendar-print-coptic-date, calendar-coptic-date-string, calendar-print-coptic-date, calendar-coptic-date-string,
calendar-goto-ethiopic-date, calendar-print-ethiopic-date, calendar-goto-ethiopic-date, calendar-print-ethiopic-date,
calendar-ethiopic-date-string, calendar-one-frame-setup, and calendar-ethiopic-date-string, calendar-one-frame-setup, and
calendar-two-frame-setup. (oriental-holidays): New variable for calendar-two-frame-setup.
Chinese New Year. (calendar-mode-map): Put Chinese and Coptic (oriental-holidays): New variable for Chinese New Year.
calendar functions on keys. (calendar-setup): Moved here from (calendar-mode-map): Put Chinese and Coptic calendar functions on keys.
cal-x.el. (diary-file): Mention Chinese, Coptic, and Ethiopic (calendar-setup): Moved here from cal-x.el.
dates. (calendar-goto-today, calendar-forward-month, (diary-file): Mention Chinese, Coptic, and Ethiopic dates.
calendar-forward-year, calendar-backward-month, (calendar-goto-today, calendar-forward-month, calendar-forward-year)
calendar-backward-year, scroll-calendar-left, (calendar-backward-month, calendar-backward-year, scroll-calendar-left)
scroll-calendar-right, scroll-calendar-left-three-months, (scroll-calendar-right, scroll-calendar-left-three-months)
scroll-calendar-right-three-months, (scroll-calendar-right-three-months, calendar-cursor-to-nearest-date)
calendar-cursor-to-nearest-date, calendar-forward-day, (calendar-forward-day, calendar-backward-day, calendar-forward-week)
calendar-backward-day, calendar-forward-week, (calendar-backward-week, calendar-beginning-of-week)
calendar-backward-week, calendar-beginning-of-week, (calendar-end-of-week, calendar-beginning-of-month)
calendar-end-of-week, calendar-beginning-of-month, (calendar-end-of-month, calendar-beginning-of-year)
calendar-end-of-month, calendar-beginning-of-year, (calendar-end-of-year, calendar-cursor-to-visible-date)
calendar-end-of-year, calendar-cursor-to-visible-date, (calendar-goto-date, calendar-goto-iso-date): Moved to cal-move.el.
calendar-goto-date, calendar-goto-iso-date): Moved to cal-move.el.
(calendar-goto-julian-date): Moved to cal-julian. (calendar-goto-julian-date): Moved to cal-julian.
(calendar-cursor-to-date, generate-calendar-month): Consider the (calendar-cursor-to-date, generate-calendar-month): Consider the
space next to a one-digit date as being on that date. space next to a one-digit date as being on that date.
@ -6210,8 +6209,8 @@
* cal-mayan.el (calendar-mayan-tzolkin-from-absolute): Use them. * cal-mayan.el (calendar-mayan-tzolkin-from-absolute): Use them.
(mayan-adjusted-mod): Moved to calendar.el and renamed calendar-mod. (mayan-adjusted-mod): Moved to calendar.el and renamed calendar-mod.
* lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after) New * lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after):
functions. New functions.
1995-09-18 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> 1995-09-18 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
@ -6863,7 +6862,7 @@
(skeleton-read): Don't quit and remove partial skeleton when empty (skeleton-read): Don't quit and remove partial skeleton when empty
string entered for outer iterator. Added implicit argument `input'. string entered for outer iterator. Added implicit argument `input'.
(define-skeleton, skeleton-insert, skeleton-internal-list): Use `x (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x
rather than backquote's (` x) or own (list 'x) rather than backquote's (` x) or own (list 'x).
* sh-script.el (sh-test): New variable. * sh-script.el (sh-test): New variable.
(sh-if, sh-until, sh-while): Use it. (sh-if, sh-until, sh-while): Use it.
@ -7011,8 +7010,8 @@
1995-08-04 Stephen A. Wood <saw@hallc1.cebaf.gov> 1995-08-04 Stephen A. Wood <saw@hallc1.cebaf.gov>
* fortran.el (fortran-auto-fill-mode, fortran-do-auto-fill, * fortran.el (fortran-auto-fill-mode, fortran-do-auto-fill)
fortran-fill): Invoke auto filling only when past fill-column. (fortran-fill): Invoke auto filling only when past fill-column.
1995-08-04 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-08-04 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
@ -7287,7 +7286,7 @@
1995-07-25 Ake Stenhoff <etxaksf@aom.ericsson.se> 1995-07-25 Ake Stenhoff <etxaksf@aom.ericsson.se>
* perl-mode.el (perl-imenu-generic-expression) New variable. * perl-mode.el (perl-imenu-generic-expression): New variable.
(perl-mode): Set imenu-generic-expression. (perl-mode): Set imenu-generic-expression.
* imenu.el (imenu-generic-expression): Call make-variable-buffer-local. * imenu.el (imenu-generic-expression): Call make-variable-buffer-local.
@ -7640,7 +7639,7 @@
apropos-command in apropos.el. apropos-command in apropos.el.
* autoload.el (make-autoload): Generate `(autoload ...)' form for * autoload.el (make-autoload): Generate `(autoload ...)' form for
`(define-skeleton ...)' `(define-skeleton ...)'.
* skeleton.el: Partly rewritten and extended. * skeleton.el: Partly rewritten and extended.
(skeleton-filter, skeleton-untabify, skeleton-further-elements) (skeleton-filter, skeleton-untabify, skeleton-further-elements)
@ -7702,7 +7701,7 @@
* two-column.el: Symbols renamed to be like mode-line indicator. * two-column.el: Symbols renamed to be like mode-line indicator.
Supposed to now also work for Lucid. Supposed to now also work for Lucid.
(2C-mode-map): New name for `tc-mode-map'. Additionally bound to [f2]. (2C-mode-map): New name for `tc-mode-map'. Additionally bound to [f2].
(2C-minor-mode-map) New variable. (2C-minor-mode-map): New variable.
(2C-mode): New name for `tc-other'. (2C-mode): New name for `tc-other'.
(2C-mode-line-format): New name for `tc-mode-line-format'. (2C-mode-line-format): New name for `tc-mode-line-format'.
(2C-other-buffer-hook): New variable. (2C-other-buffer-hook): New variable.
@ -7799,7 +7798,7 @@
1995-06-29 David M. Smith <D.M.Smith@lancaster.ac.uk> 1995-06-29 David M. Smith <D.M.Smith@lancaster.ac.uk>
* ielm.el (ielm-font-lock-keywords): New variable. * ielm.el (ielm-font-lock-keywords): New variable.
(inferior-emacs-lisp-mode): Use it for font-lock support (inferior-emacs-lisp-mode): Use it for font-lock support.
1995-06-29 Bryan O'Sullivan <bos@Eng.Sun.COM> 1995-06-29 Bryan O'Sullivan <bos@Eng.Sun.COM>
@ -7944,7 +7943,7 @@
1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* rmail.el (rmail-revert): Use the default revert-buffer-function * rmail.el (rmail-revert): Use the default revert-buffer-function.
* simple.el (newline): Put point at right place if insert gets error. * simple.el (newline): Put point at right place if insert gets error.

View file

@ -1902,7 +1902,7 @@
(japanese-hankaku-region): Likewise. (japanese-hankaku-region): Likewise.
(japanese-zenkaku-region): Likewise. (japanese-zenkaku-region): Likewise.
1998-06-22 WJCarpenter <bill@carpenter.ORG> 1998-06-22 WJ Carpenter <bill@carpenter.ORG>
* mail/feedmail.el: New file. * mail/feedmail.el: New file.

View file

@ -18,7 +18,7 @@
(erc-nickserv-identify-on-connect) (erc-nickserv-identify-on-connect)
(erc-nickserv-identify-on-nick-change): Handle 'both method. (erc-nickserv-identify-on-nick-change): Handle 'both method.
2006-12-28 Leo <sdl.web@gmail.com> (tiny change) 2006-12-28 Leo Liu <sdl.web@gmail.com> (tiny change)
* erc.el (erc-iswitchb): Wrap body in unwind-protect so that * erc.el (erc-iswitchb): Wrap body in unwind-protect so that
hitting C-g does not leave iswitchb-mode on. hitting C-g does not leave iswitchb-mode on.
@ -51,7 +51,7 @@
* erc.el (erc-open): Restore old point correctly, or at least get * erc.el (erc-open): Restore old point correctly, or at least get
closer to doing so than before. closer to doing so than before.
2006-12-13 Leo <sdl.web@gmail.com> (tiny change) 2006-12-13 Leo Liu <sdl.web@gmail.com> (tiny change)
* erc.el (erc-iswitchb): Temporarily enable iswitchb mode if it * erc.el (erc-iswitchb): Temporarily enable iswitchb mode if it
isn't active already, instead of leaving it on. isn't active already, instead of leaving it on.

View file

@ -93,7 +93,7 @@
* gnus.el (gnus-parameters): Note precedence. * gnus.el (gnus-parameters): Note precedence.
2012-01-04 Leo <sdl.web@gmail.com> 2012-01-04 Leo Liu <sdl.web@gmail.com>
* nndraft.el (nndraft-update-unread-articles): Don't move point around * nndraft.el (nndraft-update-unread-articles): Don't move point around
in the group buffer. in the group buffer.
@ -125,7 +125,7 @@
* nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
status in the correct buffer. status in the correct buffer.
2012-01-03 Leo <sdl.web@gmail.com> 2012-01-03 Leo Liu <sdl.web@gmail.com>
* gnus-topic.el (gnus-topic-goto-next-group): Don't move point around * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
when opening topics (bug#10407). when opening topics (bug#10407).
@ -11234,7 +11234,7 @@
* gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine". * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
(gnus-treat-body-boundary): Don't test window-system. (gnus-treat-body-boundary): Don't test window-system.
2007-10-28 Leo <sdl.web@gmail.com> (tiny change) 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
* gnus-art.el (gnus-treat-emphasize): Don't test window-system. * gnus-art.el (gnus-treat-emphasize): Don't test window-system.

View file

@ -1177,7 +1177,7 @@
* org.el: Remap `outline-promote' and `outline-demote' keys to * org.el: Remap `outline-promote' and `outline-demote' keys to
`org-promote-subtree' and `org-demote-subtree'. `org-promote-subtree' and `org-demote-subtree'.
2012-01-03 Leo <sdl.web@gmail.com> 2012-01-03 Leo Liu <sdl.web@gmail.com>
* org-agenda.el (org-agenda-do-context-action): Check if marker is * org-agenda.el (org-agenda-do-context-action): Check if marker is
valid before use. valid before use.
@ -2964,7 +2964,7 @@
* org-latex.el (org-export-latex-header-defs-re): Delete. * org-latex.el (org-export-latex-header-defs-re): Delete.
2011-07-28 Bastien <bzg@gnu.org> 2011-07-28 Bastien Guerry <bzg@gnu.org>
* org.el (org-last-set-property): New variable. * org.el (org-last-set-property): New variable.
(org-read-property-name): Use the new variable: the prompt (org-read-property-name): Use the new variable: the prompt
@ -6786,7 +6786,7 @@
* ob.el (org-babel-params-from-properties): Test for * ob.el (org-babel-params-from-properties): Test for
"header-arg-name" and ":header-arg-name", in that order. "header-arg-name" and ":header-arg-name", in that order.
2011-07-28 Bastien <bastien.guerry@wikimedia.fr> 2011-07-28 Bastien Guerry <bzg@gnu.org>
* org-capture.el (org-capture-templates): Document "currentfile" * org-capture.el (org-capture-templates): Document "currentfile"
for capture template. for capture template.

View file

@ -8313,7 +8313,7 @@
are now in src/globals.h. are now in src/globals.h.
(syms_of_minibuf): Remove spurious & from previous change. (syms_of_minibuf): Remove spurious & from previous change.
2011-03-20 Leo <sdl.web@gmail.com> 2011-03-20 Leo Liu <sdl.web@gmail.com>
* minibuf.c (completing-read-function): New variable. * minibuf.c (completing-read-function): New variable.
(completing-read-default): Rename from completing-read. (completing-read-default): Rename from completing-read.

View file

@ -3538,7 +3538,6 @@
* nsmenu.m (syms_of_nsmenu): * nsmenu.m (syms_of_nsmenu):
* nsfns.m (syms_of_nsfns): * nsfns.m (syms_of_nsfns):
* msdos.c (syms_of_msdos): * msdos.c (syms_of_msdos):
* image.c (syms_of_image): * image.c (syms_of_image):
* charset.c (syms_of_charset): Use intern_c_string instead of intern. * charset.c (syms_of_charset): Use intern_c_string instead of intern.
@ -4388,7 +4387,7 @@
* xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change. * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
Don't make first argument optional. Doc fix. Don't make first argument optional. Doc fix.
2010-09-14 Leo <sdl.web@gmail.com> (tiny change) 2010-09-14 Leo Liu <sdl.web@gmail.com> (tiny change)
* xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
parameters for the doc string. parameters for the doc string.
@ -29523,7 +29522,7 @@
(Fdisplay_buffer): Use it. (Fdisplay_buffer): Use it.
(syms_of_window): Export, and initialize it. (syms_of_window): Export, and initialize it.
2007-09-06 Pixel <pixel@mandriva.com> (tiny change) 2007-09-06 Pascal Rigaux <pixel@mandriva.com> (tiny change)
* image.c (gif_load): Fix bug: Handle nonexistent colormap. * image.c (gif_load): Fix bug: Handle nonexistent colormap.