diff options
| author | Kim F. Storm | 2003-01-28 23:49:11 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-01-28 23:49:11 +0000 |
| commit | 88c717201f5d8e7f59b4654482250d4ce69cecc3 (patch) | |
| tree | 9ebccb63596d75a35705f320699732ffb2f2785c /lisp | |
| parent | 058c18c71f81821a99c17fe8fd959e3ae2314ce3 (diff) | |
| download | emacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.tar.gz emacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.zip | |
Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
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 @@ | |||
| 584 | 584 | ||
| 585 | 1986-01-09 Richard Mlynarik (mly@prep) | 585 | 1986-01-09 Richard Mlynarik (mly@prep) |
| 586 | 586 | ||
| 587 | * mail-utils (mail-strip-quoted-names): | 587 | * mail-utils.el (mail-strip-quoted-names): |
| 588 | Handle multi-line address lists | 588 | Handle multi-line address lists |
| 589 | 589 | ||
| 590 | 1986-01-08 Richard Mlynarik (mly@prep) | 590 | 1986-01-08 Richard Mlynarik (mly@prep) |
| @@ -1934,7 +1934,7 @@ | |||
| 1934 | 1934 | ||
| 1935 | 1985-09-10 Richard M. Stallman (rms@mit-prep) | 1935 | 1985-09-10 Richard M. Stallman (rms@mit-prep) |
| 1936 | 1936 | ||
| 1937 | * text-mode-el, lisp-mode.el, c-mode.el, buff-menu.el: | 1937 | * text-mode.el, lisp-mode.el, c-mode.el, buff-menu.el: |
| 1938 | Initialize all keymaps at load time. | 1938 | Initialize all keymaps at load time. |
| 1939 | Use new \{...} construct for documenting them. | 1939 | Use new \{...} construct for documenting them. |
| 1940 | 1940 | ||
| @@ -2408,11 +2408,11 @@ | |||
| 2408 | 2408 | ||
| 2409 | 1985-06-16 K. Shane Hartman (shane@mit-prep) | 2409 | 1985-06-16 K. Shane Hartman (shane@mit-prep) |
| 2410 | 2410 | ||
| 2411 | * sendmail (mail-mode): | 2411 | * sendmail.el (mail-mode): |
| 2412 | Mention that C-c y will yank current message in rmail whether | 2412 | Mention that C-c y will yank current message in rmail whether |
| 2413 | replying or not. | 2413 | replying or not. |
| 2414 | 2414 | ||
| 2415 | * mail-utils (rmail-dont-reply-to): | 2415 | * mail-utils.el (rmail-dont-reply-to): |
| 2416 | If rmail-dont-reply-to-names is nil, make it be (getenv "USER"). | 2416 | If rmail-dont-reply-to-names is nil, make it be (getenv "USER"). |
| 2417 | 2417 | ||
| 2418 | 1985-06-15 Richard M. Stallman (rms@mit-prep) | 2418 | 1985-06-15 Richard M. Stallman (rms@mit-prep) |
| @@ -3046,8 +3046,8 @@ | |||
| 3046 | 3046 | ||
| 3047 | 1985-05-21 Richard Mlynarik (mly@mit-prep) | 3047 | 1985-05-21 Richard Mlynarik (mly@mit-prep) |
| 3048 | 3048 | ||
| 3049 | * mlsupport: | 3049 | * mlsupport.el: |
| 3050 | Fixs assorted typos where variable "bufname" was changed to "name" | 3050 | Fix assorted typos where variable "bufname" was changed to "name" |
| 3051 | 3051 | ||
| 3052 | * view.el | 3052 | * view.el |
| 3053 | Make M-<, M-> work. Fix documentation strings to work with the | 3053 | 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 @@ | |||
| 957 | 957 | ||
| 958 | 1987-09-07 Richard Mlynarik (mly@prep) | 958 | 1987-09-07 Richard Mlynarik (mly@prep) |
| 959 | 959 | ||
| 960 | * rmailsum (rmail-new-summary): Fix scope of `new-summary-line-count' | 960 | * rmailsum.el (rmail-new-summary): Fix scope of `new-summary-line-count' |
| 961 | 961 | ||
| 962 | * lisp-mode.el (calculate-lisp-indent): | 962 | * lisp-mode.el (calculate-lisp-indent): |
| 963 | Don't fail on first line of defun. | 963 | Don't fail on first line of defun. |
| @@ -1296,7 +1296,7 @@ | |||
| 1296 | 1296 | ||
| 1297 | 1987-04-23 Leonard H. Tower Jr. (tower@prep) | 1297 | 1987-04-23 Leonard H. Tower Jr. (tower@prep) |
| 1298 | 1298 | ||
| 1299 | * rnewspost.el; rnews.el: | 1299 | * rnewspost.el, rnews.el: |
| 1300 | added (require 'rnews) and (provide 'rnews), respectively. | 1300 | added (require 'rnews) and (provide 'rnews), respectively. |
| 1301 | 1301 | ||
| 1302 | 1987-04-23 Chris Hanson (cph@prep) | 1302 | 1987-04-23 Chris Hanson (cph@prep) |
| @@ -1493,7 +1493,7 @@ | |||
| 1493 | dired-redisplay. From Jim Cottrell, rbj@icst-cmr.arpa. | 1493 | dired-redisplay. From Jim Cottrell, rbj@icst-cmr.arpa. |
| 1494 | They are all put on keys. | 1494 | They are all put on keys. |
| 1495 | 1495 | ||
| 1496 | * sun-{mouse,mouse-fns,cursors}.el, term/sun.el: | 1496 | * sun-mouse.el, sun-mouse-fns.el, sun-cursors.el, term/sun.el: |
| 1497 | New and replacement files from peck@sun.com. | 1497 | New and replacement files from peck@sun.com. |
| 1498 | 1498 | ||
| 1499 | 1987-03-12 Richard M. Stallman (rms@prep) | 1499 | 1987-03-12 Richard M. Stallman (rms@prep) |
| @@ -1955,7 +1955,7 @@ | |||
| 1955 | 1955 | ||
| 1956 | 1987-01-11 Richard Mlynarik (mly@prep) | 1956 | 1987-01-11 Richard Mlynarik (mly@prep) |
| 1957 | 1957 | ||
| 1958 | * ebuff-menu (electric-buffer-list): | 1958 | * ebuff-menu.el (electric-buffer-list): |
| 1959 | Typo. | 1959 | Typo. |
| 1960 | 1960 | ||
| 1961 | * buff-menu.el (Buffer-menu-select): | 1961 | * buff-menu.el (Buffer-menu-select): |
| @@ -2733,7 +2733,7 @@ | |||
| 2733 | 2733 | ||
| 2734 | 1986-10-27 Richard Mlynarik (mly@prep) | 2734 | 1986-10-27 Richard Mlynarik (mly@prep) |
| 2735 | 2735 | ||
| 2736 | * nroff-mode (electric-nroff-mode): | 2736 | * nroff-mode.el (electric-nroff-mode): |
| 2737 | Fix bugs. | 2737 | Fix bugs. |
| 2738 | 2738 | ||
| 2739 | * electric.el, ebuff-menu.el, echistory.el: | 2739 | * 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 @@ | |||
| 2169 | other keysyms are now default-bound to a function which explains | 2169 | other keysyms are now default-bound to a function which explains |
| 2170 | that the key is not bound to anything, then raises an error. | 2170 | that the key is not bound to anything, then raises an error. |
| 2171 | 2171 | ||
| 2172 | * term/READ.ME: terminal package conventions and standard keysym | 2172 | * term/README: terminal package conventions and standard keysym |
| 2173 | cookies are now documented here. | 2173 | cookies are now documented here. |
| 2174 | 2174 | ||
| 2175 | * term/AT386.el: new package installed. Handles IBM-AT style | 2175 | * term/AT386.el: new package installed. Handles IBM-AT style |
| @@ -3589,7 +3589,7 @@ | |||
| 3589 | * files.el (file-truename): Check for root by seeing if | 3589 | * files.el (file-truename): Check for root by seeing if |
| 3590 | directory-file-name returns same as DIR. | 3590 | directory-file-name returns same as DIR. |
| 3591 | Look for a file-truename handler for the file name. | 3591 | Look for a file-truename handler for the file name. |
| 3592 | * vc-hooks (vc-registered): Look for a vc-registered handler. | 3592 | * vc-hooks.el (vc-registered): Look for a vc-registered handler. |
| 3593 | But only if file-name-handler-alist is bound. | 3593 | But only if file-name-handler-alist is bound. |
| 3594 | * ange-ftp.el: Add dummy handlers for file-truename and vc-registered. | 3594 | * ange-ftp.el: Add dummy handlers for file-truename and vc-registered. |
| 3595 | (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host): | 3595 | (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host): |
| @@ -4681,7 +4681,7 @@ | |||
| 4681 | (byte-compile-ca*d*r): Deleted. | 4681 | (byte-compile-ca*d*r): Deleted. |
| 4682 | (caar, cadr, ..., cddddr): Define these using defsubst. | 4682 | (caar, cadr, ..., cddddr): Define these using defsubst. |
| 4683 | 4683 | ||
| 4684 | * Installed changes from Zawinski-Furuseth 2.04 to 2.07: | 4684 | Installed changes from Zawinski-Furuseth 2.04 to 2.07: |
| 4685 | * byte-run.el (dont-compile): Doc fix. | 4685 | * byte-run.el (dont-compile): Doc fix. |
| 4686 | (make-obsolete-variable): New function. | 4686 | (make-obsolete-variable): New function. |
| 4687 | * bytecomp.el (byte-compile-log-1): Added new optional argument, | 4687 | * bytecomp.el (byte-compile-log-1): Added new optional argument, |
| @@ -4975,7 +4975,7 @@ | |||
| 4975 | terminal-dependent file has been loaded. | 4975 | terminal-dependent file has been loaded. |
| 4976 | 4976 | ||
| 4977 | * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r): | 4977 | * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r): |
| 4978 | Changed these to work correctly with the Zawinski-Furuseth byte | 4978 | Change these to work correctly with the Zawinski-Furuseth byte |
| 4979 | compiler. | 4979 | compiler. |
| 4980 | 4980 | ||
| 4981 | 1992-07-31 Robert J. Chassell (bob@churchy.gnu.ai.mit.edu) | 4981 | 1992-07-31 Robert J. Chassell (bob@churchy.gnu.ai.mit.edu) |
| @@ -5712,7 +5712,7 @@ | |||
| 5712 | * bytecomp.el: Style corrected in calls to error. | 5712 | * bytecomp.el: Style corrected in calls to error. |
| 5713 | Many doc strings corrected in style. | 5713 | Many doc strings corrected in style. |
| 5714 | 5714 | ||
| 5715 | * Repeated the following changes: | 5715 | Repeated the following changes: |
| 5716 | * bytecomp.el (byte-compile-file): Don't put file name in minibuffer. | 5716 | * bytecomp.el (byte-compile-file): Don't put file name in minibuffer. |
| 5717 | (byte-compile-buffer): Function commented out. | 5717 | (byte-compile-buffer): Function commented out. |
| 5718 | 5718 | ||
| @@ -6720,13 +6720,12 @@ | |||
| 6720 | 6720 | ||
| 6721 | 1992-02-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) | 6721 | 1992-02-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
| 6722 | 6722 | ||
| 6723 | * hack-local-variables: Don't take a FORCE argument; it's as easy | 6723 | * files.el (hack-local-variables): Don't take a FORCE argument; |
| 6724 | to bind enable-local-variables to t for a while as it is to pass | 6724 | it's as easy to bind enable-local-variables to t for a while as it |
| 6725 | an extra argument, and it's cleaner. | 6725 | is to pass an extra argument, and it's cleaner. |
| 6726 | * normal-mode: Instead of passing the FORCE argument, bind | 6726 | (normal-mode): Instead of passing the FORCE argument, bind |
| 6727 | enable-local-variables. | 6727 | enable-local-variables. |
| 6728 | 6728 | (set-auto-mode): Don't check for the -*- mode tag if | |
| 6729 | * set-auto-mode: Don't check for the -*- mode tag if | ||
| 6730 | enable-local-variables is nil. | 6729 | enable-local-variables is nil. |
| 6731 | 6730 | ||
| 6732 | * loaddefs.el (auto-mode-alist): There's no reason for this | 6731 | * loaddefs.el (auto-mode-alist): There's no reason for this |
| @@ -6850,7 +6849,7 @@ | |||
| 6850 | 6849 | ||
| 6851 | * etags.el: support new (find-tag-noselect) entry point. | 6850 | * etags.el: support new (find-tag-noselect) entry point. |
| 6852 | 6851 | ||
| 6853 | * info: patched to restore point on `up' to previously visited buffer. | 6852 | * info.el: patched to restore point on `up' to previously visited buffer. |
| 6854 | 6853 | ||
| 6855 | * sccs.el: installed 3.5 | 6854 | * sccs.el: installed 3.5 |
| 6856 | 6855 | ||
| @@ -9056,9 +9055,10 @@ | |||
| 9056 | * bytecomp.el (symbol-function, fset, read-char): Don't open code them. | 9055 | * bytecomp.el (symbol-function, fset, read-char): Don't open code them. |
| 9057 | 9056 | ||
| 9058 | 1990-10-11 Richard Stallman (rms@mole.ai.mit.edu) | 9057 | 1990-10-11 Richard Stallman (rms@mole.ai.mit.edu) |
| 9059 | 9058 | ||
| 9060 | * Kill commands on read-only buffers, just copy to kill-ring. | 9059 | * simple.el: Kill commands on read-only buffers, just copy to |
| 9061 | * simple.el (kill-region): If read-only, just copy to kill-ring. | 9060 | kill-ring. |
| 9061 | (kill-region): If read-only, just copy to kill-ring. | ||
| 9062 | (zap-to-char, kill-line, kill-comment, kill-word): | 9062 | (zap-to-char, kill-line, kill-comment, kill-word): |
| 9063 | (backward-kill-word, kill-paragraph, backward-kill-paragraph): | 9063 | (backward-kill-word, kill-paragraph, backward-kill-paragraph): |
| 9064 | Allow read-only buffers. | 9064 | 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 @@ | |||
| 4809 | 4809 | ||
| 4810 | 1993-11-15 Robert J. Chassell (bob@grackle.stockbridge.ma.us) | 4810 | 1993-11-15 Robert J. Chassell (bob@grackle.stockbridge.ma.us) |
| 4811 | 4811 | ||
| 4812 | * page.el Add `provide'. | 4812 | * page.el: Add `provide'. |
| 4813 | (narrow-to-page): Enable page-delimiter to span lines. | 4813 | (narrow-to-page): Enable page-delimiter to span lines. |
| 4814 | 4814 | ||
| 4815 | * page-ext.el: Revise documentation. Add `provide'. | 4815 | * page-ext.el: Revise documentation. Add `provide'. |
| @@ -7462,7 +7462,8 @@ | |||
| 7462 | 7462 | ||
| 7463 | 1993-07-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | 7463 | 1993-07-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
| 7464 | 7464 | ||
| 7465 | * Make everything that deactivates the mark do it consistently. | 7465 | Make everything that deactivates the mark do it consistently. |
| 7466 | |||
| 7466 | * simple.el (deactivate-mark): New function. | 7467 | * simple.el (deactivate-mark): New function. |
| 7467 | (kill-ring-save, pop-mark, keyboard-quit): Call it. | 7468 | (kill-ring-save, pop-mark, keyboard-quit): Call it. |
| 7468 | * ispell.el (ispell): | 7469 | * 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 @@ | |||
| 4220 | (dabbrev--capitalize): Function deleted. | 4220 | (dabbrev--capitalize): Function deleted. |
| 4221 | (dabbrev-completion): Use `capitalize'. | 4221 | (dabbrev-completion): Use `capitalize'. |
| 4222 | 4222 | ||
| 4223 | * msb.el Better format of files-by-directory menus. | 4223 | * msb.el: Better format of files-by-directory menus. |
| 4224 | Now splits big menus into sub-menus. | 4224 | Now splits big menus into sub-menus. |
| 4225 | (msb-max-menu-items): Changed default value. This variable | 4225 | (msb-max-menu-items): Changed default value. This variable |
| 4226 | now depicts the maximum number of items in a sub-menu. | 4226 | 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 @@ | |||
| 1463 | (metamail-interpret-header, metamail-interpret-body): New functions. | 1463 | (metamail-interpret-header, metamail-interpret-body): New functions. |
| 1464 | (metamail-region, metamail-buffer): New arg VIEWMODE. | 1464 | (metamail-region, metamail-buffer): New arg VIEWMODE. |
| 1465 | 1465 | ||
| 1466 | * Optional argument which value is passed to the environment | 1466 | * metamail.el: Optional argument which value is passed to the |
| 1467 | variable EMACS_VIEW_MODE is added to the function metamail-buffer | 1467 | environment variable EMACS_VIEW_MODE is added to the function |
| 1468 | and metamail-region. | 1468 | metamail-buffer and metamail-region. |
| 1469 | |||
| 1469 | * files.el (after-find-file): Mention file name in | 1470 | * files.el (after-find-file): Mention file name in |
| 1470 | "auto save is newer" message. | 1471 | "auto save is newer" message. |
| 1471 | 1472 | ||
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 @@ | |||
| 3833 | 3833 | ||
| 3834 | 1998-04-29 Eric S. Raymond <esr@snark.thyrsus.com> | 3834 | 1998-04-29 Eric S. Raymond <esr@snark.thyrsus.com> |
| 3835 | 3835 | ||
| 3836 | * Many small changes that mostly eliminate the explicit mail | 3836 | Many small changes that mostly eliminate the explicit mail separator |
| 3837 | separator variable and use the new rfc822-goto-eoh primitive instead: | 3837 | variable and use the new rfc822-goto-eoh primitive instead: |
| 3838 | 3838 | ||
| 3839 | * ispell4.el (ispell-message): Use rfc822-goto-eoh. | 3839 | * ispell4.el (ispell-message): Use rfc822-goto-eoh. |
| 3840 | 3840 | ||
| @@ -4909,7 +4909,7 @@ | |||
| 4909 | 4909 | ||
| 4910 | 1998-04-07 Dave Love <d.love@dl.ac.uk> | 4910 | 1998-04-07 Dave Love <d.love@dl.ac.uk> |
| 4911 | 4911 | ||
| 4912 | * progmodes/fortran.el Use regexp-opt and eval-and-compile to | 4912 | * progmodes/fortran.el: Use regexp-opt and eval-and-compile to |
| 4913 | build font-lock patterns. | 4913 | build font-lock patterns. |
| 4914 | (fortran-mode): Define indent-region-function, | 4914 | (fortran-mode): Define indent-region-function, |
| 4915 | indent-line-function. | 4915 | indent-line-function. |
| @@ -5788,7 +5788,7 @@ | |||
| 5788 | 5788 | ||
| 5789 | 1998-03-06 Dave Love <d.love@dl.ac.uk> | 5789 | 1998-03-06 Dave Love <d.love@dl.ac.uk> |
| 5790 | 5790 | ||
| 5791 | * browse-url.el Various doc fixes, mainly to remove innappropriate | 5791 | * browse-url.el: Various doc fixes, mainly to remove innappropriate |
| 5792 | leading "*"s. | 5792 | leading "*"s. |
| 5793 | (browse-url-new-window-p, browse-url-netscape-display) | 5793 | (browse-url-new-window-p, browse-url-netscape-display) |
| 5794 | (browse-url-save-file, browse-url-generic-program): | 5794 | (browse-url-save-file, browse-url-generic-program): |
| @@ -8403,7 +8403,7 @@ | |||
| 8403 | 8403 | ||
| 8404 | 1997-10-24 Carsten Dominik <dominik@strw.LeidenUniv.nl> | 8404 | 1997-10-24 Carsten Dominik <dominik@strw.LeidenUniv.nl> |
| 8405 | 8405 | ||
| 8406 | * reftex.el The menu now used toggle and radio for some items. | 8406 | * reftex.el: The menu now used toggle and radio for some items. |
| 8407 | (reftex-default-context-regexps): `caption' now prefers the | 8407 | (reftex-default-context-regexps): `caption' now prefers the |
| 8408 | optional short caption. | 8408 | optional short caption. |
| 8409 | (reftex-offer-label-menu): Fixed bug which could kill master | 8409 | (reftex-offer-label-menu): Fixed bug which could kill master |
| @@ -9591,34 +9591,34 @@ | |||
| 9591 | 9591 | ||
| 9592 | 1997-10-21 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | 9592 | 1997-10-21 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> |
| 9593 | 9593 | ||
| 9594 | * gnus-picon.el: * gnus-picons-clear-cache-on-shutdown: new variable. | 9594 | * gnus-picon.el (gnus-picons-clear-cache-on-shutdown): new variable. |
| 9595 | * gnus-picons-piconsearch-cache-user: variable deleted. | 9595 | (gnus-picons-piconsearch-cache-user): variable deleted. |
| 9596 | * gnus-picons-clear-cache: new function. | 9596 | (gnus-picons-clear-cache): new function. |
| 9597 | * gnus-picons-close: only clear cache if | 9597 | (gnus-picons-close): only clear cache if |
| 9598 | gnus-picons-clear-cache-on-shutdown. | 9598 | gnus-picons-clear-cache-on-shutdown. |
| 9599 | * gnus-picons-url-retrieve: set url-package-name and | 9599 | (gnus-picons-url-retrieve): set url-package-name and |
| 9600 | url-package-version. | 9600 | url-package-version. |
| 9601 | * gnus-picons-users-image-alist: new variable. | 9601 | (gnus-picons-users-image-alist): new variable. |
| 9602 | * gnus-picons-retrieve-user-callback: use it. | 9602 | (gnus-picons-retrieve-user-callback): use it. |
| 9603 | * Added support for network retrieval of picons. | 9603 | Added support for network retrieval of picons. |
| 9604 | * gnus-picons-map: removed. | 9604 | (gnus-picons-map): removed. |
| 9605 | * gnus-picons-remove: removed case to handle processes. | 9605 | (gnus-picons-remove): removed case to handle processes. |
| 9606 | * gnus-picons-processes-alist: new variable | 9606 | (gnus-picons-processes-alist): new variable |
| 9607 | * gnus-picons-x-face-sentinel: simplified. Use processes alist. | 9607 | (gnus-picons-x-face-sentinel): simplified. Use processes alist. |
| 9608 | * gnus-picons-display-x-face: explicitly request an xface image. | 9608 | (gnus-picons-display-x-face): explicitly request an xface image. |
| 9609 | Always call gnus-picons-prepare-for-annotations. Use processes | 9609 | Always call gnus-picons-prepare-for-annotations. Use processes |
| 9610 | alist. | 9610 | alist. |
| 9611 | * gnus-picons-lookup-internal: new function. | 9611 | (nus-picons-lookup-internal): new function. |
| 9612 | * gnus-picons-lookup: use it. | 9612 | (gnus-picons-lookup): use it. |
| 9613 | * gnus-picons-lookup-user-internal: ditto. | 9613 | (gnus-picons-lookup-user-internal): ditto. |
| 9614 | * gnus-picons-display-picon-or-name: no more xface-p argument. | 9614 | (gnus-picons-display-picon-or-name): no more xface-p argument. |
| 9615 | * gnus-picons-try-suffixes: removed. | 9615 | (gnus-picons-try-suffixes): removed. |
| 9616 | * gnus-picons-try-face: new function. Does the caching in | 9616 | (gnus-picons-try-face): new function. Does the caching in |
| 9617 | gnus-picons-glyph-alist. | 9617 | gnus-picons-glyph-alist. |
| 9618 | * gnus-picons-try-to-find-face: take a glyph argument instead of a | 9618 | (gnus-picons-try-to-find-face): take a glyph argument instead of a |
| 9619 | path. No more xface-p argument. Only use one annotation even if | 9619 | path. No more xface-p argument. Only use one annotation even if |
| 9620 | gnus-picons-display-as-address. | 9620 | gnus-picons-display-as-address. |
| 9621 | * gnus-picons-toggle-extent: changed into an annotation action. | 9621 | (gnus-picons-toggle-extent): changed into an annotation action. |
| 9622 | 9622 | ||
| 9623 | 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | 9623 | 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> |
| 9624 | 9624 | ||
| @@ -12843,7 +12843,7 @@ | |||
| 12843 | (viper-bind-mouse-search-key,viper-bind-mouse-insert-key, | 12843 | (viper-bind-mouse-search-key,viper-bind-mouse-insert-key, |
| 12844 | viper-unbind-mouse-search-key,viper-unbind-mouse-insert-key): | 12844 | viper-unbind-mouse-search-key,viper-unbind-mouse-insert-key): |
| 12845 | New functions. | 12845 | New functions. |
| 12846 | * viper*el: vip-style names changed to viper-style names. | 12846 | * viper*.el: vip-style names changed to viper-style names. |
| 12847 | 12847 | ||
| 12848 | 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 12848 | 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 12849 | 12849 | ||
| @@ -12909,7 +12909,7 @@ | |||
| 12909 | 12909 | ||
| 12910 | 1997-07-31 Michael Kifer <kifer@cs.sunysb.edu> | 12910 | 1997-07-31 Michael Kifer <kifer@cs.sunysb.edu> |
| 12911 | 12911 | ||
| 12912 | * ediff*el: (ediff-eval-in-buffer): changed macro and renamed | 12912 | * ediff*.el: (ediff-eval-in-buffer): changed macro and renamed |
| 12913 | ediff-with-current-buffer. | 12913 | ediff-with-current-buffer. |
| 12914 | Eliminated inefficient calls to `intern'. | 12914 | Eliminated inefficient calls to `intern'. |
| 12915 | * ediff-diff.el: (ediff-exec-process): changed to work with buffers | 12915 | * ediff-diff.el: (ediff-exec-process): changed to work with buffers |
| @@ -13455,7 +13455,7 @@ | |||
| 13455 | 13455 | ||
| 13456 | * viper*.el: Adapted to use custom.el | 13456 | * viper*.el: Adapted to use custom.el |
| 13457 | * ediff*.el: Improved customization. | 13457 | * ediff*.el: Improved customization. |
| 13458 | * ediff-ptch (ediff-default-backup-extension): New variable. | 13458 | * ediff-ptch.el (ediff-default-backup-extension): New variable. |
| 13459 | (ediff-backup-extension,ediff-backup-specs): Change in initialization. | 13459 | (ediff-backup-extension,ediff-backup-specs): Change in initialization. |
| 13460 | 13460 | ||
| 13461 | 1997-07-17 Geoff Voelker <voelker@cs.washington.edu> | 13461 | 1997-07-17 Geoff Voelker <voelker@cs.washington.edu> |
| @@ -18062,7 +18062,7 @@ | |||
| 18062 | Setting of syntax and category for Devanagari characters are moved | 18062 | Setting of syntax and category for Devanagari characters are moved |
| 18063 | to characters.el. | 18063 | to characters.el. |
| 18064 | 18064 | ||
| 18065 | * language/english (setup-english-environment): Set | 18065 | * language/english.el (setup-english-environment): Set |
| 18066 | sendmail-coding-system and rmail-file-coding-system to nil. | 18066 | sendmail-coding-system and rmail-file-coding-system to nil. |
| 18067 | 18067 | ||
| 18068 | * language/ethio-util.el (fidel-to-tex-map): Name changed to | 18068 | * 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 @@ | |||
| 403 | `t' command key can change `reftex-toc-max-level' | 403 | `t' command key can change `reftex-toc-max-level' |
| 404 | (eval-when-compile (require 'cl)) added. | 404 | (eval-when-compile (require 'cl)) added. |
| 405 | 405 | ||
| 406 | * textmode/reftex-sel (reftex-insert-docstruct): Respect | 406 | * textmode/reftex-sel.el (reftex-insert-docstruct): Respect |
| 407 | `reftex-toc-max-level' | 407 | `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added. |
| 408 | (eval-when-compile (require 'cl)) added. | ||
| 409 | 408 | ||
| 410 | * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) | 409 | * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) |
| 411 | added. | 410 | added. |
| @@ -586,8 +585,7 @@ | |||
| 586 | 585 | ||
| 587 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | 586 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 588 | 587 | ||
| 589 | * Fixes to IDL mode after input from Eric Eide | 588 | Fixes to IDL mode after input from Eric Eide <eeide@cs.utah.edu>: |
| 590 | <eeide@cs.utah.edu>: | ||
| 591 | * cc-engine.el (c-beginning-of-statement-1): Allow | 589 | * cc-engine.el (c-beginning-of-statement-1): Allow |
| 592 | `c-conditional-key' to be nil, for the benefit of IDL mode. | 590 | `c-conditional-key' to be nil, for the benefit of IDL mode. |
| 593 | * cc-engine.el (c-guess-basic-syntax): Ditto. | 591 | * cc-engine.el (c-guess-basic-syntax): Ditto. |
| @@ -625,7 +623,7 @@ | |||
| 625 | 623 | ||
| 626 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | 624 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 627 | 625 | ||
| 628 | * Changes for new style variable init system: | 626 | Changes for new style variable init system: |
| 629 | * cc-langs.el (c-common-init): Dito. | 627 | * cc-langs.el (c-common-init): Dito. |
| 630 | * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | 628 | * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's |
| 631 | now customizable. | 629 | now customizable. |
| @@ -1333,15 +1331,15 @@ | |||
| 1333 | 1331 | ||
| 1334 | 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> | 1332 | 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> |
| 1335 | 1333 | ||
| 1336 | * viper*el: Replaced old-style backquotes. | 1334 | * viper*.el: Replaced old-style backquotes. |
| 1337 | 1335 | ||
| 1338 | * ediff*el: Replaced old-style backquotes. | 1336 | * ediff*.el: Replaced old-style backquotes. |
| 1339 | 1337 | ||
| 1340 | * ediff-merge | 1338 | * ediff-merge.el (ediff-looks-like-combined-merge) |
| 1341 | (ediff-looks-like-combined-merge,ediff-get-combined-region): | 1339 | (ediff-get-combined-region): |
| 1342 | Changed to support the new format for ediff-combination-pattern. | 1340 | Changed to support the new format for ediff-combination-pattern. |
| 1343 | 1341 | ||
| 1344 | * ediff-diff (ediff-set-fine-overlays-in-one-buffer): | 1342 | * ediff-diff.el (ediff-set-fine-overlays-in-one-buffer): |
| 1345 | Changed to support the new format for ediff-combination-pattern. | 1343 | Changed to support the new format for ediff-combination-pattern. |
| 1346 | 1344 | ||
| 1347 | 1999-11-24 Dave Love <fx@gnu.org> | 1345 | 1999-11-24 Dave Love <fx@gnu.org> |
| @@ -1512,7 +1510,7 @@ | |||
| 1512 | 1510 | ||
| 1513 | 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> | 1511 | 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
| 1514 | 1512 | ||
| 1515 | * quickurl.el Added defcustom of quickurl-completion-ignore-case. | 1513 | * quickurl.el: Added defcustom of quickurl-completion-ignore-case. |
| 1516 | (quickurl-ask): completion-ignore-case is set to the value of | 1514 | (quickurl-ask): completion-ignore-case is set to the value of |
| 1517 | quickurl-completion-ignore-case for the duration of the call to | 1515 | quickurl-completion-ignore-case for the duration of the call to |
| 1518 | completing-read. | 1516 | completing-read. |
| @@ -5085,7 +5083,7 @@ | |||
| 5085 | 5083 | ||
| 5086 | 1999-05-31 Dave Love <fx@gnu.org> | 5084 | 1999-05-31 Dave Love <fx@gnu.org> |
| 5087 | 5085 | ||
| 5088 | * msb.el Add to minor-mode-map-alist. Remove hook installation | 5086 | * msb.el: Add to minor-mode-map-alist. Remove hook installation |
| 5089 | and keymap munging on load. | 5087 | and keymap munging on load. |
| 5090 | (msb-mode): New option. | 5088 | (msb-mode): New option. |
| 5091 | (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | 5089 | (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): |
| @@ -8236,7 +8234,7 @@ | |||
| 8236 | 8234 | ||
| 8237 | 1998-11-16 Dave Love <fx@gnu.org> | 8235 | 1998-11-16 Dave Love <fx@gnu.org> |
| 8238 | 8236 | ||
| 8239 | * textmodes/sgml-mode.el Require skeleton when compiling. | 8237 | * textmodes/sgml-mode.el: Require skeleton when compiling. |
| 8240 | (sgml-font-lock-keywords-1): Accept single-letter tags. | 8238 | (sgml-font-lock-keywords-1): Accept single-letter tags. |
| 8241 | (v2): Defvar free variable. | 8239 | (v2): Defvar free variable. |
| 8242 | 8240 | ||
| @@ -8510,7 +8508,8 @@ | |||
| 8510 | 8508 | ||
| 8511 | 1998-11-02 Dave Love <fx@gnu.org> | 8509 | 1998-11-02 Dave Love <fx@gnu.org> |
| 8512 | 8510 | ||
| 8513 | * progmodes/fortran.el Fix for fontification of strings lost somehow: | 8511 | * progmodes/fortran.el: |
| 8512 | Fix for fontification of strings lost somehow: | ||
| 8514 | (fortran-fontify-string): New function. | 8513 | (fortran-fontify-string): New function. |
| 8515 | (fortran-font-lock-keywords-1): Use it. | 8514 | (fortran-font-lock-keywords-1): Use it. |
| 8516 | 8515 | ||
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 @@ | |||
| 2093 | 2093 | ||
| 2094 | * ediff.el: Date of last update, copyright years. | 2094 | * ediff.el: Date of last update, copyright years. |
| 2095 | 2095 | ||
| 2096 | * ediff-wind (ediff-setup-control-frame): Nill->nil. | 2096 | * ediff-wind.el (ediff-setup-control-frame): Nill->nil. |
| 2097 | 2097 | ||
| 2098 | * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy | 2098 | * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy |
| 2099 | of Scott Bronson. | 2099 | of Scott Bronson. |
| @@ -5017,8 +5017,8 @@ | |||
| 5017 | (vc-print-log): Don't switch to the *vc* buffer before the | 5017 | (vc-print-log): Don't switch to the *vc* buffer before the |
| 5018 | command, so that local variable bindings are preserved. | 5018 | command, so that local variable bindings are preserved. |
| 5019 | 5019 | ||
| 5020 | * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*, | 5020 | * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-print-log): Output to |
| 5021 | not the current buffer. | 5021 | buffer *vc*, not the current buffer. |
| 5022 | (vc-*-diff): Output to buffer *vc-diff*, not the current buffer. | 5022 | (vc-*-diff): Output to buffer *vc-diff*, not the current buffer. |
| 5023 | 5023 | ||
| 5024 | * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag, | 5024 | * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag, |
| @@ -6999,7 +6999,7 @@ | |||
| 6999 | 6999 | ||
| 7000 | 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu> | 7000 | 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu> |
| 7001 | 7001 | ||
| 7002 | * viper-init (viper-restore-cursor-type): Added condition-case guard. | 7002 | * viper-init.el (viper-restore-cursor-type): Added condition-case guard. |
| 7003 | 7003 | ||
| 7004 | * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): | 7004 | * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): |
| 7005 | Changed initialization; use add-hook. | 7005 | Changed initialization; use add-hook. |
| @@ -15499,7 +15499,7 @@ | |||
| 15499 | 15499 | ||
| 15500 | 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | 15500 | 2000-07-17 Emmanuel Briot <briot@act-europe.fr> |
| 15501 | 15501 | ||
| 15502 | * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | 15502 | * ada-mode.el: Got rid of all byte-compiler warnings on Emacs Load |
| 15503 | ada-xref.el before ada-prj.el, so that the Project menu is created | 15503 | ada-xref.el before ada-prj.el, so that the Project menu is created |
| 15504 | when ada-prj tries to add to it. | 15504 | when ada-prj tries to add to it. |
| 15505 | (ada-activate-keys-for-case): Suppress the characters that are not | 15505 | (ada-activate-keys-for-case): Suppress the characters that are not |
| @@ -16625,7 +16625,7 @@ | |||
| 16625 | 16625 | ||
| 16626 | * image.el (insert-image): Default STRING to a space. | 16626 | * image.el (insert-image): Default STRING to a space. |
| 16627 | 16627 | ||
| 16628 | * info.el Doc fixes. | 16628 | * info.el: Doc fixes. |
| 16629 | (Info-build-node-completions): Match Ref tags. | 16629 | (Info-build-node-completions): Match Ref tags. |
| 16630 | 16630 | ||
| 16631 | 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> | 16631 | 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
| @@ -17846,8 +17846,8 @@ | |||
| 17846 | 17846 | ||
| 17847 | * faces.el: Declare more functions obsolete. | 17847 | * faces.el: Declare more functions obsolete. |
| 17848 | 17848 | ||
| 17849 | * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el | 17849 | * viet-util.el, thai-util.el, tibet-util.el, slovak.el |
| 17850 | * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | 17850 | * misc-lang.el, romanian.el, korea-util.el, lao-util.el |
| 17851 | * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | 17851 | * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el |
| 17852 | * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | 17852 | * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: |
| 17853 | Remove all the setup-...-environment functions. | 17853 | Remove all the setup-...-environment functions. |
| @@ -18887,7 +18887,7 @@ | |||
| 18887 | 18887 | ||
| 18888 | 2000-03-23 Dave Pearson <davep@davep.org> | 18888 | 2000-03-23 Dave Pearson <davep@davep.org> |
| 18889 | 18889 | ||
| 18890 | * net/quickurl.el Changed the type of parameter passed to the | 18890 | * net/quickurl.el: Changed the type of parameter passed to the |
| 18891 | function defined by `quickurl-format-function'. Before only the | 18891 | function defined by `quickurl-format-function'. Before only the |
| 18892 | text of the URL was passed. Now the whole URL structure is passed | 18892 | text of the URL was passed. Now the whole URL structure is passed |
| 18893 | and the function is responsible for extracting the parts it requires. | 18893 | and the function is responsible for extracting the parts it requires. |
| @@ -19204,7 +19204,7 @@ | |||
| 19204 | (font-lock-fontify-anchored-keywords): Properly handle the case when | 19204 | (font-lock-fontify-anchored-keywords): Properly handle the case when |
| 19205 | the matcher goes past the limit. | 19205 | the matcher goes past the limit. |
| 19206 | 19206 | ||
| 19207 | * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el, | 19207 | * cvs-status.el, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el, |
| 19208 | pcvs-parse.el, pcvs-util.el, pcvs.el: New files. | 19208 | pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
| 19209 | 19209 | ||
| 19210 | * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el, | 19210 | * 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 @@ | |||
| 1865 | 1865 | ||
| 1866 | * mail-source.el (mail-sources): Revert to nil. | 1866 | * mail-source.el (mail-sources): Revert to nil. |
| 1867 | 1867 | ||
| 1868 | * nnmail (nnmail-spool-file): Revert to `((file))'. | 1868 | * nnmail.el (nnmail-spool-file): Revert to `((file))'. |
| 1869 | 1869 | ||
| 1870 | * qp.el: Don't require mm-util. | 1870 | * qp.el: Don't require mm-util. |
| 1871 | (quoted-printable-decode-region): Rewritten. | 1871 | (quoted-printable-decode-region): Rewritten. |
| @@ -2131,7 +2131,7 @@ | |||
| 2131 | 2131 | ||
| 2132 | 2000-09-11 Dave Love <fx@gnu.org> | 2132 | 2000-09-11 Dave Love <fx@gnu.org> |
| 2133 | 2133 | ||
| 2134 | * Changelog: Use iso-2022 coding. | 2134 | * ChangeLog: Use iso-2022 coding. |
| 2135 | 2135 | ||
| 2136 | * gnus-msg.el (gnus-msg-mail): New function. | 2136 | * gnus-msg.el (gnus-msg-mail): New function. |
| 2137 | (gnus-user-agent): New mail agent. | 2137 | (gnus-user-agent): New mail agent. |
| @@ -5656,7 +5656,7 @@ | |||
| 5656 | 5656 | ||
| 5657 | 1999-10-20 David S. Goldberg <dsg@mitre.org> | 5657 | 1999-10-20 David S. Goldberg <dsg@mitre.org> |
| 5658 | 5658 | ||
| 5659 | * mm-decode.el mm-inline-override-types: New variable | 5659 | * mm-decode.el (mm-inline-override-types): New variable |
| 5660 | 5660 | ||
| 5661 | * mm-decode.el (mm-inline-override-p): New function | 5661 | * mm-decode.el (mm-inline-override-p): New function |
| 5662 | 5662 | ||