Mercurial > emacs
changeset 26162:1d265c438ced
Change mail address for Noah Friedman
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Mon, 25 Oct 1999 00:42:32 +0000 |
parents | 5ee4c740d412 |
children | 99c35bcce8c0 |
files | lisp/ChangeLog.3 lisp/ChangeLog.4 lisp/ChangeLog.5 lisp/ChangeLog.6 lisp/ChangeLog.7 |
diffstat | 5 files changed, 360 insertions(+), 360 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.3 Mon Oct 25 00:37:25 1999 +0000 +++ b/lisp/ChangeLog.3 Mon Oct 25 00:42:32 1999 +0000 @@ -231,7 +231,7 @@ of dired-check-process properly. Fix use of nonexistent var `name'. - * info.el (Info-edit, Info-last-search, Info-enable-edit): + * info.el (Info-edit, Info-last-search, Info-enable-edit): Correct case in `Info-mode-map'. * rmail.el (rmail-bury): Fix call to set-window-buffer. @@ -275,7 +275,7 @@ 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * files.el (find-file-read-only-other-window): + * files.el (find-file-read-only-other-window): Use find-file-other-window. * paths.el (Info-default-directory-list): Add ../../info. @@ -381,11 +381,11 @@ * levents.el (event-modifiers): Function deleted. (read-command-event): For switch-frame event, call select-frame. -1993-05-22 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-05-22 Noah Friedman (friedman@splode.com) * rlogin.el (rlogin-filter): Yet another rewrite which handles unusual values of scroll-step in a winning way by window-start - frobnication. + frobnication. 1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -803,7 +803,7 @@ 1993-05-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) * faces.el: Call internal-set-face-1, not internat-set-face-1. - + * faces.el: Don't set frame-creation-function here; term/x-win.el is the appropriate place to set it. @@ -1133,10 +1133,10 @@ * subr.el (listify-key-sequence): Use a character constant to decide which bits to flip, not an integer constant. -1993-04-24 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-04-24 Noah Friedman (friedman@splode.com) * shell.el (shell-prompt-pattern): Add `;' as potential prompt - delimiter (for `es' and `rc' shells most particularly). + delimiter (for `es' and `rc' shells most particularly). 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) @@ -1252,7 +1252,7 @@ with a slash, don't remove the corresponding slash from filename when we collapse the home directory to ~. -1993-04-16 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-04-16 Noah Friedman (friedman@splode.com) * rlogin.el: Add autoload cookies for all defvars. (rlogin-process-connection-type): New variable. @@ -1261,8 +1261,8 @@ (rlogin-with-args): Put `+' inside \(\) pair in string-match. (rlogin-password): Take optional arg `proc' for use by rlogin-filter. Write docstring. Call new winning version of comint-read-noecho - instead of doing reading by hand. - (rlogin-mode): Wrote docstring. + instead of doing reading by hand. + (rlogin-mode): Wrote docstring. (rlogin-filter): Completely rewritten to be more efficient. 1993-04-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -1290,7 +1290,7 @@ * gud.el (gud-mode): Created C-c synonym bindings in the GUD buffer's local map. - + (gud-key-prefix): Changed to C-x C-a. 1993-04-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) @@ -1304,13 +1304,13 @@ 1993-04-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * finder.el: Rewritten. The Finder is now a major mode with the - ability to browse package commentary sections and a completely + ability to browse package commentary sections and a completely point-and-shoot interface similar to Dired's. * window.el (shrink-window-if-larger-than-buffer): Moved from electric.el to windows.el, minor bug fix. This is to avoid code duplication between vc.el, electric.el, and finder.el. - + (ctl-x-map): Added C-x - and C-x + as experimental bindings for shrink-window-if-larger-than-buffer and balance-windows respectively. Since shrink-window-if-larger-than-buffer has to @@ -1337,13 +1337,13 @@ * rot13.el (rot13-other-window): Add autoload. -1993-04-12 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-04-12 Noah Friedman (friedman@splode.com) * comint.el (comint-process-echoes): New variable. - (comint-mode): Make it buffer-local. + (comint-mode): Make it buffer-local. (comint-send-input): Delete text from process mark to point if variable `comint-process-echoes' is non-`nil', since it is assumed - process will re-echo the text. + process will re-echo the text. 1993-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -1364,12 +1364,12 @@ defsubsts. 1993-04-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) - + * paragraphs.el (sentence-end, forward-sentence): Doc fixes. * finder.el (finder-by-keyword): Build an alist to pass to completing-read, instead of building an invalid obarray. - + * finder.el (finder-by-keyword): If the user quits or enters the empty string in response to the keyword prompt, restore the old window configuration properly. @@ -1397,7 +1397,7 @@ * finder.el (finder-by-keyword): If the user quits or enters the empty string in response to the keyword prompt, restore the old - window configuration properly. + window configuration properly. 1993-04-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -1525,7 +1525,7 @@ * finder.el, help-screen.el, faces.el: Added or corrected documentation headers -1993-04-03 Noah Friedman (friedman@geech.gnu.ai.mit.edu) +1993-04-03 Noah Friedman (friedman@splode.com) * comint.el: New comint-read-noecho. @@ -1584,7 +1584,7 @@ prototype call before the docstring, instead of an argument description after it. -1993-03-30 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-03-30 Noah Friedman (friedman@splode.com) * files.el (find-backup-file-name): Delete nothing if overflow in number of versions to keep. @@ -1599,7 +1599,7 @@ * isearch.el (isearch-mode-map): Delete the binding for C-h. (isearch-done): Customize the message about mark. -1993-03-30 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-03-30 Noah Friedman (friedman@splode.com) * comint.el (comint-read-noecho): Rewritten to provide some simple editing ability and be able to abort when called from a process @@ -1645,13 +1645,13 @@ Just use it if input is empty. Use save-match-data around count-lines. -1993-03-28 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) - - * setenv.el: Renamed to env.el. Provide `env', not `setenv'. +1993-03-28 Noah Friedman (friedman@splode.com) + + * setenv.el: Renamed to env.el. Provide `env', not `setenv'. (setenv): Renamed to `putenv', which is the more proper complement - of `getenv'. `setenv' retained as an alias. + of `getenv'. `setenv' retained as an alias. Make VALUE parameter optional; if not set, remove VARIABLE from - process-environment. + process-environment. * rlogin.el (rlogin): If given a prefix argument and an rlogin session for HOST is already running, start a new rlogin process @@ -1659,14 +1659,14 @@ Bound `proc' in let*. (rlogin-explicit-args, rlogin-password-paranoia): New variables. (rlogin-filter): Prompt for passwords in minibuffer if - rlogin-password-paranoia is set. + rlogin-password-paranoia is set. (rlogin-with-args, rlogin-password): New functions. 1993-03-28 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) * vc.el (vc-comment-to-changelog): A useful vc-checkin hook, added. (vc-checkout): Now rejects attempts to check out files via FTP. - + * vc.el: The `derived buffers' in the mode (the VC log buffer, status buffers, and most buffer output commands) now know which file buffer was their parent, and most commands will try to find @@ -1697,7 +1697,7 @@ * abbrevlist.el, old-inf-lisp.el, old-screen.el old-shell.el, oshell.el: Removed. -1993-03-27 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-03-27 Noah Friedman (friedman@splode.com) * rlogin.el: Updated copyright year and added autoload cookies. (rlogin): Set process marker to beginning of buffer. @@ -1738,7 +1738,7 @@ * subr.el (add-hook): Added optional arg to cause hook to be appended rather than prepended to the hook list. This obviates the 23 different hook-bashing packages in LCD. - + * subr.el (current-word): Added. Lots of help and default-generator functions in LCD use it, and it's remarkably difficult to get right, especially given the new syntax primitives. @@ -2011,7 +2011,7 @@ * finder.el (finder-compile-keywords): Treat nil in a path argument as $PWD. - + (finder-by-keyword): Handle LFD as input gracefully. 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) @@ -2020,7 +2020,7 @@ * vc.el (vc-header-strings): Name changed to vc-header-alist, to match the docs. - + (vc-finish-logentry, vc-next-comment, vc-previous-comment, vc-comment-search-forward, vc-comment-search-backward) The VC comment ring is now a separate buffer from *VC-log*; editing of old comments @@ -2158,7 +2158,7 @@ A boatload of changes to terminal support and terminal capability initialization that make it a lot smarter, with a more uniform and featureful interface across many different keyboard types. - + * term.c (fkey_table): has been expanded to handle the entire intersection of the capability sets defined by X keysyms and terminfo. That is, every keysym for which there is a natural @@ -2711,7 +2711,7 @@ (set-auto-raise, set-auto-lower, set-vertical-bar, set-horizontal-bar): Make these toggle or look at the prefix argument, like minor modes. - + * frame.el (set-vertical-bar): Use the proper parameter symbol. (set-horizontal-bar): Signal an error indicating that horizontal scrollbars are not implemented. @@ -3292,7 +3292,7 @@ * lpr.el (lpr-command, lpr-switches): Removed strings starting with \newline; this file is loaded in loaddefs.el, and doesn't need to follow that convention. - + * lpr.el (lpr-command): Add dgux-unix to the list of systems which want "lp". @@ -3411,7 +3411,7 @@ gnu conventions. (fortran-mode): Fix `comment-line-start-skip' by changing \\1 to - \\2 and include cpp statements in matching. Changes for auto fill. + \\2 and include cpp statements in matching. Changes for auto fill. (fortran-auto-fill-mode, fortran-do-auto-fill, fortran-break-line): New functions to implement auto fill. @@ -3606,7 +3606,7 @@ 1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * paragraphs.el (kill-sentence, backward-kill-sentence): + * paragraphs.el (kill-sentence, backward-kill-sentence): (kill-paragraph, backward-kill-paragraph): Don't change point before calling kill-region. @@ -3652,7 +3652,7 @@ 1992-10-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * isearch-mode.el (isearch-mode-map): Bind t in top-level map + * isearch-mode.el (isearch-mode-map): Bind t in top-level map and in the submap for meta keys. Don't bind the individual chars. 1992-10-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) @@ -3876,7 +3876,7 @@ This allows us to truncate cut buffers to the empty string (if the text is too large, say) without causing interprogram-paste-function to wipe out the latest kill. - + * gud.el: When we send a command to the debugger via gud-call, it's annoying to see the command and the new prompt in the debugger interaction buffer; nuke the command and the old prompt. @@ -3953,7 +3953,7 @@ (vc-log-after-operation-hook): New internal defvar. (vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook. (vc-finish-logentry): (run-hooks vc-log-after-operation-hook) at end. - + (vc-update-change-log): When doing all visited files, remove directory names from file names that are in default-directory. @@ -3976,7 +3976,7 @@ 1992-09-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * two-column.el (tc-window-width, tc-separator, tc-other): + * two-column.el (tc-window-width, tc-separator, tc-other): Add permanent-local property. (tc-two-columns): Renamed from tc-split. (tc-split): Renamed from tc-unmerge. Put it on C-x 6 s. @@ -4060,8 +4060,8 @@ * c-mode.el (calculate-c-indent): When checking for DEFUN macro, stop moving down at line with # or /. (c-fill-paragraph): Set first-line whenever we find a comment start - on the current line. Protect text before the comment start - by excluding it from the region and adding spaces to bring back + on the current line. Protect text before the comment start + by excluding it from the region and adding spaces to bring back proper indentation of that point. 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -4283,9 +4283,9 @@ (diff-prepare): New function. * files.el (file-name-sans-versions): Support file-name-handler-alist. - New arg KEEP-BACKUP-VERSION means don't delete backup versions. - - * dired.el (dired-display-file, dired-find-file-other-window): + New arg KEEP-BACKUP-VERSION means don't delete backup versions. + + * dired.el (dired-display-file, dired-find-file-other-window): (dired-view-file, dired-find-file): Call file-name-sans-versions to remove non-backup version numbers. @@ -4306,7 +4306,7 @@ * loaddefs.el: Sort alphabetically by file name. - * files.el (backup-buffer): If backup file to copy into exists + * files.el (backup-buffer): If backup file to copy into exists and is not writable, try deleting it. * ange-ftp.el: New version from Andrew Norman. @@ -4325,7 +4325,7 @@ * dired.el (dired-next-subdir, dired-subdir-index): Moved here * dired-aux.el: From here. * dired.el (dired-build-subdir-alist): Don't print msg after each dir. - Clarify final message. + Clarify final message. * files.el (auto-mode-alist): Recognize ChangeLog.N as change-log-mode. Move *.N pattern for nroff mode after ChangeLog.N. @@ -4650,7 +4650,7 @@ * bytecomp.el (byte-compile-warnings): Have this default to t, since Zawinski says everyone likes the warnings about unbound - variables. + variables. * appt.el (appt-issue-message, appt-message-warning-time, appt-audible, appt-visible, appt-display-mode-line, @@ -4719,7 +4719,7 @@ 1992-08-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-search): Fix typo (premature ref to reversep). - Choice of amount to increment n by was backwards. + Choice of amount to increment n by was backwards. (rmail-search-backwards): Setting of reversep was backwards. 1992-08-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -4810,7 +4810,7 @@ 1992-08-03 Jim Blandy (jimb@pogo.cs.oberlin.edu) * simple.el (current-kill): Reinstate interprogram-paste feature. - It doesn't seem to be wedged for me, and I can't find out how it is + It doesn't seem to be wedged for me, and I can't find out how it is wedged unless it's enabled. * terminal.el (terminal-map, terminal-escape-map, @@ -4850,7 +4850,7 @@ * map-ynp.el: Fix prompt. * dired.el (dired-why): Don't use save-excursion. - (dired-change-marks): New command. + (dired-change-marks): New command. (dired-mode-map): Put dired-change-marks on c. Put dired-do-kill-lines on k. @@ -4861,10 +4861,10 @@ (dired-run-shell-command): Return nil. (dired-do-shell-command): Accept COMMAND as arg; use minibuf within `interactive'. - (dired-create-files, dired-handle-overwrite): + (dired-create-files, dired-handle-overwrite): Rename overwrite-confirmed to dired-overwrite-confirmed. (dired-do-kill-lines): Handle prefix arg as number of lines to kill. - (dired-kill-line-or-subdir): Deleted. + (dired-kill-line-or-subdir): Deleted. 1992-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -4887,7 +4887,7 @@ * ring.el (ring-mod): Renamed from comint-mod. Provide `ring', not history'. - (make-ring, ring-p): Add autoloads. + (make-ring, ring-p): Add autoloads. * history.el: Link deleted. * c-mode.el (c-up-conditional): New function. @@ -4980,7 +4980,7 @@ 1992-07-31 Robert J. Chassell (bob@churchy.gnu.ai.mit.edu) - * loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'. + * loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'. 1992-07-31 Edward M. Reingold (reingold@emr.cs.uiuc.edu) @@ -5027,9 +5027,9 @@ * comint.el (comint-mode-map): comint-previous-similar-input now M-r. (comint-previous-similar-input): - Initialize comint-input-ring-index if nil. + Initialize comint-input-ring-index if nil. (comint-previous-input-matching): Report ordinary error if fail. - Initialize comint-input-ring-index if nil. + Initialize comint-input-ring-index if nil. (comint-next-similar-input): New command, on M-s. (comint-previous-input): Always delete what was already given for the next input. Initialize comint-input-ring-index if nil. @@ -5108,7 +5108,7 @@ (find-backup-file-name): Use that. * dired-aux.el (dired-clean-directory): Moved here. - (dired-map-dired-file-lines, dired-collect-file-versions): + (dired-map-dired-file-lines, dired-collect-file-versions): (dired-trample-file-versions): Likewise. * dired.el: Moved from here. (dired-clean-directory): Auto load added. @@ -5120,7 +5120,7 @@ * gud.el (gdb, dbx, sdb): Change C-c LETTER commands to C-c C-LETTER. * add-log.el (add-log-current-defun): Handle C macros. - Handle the DEFUN macro used in Emacs C sources. + Handle the DEFUN macro used in Emacs C sources. 1992-07-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -5164,7 +5164,7 @@ * lisp-mode.el (emacs-lisp-mode-map, lisp-interaction-mode-map): Add M-TAB as lisp-complete-symbol. * loaddefs.el: Delete binding of M-TAB. - * etags.el: Add binding of M-TAB. + * etags.el: Add binding of M-TAB. 1992-07-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -5189,13 +5189,13 @@ 1992-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) * diff.el (diff-backup): New function. - (diff-last-backup-file): Renamed from dired-last-backup-file. + (diff-last-backup-file): Renamed from dired-last-backup-file. * dired-aux.el (dired-backup-diff): Use diff-backup. (dired-last-backup-file): Moved and renamed. * dired.el, dired-aux.el (dired-diff, dired-backup-diff): Doc fixes. * help.el (command-apropos): Fix call to apropos for new arg. - + * finder.el (finder-by-keyword): Rewrite to read args in `interactive' and use with-output-to-temp-buffer. @@ -5230,7 +5230,7 @@ (grep-command): Variable deleted. * replace.el (query-replace-read-args): New function. - It reads two args using query-replace-history. + It reads two args using query-replace-history. (query-replace, query-replace-regexp, replace-string): (replace-regexp): Use query-replace-read-args. (map-query-replace-regexp): Read args using query-replace-history. @@ -5238,7 +5238,7 @@ * dired.el: Don't check for version 18. (dired-file-version-alist): New defvar. - Use this instead of file-version-assoc-list. + Use this instead of file-version-assoc-list. (dired-shrink-to-fit): Default is always t. (dired-internal-do-deletions): remove-directory => delete-directory. @@ -5258,14 +5258,14 @@ * case-table.el (describe-buffer-case-table): Move the describe-vector inside the let. - + * c++-mode.el (indent-c++-exp): Fix typo "innerloop-done". Make last-depth local. 1992-07-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * flow-ctrl.el: fixed set-input-mode call broken by new third - arg for meta control. + arg for meta control. 1992-07-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu) @@ -5280,21 +5280,21 @@ * diary.el (diary-julian-date): New function. 1992-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) - + * simple.el (current-kill): Ignore the interprogram paste feature; it is wedged. - + * paths.el (mh-lib, mh-prog): Add more alternatives. 1992-07-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) - + * emerge.el (emerge-startup-hook, emerge-quit-hook): Renamed from ...-hooks. - - * dired.el (dired-display-file): New command, on C-o. - + + * dired.el (dired-display-file): New command, on C-o. + * files.el (ctl-x-4-map): display-buffer is now C-x 4 C-o. - + 1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (visit-tags-table-buffer): Look for a tags table @@ -5332,11 +5332,11 @@ * Removed all Last-Modified headers. 1992-07-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - + * files.el (trim-versions-without-asking): Non-nil, non-t value suppresses all trimming of excess backups. This is so we can make the @!%$@ question at save time go away.... - + 1992-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (kill-ring-save): Display only if interactive-p. @@ -5346,7 +5346,7 @@ * c++-mode.el (c++-macroize-region, backslashify-current-line): Deleted. (c++-comment-region, c++-uncomment-region): Deleted. - comment-region works just fine. + comment-region works just fine. (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Deleted. (c++-point-bol): Renamed from point-bol. (c++-within-string-p): Renamed from within-string-p. @@ -5382,20 +5382,20 @@ * add-log.el (add-change-log-entry): Avoid spurious whitespace when making new entry. Delete excess blank lines. - Really don't use "ChangeLog" as the file name in the entry. - Always put a space after the colon. + Really don't use "ChangeLog" as the file name in the entry. + Always put a space after the colon. (add-log-current-defun): Verify the defun actually contains point. Handle the lines of a C function before the open brace. * rmail.el (rmail-undelete-previous-message): Don't catch errors. - + * simple.el (end-of-buffer): If buffer end is on screen, don't scroll. - + * c-mode.el (set-c-style): Deleted the first version of this function. It was badly written. Modified the remaining version by adding new argument GLOBAL and setting the parameters locally if GLOBAL is nil. - + 1992-07-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * Turfed r2bibtex.el. Refbib.el turns out to be a newer version @@ -5404,16 +5404,16 @@ * Installed co-isearch.el, new gud.el (1.19) 1992-07-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - + * frame.el (get-frame): Renamed to get-other-frame; get-frame sounds like a parallel to get-buffer or get-process. * c-mode.el (set-c-style): Remove the extraneous copy of this function. - + * c++-mode.el (within-string-p): Use `%', not `mod', as the name of the modulus function. - + * frame.el (frame-height, frame-width): Fixed several confusions here. @@ -5422,18 +5422,18 @@ movement functions. Define the insert and kp-enter keys. 1992-07-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * blackbox.el (blackbox): Doc fix. + + * blackbox.el (blackbox): Doc fix. (bb-outside-box): For some reason, this function was replaced by the comment ";; blackbox.el ends here" - - * dired.el (dired): Doc fix. - + + * dired.el (dired): Doc fix. + 1992-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) - + * sendmail.el (mail-send-and-exit): Just switch windows if the next window is in Rmail mode. - + 1992-07-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * simple.el (set-variable): If VAR has a `variable-interactive' @@ -5449,27 +5449,27 @@ * startup.el (command-line): Fixed typo in comment. 1992-07-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - + * bytecomp.el (byte-compile-warnings): Include the full documentation given in the comments at the top of the file in this variable's docstring. - + 1992-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) - + * dired.el (dired-mark): Use prefix-numeric-value. - + * simple.el (kill-ring-save): Say "saved", not "killed", in messages. Let message do the formatting. - + * fill.el (fill-individual-paragraphs): If MAILP, skip indented headers and blank lines. - - * register.el (window-configuration-to-register): New function. + + * register.el (window-configuration-to-register): New function. (frame-configuration-to-register): New function. * loaddefs.el: Put them on C-x r w, C-x r f. * window.el (window-config-to-register, register-to-window-config): Deleted, along with keybindings C-x 6 and C-x 7. - + 1992-07-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * cal-mayan.el: New file. The only functions visible to the @@ -5525,15 +5525,15 @@ diary-lunar-phase, and diary-sabbath-candles to doc string. 1992-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) - + * bytecomp.el (compile-defun): Use displaying-byte-compile-warnings. (byte-compile-warn): Don't display the warning now, just log it. * files.el (auto-mode-alist): Recognize .texi. - + * rmail.el (rmail-delete-forward): Removed the feature - of moving back if there's nowhere to go forward. - + of moving back if there's nowhere to go forward. + 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * etags.el (visit-tags-table-buffer): Call abbreviate-file-name on @@ -5574,9 +5574,9 @@ * Finished decorating the library files with new standard headers. 1992-07-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - + * disass.el: Require `byte-compile', not 'bytecomp'. - + * bytecomp.el (byte-compile-file): Correct parens in interactive form so that it returns a list containing the filename and the prefix argument, not just the prefix argument by itself. @@ -5587,17 +5587,17 @@ * bytecomp.el (byte-recompile-directory, byte-compile-file, batch-byte-compile, byte-compile, compile-defun, display-call-tree): Added autoload cookies for these functions. - + 1992-07-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el: Major rewrite with many new features. * ctags.el: New file; goes with new etags.el. 1992-07-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - + * byte-run.el (defsubst): Removed extra closing paren at the end of this function. - + 1992-07-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * At RMS's request, all occurrences of `elisp' changed to `Emacs Lisp'. @@ -5606,9 +5606,9 @@ keyword-based code finder via Keywords header. 1992-07-15 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - - * New library headers for [opqrst]*.el. Ghod, this is boring. - + + * New library headers for [opqrst]*.el. Ghod, this is boring. + 1992-07-15 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * lunar.el: New file. The only functions known to outside world @@ -5745,10 +5745,10 @@ nodayname form of display. 1992-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) - + * c-mode.el (calculate-c-indent): Don't indent as argdecl - after apparent function decl inside a comment. - + after apparent function decl inside a comment. + 1992-07-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * bytecomp.el: Replaced with Jamie Zawinksi's byte compiler. @@ -5935,21 +5935,21 @@ calendar-holiday-function-solar-equinoxes-solstices. 1992-06-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) - + * info.el: Bindings for Info-goto-emacs-command-node and Info-goto-emacs-key-command-node in help-map moved from here... * help.el: to here. - + * compile.el (compile-internal): Make the buffer read-only, to remind people that they probably don't want to mess with it. (compilation-sentinel): Make the buffer temporarily writable, so we can insert the termination message. - + * help.el, indent.el, paragraphs.el, isearch.el, replace.el: Deleted autoload cookies from these files; they are all loaded into Emacs by loadup.el. * loaddefs.el: Removed autoload sections for the above files. - + * loaddefs.el: Put autoload sections in alphabetical order by file name. @@ -6240,7 +6240,7 @@ * add-log.el (change-log-mode): Set version-control to 'never locally. Set adaptive-fill-regexp. Make paragraph-separate match date lines. - + * bytecomp.el (byte-compile-file): Don't put file name in minibuffer. (byte-compile-buffer): Function commented out. @@ -6316,36 +6316,36 @@ * flow-ctrl.el (evade-flow-control-memstr=): Renamed from memstr=. 1992-05-31 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - + * bibtex.el: merged in alarson's changes - + * simula.el: replaced Bj|rn Hessen's version with Hans Henrik Eriksen's improved version (both of them wanted it this way). - -1992-05-31 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) + +1992-05-31 Noah Friedman (friedman@splode.com) * subr.el (lambda): Added docstring. 1992-05-31 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - - * gdb.el nuked --- subsumed by gdb entry point of gud.el - + + * gdb.el nuked --- subsumed by gdb entry point of gud.el + * dbx.el nuked --- subsumed by dbx entry point of gud.el - - * session.el nuked --- saveconf.el is better - + + * session.el nuked --- saveconf.el is better + * add-log.el now contains the add-log-new.el changes which merge - consecutive entries by the same user on the same day and try to + consecutive entries by the same user on the same day and try to auto-generate both the file key and function changed fields --- the old version still exists in the ~n~ files if this loses, but the code looks good. - + 1992-05-30 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - + * profile.el: installed * cus-print.el: installed - + 1992-05-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) * startup.el (normal-top-level): Call abbreviate-file-name instead @@ -6495,14 +6495,14 @@ the files; re-enable them before we dump. 1992-05-12 Jim Blandy (jimb@pogo.cs.oberlin.edu) - + * startup.el (normal-top-level): If (getenv "PWD") or (getenv "HOME") refer to the same directory as default-directory, change default-directory to the shortest of the three. * disass.el (disassemble-internal): Use indirect-function instead of just looping. - + 1992-05-12 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) * simple.el (kill-region): Call the interprogram-cut-function if @@ -6650,7 +6650,7 @@ * files.el (write-contents-hooks): New variable. (basic-save-buffer): Use write-contents-hooks like write-file-hooks. - + 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu) * bytecomp.el (byte-compile-let, byte-compile-let*): Signal an @@ -6752,7 +6752,7 @@ (describe-arg): New function (actually, uncommented). (digit-argument, negative): Call prefix-arg-internal with a string for KEY argument, not a character. - + * simple.el (digit-argument): Strip off high bit of last-command-char. @@ -6761,7 +6761,7 @@ * term/tvi970.el: New file. 1992-01-16 Jim Blandy (jimb@pogo.cs.oberlin.edu) - + * screen.el: Don't automatically bind C-z to iconify; this is inappropriate on terminals. * term/x-win.el: Bind C-z to iconify here. @@ -6783,9 +6783,9 @@ * term/new-at386.el: Rewritten to use function-key-map. 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - - * flow-ctrl.el: installed. - + + * flow-ctrl.el: installed. + 1992-01-08 Jim Blandy (jimb at occs.cs.oberlin.edu) * simple.el (temporary-goal-column): Added missing closing paren. @@ -6967,7 +6967,7 @@ add lines. 1991-10-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) - + * disass.el (disassemble): Correctly distinguish functions with no interactive spec and functions that are (interactive). Correctly extract components of explicit calls to byte-code (old-style @@ -7097,13 +7097,13 @@ Come on, guys. 1991-08-20 Michael I Bushnell (mib@geech.gnu.ai.mit.edu) - + * rmail.el (rmail-convert-to-babyl-format): Roland added the - missing paren in the wrong place; fixed. - + missing paren in the wrong place; fixed. + * screen.el (screen-initialize): Added missing `function' around lambda expression. - + 1991-08-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * files.el (switch-to-buffer-other-screen, @@ -7283,7 +7283,7 @@ into its place - the new version seemed to have half-completed major changes. Added autoload marks and changed it to (provide 'etags) instead of tags. - + * help.el: Autoload the (defvar help-map ...) so that info.el can define keys in it. * loaddefs.el: Updated. @@ -7315,18 +7315,18 @@ alternate names. 1991-07-24 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) - + * diff.el (diff): Turn off read-only flag to insert "no differences" message. - + 1991-07-23 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) - + * isearch.el (isearch): If the user switches to a different screen, exit the isearch. - + * isearch.el (isearch): Changed reference to `cmds' to use variable's new name `history'. - + 1991-07-23 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * rmail.el (rmail-first-unseen-message): Make loop looking for @@ -7335,15 +7335,15 @@ * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren. 1991-07-21 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) - + * isearch.el (isearch): Don't assume that we're repeating a search that found an empty string; check history to make sure we're repeating a search and not starting one up with a pattern from the ring. - + * view.el: When initializing view-mode-map, use the new-style key maps. - + * screen.el (auto-new-screen-function): Set this to a lambda which calls the screen-creation-func. @@ -7390,7 +7390,7 @@ (fortran-setup-tab-format-style): Set `fortran-comment-line-column' and `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8. The minimum 6 insures legal indenting for lines with line numbers. - + 1991-07-13 Jim Blandy (jimb at churchy.gnu.ai.mit.edu) * info.el (Info-find-node): Call buffer-flush-undo with one arg, @@ -7405,7 +7405,7 @@ * replace.el (occur): Set tem to the location of the match before adding it to occur-pos-list, so we don't end up with an occur-pos-list of nulls. And allocate the final-context-start - marker once, so we don't allocate jillions of markers in the + marker once, so we don't allocate jillions of markers in the 1991-07-11 Jim Blandy (jimb at geech.gnu.ai.mit.edu) @@ -7514,9 +7514,9 @@ * upd-copyr.el (update-copyright): Fixed typo in help text. 1991-05-26 Roland McGrath (roland@albert.gnu.ai.mit.edu) - + * disass.el (disassemble-internal): Fixed typo string? -> stringp. - + 1991-05-26 Edward M. Reingold (reingold at emr.cs.uiuc.edu) * holiday.el (calendar-holiday-function-passover-etc): Correct @@ -7535,28 +7535,28 @@ * sendmail.el (mail-archive-file-name): Make this a defvar, not a defconst. There seems to be no entry saying why this was made a - defconst. + defconst. * text-mode.el (indented-text-mode-map): When redefining TAB, don't clobber the definition in text-mode-map, but DO share the rest of text-mode-map. 1991-05-23 Michael I Bushnell (mib@geech.gnu.ai.mit.edu) - + * startup.el (command-line): don't do anything if $VERSION_CONTROL is not set; move code to import environment var ahead of .emacs - load. - + load. + 1991-05-22 Brian Preble (rassilon at mole.gnu.ai.mit.edu) * forms.el (scroll-up, scroll-down): Made argument &optional. 1991-05-22 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu) - + * rmail.el (rmail-variables): Rmail should not be a save-buffer-skip buffer. If the user wants this confusing - behavior, it can be personally customized. - + behavior, it can be personally customized. + 1991-05-22 Jim Blandy (jimb at wookumz.gnu.ai.mit.edu) * term/x-win.el (x-switches-specified): Variable deleted; the @@ -7777,7 +7777,7 @@ minimum. (fortran-current-line-indentation, fortran-indent-to-column): - (fortran-split-line, fortran-numerical-continuation-char): + (fortran-split-line, fortran-numerical-continuation-char): (fortran-line-number-indented-correctly-p): Handle tab format style. (fortran-analyze-file-format): @@ -7935,12 +7935,12 @@ * fill.el (justify-current-line): Handle extra indent after prefix. 1991-03-14 Robert J. Chassell (bob@gnu.ai.mit.edu) - + * info.el (Info-forward-node): Go up several levels, if necessary. - Add two new arguments. + Add two new arguments. (Info-final-node): Go forward from last node in menu. (Info-find-node): Turn off undo in Info's buffers. - + 1991-03-14 Richard Stallman (rms@mole.ai.mit.edu) * add-log.el (add-change-log-entry): Use `@', not ` at '. @@ -7988,7 +7988,7 @@ 1991-03-04 Richard Stallman (rms@mole.ai.mit.edu) - * info.el (Info-extract-menu-item): Use regexp search. + * info.el (Info-extract-menu-item): Use regexp search. (Info-extract-menu-node-name): Fix typo in arglist. * info.el (Info-top-node, Info-final-node): New functions. @@ -8177,7 +8177,7 @@ 1991-01-21 Mike Newton (newton@fig) * bibtex.el -- updated to conform better with bibtex 0.99c by: - bibtex-mode : updated comments to indicate new use of + bibtex-mode : updated comments to indicate new use of address, add minor explanations and fix small omissions. bibtex-entry : fixed spelling of variable @@ -8186,7 +8186,7 @@ Needs to have more work done to accept all cases. Added code for the bibtex 'crossref' command, which subsumes other options. Made field ordering different when this option on. Also allow user to - have a list of field to be added to all entries + have a list of field to be added to all entries (bibtex-mode-user-optional-fields). Merged in Bengt Martensson's changes. @@ -8201,7 +8201,7 @@ * info.el (Info): Init Info-directory-list from INFOPATH. 1991-01-12 Jim Blandy (jimb@gnu.ai.mit.edu) - + * etags.el (visit-tags-file-buffer): use progn instead of save-excursion, so the buffer actually gets visited. @@ -8498,19 +8498,19 @@ * bibtex.el (bibtex-make-entry) : renamed bibtex-make-field - * bibtex.el (bibtex-make-optional-entry) : renamed + * bibtex.el (bibtex-make-optional-entry) : renamed bibtex-make-optional-field. - * bibtex.el (bibtex-Article) : change order of presentation + * bibtex.el (bibtex-Article) : change order of presentation if OPTcrossref is set. - * bibtex.el (bibtex-InBook) : change order of presentation + * bibtex.el (bibtex-InBook) : change order of presentation if OPTcrossref is set. - * bibtex.el (bibtex-InCollection) : change order of presentation + * bibtex.el (bibtex-InCollection) : change order of presentation if OPTcrossref is set. - * bibtex.el (bibtex-InProceedings) : change order of presentation + * bibtex.el (bibtex-InProceedings) : change order of presentation if OPTcrossref is set. * bibtex.el (bibtex-MastersThesis) : added "note". @@ -8519,7 +8519,7 @@ * bibtex.el (bibtex-inside-field) : only go backwards if quote is there. - * bibtex.el (bibtex-clean-entry) : added call to + * bibtex.el (bibtex-clean-entry) : added call to bibtex-clean-entry-zap-empty-opts, OPT field testing for errors. * bibtex.el (bibtex-x-help) : added options Conference and preamble, @@ -8649,7 +8649,7 @@ 1990-10-19 Neil Mager (neilm@juliet.ll.mit.edu) - * appt.el: Changed issue-appointments-message to + * appt.el: Changed issue-appointments-message to appt.issue.message in header. * appt.el: Using copy modified by rms. @@ -8668,14 +8668,14 @@ * files.el (basic-save-buffer): Run after-save-hooks. 1990-11-21 Robert J. Chassell (bob@gnu.ai.mit.edu) - + * texinfmt.el (texinfo-parse-line-arg): Ignore spaces@end of line. (texinfo-format-make-node): Handle Info file names with periods in them. - + * history.el: Specify `(provide 'history)'. - + 1990-11-20 Ed Reingold (reingold@emr.cs.uiuc.edu) * calendar.el: @@ -8699,7 +8699,7 @@ made are marking. (insert-block-diary-entry), (insert-anniversary-diary-entry), (insert-cyclic-diary-entry): New functions. - + * calendar.el: Autoload them. (calendar-mode-map): Put them on keys. @@ -8830,7 +8830,7 @@ (calendar-forward-day): Fixed movement when cursor is not on a date and arg is negative. Added description of new `if' form to doc string for calendar-holidays. - + * diary.el: Changed all calls to `mod' to call `%' to avoid problem with cl. @@ -9024,7 +9024,7 @@ (texinfo-optional-braces-discard): Discard optional braces. * texnfo-upd.el (texinfo-incorporate-descriptions): Require exact - match for item names. + match for item names. (texinfo-update-menu-region-beginning): Do not accidentally copy an info-only title for the top node into the main menu. (texinfo-section-types-regexp): Add `@chapheading'. @@ -9107,7 +9107,7 @@ * compile.el: Major overhauls. Remove references to mode, since it never really was a mode. (compile-regexp-list): Don't use a single regexp, but try - multiple ones from a list. + multiple ones from a list. (next-error): Don't read in every single file when doing next-error, just go to the line of the next file, reading it in if need be. The old method was slow and could end up creating a lot @@ -9325,16 +9325,16 @@ * cl.el: (defstruct): The copier function invoked the non-existent copy-vector. Calling copy-sequence does the job. - (defsetf for point): Point's inverse is goto-char. Of course, + (defsetf for point): Point's inverse is goto-char. Of course, what do we do with the other basic types of Emacs Lisp? (member): Another, perhaps counterproductive, speed hack. When test or testnot are symbols (hopefully, non-null), they are replaced by their symbol-function slots. This presumably reduces - one indirection per each funcall in the inner loop. + one indirection per each funcall in the inner loop. (byte-compile-named-list-accessors): Another byte-compile handler, this one eliminates the extra call incurred when using first, ..., tenth, or rest. This makes those list accessors - essentially as primitive as car, cdr, or nth. + essentially as primitive as car, cdr, or nth. (with-keyword-args): Macro that simplifies most of the handling of klists. The only neglected functionality is that no supplied-p forms exist (although that is true also of lambda lists in Emacs Lisp). @@ -9345,14 +9345,14 @@ These are dummies, and have no effect whatsoever. (Perhaps `the' could be made to check in interpreter, and to ignore in the compiler. Then again, writing `typecase' would be also useful and - I haven't done it yet.) + I haven't done it yet.) (byte-compile-ca*d*r): New function, used as a handler from byte-compile-form to eliminate the extra call to the c*r functions - in compiled code. + in compiled code. (adjoin, map): Changed to use `memq' instead of `member', too. (case, ecase): Via a change in case-clausify, these macros now generate tests using the primitive `memq', instead of the heavier - `member'. + `member'. (member): Rewrote it to exploit the keyword argument machinery. It also tries to call memq whenever possible. (many funcs): Two-branch conds changed into simple ifs here and @@ -9366,7 +9366,7 @@ (concatenate, map): New functions. (extract-from-klist): Swapped arguments for convenience. (keyword-argument-supplied-p, cl$subseq-as-list): New auxiliary - functions. + functions. (build-klist): Better error messages. (psetf): Rewrote, patterned after the new psetq. (psetq): Added early check for even number of arguments. This @@ -9384,7 +9384,7 @@ subst, subst-if, subst-if-not, sublis, member-if, member-if-not, tailp): New functions, developed apart and now merged with the main file. They still don't take :keyword - arguments. + arguments. * sort.el (sort-subr): Support floating point numbers. (sort-float-fields, reverse-region): New functions. @@ -9603,7 +9603,7 @@ * texnfo-upd.el (texinfo-all-menus-update): With a non-nil argument, now updates all the nodes in the buffer before - updating the menus. + updating the menus. * texnfo-upd.el (texinfo-master-menu): With non-nil argument (prefix, if interactive) means first update all existing nodes @@ -9650,7 +9650,7 @@ * dired.el (dired-flag-regexp-files): Added function to flag all files matching a REGEXP for deletion. (): Bound this function to key "F" in dired-mode ("D" was already - taken). + taken). 1990-06-22 Richard Stallman (rms@albert.ai.mit.edu) @@ -9896,7 +9896,7 @@ 1990-04-30 Richard Stallman (rms@mole.ai.mit.edu) * float.el (float-to-string): - Adjust POWER when rounding makes new digit. + Adjust POWER when rounding makes new digit. 1990-04-26 Joseph Arceneaux (jla@gnu.ai.mit.edu) @@ -10109,7 +10109,7 @@ 1990-03-07 Richard Stallman (rms@mole.ai.mit.edu) - * sendmail.el (mail-do-fcc): Temporarily unwiden + * sendmail.el (mail-do-fcc): Temporarily unwiden 1990-03-06 Joseph Arceneaux (jla@gnu.ai.mit.edu) @@ -10357,7 +10357,7 @@ * loaddefs.el: Removed above from dired-listing-switches doc string. - * mh-e.el (c/o James Larus <larus@cs.wisc.edu>): + * mh-e.el (c/o James Larus <larus@cs.wisc.edu>): Accepts message range specifications. Defaults sequence name to previous sequence name when reading. Made mode-line id user-setable. @@ -10484,7 +10484,7 @@ * calendar.el (mark-diary-entries): Made "sticky" so effect continues whenever the calendar is redisplayed. (mark-calendar-holidays, calendar-unmark): Likewise. - + 1989-12-26 Ed Reingold (reingold@emr.cs.uiuc.edu) * calendar.el: Fixed many minor bugs throughout the code. The major @@ -10589,7 +10589,7 @@ * telnet.el: Converted to use comint. Removed delete-char-or-send-eof and telnet-copy-last-input. Added telnet-mode-hook. Modified telnet-filter to insert-before-markers - at the process-mark. + at the process-mark. 1989-12-10 David Lawrence (tale@cocoa-puffs) @@ -10600,7 +10600,7 @@ kermit-clean-filter with a more efficient version. * comint.el: Added optional arguments ``terminator'' and - ``delete'' to comint-send-input, for processes that want to see + ``delete'' to comint-send-input, for processes that want to see a CR or CR-LFD pair instead of LFD and for processes that do echoing. 1989-12-08 David Lawrence (tale@cocoa-puffs) @@ -10613,9 +10613,9 @@ than append to it (user option?). comint-kill-output will only nuke through the last newline, to retain prompt. comint-show-output will start window@line before output start, - to show command. - - * dbx.el: Converted to use comint-mode. + to show command. + + * dbx.el: Converted to use comint-mode. 1989-12-06 David Lawrence (tale@wheat-chex) @@ -10858,7 +10858,7 @@ Added keybindings for `texinfo-format-buffer', `texinfo-update-node', `texinfo-every-node-update', - `texinfo-make-menu', and `texinfo-all-menus-update'. + `texinfo-make-menu', and `texinfo-all-menus-update'. * texinfo-update.el (texinfo-sequential-node-update): now updates node in which point is located so pointer are to next and @@ -10876,7 +10876,7 @@ menu following point to specified column. Non-nil argument (prefix, if interactive) means indent every description in every menu in the region. Does not indent second and subsequent lines - of a multi-line description. + of a multi-line description. (texinfo-insert-menu, texinfo-column-for-description): starts a menu description@column specified by variable @@ -11059,7 +11059,7 @@ * c-mode.el (indent-c-exp): Remove indentation from blank lines. When trying to move up to init contain-stack, don't go past start of function. If no containing open is found thus, - set opoint to prev. function-start, so calculate-c-indent wins. + set opoint to prev. function-start, so calculate-c-indent wins. 1989-08-12 Richard Stallman (rms@hobbes.ai.mit.edu) @@ -11425,7 +11425,7 @@ 1989-05-11 Richard Stallman (rms@mole.ai.mit.edu) - * loaddefs.el (completion-ignored-extensions): Add .sbin. + * loaddefs.el (completion-ignored-extensions): Add .sbin. * c-mode.el (c-fill-paragraph): Recognize first line of comment. Move to second line to get fill prefix. @@ -12026,7 +12026,7 @@ 1989-01-13 Richard Stallman (rms@mole.ai.mit.edu) * files.el (find-alternate-file): Don't change prefix to `~' - unless a slash follows. + unless a slash follows. * lisp.el (insert-parentheses): skip leading spaces if arg, maybe insert one if no arg.
--- a/lisp/ChangeLog.4 Mon Oct 25 00:37:25 1999 +0000 +++ b/lisp/ChangeLog.4 Mon Oct 25 00:42:32 1999 +0000 @@ -231,7 +231,7 @@ * server.el (server-done-hook): New hook. (server-buffer-done): Run it. - * mouse.el (mouse-choose-completion): + * mouse.el (mouse-choose-completion): Include words separated by single spaces in the completion. * simple.el (choose-completion): @@ -243,7 +243,7 @@ * bookmark.el (bookmark-file): Alternate default on ms-dos. -1994-05-20 Noah Friedman (friedman@kropotkin.gnu.ai.mit.edu) +1994-05-20 Noah Friedman (friedman@splode.com) * rsz-mini.el: Enable resize-minibuffer-mode when this file is loaded. @@ -480,7 +480,7 @@ (texinfo-all-menus-update): Bind mark-active to t. * texinfo.el (texinfo-environment-regexp): Split lines. - Add def..., ifset, ifclear. + Add def..., ifset, ifclear. (texinfo-show-structure): Fix typo. 1994-05-10 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) @@ -569,7 +569,7 @@ * rmail.el (rmail-toggle-header): Call rmail-highlight-headers. - * sendmail.el (mail-mailer-swallows-blank-line): + * sendmail.el (mail-mailer-swallows-blank-line): Put space and tab into brackets. 1994-05-07 Morten Welinder (terra@diku.dk) @@ -690,7 +690,7 @@ making the replacement for the initial frame. Put it on as nil. (new-frame): Use make-frame instead. - * rmail.el (rmail-input-menu): + * rmail.el (rmail-input-menu): Do nothing if rmail-secondary-file-menu return nil. Don't call expand-file-name. (rmail-secondary-file-menu): If no files match, warn and return nil. @@ -747,7 +747,7 @@ (gnus-uu-do-sloppy-uudecode): Variable deleted. (gnus-uu-decode-and-save-articles): Rewritten. (gnus-uu-grab-articles, gnus-uu-uustrip-article-as): Rewritten to - properly handle multiple encoded files in one gulp. + properly handle multiple encoded files in one gulp. (gnus-uu-uustrip-article-as): Replace spaces in file names with underscores before giving the file to uudecode. @@ -761,9 +761,9 @@ (gnus-uu-mark-by-regexp): Changed to add articles instead of clearing before adding. (gnus-uu-check-for-generated-files): First delete files, then - directories. + directories. (gnus-uu-edit-begin-line, gnus-uu-decode-and-show-in-buffer): - Select the current article before starting work. + Select the current article before starting work. (gnus-uu-decode-and-view-all-unread-articles) (gnus-uu-decode-and-view-all-articles): Two new functions for decoding and viewing all (unread) articles in a newsgroup. @@ -786,7 +786,7 @@ encoded files to be decoded (and viewed) in one fell swoop. (gnus-uu-work-dir): New variable. - * gnus-uu.el (gnus-uu-view-file): Changed to work with metamail. + * gnus-uu.el (gnus-uu-view-file): Changed to work with metamail. (gnus-uu-get-action, gnus-uu-toggle-view-with-metamail): New functions. (gnus-uu-ext-to-mime, gnus-uu-view-with-metamail): New variables. (gnus-uu-ctl-map): Add C-a binding. @@ -794,11 +794,11 @@ article is moved to. (gnus-uu-default-interactive-view-rules-end): New variable to provide a "catch-all" when using interactive mode. - (gnus-uu-get-action): Changed viewing rules in interactive mode. + (gnus-uu-get-action): Changed viewing rules in interactive mode. * gnus-uu.el (gnus-uu-uustrip-article-as): Disabled case-fold-search and changed gnus-uu-body-line to be more - restrictive. + restrictive. (gnus-uu-multi-decode-and-view-or-save, gnus-uu-uustrip-article-as): Changed hard returns to \r. (gnus-uu-post-reply-mode): New mode for sending encoded files. @@ -833,13 +833,13 @@ put chown in /etc). 1994-05-02 Per Abrahamsen (abraham@eupectic) - + * double.el (double-translate-key): Changed 'delete to 127 to make the non-X11 version work. - + 1994-05-02 David M. Smith (maa036@lancaster.ac.uk) - * ielm.el (ielm-dynamic-multiline-inputs): New variable. + * ielm.el (ielm-dynamic-multiline-inputs): New variable. (ielm-return): Support it. * ielm.el (ielm-print-working-buffer): New command @@ -897,7 +897,7 @@ (set-register-value): Fixed test so the value 0 can be set. (set-register-value): Rewrote to use bit operations instead of multiplication and division. - (register-name-by-word-alist, register-name-by-byte-alist): + (register-name-by-word-alist, register-name-by-byte-alist): Combined into one list, register-name-alist. (register-value, set-register-value): Use combined list. (mode-line-format): Make the %n pure. @@ -951,7 +951,7 @@ * gnus.el (gnus-summary-mode-map): Bind # to gnus-uu-mark-article. (gnus-uu-mark-article): Autoload it from gnus-uu. - + * gnus.el (gnus-summary-mode-map): Bind C-c C-v to gnus-uu-ctl-map. (gnus-uu-ctl-map): Autoload it from gnus-uu. @@ -1047,7 +1047,7 @@ this is a general problem, because of the \n for some reason.) * gud.el (gud-dbx-mips-p, gud-dbx-irix-p): Use system-type to - choose system-dependent dbx incantations. + choose system-dependent dbx incantations. * gud.el (gud-dbx-mips-p): Use "-emacs" for OSF/1 dbx as for MIPS. @@ -1094,7 +1094,7 @@ * compile.el (compilation-error-regexp-alist): Add fortran pattern. -1994-04-27 Noah Friedman (friedman@kropotkin.gnu.ai.mit.edu) +1994-04-27 Noah Friedman (friedman@splode.com) * yow.el: Added comment indicating author. @@ -1200,7 +1200,7 @@ 1994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * mail-extr.el (mail-extr-all-top-level-domains): + * mail-extr.el (mail-extr-all-top-level-domains): Renamed from all-top-level-domains. * lisp-mode.el (lisp-mode-variables): In comment-start-skip, @@ -1265,7 +1265,7 @@ 1994-04-22 Per Abrahamsen (abraham@eupectic) * makefile.el (makefile-mode): Removed extra quote before - makefile-warn-suspicious-lines. + makefile-warn-suspicious-lines. 1994-04-21 Boris Goldowsky (boris@moose.cs.rochester.edu) @@ -1324,7 +1324,7 @@ * comint.el (comint-send-input): Use comint-output-filter to run functions on comint-output-filter-functions. - * comint.el (comint-kill-output): Use delete-region to remove, and + * comint.el (comint-kill-output): Use delete-region to remove, and comint-output-filter to insert. 1994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -1503,7 +1503,7 @@ * dired.el (dired-subdir-regexp): Allow a space in dir name. - * rmailout.el (rmail-default-file, rmail-default-rmail-file): + * rmailout.el (rmail-default-file, rmail-default-rmail-file): New defvars. * apropos.el (super-apropos-check-doc-file): Force Fundamental mode. @@ -2075,8 +2075,8 @@ 1994-03-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) * select.el (x-valid-simple-selection-p): Accept an overlay. - (xselect-convert-to-string, xselect-convert-to-length): - (xselect-convert-to-filename xselect-convert-to-charpos): + (xselect-convert-to-string, xselect-convert-to-length): + (xselect-convert-to-filename xselect-convert-to-charpos): (xselect-convert-to-lineno, xselect-convert-to-colno): Likewise. * subr.el (one-window-p): New argument all-frames. @@ -2118,7 +2118,7 @@ (standard-display-ascii): Error if using a windowing system. (standard-display-g1, standard-display-graphic): Ditto. (standard-display-underline): If window system, use underline font. - + 1994-03-18 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -2423,7 +2423,7 @@ * bytecomp.el (byte-compile-track-mouse): Handle >1 body form. Generate code that binds track-mouse. - * font-lock.el (c++-font-lock-keywords-1, c++-font-lock-keywords-2): + * font-lock.el (c++-font-lock-keywords-1, c++-font-lock-keywords-2): New variables. (c++-font-lock-keywords): Use c++-font-lock-keywords-1. @@ -2583,7 +2583,7 @@ 1994-03-02 Espen Skoglund (espensk@stud.cs.uit.no) - * pascal.el (pascal-calculate-indent): Fixed indentation bug + * pascal.el (pascal-calculate-indent): Fixed indentation bug in for-loops, with-structures and else-structures. (pascal-noindent-re): Add `else'. @@ -2779,7 +2779,7 @@ Removed autoload for `backquote'. Removed arglist specifications for `documentation' and `fset'. (ad-emacs19-p, ad-use-jwz-compiler): Removed these variables. - (ad-lemacs-p, ad-v19-compiled-p, ad-subr-arglist, + (ad-lemacs-p, ad-v19-compiled-p, ad-subr-arglist, ad-make-advised-docstring): Removed reference to `ad-emacs19-p'. (ad-compiled-p): Renamed from `ad-v19-compiled-p'. Removed old definition of `ad-compiled-p'. @@ -2793,11 +2793,11 @@ are now at the top level. (ad-advised-byte-code-definition): Renamed to `ad-advised-byte-code' and removed the definition of `ad-advised-byte-code' via `fset'. - (ad-advised-byte-code-definition, ad-recover-byte-code, + (ad-advised-byte-code-definition, ad-recover-byte-code, ad-stop-advice, ad-recover-normality): Removed `ad-real-byte-codify'-cation of their definitions. (ad-adjust-stack-sizes): Removed. - (ad-enable-definition-hooks, ad-disable-definition-hooks): + (ad-enable-definition-hooks, ad-disable-definition-hooks): Removed v19 conditionalization. * advice.el: Fixed the problematic interaction between the @@ -2820,7 +2820,7 @@ changed the default formatting of advised docstrings. (ad-make-plain-docstring, ad-make-freeze-docstring): New functions. - * advice.el: (ad-recover-all, ad-scan-byte-code-for-fsets): + * advice.el: (ad-recover-all, ad-scan-byte-code-for-fsets): Removed unused condition variable `ignore-errors'. * advice.el (ad-save-real-definition): New macro to save real @@ -2888,10 +2888,10 @@ * files.el (revert-buffer): Use new insert-file-contents replace arg. -1994-02-17 Noah Friedman (friedman@prep.ai.mit.edu) +1994-02-17 Noah Friedman (friedman@splode.com) * files.el (interpreter-mode-alist): Add entries for awk, gawk, and - scm scripts. + scm scripts. 1994-02-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -3162,13 +3162,13 @@ * iso-insert.el: Change the sequences aa and ae to just a and e. - * gomoku.el (gomoku-init-display, gomoku-put-char): + * gomoku.el (gomoku-init-display, gomoku-put-char): Bind inhibit-read-only; don't set buffer-read-only. - * tar-mode.el (tar-pad-to-blocksize): + * tar-mode.el (tar-pad-to-blocksize): Bind inhibit-read-only, not buffer-read-only. - * makefile.el (makefile-browser-fill, makefile-browser-toggle): + * makefile.el (makefile-browser-fill, makefile-browser-toggle): Bind inhibit-read-only; don't set buffer-read-only. * hideif.el (show-ifdefs, hide-ifdefs): Bind inhibit-read-only. @@ -3288,13 +3288,13 @@ * terminal.el (te-escape-help, te-more-break-help, terminal-emulator): Pass just one KEYMAP arg to where-is-internal. - * calendar.el (calendar-mode-map): + * calendar.el (calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal. * edmacro.el (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal. - * hideif.el (define-hide-ifdef-mode-map): + * hideif.el (define-hide-ifdef-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal. - * macros.el (insert-kbd-macro): + * macros.el (insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal. 1994-02-04 Morten Welinder (terra@tyr.diku.dk) @@ -3341,7 +3341,7 @@ 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * cplus-md1.el: Fix terminology used to name various Emacs versions. + * cplus-md1.el: Fix terminology used to name various Emacs versions. * server.el (server-done): If we kill the old buffer, and server-buffer-done gives us nil, return the new current buffer. @@ -3380,7 +3380,7 @@ * mouse-sel.el (mouse-sel-version): Don't base version number on RCS revision. Updated to version 2.0. (mouse-sel-set-selection-function, mouse-sel-get-selection-function, - mouse-sel-check-selection-function): + mouse-sel-check-selection-function): Check whether X11 functions are bound when setting defaults. (mouse-extend): Check whether modify-frame-parameters is bound before calling it. Add support to kill region with double-mouse-3. @@ -3526,7 +3526,7 @@ (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-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-islamic-date,calendar-print-hebrew-date, calendar-print-astro-day-number): Use them. @@ -3628,7 +3628,7 @@ * font-lock.el (font-lock-mode): Set after-revert-hook to refontify after revert. - * files.el (revert-buffer): Run after-revert-hook. + * files.el (revert-buffer): Run after-revert-hook. 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -3713,7 +3713,7 @@ 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * comint.el (comint-show-output): Leave point at start of output, + * comint.el (comint-show-output): Leave point at start of output, but push the mark. 1994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -3793,7 +3793,7 @@ * rmailsum.el (rmail-summary-by-senders): Add missing arg to rmail-new-summary. - (rmail-summary-output, rmail-summary-output-to-rmail-file): + (rmail-summary-output, rmail-summary-output-to-rmail-file): Handle rmail-delete-after-output explicitly here. * flow-ctrl.el (enable-flow-control): Use prefix argument @@ -4081,7 +4081,7 @@ 1993-12-29 Ken Manheimer (klm@nist.gov) * icomplete.el (icomplete-pre-command-hook): Reconciled with - keyboard macro operation. + keyboard macro operation. (icomplete-post-command-hook): Likewise. (window-minibuffer-p): Cleaned up according to suggestion from Richard Mlynarik. @@ -4150,7 +4150,7 @@ * tex-mode.el (tex-common-initialization): Make paragraph-start and paragraph-separate match a line of $$. -1993-12-22 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-12-22 Noah Friedman (friedman@splode.com) * lisp-mnt.el (Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'. @@ -4308,7 +4308,7 @@ * bytecomp.el (byte-recompile-directory): Don't treat symlinks as dirs. -1993-12-06 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-12-06 Noah Friedman (friedman@splode.com) * loaddefs.el: Remove autoload for `rlogin-with-args', which no longer exists. @@ -4338,7 +4338,7 @@ (he-regexp-member): New function. (hippie-expand-try-functions-list): Added `try-expand-list'. (try-expand-line-all-buffers, try-expand-list-all-buffers, - try-expand-dabbrev-all-buffers): Use `he-regexp-member' and + try-expand-dabbrev-all-buffers): Use `he-regexp-member' and `hippie-expand-ignore-buffers'. (he-list-search): Don't find list containing point. (he-dab-search-regexp): Just match at beginning of words. @@ -4368,7 +4368,7 @@ * comint.el (comint-mode-map): Put comint-show-output on C-M-l. - * cplus-md.el (c++-indent-line, calculate-c++-indent): + * cplus-md.el (c++-indent-line, calculate-c++-indent): (indent-c++-exp): Recognize `friend' without `class'. * rmail.el (rmail): Doc fix. @@ -4425,7 +4425,7 @@ reflect changes to some prompt regexps. * gud.el (dbx): Let `comint-prompt-regexp' not match more than - one line. + one line. * inf-lisp.el (inferior-lisp-prompt): Don't match more than one line. @@ -4517,7 +4517,7 @@ (desktop-save-buffer-p): doc fix. (desktop-save): bug in mark-activity saving. (desktop-buffer-rmail): doc fix. - (desktop-buffer-rmail, desktop-buffer-dired, desktop-buffer): use + (desktop-buffer-rmail, desktop-buffer-dired, desktop-buffer): use `eq' instead of `equal'. (desktop-clear): end up with one window. @@ -4531,9 +4531,9 @@ * bytecomp.el (batch-byte-recompile-directory): Add autoload cookie. -1993-12-01 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) - - * rlogin.el (rlogin-filter): initialize `region-begin' to +1993-12-01 Noah Friedman (friedman@splode.com) + + * rlogin.el (rlogin-filter): initialize `region-begin' to (marker-position proc-mark), not just (point), whatever random value that may be. Put bindings for `proc-mark', `region-begin', and `window' in @@ -4813,9 +4813,9 @@ (narrow-to-page): Enable page-delimiter to span lines. * page-ext.el: Revise documentation. Add `provide'. - (pages-directory-for-adding-addresses-narrowing-p): + (pages-directory-for-adding-addresses-narrowing-p): New user option for adding addresses. Default to narrowing. - (pages-directory-for-addresses): Intall user settable options. + (pages-directory-for-addresses): Intall user settable options. (add-new-page): Insert new page in specified location. (original-page-delimiter): Set default value to "^^L". @@ -4906,7 +4906,7 @@ command from `tex' command so `texinfo-format-region' can use straight `tex' command. (texinfo-format-buffer): Use `texinfo-texi2dvi-command' - (texinfo-delete-from-print-queue): Revise documentation. + (texinfo-delete-from-print-queue): Revise documentation. (texinfo-quit-job): Use comint-send-input. * texinfmt.el (texinfo-format-region): Change `texinfo-[start @@ -5115,7 +5115,7 @@ Got rid of ###autoload to put a bookmark menu on the menu-bar. Now it will appear on the File menu -- that change is made in menu-bar.el. See below: - + * menu-bar.el: Added a define-key for menu-bar-bookmark-map, so that bookmarks will appear on the File menu of the menu-bar, right after the Print Buffer item. @@ -5365,7 +5365,7 @@ `forms-view-mode' and `forms-edit-mode'. (forms-view-mode, forms-edit-mode): Deleted. (forms-insert-record): Replaced `forms--new-record-filter' by - `forms-new-record-filter'. + `forms-new-record-filter'. (forms-insert-record, forms-delete-record): Disallow in read-only mode. (forms-prev-field): New function. @@ -5379,7 +5379,7 @@ calendar-beginning-of-week, calendar-end-of-week): Rewritten to use new var calendar-week-start-day. - * holidays.el (holiday-easter-etc): Fix Ascension Day string. + * holidays.el (holiday-easter-etc): Fix Ascension Day string. * diary.el (list-sexp-diary-entries): Fix doc string. @@ -5400,7 +5400,7 @@ TABLE and PREDICATE args were reversed, and more processing was needed on tags-table-files. -1993-10-18 Noah Friedman (friedman@gnu.ai.mit.edu) +1993-10-18 Noah Friedman (friedman@splode.com) * rlogin.el (rlogin-initially-track-cwd): New variable. (rlogin): Use it to determine whether enable directory tracking @@ -5479,10 +5479,10 @@ * bookmark.el (menu-bar-bookmark-map): Supply t as 4th arg of autoload. - * bookmark.el (bookmark-jump-noselect): New subroutine taken from + * bookmark.el (bookmark-jump-noselect): New subroutine taken from bookmark-jump. Support compressed files. (bookmark-jump): Call bookmark-jump-noselect. - Offer to relocate if necessary, but change default dir to that of + Offer to relocate if necessary, but change default dir to that of the old bookmark in read-file-name. * bookmark.el: (bookmark-set, bookmark-rename, bookmark-delete, @@ -5491,7 +5491,7 @@ Bookmark-menu-save, Bookmark-menu-load): Fixed the save-excursion bugs by wrapping things in save-window-excursion as well. - (bookmark-make-menu-bar-alist): Added sorting. + (bookmark-make-menu-bar-alist): Added sorting. (bookmark-map): Added new keybindings. (bookmark-try-default-file): Set bookmarks-already-loaded to t @@ -5548,7 +5548,7 @@ * vc.el (vc-next-action): Fix (throw ... ) invocation to work with 19; allows vc-next-action on all marked files in a dired buffer to work. - + (vc-finish-logentry) There isn't necessarily a *VC-log-entry* buffer to remove if this function was called from within a dired buffer. Fix its handling of this case. @@ -5611,11 +5611,11 @@ `forms-view-mode' and `forms-edit-mode'. (forms-view-mode, forms-edit-mode): Deleted. (forms-insert-record): Replaced `forms--new-record-filter' by - `forms-new-record-filter'. + `forms-new-record-filter'. (forms-insert-record, forms-delete-record): Disallow in read-only mode. (forms-prev-field): New function. - + 1993-09-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) * disass.el (disassemble-internal): Allow a call to byte-code @@ -5684,7 +5684,7 @@ * comint.el (comint-backward-matching-input): New command. (comint-forward-matching-input): New command. - + * comint.el (comint-next-prompt, comint-previous-prompt): Error if reach beg/end of buffer. @@ -5963,7 +5963,7 @@ - added hilit-rehighlight-buffer-quietly to dired-after-readin-hook - fixed bug in hilit-string-find that mishandled some strings: "\\" - work-around for bug in next-overlay-change - - the pattern matcher now starts it's searches from the end of the + - the pattern matcher now starts it's searches from the end of the most recently highlighted region (which is not necessarily the end of the most recently matched regex). - code moved from hilit-highlight-region to hilit-set-mode-patterns. @@ -6033,11 +6033,11 @@ * forms.el: Release 2.1 for Emacs 19.19. (forms--process-format-list): No need to prepend a text item - anymore. + anymore. (forms--ro-modification-start): Renamed to `forms--iif-start. (forms--ro-properties): Renamed to `forms--iif-properties'. (forms--romh): Renamed to `forms--iif-hook'. Rewritten to use - `insert-in-front-hooks' instead of `modification-hooks'. + `insert-in-front-hooks' instead of `modification-hooks'. (forms--romh-post-command-hook): Renamed to `forms--iif-post-command-hook'. Rewritten to use `insert-in-front-hooks' instead of `modification-hooks'. @@ -6066,7 +6066,7 @@ * paths.el (rmail-spool-directory): Use "/var/mail/" if system-type is netbsd. -1993-09-09 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) +1993-09-09 Noah Friedman (friedman@splode.com) * rlogin.el: require 'shell. @@ -6173,19 +6173,19 @@ common). If possible, don't convert back and forth between gregorian and absolute; this speeds things up noticeably. This uses the new calendar-nth-named-absday function. - + (calendar-current-time-zone): Some locales start DST at a different time of day than they end; allow for this by yielding both times. The performance speedups in calendar.el are great enough that we now no longer need the "Checking time zone data..." message. If current-time-zone yields nil, don't bother with calendar-next-time-zone-transition. Use clearer names for local vars. - + (calendar-time-zone, calendar-daylight-time-offset, calendar-{standard,daylight}-time-zone-name, calendar-daylight-savings-{starts,ends}): Default to US Eastern rules for information that is not available. - + (calendar-daylight-savings-{starts,ends}-time): New vars, replacing calendar-daylight-savings-switchover-time, to support locales that start DST at a different time of day than they end. @@ -6195,10 +6195,10 @@ * calendar.el (solar-holidays): Use new calendar-daylight-savings-{starts,ends}-time vars instead of old calendar-daylight-savings-switchover-time var. - + (calendar-last-day-of-month): Tune by testing month before year. (calendar-absolute-from-gregorian): Tune by computing (1- year) once. - + (calendar-nth-named-absday): New function, used to improve performance in calendar-time-zone-daylight-rules. (calendar-nth-named-day): Use it. @@ -7177,7 +7177,7 @@ 1993-07-17 Johan Vromans (jv@mh.nl) * forms.el: New version 2.0. - Redesigned and rewritten to use Emacs 19 text properties. + Redesigned and rewritten to use Emacs 19 text properties. Requires Emacs 19.16 or later. 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) @@ -7298,7 +7298,7 @@ Rewritten to use gud-chop-words instead of temp buffer and kludge involving read. Find the program name as the first word of the command line. Use make-comint and gud-massage-args in place of - gud-debugger-startup. + gud-debugger-startup. Expand the file name before passing it to gud-massage-args. 1993-07-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -7322,7 +7322,7 @@ the old position of point. (try-expand-all-abbrevs): handle case the same way as the usual expand-abbrev (which is not a very good way, but for - consistency...). + consistency...). (he-dabbrev-beg): Use `skip-syntax' instead of `skip-chars', to adjust its behavior to different modes. (hippie-expand): Don't messages which try function it is using, @@ -7337,7 +7337,7 @@ marked as changed, although nothing was done, among other things). (he-reset-string): Undoing of last expansion at a later occasion, now undoes correctly (before, it garbled things up). - (make-hippie-expand-function): now uses "(function ...)" + (make-hippie-expand-function): now uses "(function ...)" instead of "'" (matters for compilation). (try-expand-line, try-expand-line-all-buffers, he-line-search-regexp): uses `comint-prompt-regexp' instead of @@ -7508,7 +7508,7 @@ Rewrite messages. Avoid using `mark-whole-buffer'. (texinfo-start-menu-description): - New function to insert title as description in a menu. + New function to insert title as description in a menu. (texinfo-make-menu-list): Remove automatic title insertion. (texinfo-master-menu): Error message if file contains too few nodes for a master menu. @@ -7537,7 +7537,7 @@ caused the function to create a master menu when it shouldn't. Update pre-existing master menu, if there is one. - (texinfo-incorporate-descriptions): Use a regexp search to look for + (texinfo-incorporate-descriptions): Use a regexp search to look for both kinds of menu item. (texinfo-menu-indent-description): Likewise. (texinfo-incorporate-menu-entry-names): New function. @@ -8118,7 +8118,7 @@ hebrew-calendar-year-Monday-complete-Saturday, hebrew-calendar-year-Thursday-incomplete-Sunday): Fix doc strings. (diary-sexp-entry): Use calendar-sexp-debug to turn off error catching. - + * diary-ins.el (insert-cyclic-diary-entry): Fix date form. * cal-mayan.el (calendar-mayan-days-before-absolute-zero, @@ -8331,7 +8331,7 @@ 1993-06-12 Johan Vromans (jv@mh.nl) - * forms.el (forms--change-commands): + * forms.el (forms--change-commands): Use (function (lambda ...)) instead of '(lambda...). * forms.el: Provide `forms' as well as `forms-mode'. @@ -8339,7 +8339,7 @@ 1993-06-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * files.el (make-directory): By default create dir default-dir. + * files.el (make-directory): By default create dir default-dir. 1993-06-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -8353,7 +8353,7 @@ * mailabbrev.el (sendmail-pre-abbrev-expand-hook): If last-command-char is not a character, don't check char-syntax. - * inf-lisp.el: Doc fixes. + * inf-lisp.el: Doc fixes. (run-lisp): Add autoload. (inferior-lisp-mode-map): Explicitly make local prefix keys. @@ -8556,7 +8556,7 @@ mouse-union-first-prefered. 1993-06-06 Paul Eggert (eggert@twinsun.com) - + * sc.el (sc-consistent-cite-p): Renamed from sc-consistant-cite-p. * etags.el (etags-recognize-tags-table): Fix misspelling of @@ -8591,7 +8591,7 @@ * vip.el (vip-ctl-key-equivalent): Use vip-escape-to-emacs. (vip-escape-to-emacs): Use read-key-sequence and key-binding. - Arg EVENTS replaces arg CHAR. + Arg EVENTS replaces arg CHAR. (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed. * compile.el (compile-internal): Alter current buffer only temporarily. @@ -8764,7 +8764,7 @@ (calendar-mode): Mention them. (calendar-time-zone, calendar-print-astro-day-number, 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 Universal Time (UT) to Coordinated Universal Time (UTC). @@ -8881,7 +8881,7 @@ in ordinary fashion with no args. (gnus-inews-article-hook, gnus-prepare-article-hook): Initialize to a list. - (gnus-read-newsrc-file): If timestamps are equal, reload .newsrc. + (gnus-read-newsrc-file): If timestamps are equal, reload .newsrc. * bibtex.el (bibtex-mode): Add autoload.
--- a/lisp/ChangeLog.5 Mon Oct 25 00:37:25 1999 +0000 +++ b/lisp/ChangeLog.5 Mon Oct 25 00:42:32 1999 +0000 @@ -2012,7 +2012,7 @@ * window.el (walk-windows): Doc fix. -1995-04-08 Noah Friedman <friedman@prep.ai.mit.edu> +1995-04-08 Noah Friedman <friedman@splode.com> * rsz-mini.el (resize-minibuffer-window): Make sure minibuffer window is selected. @@ -2036,7 +2036,7 @@ * term/x-win.el (mode-line-buffer-identification): Eliminate %F. -1995-04-07 Noah Friedman <friedman@prep.ai.mit.edu> +1995-04-07 Noah Friedman <friedman@splode.com> * rlogin.el (rlogin): Use format, not concat, to generate numeric buffer names. @@ -2945,7 +2945,7 @@ * server.el (server-switch-buffer): New optional arg KILLED-ONE. Avoid the other-buffer at the end in that case. -1995-02-28 Noah Friedman <friedman@prep.ai.mit.edu> +1995-02-28 Noah Friedman <friedman@splode.com> * rlogin.el (rlogin-carriage-filter): Don't assume buffer is narrowed to region with most recent output. @@ -3543,7 +3543,7 @@ * fill.el (fill-paragraph-function): New variable. (fill-paragraph): Use it. -1995-02-01 Noah Friedman <friedman@prep.ai.mit.edu> +1995-02-01 Noah Friedman <friedman@splode.com> * sendmail.el (mail-mailer-swallows-blank-line): Handle full range of RFC822-legal header names. @@ -4158,7 +4158,7 @@ * dired.el (dired-insert-directory): Don't call expand-file-name when dir-or-list is a list. -1995-01-10 Noah Friedman <friedman@prep.ai.mit.edu> +1995-01-10 Noah Friedman <friedman@splode.com> * rlogin.el (rlogin-tab-or-complete): Insert tab in buffer, don't send directly to process. @@ -4190,7 +4190,7 @@ * files.el (find-backup-file-name): Run a file name handler. (backup-buffer): Do nothing if backup-info is nil. -1995-01-09 Noah Friedman <friedman@prep.ai.mit.edu> +1995-01-09 Noah Friedman <friedman@splode.com> * rlogin.el: Removed several more gratuitous autoload cookies. (rlogin-initially-track-cwd): Variable deleted. @@ -4286,7 +4286,7 @@ * tex-mode.el (tex-print): Better check for when to print current buffer's file over last processed file. -1995-01-03 Noah Friedman <friedman@prep.ai.mit.edu> +1995-01-03 Noah Friedman <friedman@splode.com> * sendmail.el (mail-personal-alias-file): New variable. Use globally in place of hardwired "~/.mailrc". @@ -5667,7 +5667,7 @@ * emerge.el (emerge-auto-advance): Fix criterion for which message. -1994-10-20 Noah Friedman <friedman@prep.ai.mit.edu> +1994-10-20 Noah Friedman <friedman@splode.com> * timer.el (timer-error, timer-abnormal-termination, timer-filter-error): New error conditions. @@ -5703,7 +5703,7 @@ (default-command-history-filter-garbage): Fix doc string. (list-command-history-filter, list-command-history-max): Likewise. -1994-10-19 Noah Friedman <friedman@prep.ai.mit.edu> +1994-10-19 Noah Friedman <friedman@splode.com> * timer.el (timer-program): Make defvar, not defconst. Expand name of timer program in exec-directory here. @@ -6152,7 +6152,7 @@ * menu-bar.el (query-replace): Add missing quote. -1994-10-06 Noah Friedman <friedman@prep.ai.mit.edu> +1994-10-06 Noah Friedman <friedman@splode.com> * type-break.el: Do not call type-break-mode upon loading. (type-break-time-sum): New function. @@ -8209,7 +8209,7 @@ * help-macro.el (make-help-screen): Bind overriding-local-map just for short sections of code. -1994-07-13 Noah Friedman (friedman@prep.ai.mit.edu) +1994-07-13 Noah Friedman (friedman@splode.com) * rsz-mini.el: (resize-minibuffer-setup): Copy post-command-hook when handling minibuffer windows in other frames, not just @@ -8556,7 +8556,7 @@ * rmail.el (rmail-highlight-headers): Do nothing if rmail-highlighted-headers is nil. -1994-06-30 Noah Friedman (friedman@prep.ai.mit.edu) +1994-06-30 Noah Friedman (friedman@splode.com) * rsz-mini.el (resize-minibuffer-window-restore): Don't do anything if the window height is already 1. @@ -8566,7 +8566,7 @@ * mouse.el (mouse-drag-secondary): Don't treat end of buffer specially when within the window. -1994-06-29 Noah Friedman (friedman@prep.ai.mit.edu) +1994-06-29 Noah Friedman (friedman@splode.com) * comint.el (comint-password-prompt-regexp): New variable. (comint-watch-for-password-prompt): Use it. @@ -8718,7 +8718,7 @@ core, make sure TABLES is non-nil before using it. At end, find the table in the user's list which includes FOUND. -1994-06-22 Noah Friedman (friedman@prep.ai.mit.edu) +1994-06-22 Noah Friedman (friedman@splode.com) * rsz-mini.el (resize-minibuffer-window-exactly, resize-minibuffer-frame, resize-minibuffer-frame-exactly): Doc @@ -8942,7 +8942,7 @@ * ange-ftp.el (ange-ftp-canonize-filename): Fix wrong var name. -1994-06-16 Noah Friedman (friedman@prep.ai.mit.edu) +1994-06-16 Noah Friedman (friedman@splode.com) * rlogin.el (rlogin-password-paranoia): Variable deleted. (rlogin-password): Function deleted.
--- a/lisp/ChangeLog.6 Mon Oct 25 00:37:25 1999 +0000 +++ b/lisp/ChangeLog.6 Mon Oct 25 00:42:32 1999 +0000 @@ -684,7 +684,7 @@ * term.el (term-exec-1): Run process on pty if possible. -1996-06-23 Noah Friedman <friedman@prep.ai.mit.edu> +1996-06-23 Noah Friedman <friedman@splode.com> * rlogin.el (rlogin): make comint-output-filter-functions local before adding hooks. @@ -1265,7 +1265,7 @@ backward compatibility. (bookmark-version): upped to 2.6.3. -1996-05-07 Noah Friedman <friedman@prep.ai.mit.edu> +1996-05-07 Noah Friedman <friedman@splode.com> * rlogin.el (rlogin): Call rlogin-mode after adding rlogin-carriage-filter to output filter functions, so user can @@ -1622,7 +1622,7 @@ * startup.el (command-line-1): Document the C- and M- conventions more completely. -1996-04-02 Noah Friedman <friedman@prep.ai.mit.edu> +1996-04-02 Noah Friedman <friedman@splode.com> * files.el (file-newest-backup): Return the newest backup for the exact file name specified, not the newest backup of all files @@ -4097,7 +4097,7 @@ (vc-backend-checkout, vc-backend-checkin): Allow vc-checkin-switches and vc-checkout-switches to be a string. -1995-12-24 Noah Friedman <friedman@prep.ai.mit.edu> +1995-12-24 Noah Friedman <friedman@splode.com> * window.el (split-window-vertically): Don't change point in old window if both the original point and the end of the buffer are @@ -4367,7 +4367,7 @@ * compile.el (compilation-mode): Add autoload cookie. -1995-12-19 Noah Friedman <friedman@prep.ai.mit.edu> +1995-12-19 Noah Friedman <friedman@splode.com> * yow.el (apropos-zippy): New command. (yow-load-message, yow-after-load-message): New constants. @@ -5455,7 +5455,7 @@ Use posix-string-match for complex regexp in `ange-ftp-name-format'. (ange-ftp-process-sentinel): Quote final * in buffer name match. -1995-10-27 Noah Friedman <friedman@prep.ai.mit.edu> +1995-10-27 Noah Friedman <friedman@splode.com> * rlogin.el (rlogin): If `buffer' arg is a buffer object, initialize `buffer-name' to the buffer name. @@ -5848,7 +5848,7 @@ * xt-mouse.el: New file. -1995-10-09 Noah Friedman <friedman@prep.ai.mit.edu> +1995-10-09 Noah Friedman <friedman@splode.com> * mailabbrev.el (mail-abbrev-syntax-table): Use `equal' instead of `=', in case elts of syntax table are lists, not integers. @@ -5953,7 +5953,7 @@ * vc.el (vc-next-action-on-file): When locking the latest trunk version, use empty version number. -1995-10-01 Noah Friedman <friedman@prep.ai.mit.edu> +1995-10-01 Noah Friedman <friedman@splode.com> * terminal.el (te-escape): Remove spurious partial duplicate definition.
--- a/lisp/ChangeLog.7 Mon Oct 25 00:37:25 1999 +0000 +++ b/lisp/ChangeLog.7 Mon Oct 25 00:42:32 1999 +0000 @@ -105,7 +105,7 @@ * which-func.el (which-func-modes): Add fortran-mode. - * ediff-util.el (ediff-next-difference, ediff-previous-difference): + * ediff-util.el (ediff-next-difference, ediff-previous-difference): Handle nil as arg. 1998-08-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> @@ -246,7 +246,7 @@ * progmodes/compile.el (next-error): Doc fix. (grep): Doc fix. - * loadup.el: Load byte-run and format a little earlier. + * loadup.el: Load byte-run and format a little earlier. 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu> @@ -265,10 +265,10 @@ * hilit-chg.el: New file. Delete the undo-in-progress compatibility code. - * mail/rmailmsc.el (set-rmail-inbox-list): + * mail/rmailmsc.el (set-rmail-inbox-list): Error if not in Rmail mode. - * textmodes/paragraphs.el (forward-paragraph): + * textmodes/paragraphs.el (forward-paragraph): Fix the logic for handling beginning of buffer in the "no fill-prefix" case. @@ -407,7 +407,7 @@ 1998-08-05 Richard Stallman <rms@psilocin.ai.mit.edu> - * gnus/message.el: Require sendmail. + * gnus/message.el: Require sendmail. (message-fill-yanked-message): Use mail-citation-prefix-regexp as an arg to fill-individual-paragraphs. @@ -613,20 +613,20 @@ * font-lock.el (lisp-font-lock-keywords-1): Fontify `defconstant' and `defparameter'. (lisp-font-lock-keywords-2): Fontify `lambda', `in-package' - and `locally'. + and `locally'. * emacs-lisp/cl-indent.el (lisp-indent-defun-method): New variable. (common-lisp-indent-function): Use it. (lisp-indent-259): Uncomment the `&lambda' code. (top-level let): Remove duplicate `catch' and `block'. Use `&lambda' when appropriate. Now the lambda lists are indented - appropriately. + appropriately. 1998-07-30 Richard Stallman <rms@psilocin.ai.mit.edu> * dired.el (dired-garbage-files-regexp): Finish fixing regexp syntax. - * mail/sendmail.el (mail-yank-region): + * mail/sendmail.el (mail-yank-region): Bind mark-even-if-inactive to t. (mail-yank-original was similarly changed, a few versions ago.) @@ -765,7 +765,7 @@ 1998-07-25 Dan Nicolaescu <done@ece.arizona.edu> - * files.el (auto-mode-alist): Move nroff-modes down the list. + * files.el (auto-mode-alist): Move nroff-modes down the list. 1998-07-25 Richard Stallman <rms@psilocin.ai.mit.edu> @@ -1107,7 +1107,7 @@ 1998-07-14 Richard Stallman <rms@psilocin.ai.mit.edu> - * info.el (Info-read-node-name-1, Info-read-node-name): + * info.el (Info-read-node-name-1, Info-read-node-name): Rename completion-table to Info-read-node-completion-table. (Info-read-node-completion-table): Add defvar. (Info-complete-menu-buffer): Add defvar. @@ -1350,7 +1350,7 @@ 1998-07-04 Richard Stallman <rms@psilocin.ai.mit.edu> - * textmodes/fill.el (fill-individual-paragraphs): + * textmodes/fill.el (fill-individual-paragraphs): If JUST-ONE-LINE-PREFIX matches TWO-LINES-PREFIX except with longer whitespace, treat that as a match even is spaces are replaced with a tab. @@ -1375,7 +1375,7 @@ * emacs-lisp/byte-opt.el (byte-boolean-vars): Add print-escape-multibyte. - * progmodes/make-mode.el (makefile-font-lock-keywords): + * progmodes/make-mode.el (makefile-font-lock-keywords): Recognize automatic variable references. (makefile-dependency-regex): Don't be fooled by colons in deps. @@ -1430,7 +1430,7 @@ (texinfo-format-buffer): Now always tagify, on accout of @anchor. (texi-format-region): Always tagify. (texi2info): Always tagify - (texinfo-anchor): Add @anchor command as place to which + (texinfo-anchor): Add @anchor command as place to which a cross reference may go. (texinfo-no-refill-regexp): Add smalldisplay, smallformat (texinfo-format-uref): New command: @uref @@ -1464,7 +1464,7 @@ (checkdoc-next-error): Added parameter ENABLE-FIX. (checkdoc-next-message-error,checkdoc-recursive-edit): New functions. (checkdoc-start): was `checkdoc', uses new note taking system. - (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments): + (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments): Updated to use new note taking system. (checkdoc-rogue-spaces, checkdoc-rogue-space-check-engine): Added INTERACT parameter, uses new warnings functions. @@ -1626,7 +1626,7 @@ 1998-06-28 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * message.el (message-cite-function): Initialized from - `mail-citation-hook', if that variable is bound and non-nil. + `mail-citation-hook', if that variable is bound and non-nil. 1998-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org> @@ -1959,7 +1959,7 @@ (custom-buffer-create-internal): Move the ... before %. * cus-dep.el (custom-make-dependencies): Also remeber if the - variable is autoloaded or not. + variable is autoloaded or not. Create the information needed by customize-changed-options. 1998-06-21 Eli Zaretskii <eliz@mescaline.gnu.org> @@ -2138,7 +2138,7 @@ * vc.el (vc-dired-hook): Don't use dired-kill-line to remove directory lines in terse mode. - (vc-dired-purge): If the top level dir is empty, make it look + (vc-dired-purge): If the top level dir is empty, make it look a little nicer. 1998-06-12 Dave Love <fx@gnu.org> @@ -2199,10 +2199,10 @@ 1998-06-11 Richard Stallman <rms@psilocin.ai.mit.edu> - * help.el (describe-key, describe-key-briefly): + * help.el (describe-key, describe-key-briefly): Don't discard up event after down event. - * emacs-lisp/find-func.el (find-function-on-key): + * emacs-lisp/find-func.el (find-function-on-key): Don't discard up event after down event. 1998-06-11 Felix Lee <flee@cygnus.com> @@ -2219,7 +2219,7 @@ 1998-06-11 Andre Spiegel <spiegel@inf.fu-berlin.de> - * dired.el (dired-readin): Insert headerline only if necessary. + * dired.el (dired-readin): Insert headerline only if necessary. (Not in recursive listings.) * vc.el (vc-dired-recurse, vc-dired-terse-display): New user options. @@ -2307,7 +2307,7 @@ 1998-06-09 stanislav shalunov <shalunov@mccme.ru> - * mail/uce.el (uce-message-text): + * mail/uce.el (uce-message-text): Change the text of message that is sent. * mail/uce.el (uce-reply-to-uce): Do not assume all Received lines @@ -2472,7 +2472,7 @@ 1998-06-04 Dan Nicolaescu <done@ece.arizona.edu> - * rsz-mini.el (resize-minibuffer-mode): + * rsz-mini.el (resize-minibuffer-mode): * iswitchb.el (iswitchb-read-buffer): Add autoload cookie. 1998-06-03 Kevin Rodgers <kevinr@ihs.com> @@ -2516,8 +2516,8 @@ 1998-06-03 Dan Nicolaescu <done@ece.arizona.edu> - * locate.el (locate): - (locate-with-filter): + * locate.el (locate): + (locate-with-filter): * generic.el (define-generic-mode): Correct typo in autoload cookie that prevented appropriate autoloads to be generated. @@ -13783,7 +13783,7 @@ * cus-edit.el (customize-browse): Don't take an argument. -1997-07-09 Noah Friedman <friedman@prep.ai.mit.edu> +1997-07-09 Noah Friedman <friedman@splode.com> * emacs-lisp/eldoc.el: Add `up-list' and `down-list' to eldoc-message-commands. @@ -14601,7 +14601,7 @@ * dired-aux.el (dired-add-entry): New optional arg RELATIVE. (dired-update-file-line): Pass t for RELATIVE. -1997-06-22 Noah Friedman <friedman@prep.ai.mit.edu> +1997-06-22 Noah Friedman <friedman@splode.com> * type-break.el: Do not use defsubst anywhere; use defuns. Don't require timer; use autoloaded functions. @@ -17406,7 +17406,7 @@ * custom.el (defface): Doc fix. -1997-05-21 Noah Friedman <friedman@prep.ai.mit.edu> +1997-05-21 Noah Friedman <friedman@splode.com> * eldoc.el (eldoc-message-commands): Move docstring into comments, since this isn't a user variable. @@ -18978,7 +18978,7 @@ parens. Fixed message. -1997-04-15 Noah Friedman <friedman@prep.ai.mit.edu> +1997-04-15 Noah Friedman <friedman@splode.com> * rlogin.el (rlogin-process-connection-type): Default to t for solaris 2.x. @@ -20313,7 +20313,7 @@ default-fontset-spec, X resources, and "-fn" command line argument. -1997-02-19 Noah Friedman <friedman@prep.ai.mit.edu> +1997-02-19 Noah Friedman <friedman@splode.com> * eldoc.el (eldoc-message-commands): Doc fixes. (eldoc-message): Make function, not macro. @@ -20430,7 +20430,7 @@ * edmacro.el (edmacro-parse-keys): Remove redundant test for ?. -1997-02-04 Noah Friedman <friedman@prep.ai.mit.edu> +1997-02-04 Noah Friedman <friedman@splode.com> * eldoc.el (eldoc-display-message-p): New function. Return nil if cursor-in-echo-area, or using idle timers and a @@ -20454,7 +20454,7 @@ * rmail.el (rmail-ignored-headers): Add Delivered-to: header. -1997-02-02 Noah Friedman <friedman@prep.ai.mit.edu> +1997-02-02 Noah Friedman <friedman@splode.com> * eldoc.el: New file.