diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog.1 | 12 | ||||
-rw-r--r-- | lisp/ChangeLog.2 | 10 | ||||
-rw-r--r-- | lisp/ChangeLog.3 | 30 | ||||
-rw-r--r-- | lisp/ChangeLog.4 | 5 | ||||
-rw-r--r-- | lisp/ChangeLog.5 | 2 | ||||
-rw-r--r-- | lisp/ChangeLog.6 | 7 | ||||
-rw-r--r-- | lisp/ChangeLog.7 | 60 | ||||
-rw-r--r-- | lisp/ChangeLog.8 | 29 | ||||
-rw-r--r-- | lisp/ChangeLog.9 | 20 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 6 |
10 files changed, 91 insertions, 90 deletions
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index 407dfb15f40..35123abd07c 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 @@ -584,7 +584,7 @@ 1986-01-09 Richard Mlynarik (mly@prep) - * mail-utils (mail-strip-quoted-names): + * mail-utils.el (mail-strip-quoted-names): Handle multi-line address lists 1986-01-08 Richard Mlynarik (mly@prep) @@ -1934,7 +1934,7 @@ 1985-09-10 Richard M. Stallman (rms@mit-prep) - * text-mode-el, lisp-mode.el, c-mode.el, buff-menu.el: + * text-mode.el, lisp-mode.el, c-mode.el, buff-menu.el: Initialize all keymaps at load time. Use new \{...} construct for documenting them. @@ -2408,11 +2408,11 @@ 1985-06-16 K. Shane Hartman (shane@mit-prep) - * sendmail (mail-mode): + * sendmail.el (mail-mode): Mention that C-c y will yank current message in rmail whether replying or not. - * mail-utils (rmail-dont-reply-to): + * mail-utils.el (rmail-dont-reply-to): If rmail-dont-reply-to-names is nil, make it be (getenv "USER"). 1985-06-15 Richard M. Stallman (rms@mit-prep) @@ -3046,8 +3046,8 @@ 1985-05-21 Richard Mlynarik (mly@mit-prep) - * mlsupport: - Fixs assorted typos where variable "bufname" was changed to "name" + * mlsupport.el: + Fix assorted typos where variable "bufname" was changed to "name" * view.el Make M-<, M-> work. Fix documentation strings to work with the diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index 2c8b6361b19..ef5c6b1a071 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 @@ -957,7 +957,7 @@ 1987-09-07 Richard Mlynarik (mly@prep) - * rmailsum (rmail-new-summary): Fix scope of `new-summary-line-count' + * rmailsum.el (rmail-new-summary): Fix scope of `new-summary-line-count' * lisp-mode.el (calculate-lisp-indent): Don't fail on first line of defun. @@ -1296,7 +1296,7 @@ 1987-04-23 Leonard H. Tower Jr. (tower@prep) - * rnewspost.el; rnews.el: + * rnewspost.el, rnews.el: added (require 'rnews) and (provide 'rnews), respectively. 1987-04-23 Chris Hanson (cph@prep) @@ -1493,7 +1493,7 @@ dired-redisplay. From Jim Cottrell, rbj@icst-cmr.arpa. They are all put on keys. - * sun-{mouse,mouse-fns,cursors}.el, term/sun.el: + * sun-mouse.el, sun-mouse-fns.el, sun-cursors.el, term/sun.el: New and replacement files from peck@sun.com. 1987-03-12 Richard M. Stallman (rms@prep) @@ -1955,7 +1955,7 @@ 1987-01-11 Richard Mlynarik (mly@prep) - * ebuff-menu (electric-buffer-list): + * ebuff-menu.el (electric-buffer-list): Typo. * buff-menu.el (Buffer-menu-select): @@ -2733,7 +2733,7 @@ 1986-10-27 Richard Mlynarik (mly@prep) - * nroff-mode (electric-nroff-mode): + * nroff-mode.el (electric-nroff-mode): Fix bugs. * electric.el, ebuff-menu.el, echistory.el: diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 48283d92a99..7c1072756a7 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 @@ -2169,7 +2169,7 @@ other keysyms are now default-bound to a function which explains that the key is not bound to anything, then raises an error. - * term/READ.ME: terminal package conventions and standard keysym + * term/README: terminal package conventions and standard keysym cookies are now documented here. * term/AT386.el: new package installed. Handles IBM-AT style @@ -3589,7 +3589,7 @@ * files.el (file-truename): Check for root by seeing if directory-file-name returns same as DIR. Look for a file-truename handler for the file name. - * vc-hooks (vc-registered): Look for a vc-registered handler. + * vc-hooks.el (vc-registered): Look for a vc-registered handler. But only if file-name-handler-alist is bound. * ange-ftp.el: Add dummy handlers for file-truename and vc-registered. (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host): @@ -4681,7 +4681,7 @@ (byte-compile-ca*d*r): Deleted. (caar, cadr, ..., cddddr): Define these using defsubst. - * Installed changes from Zawinski-Furuseth 2.04 to 2.07: + Installed changes from Zawinski-Furuseth 2.04 to 2.07: * byte-run.el (dont-compile): Doc fix. (make-obsolete-variable): New function. * bytecomp.el (byte-compile-log-1): Added new optional argument, @@ -4975,7 +4975,7 @@ terminal-dependent file has been loaded. * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r): - Changed these to work correctly with the Zawinski-Furuseth byte + Change these to work correctly with the Zawinski-Furuseth byte compiler. 1992-07-31 Robert J. Chassell (bob@churchy.gnu.ai.mit.edu) @@ -5712,7 +5712,7 @@ * bytecomp.el: Style corrected in calls to error. Many doc strings corrected in style. - * Repeated the following changes: + Repeated the following changes: * bytecomp.el (byte-compile-file): Don't put file name in minibuffer. (byte-compile-buffer): Function commented out. @@ -6720,13 +6720,12 @@ 1992-02-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) - * hack-local-variables: Don't take a FORCE argument; it's as easy - to bind enable-local-variables to t for a while as it is to pass - an extra argument, and it's cleaner. - * normal-mode: Instead of passing the FORCE argument, bind + * files.el (hack-local-variables): Don't take a FORCE argument; + it's as easy to bind enable-local-variables to t for a while as it + is to pass an extra argument, and it's cleaner. + (normal-mode): Instead of passing the FORCE argument, bind enable-local-variables. - - * set-auto-mode: Don't check for the -*- mode tag if + (set-auto-mode): Don't check for the -*- mode tag if enable-local-variables is nil. * loaddefs.el (auto-mode-alist): There's no reason for this @@ -6850,7 +6849,7 @@ * etags.el: support new (find-tag-noselect) entry point. - * info: patched to restore point on `up' to previously visited buffer. + * info.el: patched to restore point on `up' to previously visited buffer. * sccs.el: installed 3.5 @@ -9056,9 +9055,10 @@ * bytecomp.el (symbol-function, fset, read-char): Don't open code them. 1990-10-11 Richard Stallman (rms@mole.ai.mit.edu) - - * Kill commands on read-only buffers, just copy to kill-ring. - * simple.el (kill-region): If read-only, just copy to kill-ring. + + * simple.el: Kill commands on read-only buffers, just copy to + kill-ring. + (kill-region): If read-only, just copy to kill-ring. (zap-to-char, kill-line, kill-comment, kill-word): (backward-kill-word, kill-paragraph, backward-kill-paragraph): Allow read-only buffers. diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index d4987b3fe30..53d0e8defb8 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 @@ -4809,7 +4809,7 @@ 1993-11-15 Robert J. Chassell (bob@grackle.stockbridge.ma.us) - * page.el Add `provide'. + * page.el: Add `provide'. (narrow-to-page): Enable page-delimiter to span lines. * page-ext.el: Revise documentation. Add `provide'. @@ -7462,7 +7462,8 @@ 1993-07-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - * Make everything that deactivates the mark do it consistently. + Make everything that deactivates the mark do it consistently. + * simple.el (deactivate-mark): New function. (kill-ring-save, pop-mark, keyboard-quit): Call it. * ispell.el (ispell): diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 2f10a68863e..8d34123bf30 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 @@ -4220,7 +4220,7 @@ (dabbrev--capitalize): Function deleted. (dabbrev-completion): Use `capitalize'. - * msb.el Better format of files-by-directory menus. + * msb.el: Better format of files-by-directory menus. Now splits big menus into sub-menus. (msb-max-menu-items): Changed default value. This variable now depicts the maximum number of items in a sub-menu. diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index 231da6fb897..647a7b8abae 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 @@ -1463,9 +1463,10 @@ (metamail-interpret-header, metamail-interpret-body): New functions. (metamail-region, metamail-buffer): New arg VIEWMODE. - * Optional argument which value is passed to the environment - variable EMACS_VIEW_MODE is added to the function metamail-buffer - and metamail-region. + * metamail.el: Optional argument which value is passed to the + environment variable EMACS_VIEW_MODE is added to the function + metamail-buffer and metamail-region. + * files.el (after-find-file): Mention file name in "auto save is newer" message. diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index b266c5e6964..01852a8ad77 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -3833,8 +3833,8 @@ 1998-04-29 Eric S. Raymond <esr@snark.thyrsus.com> - * Many small changes that mostly eliminate the explicit mail - separator variable and use the new rfc822-goto-eoh primitive instead: + Many small changes that mostly eliminate the explicit mail separator + variable and use the new rfc822-goto-eoh primitive instead: * ispell4.el (ispell-message): Use rfc822-goto-eoh. @@ -4909,7 +4909,7 @@ 1998-04-07 Dave Love <d.love@dl.ac.uk> - * progmodes/fortran.el Use regexp-opt and eval-and-compile to + * progmodes/fortran.el: Use regexp-opt and eval-and-compile to build font-lock patterns. (fortran-mode): Define indent-region-function, indent-line-function. @@ -5788,7 +5788,7 @@ 1998-03-06 Dave Love <d.love@dl.ac.uk> - * browse-url.el Various doc fixes, mainly to remove innappropriate + * browse-url.el: Various doc fixes, mainly to remove innappropriate leading "*"s. (browse-url-new-window-p, browse-url-netscape-display) (browse-url-save-file, browse-url-generic-program): @@ -8403,7 +8403,7 @@ 1997-10-24 Carsten Dominik <dominik@strw.LeidenUniv.nl> - * reftex.el The menu now used toggle and radio for some items. + * reftex.el: The menu now used toggle and radio for some items. (reftex-default-context-regexps): `caption' now prefers the optional short caption. (reftex-offer-label-menu): Fixed bug which could kill master @@ -9591,34 +9591,34 @@ 1997-10-21 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> - * gnus-picon.el: * gnus-picons-clear-cache-on-shutdown: new variable. - * gnus-picons-piconsearch-cache-user: variable deleted. - * gnus-picons-clear-cache: new function. - * gnus-picons-close: only clear cache if + * gnus-picon.el (gnus-picons-clear-cache-on-shutdown): new variable. + (gnus-picons-piconsearch-cache-user): variable deleted. + (gnus-picons-clear-cache): new function. + (gnus-picons-close): only clear cache if gnus-picons-clear-cache-on-shutdown. - * gnus-picons-url-retrieve: set url-package-name and + (gnus-picons-url-retrieve): set url-package-name and url-package-version. - * gnus-picons-users-image-alist: new variable. - * gnus-picons-retrieve-user-callback: use it. - * Added support for network retrieval of picons. - * gnus-picons-map: removed. - * gnus-picons-remove: removed case to handle processes. - * gnus-picons-processes-alist: new variable - * gnus-picons-x-face-sentinel: simplified. Use processes alist. - * gnus-picons-display-x-face: explicitly request an xface image. + (gnus-picons-users-image-alist): new variable. + (gnus-picons-retrieve-user-callback): use it. + Added support for network retrieval of picons. + (gnus-picons-map): removed. + (gnus-picons-remove): removed case to handle processes. + (gnus-picons-processes-alist): new variable + (gnus-picons-x-face-sentinel): simplified. Use processes alist. + (gnus-picons-display-x-face): explicitly request an xface image. Always call gnus-picons-prepare-for-annotations. Use processes alist. - * gnus-picons-lookup-internal: new function. - * gnus-picons-lookup: use it. - * gnus-picons-lookup-user-internal: ditto. - * gnus-picons-display-picon-or-name: no more xface-p argument. - * gnus-picons-try-suffixes: removed. - * gnus-picons-try-face: new function. Does the caching in + (nus-picons-lookup-internal): new function. + (gnus-picons-lookup): use it. + (gnus-picons-lookup-user-internal): ditto. + (gnus-picons-display-picon-or-name): no more xface-p argument. + (gnus-picons-try-suffixes): removed. + (gnus-picons-try-face): new function. Does the caching in gnus-picons-glyph-alist. - * gnus-picons-try-to-find-face: take a glyph argument instead of a + (gnus-picons-try-to-find-face): take a glyph argument instead of a path. No more xface-p argument. Only use one annotation even if gnus-picons-display-as-address. - * gnus-picons-toggle-extent: changed into an annotation action. + (gnus-picons-toggle-extent): changed into an annotation action. 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> @@ -12843,7 +12843,7 @@ (viper-bind-mouse-search-key,viper-bind-mouse-insert-key, viper-unbind-mouse-search-key,viper-unbind-mouse-insert-key): New functions. - * viper*el: vip-style names changed to viper-style names. + * viper*.el: vip-style names changed to viper-style names. 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> @@ -12909,7 +12909,7 @@ 1997-07-31 Michael Kifer <kifer@cs.sunysb.edu> - * ediff*el: (ediff-eval-in-buffer): changed macro and renamed + * ediff*.el: (ediff-eval-in-buffer): changed macro and renamed ediff-with-current-buffer. Eliminated inefficient calls to `intern'. * ediff-diff.el: (ediff-exec-process): changed to work with buffers @@ -13455,7 +13455,7 @@ * viper*.el: Adapted to use custom.el * ediff*.el: Improved customization. - * ediff-ptch (ediff-default-backup-extension): New variable. + * ediff-ptch.el (ediff-default-backup-extension): New variable. (ediff-backup-extension,ediff-backup-specs): Change in initialization. 1997-07-17 Geoff Voelker <voelker@cs.washington.edu> @@ -18062,7 +18062,7 @@ Setting of syntax and category for Devanagari characters are moved to characters.el. - * language/english (setup-english-environment): Set + * language/english.el (setup-english-environment): Set sendmail-coding-system and rmail-file-coding-system to nil. * language/ethio-util.el (fidel-to-tex-map): Name changed to diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 5e5e063aa5f..e819d7990bb 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 @@ -403,9 +403,8 @@ `t' command key can change `reftex-toc-max-level' (eval-when-compile (require 'cl)) added. - * textmode/reftex-sel (reftex-insert-docstruct): Respect - `reftex-toc-max-level' - (eval-when-compile (require 'cl)) added. + * textmode/reftex-sel.el (reftex-insert-docstruct): Respect + `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added. * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) added. @@ -586,8 +585,7 @@ 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> - * Fixes to IDL mode after input from Eric Eide - <eeide@cs.utah.edu>: + Fixes to IDL mode after input from Eric Eide <eeide@cs.utah.edu>: * cc-engine.el (c-beginning-of-statement-1): Allow `c-conditional-key' to be nil, for the benefit of IDL mode. * cc-engine.el (c-guess-basic-syntax): Ditto. @@ -625,7 +623,7 @@ 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> - * Changes for new style variable init system: + Changes for new style variable init system: * cc-langs.el (c-common-init): Dito. * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's now customizable. @@ -1333,15 +1331,15 @@ 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> - * viper*el: Replaced old-style backquotes. + * viper*.el: Replaced old-style backquotes. - * ediff*el: Replaced old-style backquotes. + * ediff*.el: Replaced old-style backquotes. - * ediff-merge - (ediff-looks-like-combined-merge,ediff-get-combined-region): + * ediff-merge.el (ediff-looks-like-combined-merge) + (ediff-get-combined-region): Changed to support the new format for ediff-combination-pattern. - * ediff-diff (ediff-set-fine-overlays-in-one-buffer): + * ediff-diff.el (ediff-set-fine-overlays-in-one-buffer): Changed to support the new format for ediff-combination-pattern. 1999-11-24 Dave Love <fx@gnu.org> @@ -1512,7 +1510,7 @@ 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> - * quickurl.el Added defcustom of quickurl-completion-ignore-case. + * quickurl.el: Added defcustom of quickurl-completion-ignore-case. (quickurl-ask): completion-ignore-case is set to the value of quickurl-completion-ignore-case for the duration of the call to completing-read. @@ -5085,7 +5083,7 @@ 1999-05-31 Dave Love <fx@gnu.org> - * msb.el Add to minor-mode-map-alist. Remove hook installation + * msb.el: Add to minor-mode-map-alist. Remove hook installation and keymap munging on load. (msb-mode): New option. (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): @@ -8236,7 +8234,7 @@ 1998-11-16 Dave Love <fx@gnu.org> - * textmodes/sgml-mode.el Require skeleton when compiling. + * textmodes/sgml-mode.el: Require skeleton when compiling. (sgml-font-lock-keywords-1): Accept single-letter tags. (v2): Defvar free variable. @@ -8510,7 +8508,8 @@ 1998-11-02 Dave Love <fx@gnu.org> - * progmodes/fortran.el Fix for fontification of strings lost somehow: + * progmodes/fortran.el: + Fix for fontification of strings lost somehow: (fortran-fontify-string): New function. (fortran-font-lock-keywords-1): Use it. diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index b6739b476a5..7976756f1e6 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -2093,7 +2093,7 @@ * ediff.el: Date of last update, copyright years. - * ediff-wind (ediff-setup-control-frame): Nill->nil. + * ediff-wind.el (ediff-setup-control-frame): Nill->nil. * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy of Scott Bronson. @@ -5017,8 +5017,8 @@ (vc-print-log): Don't switch to the *vc* buffer before the command, so that local variable bindings are preserved. - * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*, - not the current buffer. + * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-print-log): Output to + buffer *vc*, not the current buffer. (vc-*-diff): Output to buffer *vc-diff*, not the current buffer. * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag, @@ -6999,7 +6999,7 @@ 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu> - * viper-init (viper-restore-cursor-type): Added condition-case guard. + * viper-init.el (viper-restore-cursor-type): Added condition-case guard. * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed initialization; use add-hook. @@ -15499,7 +15499,7 @@ 2000-07-17 Emmanuel Briot <briot@act-europe.fr> - * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load + * ada-mode.el: Got rid of all byte-compiler warnings on Emacs Load ada-xref.el before ada-prj.el, so that the Project menu is created when ada-prj tries to add to it. (ada-activate-keys-for-case): Suppress the characters that are not @@ -16625,7 +16625,7 @@ * image.el (insert-image): Default STRING to a space. - * info.el Doc fixes. + * info.el: Doc fixes. (Info-build-node-completions): Match Ref tags. 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> @@ -17846,8 +17846,8 @@ * faces.el: Declare more functions obsolete. - * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el - * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el + * viet-util.el, thai-util.el, tibet-util.el, slovak.el + * misc-lang.el, romanian.el, korea-util.el, lao-util.el * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: Remove all the setup-...-environment functions. @@ -18887,7 +18887,7 @@ 2000-03-23 Dave Pearson <davep@davep.org> - * net/quickurl.el Changed the type of parameter passed to the + * net/quickurl.el: Changed the type of parameter passed to the function defined by `quickurl-format-function'. Before only the text of the URL was passed. Now the whole URL structure is passed and the function is responsible for extracting the parts it requires. @@ -19204,7 +19204,7 @@ (font-lock-fontify-anchored-keywords): Properly handle the case when the matcher goes past the limit. - * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el, + * cvs-status.el, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el, pcvs.el: New files. * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el, diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 8eb38414da9..e57878b6e66 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1865,7 +1865,7 @@ * mail-source.el (mail-sources): Revert to nil. - * nnmail (nnmail-spool-file): Revert to `((file))'. + * nnmail.el (nnmail-spool-file): Revert to `((file))'. * qp.el: Don't require mm-util. (quoted-printable-decode-region): Rewritten. @@ -2131,7 +2131,7 @@ 2000-09-11 Dave Love <fx@gnu.org> - * Changelog: Use iso-2022 coding. + * ChangeLog: Use iso-2022 coding. * gnus-msg.el (gnus-msg-mail): New function. (gnus-user-agent): New mail agent. @@ -5656,7 +5656,7 @@ 1999-10-20 David S. Goldberg <dsg@mitre.org> - * mm-decode.el mm-inline-override-types: New variable + * mm-decode.el (mm-inline-override-types): New variable * mm-decode.el (mm-inline-override-p): New function |