1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-10 15:56:18 +00: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
(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.
2012-01-07 Juanma Barranquero <lekktu@gmail.com>
@ -1392,7 +1392,7 @@
(window-list-no-nils): Remove.
(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):
Fix incorrect use of default argument in `completing-read'.
@ -4542,7 +4542,7 @@
* 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
backends where it makes sense (bug#2623).
@ -9576,7 +9576,7 @@
* calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
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-completing-read): Fix compatibility with completing-read.

View File

@ -100,7 +100,7 @@
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)
@ -117,7 +117,7 @@
1986-03-26 Richard Mlynarik (mly@prep)
* 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)
@ -196,8 +196,8 @@
1986-03-12 Richard Mlynarik (mly@prep)
* shell.el (shell)
If no environment variable SHELL, default to /bin/sh
* shell.el (shell):
If no environment variable SHELL, default to /bin/sh.
1986-03-12 Leonard H. Tower Jr. (tower@prep)
@ -226,16 +226,16 @@
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).
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
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)
@ -267,8 +267,8 @@
1986-03-03 Leonard H. Tower Jr. (tower@prep)
* rnews.el (news-add-news-group)
Fixed bug that was putting "/"'s in newsgroups names in .newsrc
* rnews.el (news-add-news-group):
Fix bug that was putting "/"'s in newsgroups names in .newsrc
instead of "."'s.
1986-03-03 Richard M. Stallman (rms@prep)
@ -320,8 +320,8 @@
1986-02-20 Richard Mlynarik (mly@prep)
* info.el (Info-validate):
Node-names are case-insensitive, but assoc is case-sensitive
Separate out function Info-validate-tags-table
Node-names are case-insensitive, but assoc is case-sensitive.
Separate out function Info-validate-tags-table.
1986-02-19 Richard M. Stallman (rms@prep)
@ -404,7 +404,7 @@
* info.el:
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.
@ -426,7 +426,7 @@
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)
@ -522,7 +522,7 @@
Set mode correctly for .~i~ backup files.
* 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)
@ -585,7 +585,7 @@
1986-01-09 Richard Mlynarik (mly@prep)
* mail-utils.el (mail-strip-quoted-names):
Handle multi-line address lists
Handle multi-line address lists.
1986-01-08 Richard Mlynarik (mly@prep)
@ -610,12 +610,12 @@
1986-01-07 Richard Mlynarik (mly@prep)
* tags.el (visit-tags-table):
Barf if given a directory
Barf if given a directory.
1986-01-06 Richard Mlynarik (mly@prep)
* nroff-mode.el (electric-nroff-mode):
set-minor-mode correctly
set-minor-mode correctly.
1986-01-02 Richard Mlynarik (mly@prep)
@ -626,7 +626,7 @@
* info.el (Info-tagify, Info-validate):
(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)
@ -646,7 +646,7 @@
1985-12-30 Richard Mlynarik (mly@prep)
* 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)
@ -749,7 +749,7 @@
1985-12-17 Richard Mlynarik (mly@prep)
* 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)
@ -772,7 +772,7 @@
* files.el (set-visited-file-name):
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.
1985-12-14 Richard M. Stallman (rms@prep)
@ -812,8 +812,7 @@
modified in Rmail doesn't always correlate with
what the user is thinking about.
* abbrev.el (prepare-abbrev-list-buffer, list-abbrevs,
edit-abbrevs):
* abbrev.el (prepare-abbrev-list-buffer, list-abbrevs, edit-abbrevs):
Some cleanups. prepare-... now does all the work and
returns the buffer for the caller to select or display.
@ -894,8 +893,8 @@
* files.el (switch-to-buffer-other-window):
Pass t as new second arg to pop-to-buffer.
* indent.el (insert-tab):
If indent-tabs-mode = nil, insert spaces instead.
* indent.el (insert-tab):
If indent-tabs-mode = nil, insert spaces instead.
* debug.el (debug):
Combine two unwind-protect's into one.
@ -907,7 +906,7 @@
1985-12-09 Richard Mlynarik (mly@prep)
* 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:
(fset 'TeX-mode 'tex-mode)
@ -942,10 +941,10 @@
* info.el (Info-find-node):
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):
interactive "F" not "s"
interactive "F" not "s".
* man.el (manual-entry):
Allow user to specify "chdir(3)" to get entry from section
@ -965,10 +964,10 @@
* info.el:
(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-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-undelete-previous-message):
Try current message first, then back up till deleted msg
@ -1032,11 +1031,12 @@
1985-12-05 Richard Mlynarik (mly@prep)
* abbrev.el, chistory.el, debug.el, doctor.el, indent.el, info.el, sendmail.el:
Fix initialization of mode-maps
* abbrev.el, chistory.el, debug.el, doctor.el, indent.el:
* info.el, sendmail.el:
Fix initialization of mode-maps.
* sendmail.el (mail-position-on-field):
Make this work
Make this work.
1985-12-05 Richard M. Stallman (rms@prep)
@ -1091,18 +1091,18 @@
1985-12-03 Richard Mlynarik (mly@prep)
* bytecomp.el (byte-compile-file-form):
Reduce noninteractive message verbosity
Reduce noninteractive message verbosity.
* ebuff-menu.el:
Standardize initialization of Electric-buffer-menu-mode-map
make digits, meta-digits and "-" be numeric args
Standardize initialization of Electric-buffer-menu-mode-map.
Make digits, meta-digits and "-" be numeric args.
(put 'Electric-buffer-menu-undefined 'suppress-keymap t)
* 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):
Fix problem with negative-arguments and unreading
Fix problem with negative-arguments and unreading.
1985-12-03 Richard M. Stallman (rms@prep)
@ -1114,9 +1114,8 @@
* rnews.el:
Remove stray "<" character introduced by mly.
(news-move-to-group): give error message if no new group to move
to.
(news-next-message): with arg of 1 or -1, keep doing
(news-move-to-group): Give error message if no new group to move to.
(news-next-message): With arg of 1 or -1, keep doing
news-next-group or news-previous-group till reach nonempty group.
* x-mouse.el:
@ -1146,14 +1145,14 @@
1985-11-26 Richard Mlynarik (mly@prep)
* view.el:
Define c-x o
Define c-x o.
Rename interactive functions from view-* to View-* to improve m-x
completion.
defvar, rather than defconst, view-mode-map
Take old-emacs-version-compatibility out of view-file
defvar, rather than defconst, view-mode-map.
Take old-emacs-version-compatibility out of view-file.
* helper.el (Helper-describe-mode, Helper-describe-bindings)
Fix bit-rot
* helper.el (Helper-describe-mode, Helper-describe-bindings):
Fix bit-rot.
Hack C-l in Helper-help-scroller.
1985-11-25 Richard M. Stallman (rms@prep)
@ -1207,26 +1206,26 @@
Make edit-options-1 inline.
* term-xterm.el:
Fix documentation for x-switches
Fix documentation for x-switches.
1985-11-20 Richard Mlynarik (mly@prep)
* files.el, sendmail.el:
New function delete-auto-save-file-if-necessary
Make basic-save-file, mail-send call it
New function delete-auto-save-file-if-necessary.
Make basic-save-file, mail-send call it.
* 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):
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
all their usages occur in the latter file.
* rnews.el
Use `mail-header-separator'
* rnews.el:
Use `mail-header-separator'.
* term-xterm.el:
Define x-handle-switch-1 to modularize discarding of
@ -1236,8 +1235,8 @@
Check for command-switch-alist before checking for builtin
switches.
* bytecomp.el, term-xterm.el, tex-start.el
Switches look for `command-line-args' rather than `args'
* bytecomp.el, term-xterm.el, tex-start.el:
Switches look for `command-line-args' rather than `args'.
1985-11-20 Richard M. Stallman (rms@prep)
@ -1275,14 +1274,14 @@
1985-11-18 Richard Mlynarik (mly@prep)
* bytecomp.el (batch-byte-compile):
* bytecomp.el (batch-byte-compile):
Print a message for the log before terminating self.
* simple.el (set-variable):
Fix thinko in help-form, and include current value.
* 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):
Improve documentation greatly, fix typo.
@ -1303,8 +1302,8 @@
1985-11-14 Richard Mlynarik (mly@prep)
* info.el
Make "." be beginning-of-buffer
* info.el:
Make "." be beginning-of-buffer.
1985-11-13 Richard M. Stallman (rms@prep)
@ -1332,19 +1331,19 @@
1985-11-08 Richard Mlynarik (mly@prep)
* 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
idea rms -- every use of -batch I make is followed by -q...]
1985-11-07 Richard Mlynarik (mly@prep)
* 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)
* bytecomp.el (byte-compile-lambda):
Compile non-string `interactive' frobs
Compile non-string `interactive' frobs.
1985-11-05 Richard M. Stallman (rms@prep)
@ -1359,18 +1358,18 @@
Don't use create-file-buffer for summary buffer!
* rmailsum.el (rmail-make-summary-line-1):
Fix bug computing new summary line
Fix bug computing new summary line.
* debug.el (debug):
Make recursive calls to the debugger work.
Make debugger buffer read-only
Make debugger buffer read-only.
* sendmail.el (mail-send, sendmail-send-it):
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):
condition-case for `beginning-of-buffer'
condition-case for `beginning-of-buffer'.
1985-11-05 Richard M. Stallman (rms@prep)
@ -1381,7 +1380,7 @@
1985-11-04 Richard Mlynarik (mly@prep)
* 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)
@ -1423,7 +1422,7 @@
Some more bugs seem to remain in this code...
* 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)
@ -1449,7 +1448,7 @@
1985-10-29 Richard Mlynarik (mly@prep)
* 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)
@ -1491,7 +1490,7 @@
1985-10-23 Richard Mlynarik (mly@prep)
* mouseinit.el
* mouseinit.el:
Delete this file. Put its contents in files
term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el.
(Perhaps there should be a subdirectory emacs/lisp/term/ ??)
@ -1504,10 +1503,10 @@
1985-10-22 Richard Mlynarik (mly@prep)
* debugger.el (debug):
Bind variable `debugger-value' instead of `value'
Bind variable `debugger-value' instead of `value'.
* 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)
@ -1522,10 +1521,10 @@
* sendmail.el (mail-do-fcc):
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):
Hack case-fold-search as appropriate
Hack case-fold-search as appropriate.
1985-10-21 Richard M. Stallman (rms@mit-prep)
@ -1570,7 +1569,7 @@
* sendmail.el:
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.
(mail-fill-yanked-message): Add this and put on C-c q.
(mail-mode): Set up mail-mode-map when file is loaded.
@ -1617,9 +1616,9 @@
* rnews.el (news-save-item-in-file):
Append to file, rather than overwriting.
* isearch.el
* isearch.el:
Eliminate confused attempts at indicating that long isearch was
`in progress'
`in progress'.
1985-10-15 Richard M. Stallman (rms@mit-prep)
@ -1651,7 +1650,7 @@
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.
1985-10-15 Richard M. Stallman (rms@mit-prep)
@ -1786,7 +1785,6 @@
Initialize the local map when the file is loaded,
not when mode is invoked.
1985-10-04 Richard M. Stallman (rms@mit-prep)
* indent.el (indent-relative-maybe):
@ -1810,12 +1808,12 @@
1985-10-03 Richard Mlynarik (mly@mit-prep)
* simple.el
Functions quit, keyboard-quit
* simple.el:
Functions quit, keyboard-quit.
* isearch.el:
"I-searching: foo..." in the middle of possibly lengthy
search
search.
* files.el (set-auto-mode):
Don't hack auto-mode-alist at all if -*- mode -*- is specified.
@ -2019,7 +2017,7 @@
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.
1985-09-02 Richard M. Stallman (rms@mit-prep)
@ -2052,7 +2050,7 @@
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.
1985-08-30 Richard M. Stallman (rms@mit-prep)
@ -2062,7 +2060,7 @@
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
interaction with a promptless shell program copied previous input
rather than sending an empty line.
@ -2070,46 +2068,46 @@
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
is set to nil.
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)
* startup.el (command-line)
* startup.el (command-line):
(or (getenv "USER") (getenv "LOGNAME")) for USG compatibility
(consider it a standard)
* lpr.el
* lpr.el:
Typo (``format1'' for ``format'')
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.
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)
Hack case that /usr/spool/mail/user is a directory
* rmail.el (rmail-insert-inbox-text):
Hack case that /usr/spool/mail/user is a directory.
1985-08-10 Richard Mlynarik (mly@mit-prep)
* isearch.el (isearch)
Make isearch work in regexp case
* isearch.el (isearch):
Make isearch work in regexp case.
1985-08-09 Richard Mlynarik (mly@mit-prep)
* c-mode.el (c-comment-indent)
Return a valid value when used within a comment.
(such as when indenting when comment-multi-line is non-nil)
* c-mode.el (c-comment-indent):
Return a valid value when used within a comment
(such as when indenting when comment-multi-line is non-nil).
Associated changes to
c-indent-line, c-calculate-indent-within-comment
c-indent-line, c-calculate-indent-within-comment.
* debug.el (debug):
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
weirdly.
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):
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
thing.
1985-08-06 Richard Mlynarik (mly@mit-prep)
* c-mode.el
calculate-c-indent was ignoring parse-start arg
* c-mode.el:
calculate-c-indent was ignoring parse-start arg.
Inserted jdf@prep.mit.edu's `else' indentation code
Make C-j be reindent-then-newline-and-indent to take advantage
of this.
* simple.el
Added function reindent-then-newline-and-indent
* simple.el:
Add function reindent-then-newline-and-indent.
* rnews.el
Fix typo and supply function news-show-all-headers
* rnews.el:
Fix typo and supply function news-show-all-headers.
* startup.el
* startup.el:
Make the value of args be the remaining command-line
arguments after the "-e" function name when the "-e" function
is called.
Make "-f" be the same as "-e" --- it's in the manual.
* bytecomp.el
Added batch-byte-compile written by crl@newton.purdue.edu
* bytecomp.el:
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
string until it had completed the search.
* indent.el (indent-relative)
Losing when indentation point was beneath non-whitespace
* indent.el (indent-relative):
Losing when indentation point was beneath non-whitespace.
* c-mode.el (indent-c-exp):
Replace "2" with "c-continued-statement-offset"
Add (message "...")
* mlsupport.el
Fix typo in ml-current-indent
Make kill-to-end-of-line work
* mlsupport.el:
Fix typo in ml-current-indent.
Make kill-to-end-of-line work.
* mlconvert.el
Hack "(forward-word)" => "(forward-word 1)"
* mlconvert.el:
Hack "(forward-word)" => "(forward-word 1)".
1985-08-05 Richard Mlynarik (mly@mit-prep)
* c-mode.el
* c-mode.el:
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):
Hack default of last search string, hack reverse search.
(-ve prefix arg):
Make "-" be negative-argument
Make "-" be negative-argument.
1985-07-23 Richard Mlynarik (mly@mit-prep)
* shell.el (shell-send-input):
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)
* view.el:
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
conditional substitution of constant string.
(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.
* simple.el
* simple.el:
delete-blank-lines was deleting too much if on an isolated blank line.
1985-07-12 Richard M. Stallman (rms@mit-prep)
@ -2222,7 +2219,7 @@
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,
with resultant couple-of-orders-of-magnitude speedup.
RMS: this is what my changes to Fsubstitute_command_keys in doc.c
@ -2385,8 +2382,8 @@
* compile.el (compile1.el):
If *compilation* is current buffer, put point at end.
* simple.el (indent-for-comment, kill-comment, set-comment-column,
indent-new-comment-line): use comment-start-skip to find comments.
* simple.el (indent-for-comment, kill-comment, set-comment-column)
(indent-new-comment-line): Use comment-start-skip to find comments.
Don't use find-comment-line any more.
* lisp-mode.el, c-mode.el, scheme.el, mim-mode.el:
@ -2554,8 +2551,8 @@
1985-06-12 Richard Mlynarik (mly@mit-prep)
* rmail (rmail-insert-inbox-text)
file-name-directory includes a trailing "/"
* rmail (rmail-insert-inbox-text):
file-name-directory includes a trailing "/".
1985-06-12 K. Shane Hartman (shane@mit-prep)
@ -2686,7 +2683,7 @@
describing help options. Add `v' command for viewing buffer and
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.
@ -2731,7 +2728,7 @@
* sendmail.el (sendmail-send-it):
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)
@ -2798,7 +2795,7 @@
Process exec-directory using expand-file-name
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)
@ -2823,7 +2820,7 @@
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)
@ -2862,16 +2859,16 @@
1985-05-30 Richard Mlynarik (mly@mit-prep)
* sendmail.el
Typo made sendmail-send-it lose when mail-interactive
* sendmail.el:
Typo made sendmail-send-it lose when mail-interactive.
* simple.el
* simple.el:
Aborting out of octal read in read-quoted-char restarts
"from the top."
* startup.el
* startup.el:
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)
@ -2913,22 +2910,22 @@
* 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).
new-version-level.el => grow-vers.el.
scheme-mode.el => scheme.el
compare-windows.el => compare-w.el
electric-buffer-list.el => ebuff-menu.el
scheme-mode.el => scheme.el.
compare-windows.el => compare-w.el.
electric-buffer-list.el => ebuff-menu.el.
1985-05-28 Richard Mlynarik (mly@mit-prep)
* simple.el (describe-function)
bind enable-recursive-minibuffers to read fn name
(useful when typing c-h f after m-esc)
* simple.el (describe-function):
Bind enable-recursive-minibuffers to read fn name
(useful when typing c-h f after m-esc).
* files.el
made create-file-buffer a lisp function (was in src/buffer.c)
* files.el:
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
previous window/buffer configuration
previous window/buffer configuration.
1985-05-27 Richard M. Stallman (rms@mit-prep)
@ -2967,30 +2964,30 @@
* lisp-mode.el:
Provide default definition of lisp-send-defun, to just get an error.
* shell.el: rename lisp to run-lisp.
* loaddefs.el: make run-lisp autoloading.
* shell.el: Rename lisp to run-lisp.
* loaddefs.el: Make run-lisp autoloading.
1985-05-23 Richard Mlynarik (mly@mit-prep)
* files.el
* files.el:
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
renamed lisp-interaction-mode to elisp-interaction-mode
Made elisp-mode call elisp-mode-hook, elisp-interaction-mode call
* lisp-mode.el, loadup.el, startup.el:
Rename lisp-interaction-mode to elisp-interaction-mode
Make elisp-mode call elisp-mode-hook, elisp-interaction-mode call
elisp-interaction-mode-hook. This will break people's init files!
* loaddefs.el
made ".lisp" suffixes get lisp mode. Toto, I don't think we're
* loaddefs.el:
Make ".lisp" suffixes get lisp mode. Toto, I don't think we're
using fourteen-character filenames anymore.
Autoload scheme-mode
Autoload scheme-mode.
* scheme-mode.el
installed scheme-mode, courtesy MIT scheme people.
* scheme-mode.el:
Install scheme-mode, courtesy MIT scheme people.
* lisp-mode.el
made mode doc strings use \[...] substitute-command-keys technology
* lisp-mode.el:
Make mode doc strings use \[...] substitute-command-keys technology.
1985-05-23 Richard M. Stallman (rms@mit-prep)
@ -3008,19 +3005,19 @@
1985-05-22 Richard Mlynarik (mly@mit-prep)
* nrnews.el
* nrnews.el:
Foo. A distinct lack of communication here.
Fairly radical surgery --- many bug fixes and clarifications,
quite different from rnews.el Sigh
1985-05-22 K. Shane Hartman (shane@mit-prep)
* view.el
* view.el:
Add new flavor of help. ?, h still give list of
commands. C-h understands m, c, k options. Make
help commands use pop up window with scroll on space.
* loaddefs.el
* loaddefs.el:
Minor change for documentation of view-file and
view-buffer because C-h does not describe mode now.
@ -3045,15 +3042,15 @@
1985-05-21 Richard Mlynarik (mly@mit-prep)
* 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
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
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:
Call bury-buffer after selecting new buffer.
@ -3086,23 +3083,23 @@
1985-05-19 Richard Mlynarik (mly@mit-prep)
* view.el, dired.el
typos in viewing stuff
* view.el, dired.el:
Typos in viewing stuff.
* simple.el, isearch.el
Added prompt argument to read-quoted-char; improved isearch
* simple.el, isearch.el:
Add prompt argument to read-quoted-char; improve isearch
input echoing when reading quoted char.
* sendmail.el, loaddefs.el
added send-mail-function; initially sendmail-send-it
* sendmail.el, loaddefs.el:
Add send-mail-function; initially sendmail-send-it
(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:
Remodularize inbox parsing. Add support(?) for mmdf inboxes.
Note that I can't seem to define definitive documentation of
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)
@ -3130,15 +3127,15 @@
1985-05-17 Richard M. Stallman (rms@mit-prep)
* 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)
* 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)
* loaddefs.el: Autoload more-mode, more-file, more-buffer.
* loaddefs.el: Autoload more-mode, more-file, more-buffer.
* more-mode.el: New tourist mode for files.
@ -3149,7 +3146,7 @@
* 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.
The only autoloaded system code this breaks is rmail ---
a condition-case for wrong-number-of-arguments kludge was installed
@ -3158,7 +3155,7 @@
to remove the kludge at that time!
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.
@ -3184,7 +3181,7 @@
* 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.

View File

@ -569,7 +569,7 @@
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
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
parameter alist.
@ -1041,7 +1041,7 @@
* 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.

View File

@ -288,7 +288,7 @@
* emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
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)
@ -866,7 +866,7 @@
* net/soap-client.el:
* 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):
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):
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
highlighting to the "this function is advised" message.
@ -2668,7 +2668,7 @@
* mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
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.
@ -2699,7 +2699,7 @@
* mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
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
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:
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
always be performed (Bug#7680).
@ -2953,7 +2953,7 @@
* epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
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):
Use locate-user-emacs-file (Bug#7578).
@ -3081,7 +3081,7 @@
* diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
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
while mapping over marks (Bug#6810).
@ -3155,7 +3155,7 @@
(rmail-search-mime-message-function): Set to
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-mode): Use it.
@ -4990,7 +4990,7 @@
(minibuffer-force-complete): Set completion-cycling.
(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'
which changes the order of matches seen by users (bug#7231).
@ -5279,7 +5279,7 @@
(set-cursor-color, set-mouse-color, set-border-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
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)
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
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.
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)
(rcirc-completion-start): New variables.
@ -7961,7 +7961,7 @@
* startup.el (command-line-1): Issue warning for ignored arguments
--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.
(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).
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.
* ido.el: Revert Óscar's.
@ -8429,7 +8429,7 @@
* emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
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
read-only file (Bug#6762).
@ -8535,7 +8535,7 @@
(tramp-handle-start-file-process): Use it, in order to invalidate
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.
@ -9336,7 +9336,7 @@
* 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)
@ -19360,7 +19360,7 @@
* eshell/em-dirs.el (eshell-complete-user-reference):
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-dirs.el (eshell-last-dir-ring-file-name):
@ -19823,7 +19823,7 @@
* files.el (locate-file-completion-table): Make it provide boundary
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):
Check footnote-text-marker-alist before using it (bug#4324).

View File

@ -56,7 +56,7 @@
buffer or file has changed.
* abbrev.el: Doc fix.
* files.el:
* files.el: ???
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)
* 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.
1988-04-09 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
@ -852,7 +852,7 @@
* lisp-mode.el (eval-print-last-sexp):
* debug.el (debugger-mode):
* chistory.el (Command-history-setup):
* options.el (Edit-options-mode):
* options.el (Edit-options-mode): ???
1987-12-01 Richard Stallman (rms@frosted-flakes)
@ -1116,7 +1116,7 @@
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
start-point in reverse regexp search made more liberal.
@ -1131,7 +1131,7 @@
1987-05-31 Richard M. Stallman (rms@prep)
* version 18.45.
* Version 18.45.
* informat.el (Info-split): Bind case-fold-search to t.
@ -1319,7 +1319,7 @@
1987-04-15 Paul Rubin (phr@prep)
* version 18.44 released.
* Version 18.44 released.
1987-04-14 Richard Mlynarik (mly@prep)
@ -1910,7 +1910,7 @@
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):
Add optional arg `nomsg' to former, which latter supplies,
so that rmail doesn't report counting one appended message.
@ -2397,7 +2397,7 @@
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-@.
@ -2482,7 +2482,7 @@
1986-11-14 Richard M. Stallman (rms@prep)
* Emacs version 18.30 *
* Emacs version 18.30.
* rmail.el (rmail-forward):
Use mail-other-window unless there is only one window visible.
@ -2624,8 +2624,8 @@
1986-11-04 Richard M. Stallman (rms@prep)
* various files (dired-mode, Edit-options-mode, rmail-mode,
rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode):
* various files (dired-mode, Edit-options-mode, rmail-mode)
(rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode):
Give these symbols `special' as a `mode-class' property.
* 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)
* 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.
* 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,
versions of the default font.
* faces.el (make-face-bold, make-face-italic,
make-face-bold-italic, make-face-unbold, make-face-unitalic):
* faces.el (make-face-bold, make-face-italic)
(make-face-bold-italic, make-face-unbold, make-face-unitalic):
Implement NOERROR argument.
(x-initialize-frame-faces): Use the NOERROR argument to the
font manipulation functions to avoid errors while starting up.
@ -1772,8 +1772,8 @@
1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
* calendar.el (calendar-standard-time-zone-name,
calendar-daylight-time-zone-name): Initialize these at load-time,
* calendar.el (calendar-standard-time-zone-name)
(calendar-daylight-time-zone-name): Initialize these at load-time,
as well as calendar-time-zone.
* calendar.el (calendar-time-zone): Fix code which initializes
@ -1827,7 +1827,7 @@
* help.el, register.el, replace.el, reposition.el, rfc822.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,
* 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.
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,
* mpuz.el, netunam.el, novice.el, nroff-mode.el, options.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)
@ -1857,7 +1857,7 @@
* mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el,
* modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.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
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,
* dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.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)
@ -2186,8 +2186,8 @@
1993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
* diary-insert.el (insert-anniversary-diary-entry,
insert-block-diary-entry): Fix calendar-date-display-form used.
* diary-insert.el (insert-anniversary-diary-entry)
(insert-block-diary-entry): Fix calendar-date-display-form used.
1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
@ -2383,8 +2383,8 @@
nonexistent function last-month-of-hebrew-year to the correct
function hebrew-calendar-last-month-of-year.
* cal-mayan.el (calendar-mayan-haab-on-or-before,
calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
* cal-mayan.el (calendar-mayan-haab-on-or-before)
(calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
* cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
defun.
@ -2857,8 +2857,8 @@
* ehelp.el (electric-help-command-loop): Same.
* electric.el (Electric-command-loop): Same.
* emerge.el (emerge-show-file-name): Same.
* fortran.el (fortran-abbrev-start,
fortran-window-create-momentarily): Same.
* fortran.el (fortran-abbrev-start)
(fortran-window-create-momentarily): Same.
* gnus.el (gnus-Subject-next-article): Same.
* info.el (Info-summary): 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.
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-
heading in loop conditions to detect end-of-buffer (and avoid
@ -342,7 +342,7 @@
* startup.el (precompute-menubar-bindings): Don't precompute menus
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-this-or-next-heading): New function.
@ -421,7 +421,7 @@
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.
* autoload.el (update-file-autoloads): Delete leftover variable.
@ -517,7 +517,7 @@
* cal-menu.el (calendar-mouse-set-mark): New function.
(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
outline-mode session setup, sets up `outline-find-file-hook',
@ -958,9 +958,9 @@
* 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.
Prominent new features include:
- Exposure changes and navigation are greatly accelerated.
@ -1689,7 +1689,7 @@
* saveplace.el (save-place-find-file-hook)
(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)
(clipboard-kill-region): New functions. Give them
@ -3114,32 +3114,32 @@
(calendar-cursor-to-date): Add optional parameter to cause error
signal when cursor is not on a date---this allows lots of
simplifications throughout the code.
(calendar-forward-month,calendar-set-mark)
(calendar-exchange-point-and-mark,calendar-count-days-region)
(calendar-print-day-of-year,calendar-print-iso-date)
(calendar-print-julian-date,calendar-print-islamic-date)
(calendar-print-hebrew-date,calendar-print-astro-day-number):
(calendar-forward-month, calendar-set-mark)
(calendar-exchange-point-and-mark, calendar-count-days-region)
(calendar-print-day-of-year, calendar-print-iso-date)
(calendar-print-julian-date, calendar-print-islamic-date)
(calendar-print-hebrew-date, calendar-print-astro-day-number):
Use simplification.
* holidays.el (calendar-cursor-holidays): Use new error arg
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.
* diary-ins.el (insert-diary-entry,insert-weekly-diary-entry)
(insert-monthly-diary-entry,insert-yearly-diary-entry)
(insert-anniversary-diary-entry,insert-block-diary-entry)
(insert-cyclic-diary-entry,insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry)
(insert-islamic-diary-entry,insert-monthly-islamic-diary-entry)
* diary-ins.el (insert-diary-entry, insert-weekly-diary-entry)
(insert-monthly-diary-entry, insert-yearly-diary-entry)
(insert-anniversary-diary-entry, insert-block-diary-entry)
(insert-cyclic-diary-entry, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
(insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry): Use new error arg
to calendar-cursor-to-date.
* solar.el (calendar-sunrise-sunset): Use new error arg
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.
* cal-mayan.el (calendar-print-mayan-date): Use new error arg
@ -3516,16 +3516,18 @@
(diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker): Don't autoload them; change definitions
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-julian-date-string,calendar-islamic-date-string)
(calendar-hebrew-date-string,calendar-astro-date-string): New functions.
(calendar-julian-date-string, calendar-islamic-date-string)
(calendar-hebrew-date-string, calendar-astro-date-string):
New functions.
(calendar-print-day-of-year, calendar-print-iso-date)
(calendar-print-iso-date,calendar-print-julian-date)
(calendar-print-islamic-date,calendar-print-hebrew-date)
(calendar-print-iso-date, calendar-print-julian-date)
(calendar-print-islamic-date, calendar-print-hebrew-date)
(calendar-print-astro-day-number): Use them.
(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.
* 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'.
* texinfmt.el (texinfo-format-region texinfo-format-buffer): Add
###autoload cookies.
* texinfmt.el (texinfo-format-region texinfo-format-buffer):
Add ###autoload cookies.
(batch-texinfo-format): Use `buffer-disable-undo' instead of
obsolete function `buffer-flush-undo'.
@ -5916,8 +5918,8 @@
1993-08-26 Jim Blandy (blandy@comano.cscs.ch)
* add-log.el (add-log-full-name, add-log-mailing-address): New
variables.
* add-log.el (add-log-full-name, add-log-mailing-address):
New variables.
(add-change-log-entry): Don't ask for the login name and site name
separately; instead, prompt for a mailing address; that's more
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
Coordinated Universal Time (UTC).
*solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
Universal Time (UT) to Coordinated Universal Time (UTC).
* solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset):
Change Universal Time (UT) to Coordinated Universal Time (UTC).
(solar-time-string): Use calendar-daylight-time-offset instead of
1 hr, and use calendar-daylight-savings-switchover-time instead 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.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.
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)
* fortran.el (fortran-end-if, fortran-end-do,
fortran-beginning-if, fortran-beginning-do): New subroutines.
* fortran.el (fortran-end-if, fortran-end-do)
(fortran-beginning-if, fortran-beginning-do): New subroutines.
(fortran-blink-matching-if, fortran-blink-matching-do): Use them.
(fortran-mark-do, fortran-mark-if): New user functions.
(fortran-blink-matching-if, fortran-mode): Doc mod.
@ -5249,8 +5249,8 @@
1994-11-09 Francesco Potortì (pot@cnuce.cnr.it)
* man.el (Man-berkeley-sed-script, Man-sysv-sed-script,
Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form
* man.el (Man-berkeley-sed-script, Man-sysv-sed-script)
(Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form
(used by aix) in addition to the "o\b+" one (used by sun).
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>
* calendar.el (diary-entry-marker, calendar-today-marker,
calendar-holiday-marker): Don't supersede attributes for faces
* calendar.el (diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker): Don't supersede attributes for faces
`diary-face', `calendar-display-face', or `holiday-face' if they
are already defined.
@ -5341,7 +5341,7 @@
* bytecomp.el (byte-compile-insert-header): Escape backslashes
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.
@ -5634,8 +5634,8 @@
1994-10-22 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* dired-aux.el (dired-do-tags-search,
dired-do-tags-query-replace): New functions.
* dired-aux.el (dired-do-tags-search, dired-do-tags-query-replace):
New functions.
* dired.el (dired-mode-map): Bind A to dired-do-tags-search, Q to
dired-do-tags-query-replace.
@ -5665,8 +5665,8 @@
1994-10-20 Noah Friedman <friedman@splode.com>
* timer.el (timer-error, timer-abnormal-termination,
timer-filter-error): New error conditions.
* timer.el (timer-error, timer-abnormal-termination)
(timer-filter-error): New error conditions.
(timer-process-filter, timer-process-sentinel): Signal an error,
don't just print a message.
@ -5707,8 +5707,8 @@
1994-10-19 Boris Goldowsky <boris@cs.rochester.edu>
* facemenu.el (facemenu-face-menu, facemenu-foreground-menu,
facemenu-background-menu, facemenu-special-menu): New or renamed
* facemenu.el (facemenu-face-menu, facemenu-foreground-menu)
(facemenu-background-menu, facemenu-special-menu): New or renamed
variables for submenus.
* facemenu.el (facemenu-color-alist): Renamed from facemenu-colors.
* facemenu.el (facemenu-add-new-face): New function.
@ -5901,8 +5901,8 @@
(facemenu-add-face, facemenu-discard-redundant-faces): New functions.
* facemenu.el (facemenu-set-foreground, facemenu-set-background)
(facemenu-get-face, facemenu-foreground, facemenu-background): New
functions and variables. Faces with names of the form fg:color
(facemenu-get-face, facemenu-foreground, facemenu-background):
New functions and variables. Faces with names of the form fg:color
and bg:color are now treated specially.
(facemenu-update): Updated for above.
@ -6168,10 +6168,10 @@
* comint.el (comint-check-proc): Recognize `open'.
(comint-exec): Use open-network-stream if command is a cons pair.
* font-lock.el (compilation-mode-font-lock-keywords,
rmail-summary-font-lock-keywords, dired-font-lock-keywords,
shell-font-lock-keywords, texi-font-lock-keywords,
perl-font-lock-keywords): Deleted.
* font-lock.el (compilation-mode-font-lock-keywords)
(rmail-summary-font-lock-keywords, dired-font-lock-keywords)
(shell-font-lock-keywords, texi-font-lock-keywords)
(perl-font-lock-keywords): Delete.
* sh-script.el (sh-font-lock-keywords): Default to nil.
@ -6232,7 +6232,7 @@
(Man-filter-list, Man-original-frame, Man-arguments)
(Man-fontify-manpage-flag, Man-sections-alist, Man-refpages-alist)
(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 ".
instead of "*man " to avoid conflict with "*mail*".
(Man-match-substring): Defsubst moved before first call.
@ -7016,7 +7016,7 @@
* 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.
Doc fixes.
@ -7233,14 +7233,14 @@
1994-09-14 Boris Goldowsky <boris@cs.rochester.edu>
* simple.el (repeat-complex-command, next-history-element,
previous-matching-history-element): Override print-level when
* simple.el (repeat-complex-command, next-history-element)
(previous-matching-history-element): Override print-level when
offering command lines to edit.
1994-09-13 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
* faces.el (make-face-unbold, make-face-unitalic, make-face-bold,
make-face-italic, make-face-bold-italic): Don't try to frob font
* faces.el (make-face-unbold, make-face-unitalic, make-face-bold)
(make-face-italic, make-face-bold-italic): Don't try to frob font
if it's nil.
1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -7967,8 +7967,8 @@
Now accommodates buffer identifications generated by
mode-line.el and uniquify.el.
* ediff.el (ediff-current-diff-face-A/B,
ediff-fine-diff-face-A/B,ediff-odd/even-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):
Variables changed to contain face names
instead of face internal representation.
@ -8714,9 +8714,9 @@
1994-06-22 Noah Friedman (friedman@splode.com)
* rsz-mini.el (resize-minibuffer-window-exactly,
resize-minibuffer-frame, resize-minibuffer-frame-exactly): Doc
fixes.
* rsz-mini.el (resize-minibuffer-window-exactly)
(resize-minibuffer-frame, resize-minibuffer-frame-exactly):
Doc fixes.
(resize-minibuffer-frame-exactly): Make default t.
(resize-minibuffer-frame-original-height): New variable.
(resize-minibuffer-setup): Set it locally in the minibuffer.
@ -8912,8 +8912,8 @@
1994-06-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
* etags.el (tags-table-computed-list,
tags-table-computed-list-for): New variables.
* etags.el (tags-table-computed-list)
(tags-table-computed-list-for): New variables.
(tags-table-list-pointer, tags-table-list-started-at): Doc fixes.
(tags-table-parent-pointer-list): Variable removed.
(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>
* rlogin.el (rlogin): make comint-output-filter-functions local
* rlogin.el (rlogin): Make comint-output-filter-functions local
before adding hooks.
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, ediff-setup-diff-regions): Changed functions.
(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.
@ -1478,8 +1478,8 @@
1996-04-18 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
* gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration,
gnus-window-to-buffer): Pop up the shell buffer after piping
* gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration)
(gnus-window-to-buffer): Pop up the shell buffer after piping
articles through a filter.
* gnus-ems.el: Make invisible text intangible as well.
@ -2684,7 +2684,7 @@
determined in c-emacs-features.
* 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.
@ -2874,15 +2874,15 @@
1996-01-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* ada-mode.el (ada-indent-region, ada-check-matching-start,
ada-check-defun-name): Fix error format string.
* ada-mode.el (ada-indent-region, ada-check-matching-start)
(ada-check-defun-name): Fix error format string.
* allout.el (outline-process-exposed): Likewise.
* bookmark.el (bookmark-load): Likewise.
* cpp.el (cpp-parse-error): Likewise.
* ediff-init.el (ediff-event-point, ediff-event-buffer):
Likewise.
* etags.el (visit-tags-table-buffer, tags-loop-scan,
complete-tag): Likewise.
* etags.el (visit-tags-table-buffer, tags-loop-scan)
(complete-tag): Likewise.
* forms.el (forms--process-format-list): Likewise.
* gnus-ems.el (gnus-summary-insert-pseudos-xemacs): Likewise.
* hexl.el (hexl-hex-char-to-integer, hexl-oct-char-to-integer):
@ -3106,8 +3106,8 @@
* facemenu.el (list-text-properties-at): Likewise.
* finder.el (finder-summary): Likewise.
* flow-ctrl.el (enable-flow-control): Likewise.
* forms.el (forms--help, forms-search-forward,
forms-search-backward): Likewise.
* forms.el (forms--help, forms-search-forward)
(forms-search-backward): Likewise.
* help-macro.el (make-help-screen): Likewise.
* hippie-exp.el (hippie-expand): Likewise.
* holidays.el (calendar-cursor-holidays): Likewise.
@ -3133,8 +3133,8 @@
* type-break.el (type-break-demo-life): Likewise.
* view.el (view-mode-enter, View-scroll-lines-forward): Likewise.
* viper-ex.el (ex-pwd, vip-info-on-file): Likewise.
* viper-macs.el (ex-map-read-args, ex-unmap-read-args,
vip-record-kbd-macro): Likewise.
* viper-macs.el (ex-map-read-args, ex-unmap-read-args)
(vip-record-kbd-macro): Likewise.
* viper-util.el (vip-save-setting): Likewise.
* ada-mode.el (ada-adjust-case-region, ada-indent-region): Delete
@ -3146,14 +3146,14 @@
* enriched.el (enriched-next-annotation): Likewise.
* ispell4.el (ispell-point): Likewise.
* mh-e.el (mh-get-new-mail): Likewise.
* saveplace.el (toggle-save-place, save-place-alist-to-file,
load-save-place-alist-from-file): Likewise.
* saveplace.el (toggle-save-place, save-place-alist-to-file)
(load-save-place-alist-from-file): Likewise.
* shadow.el (list-load-path-shadows): Likewise.
* shadowfile.el (shadow-cancel, shadow-copy-file): Likewise.
* subr.el (read-quoted-char): Likewise.
* tpu-edt.el (tpu-y-or-n-p): Likewise.
* vip.el (vip-replace-string, vip-search-forward,
vip-search-backward): Likewise.
* vip.el (vip-replace-string, vip-search-forward)
(vip-search-backward): Likewise.
* viper-ex.el (ex-set): Likewise.
1996-01-24 Karl Heuer <kwzh@gnu.ai.mit.edu>
@ -3176,9 +3176,9 @@
* solitaire.el (solitaire): Doc fix.
* solar.el (solar-moment, solar-ephemeris-time,
solar-equatorial-coordinates, solar-horizontal-coordinates): Doc
fixes.
* solar.el (solar-moment, solar-ephemeris-time)
(solar-equatorial-coordinates, solar-horizontal-coordinates):
Doc fixes.
* 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
overfull box messages.
* solar.el (calendar-latitude, calendar-longitude,
calendar-location-name, solar-sunrise-and-sunset): Fix doc strings.
* solar.el (calendar-latitude, calendar-longitude)
(calendar-location-name, solar-sunrise-and-sunset): Fix doc strings.
(solar-exact-local-noon, solar-sunrise-sunset): Refer to
(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>
@ -3743,67 +3743,67 @@
* custom.el (custom-default-validate): Fix message spelling.
* debug.el (debug): Likewise.
* doctor.el (make-doctor-variables, doctor-othermodifierp,
doctor-strangelove): Likewise.
* doctor.el (make-doctor-variables, doctor-othermodifierp)
(doctor-strangelove): Likewise.
* dunnet.el (dun-sauna-heat, dun-login): Likewise.
* gnus.el (gnus-summary-save-article): Likewise.
* hideshow.el (hs-hide-block): Likewise.
* hilit19.el (hilit-submit-feedback): Likewise.
* mail-extr.el (mail-extr-nuke-outside-range,
mail-extr-all-top-level-domains): Likewise.
* mail-extr.el (mail-extr-nuke-outside-range)
(mail-extr-all-top-level-domains): Likewise.
* simple.el (shell-command): Likewise.
* term.el (term-process-pager): Likewise.
* term/sun-mouse.el (describe-mouse-briefly): Likewise.
* ada-mode.el (ada-case-keyword, ada-auto-case, ada-krunch-args,
ada-call-pretty-printer): Doc fix.
* allout.el (outline-primary-bullet, outline-numbered-bullet,
outline-override-protect, outline-explicitly-deactivated,
outline-init, outline-chart-subtree, outline-chart-spec,
outline-make-topic-prefix, outline-open-topic,
outline-reindent-body, outline-yank-processing, outline-yank,
outlineify-sticky): Doc fix.
* ada-mode.el (ada-case-keyword, ada-auto-case, ada-krunch-args)
(ada-call-pretty-printer): Doc fix.
* allout.el (outline-primary-bullet, outline-numbered-bullet)
(outline-override-protect, outline-explicitly-deactivated)
(outline-init, outline-chart-subtree, outline-chart-spec)
(outline-make-topic-prefix, outline-open-topic)
(outline-reindent-body, outline-yank-processing, outline-yank)
(outlineify-sticky): Doc fix.
* apropos.el (apropos-files-scanned): Doc fix.
* arc-mode.el (archive-summarize-files): Doc fix.
* bib-mode.el (capitalize-title-stop-words): Doc fix.
* bibtex.el (bibtex-generate-autokey, bibtex-find-entry-location):
Doc fix.
* bookmark.el (bookmark-save-flag, bookmark-read-annotation-text-func,
bookmark-rename, bookmark-bmenu-mode, bookmark-menu-rename): Doc fix.
* cc-mode.el (c-file-offsets, c++-mode, c-mode, objc-mode,
c-postprocess-file-styles): Doc fix.
* bookmark.el (bookmark-save-flag, bookmark-read-annotation-text-func)
(bookmark-rename, bookmark-bmenu-mode, bookmark-menu-rename): Doc fix.
* cc-mode.el (c-file-offsets, c++-mode, c-mode, objc-mode)
(c-postprocess-file-styles): Doc fix.
* cl-extra.el (cl-copy-tree): Doc fix.
* comint.el (comint-ptyp, comint-completion-autolist): Doc fix.
* compile.el (compilation-error-list): Doc fix.
* cplus-md.el (c++-mode): Doc fix.
* cpp.el (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
Doc fix.
* custom.el (rear-nonsticky, custom-property-set, custom-field-accept,
custom-repeat-extract, custom-pair-extract, custom-list-extract,
custom-choice-extract, custom-choice-validate, custom-mode-map):
* custom.el (rear-nonsticky, custom-property-set, custom-field-accept)
(custom-repeat-extract, custom-pair-extract, custom-list-extract)
(custom-choice-extract, custom-choice-validate, custom-mode-map):
Doc fix.
* dired-x.el (dired-mark-sexp): Doc fix.
* docref.el (docref-subst): Doc fix.
* edebug.el (edebug-read): Doc fix.
* ediff-init.el (ediff-keep-variants): Doc fix.
* ediff-wind.el (ediff-prefer-iconified-control-frame): Doc fix.
* edt.el (edt-find-forward, edt-find-backward, edt-find,
edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix.
* edt.el (edt-find-forward, edt-find-backward, edt-find)
(edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix.
* ffap.el (ffap-list-env): Doc fix.
* files.el (make-directory): Doc fix.
* fill.el (fill-context-prefix, unjustify-current-line,
unjustify-region): Doc fix.
* fill.el (fill-context-prefix, unjustify-current-line)
(unjustify-region): Doc fix.
* font-lock.el (font-lock-keywords): Doc fix.
* format.el (format-annotate-atomic-property-change): Doc fix.
* forms.el (forms-toggle-read-only, forms-enumerate): Doc fix.
gnus-cus.el: Doc fix.
* gnus-edit.el (gnus-score-custom-data): Doc fix.
* gnus-uu.el (gnus-uu-do-not-unpack-archives): Doc fix.
* gnus.el (gnus-buffer-configuration,
gnus-article-hide-headers-if-wanted): Doc fix.
* hexl.el (hexl-program, hexl-beginning-of-1k-page,
hexl-end-of-1k-page, hexl-beginning-of-512b-page,
hexl-end-of-512b-page): Doc fix.
* gnus.el (gnus-buffer-configuration)
(gnus-article-hide-headers-if-wanted): Doc fix.
* hexl.el (hexl-program, hexl-beginning-of-1k-page)
(hexl-end-of-1k-page, hexl-beginning-of-512b-page)
(hexl-end-of-512b-page): Doc fix.
* hideshow.el (hs-unbalance-handler-method, hs-show-block): Doc fix.
* hilit19.el (hilit-lookup-face-create): Doc fix.
* icomplete.el (icomplete-simple-completing-p, icomplete-completions):
@ -3814,8 +3814,8 @@
* iso-cvt.el (iso-fix-tex2iso): Doc fix.
* ispell4.el (ispell-gnu-look-still-broken-p, ispell-message-text-end):
Doc fix.
* make-mode.el (makefile-insert-special-target,
makefile-backslash-region): Doc fix.
* make-mode.el (makefile-insert-special-target)
(makefile-backslash-region): Doc fix.
* mh-e.el (mh-good-msg-regexp): Doc fix.
* modula2.el (m2-case, m2-for, m2-if): 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.
* simple.el (next-completion): Doc fix.
* skeleton.el (skeleton-insert): Doc fix.
* supercite.el (sc-citation-nonnested-root-regexp,
sc-add-citation-level, sc-no-blank-line-or-header): Doc fix.
* supercite.el (sc-citation-nonnested-root-regexp)
(sc-add-citation-level, sc-no-blank-line-or-header): Doc fix.
* tempo.el (tempo-local-tags, tempo-user-elements, tempo-use-tag-list):
Doc fix.
* term.el (term-ptyp, term-termcap-format, term-scroll-region,
term-completion-autolist): Doc fix.
* term.el (term-ptyp, term-termcap-format, term-scroll-region)
(term-completion-autolist): Doc fix.
* texinfo.el (texinfo-master-menu): Doc fix.
* texnfo-upd.el (texinfo-master-menu): Doc fix.
* thingatpt.el (read-from-whole-string): Doc fix.
@ -3845,8 +3845,8 @@
* type-break.el (type-break-keystroke-threshold, type-break-mode):
Doc fix.
* vip.el (vip-shift-width): Doc fix.
* viper.el (vip-insert-diehard-minor-mode, vip-toggle-search-style,
vip-del-backward-char-in-replace, vip-query-replace): Doc fix.
* viper.el (vip-insert-diehard-minor-mode, vip-toggle-search-style)
(vip-del-backward-char-in-replace, vip-query-replace): Doc fix.
* vmsproc.el (display-subprocess-window): 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>
* 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
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>
@ -4419,8 +4419,8 @@
1995-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
* gnus.el (gnus-summary-mode-line-format,
gnus-article-mode-line-format, gnus-group-mode-line-format):
* gnus.el (gnus-summary-mode-line-format)
(gnus-article-mode-line-format, gnus-group-mode-line-format):
Include the buffer name in the default mode strings.
(gnus-mode-non-string-length): Changed the default to not
limit/pad mode line lengths.
@ -4502,8 +4502,8 @@
(bibtex-font-lock-keywords): New variable with font-lock keywords
for BibTeX mode.
* bibtex.el (bibtex-make-optional-field): Not longer interactive
(suggested by Karl Eichwalder <karl@pertron.central.de>).
* bibtex.el (bibtex-make-optional-field): Not longer interactive.
Suggested by Karl Eichwalder <karl@pertron.central.de>.
* bibtex.el (bibtex-maintain-sorted-entries): Set to nil, since it
requires more user attention and more restricted files to have
@ -4561,8 +4561,8 @@
to bibtex-completion-candidates).
(bibtex-complete-string): Made it use bibtex-string.
* bibtex.el (bibtex-keys,
bibtex-buffer-last-parsed-for-keys-tick): New buffer-local
* bibtex.el (bibtex-keys)
(bibtex-buffer-last-parsed-for-keys-tick): New buffer-local
variables to make parsing of BibTeX buffer for reference keys
(needed by TAB completion in minibuffer when entering key) more
occasional.
@ -4708,17 +4708,17 @@
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.
* cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var.
* holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday".
* calendar.el (calendar-setup, calendar-basic-setup)
(calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date, cal-tex-cursor-year)
* cal-julian.el (calendar-absolute-from-astro)
(calendar-previous-calendar-round-date, cal-tex-cursor-year):
* cal-julian.el (calendar-absolute-from-astro):
* cal-mayan.el (calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date)
* diary-lib.el (list-sexp-diary-entries)
(calendar-previous-calendar-round-date):
* diary-lib.el (list-sexp-diary-entries):
* solar.el (solar-longitude): Doc fixes to fix misspellings.
1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -5010,8 +5010,8 @@
1995-11-14 Eric Ding <ericding@mit.edu>
* goto-addr.el (goto-address-highlight-p): New variable.
(goto-address-fontify): Removed check for invisible text,
set inhibit-point-motion-hooks instead
(goto-address-fontify): Remove check for invisible text,
set inhibit-point-motion-hooks instead.
1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -5980,7 +5980,7 @@
* help.el (print-help-return-message): Handle lists 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.
@ -6157,8 +6157,8 @@
dates; fix astro date message.
(calendar-mouse-2-date-menu): Add dayname to menu.
* cal-french.el (french-calendar-special-days-array,
calendar-french-date-string): Fix accents.
* cal-french.el (french-calendar-special-days-array)
(calendar-french-date-string): Fix accents.
(calendar-goto-french-date): Use reverse instead of nreverse; fix
accents.
(french-calendar-epoch): New variable.
@ -6168,8 +6168,8 @@
(dst-adjust-time): Moved and renamed from solar.el.
(dst-in-effect): New function.
* solar.el (solar-equinoxes-solstices, solar-ephemeris-correction,
solar-equinoxes/solstices): Rewritten.
* solar.el (solar-equinoxes-solstices, solar-ephemeris-correction)
(solar-equinoxes/solstices): Rewritten.
(solar-apparent-longitude-of-sun): Deleted.
(solar-longitude, solar-date-next-longitude): New functions.
(solar-adj-time-for-dst): Renamed dst-adjust-time and moved to
@ -6178,31 +6178,30 @@
Take angle mod 360.0.
(solar-tangent-degrees): Change to macro.
* calendar.el (calendar-mod, calendar-absolute-from-astro,
calendar-astro-from-absolute): New functions.
(calendar-astro-date-string, calendar-goto-astro-day-number): Use
them. Autoload holiday-chinese-new-year,
* calendar.el (calendar-mod, calendar-absolute-from-astro)
(calendar-astro-from-absolute): New functions.
(calendar-astro-date-string, calendar-goto-astro-day-number):
Use them. Autoload holiday-chinese-new-year,
calendar-goto-chinese-date, calendar-print-chinese-date,
calendar-chinese-date-string, calendar-goto-coptic-date,
calendar-print-coptic-date, calendar-coptic-date-string,
calendar-goto-ethiopic-date, calendar-print-ethiopic-date,
calendar-ethiopic-date-string, calendar-one-frame-setup, and
calendar-two-frame-setup. (oriental-holidays): New variable for
Chinese New Year. (calendar-mode-map): Put Chinese and Coptic
calendar functions on keys. (calendar-setup): Moved here from
cal-x.el. (diary-file): Mention Chinese, Coptic, and Ethiopic
dates. (calendar-goto-today, calendar-forward-month,
calendar-forward-year, calendar-backward-month,
calendar-backward-year, scroll-calendar-left,
scroll-calendar-right, scroll-calendar-left-three-months,
scroll-calendar-right-three-months,
calendar-cursor-to-nearest-date, calendar-forward-day,
calendar-backward-day, calendar-forward-week,
calendar-backward-week, calendar-beginning-of-week,
calendar-end-of-week, calendar-beginning-of-month,
calendar-end-of-month, calendar-beginning-of-year,
calendar-end-of-year, calendar-cursor-to-visible-date,
calendar-goto-date, calendar-goto-iso-date): Moved to cal-move.el.
calendar-two-frame-setup.
(oriental-holidays): New variable for Chinese New Year.
(calendar-mode-map): Put Chinese and Coptic calendar functions on keys.
(calendar-setup): Moved here from cal-x.el.
(diary-file): Mention Chinese, Coptic, and Ethiopic dates.
(calendar-goto-today, calendar-forward-month, calendar-forward-year)
(calendar-backward-month, calendar-backward-year, scroll-calendar-left)
(scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months, calendar-cursor-to-nearest-date)
(calendar-forward-day, calendar-backward-day, calendar-forward-week)
(calendar-backward-week, calendar-beginning-of-week)
(calendar-end-of-week, calendar-beginning-of-month)
(calendar-end-of-month, calendar-beginning-of-year)
(calendar-end-of-year, calendar-cursor-to-visible-date)
(calendar-goto-date, calendar-goto-iso-date): Moved to cal-move.el.
(calendar-goto-julian-date): Moved to cal-julian.
(calendar-cursor-to-date, generate-calendar-month): Consider the
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.
(mayan-adjusted-mod): Moved to calendar.el and renamed calendar-mod.
* lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after) New
functions.
* lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after):
New functions.
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
string entered for outer iterator. Added implicit argument `input'.
(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-if, sh-until, sh-while): Use it.
@ -7011,8 +7010,8 @@
1995-08-04 Stephen A. Wood <saw@hallc1.cebaf.gov>
* fortran.el (fortran-auto-fill-mode, fortran-do-auto-fill,
fortran-fill): Invoke auto filling only when past fill-column.
* fortran.el (fortran-auto-fill-mode, fortran-do-auto-fill)
(fortran-fill): Invoke auto filling only when past fill-column.
1995-08-04 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
@ -7287,7 +7286,7 @@
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.
* imenu.el (imenu-generic-expression): Call make-variable-buffer-local.
@ -7640,7 +7639,7 @@
apropos-command in apropos.el.
* autoload.el (make-autoload): Generate `(autoload ...)' form for
`(define-skeleton ...)'
`(define-skeleton ...)'.
* skeleton.el: Partly rewritten and extended.
(skeleton-filter, skeleton-untabify, skeleton-further-elements)
@ -7702,7 +7701,7 @@
* two-column.el: Symbols renamed to be like mode-line indicator.
Supposed to now also work for Lucid.
(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-line-format): New name for `tc-mode-line-format'.
(2C-other-buffer-hook): New variable.
@ -7799,7 +7798,7 @@
1995-06-29 David M. Smith <D.M.Smith@lancaster.ac.uk>
* 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>
@ -7944,7 +7943,7 @@
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.

View File

@ -1902,7 +1902,7 @@
(japanese-hankaku-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.

View File

@ -18,7 +18,7 @@
(erc-nickserv-identify-on-connect)
(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
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
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
isn't active already, instead of leaving it on.

View File

@ -93,7 +93,7 @@
* 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
in the group buffer.
@ -125,7 +125,7 @@
* nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
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
when opening topics (bug#10407).
@ -11234,7 +11234,7 @@
* gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
(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.

View File

@ -1177,7 +1177,7 @@
* org.el: Remap `outline-promote' and `outline-demote' keys to
`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
valid before use.
@ -2964,7 +2964,7 @@
* 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-read-property-name): Use the new variable: the prompt
@ -6786,7 +6786,7 @@
* ob.el (org-babel-params-from-properties): Test for
"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"
for capture template.
@ -19573,7 +19573,7 @@
against all agenda files.
2008-10-12 Carsten Dominik <dominik@science.uva.nl>
Bastien Guerry <bzg@altern.org>
Bastien Guerry <bzg@altern.org>
* org-list.el: New file, aggregating list functions from org.el
and org-export-latex.el.

View File

@ -118,7 +118,7 @@
(trackingNotification): Surround with ifdef NS_IMPL_COCOA.
(syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
2011-12-18 David Reitter <reitter@cmu.edu>
2011-12-18 David Reitter <reitter@cmu.edu>
* nsterm.m (ns_term_init): Subscribe for notifications
NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
@ -5767,7 +5767,7 @@
where the include path doesn't have X11/X.h by default. See
<http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
2011-05-20 Kenichi Handa <handa@m17n.org>
2011-05-20 Kenichi Handa <handa@m17n.org>
* composite.c (find_automatic_composition): Fix previous change.
@ -6109,7 +6109,7 @@
* lread.c (lisp_file_lexically_bound_p): Stop scanning at end
marker. (Bug#8610)
2011-05-05 Eli Zaretskii <eliz@gnu.org>
2011-05-05 Eli Zaretskii <eliz@gnu.org>
* w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
New version that can reserve upto 2GB of heap space.
@ -8313,7 +8313,7 @@
are now in src/globals.h.
(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.
(completing-read-default): Rename from completing-read.

View File

@ -3538,7 +3538,6 @@
* nsmenu.m (syms_of_nsmenu):
* nsfns.m (syms_of_nsfns):
* msdos.c (syms_of_msdos):
* image.c (syms_of_image):
* 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.
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
parameters for the doc string.
@ -29523,7 +29522,7 @@
(Fdisplay_buffer): Use 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.