aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2014-01-16 00:34:43 -0800
committerGlenn Morris2014-01-16 00:34:43 -0800
commitd967cd184c6dff62705de16823ca92b0ceb7ba23 (patch)
tree89d905c4ff407d849b86cde7be1d5acbe57f73c0 /lisp
parentc5e24e666e6bdbccdea28619849c9de646b9e799 (diff)
downloademacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.tar.gz
emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.zip
ChangeLog fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.14
-rw-r--r--lisp/ChangeLog.105
-rw-r--r--lisp/ChangeLog.1113
-rw-r--r--lisp/ChangeLog.962
-rw-r--r--lisp/erc/ChangeLog2
-rw-r--r--lisp/erc/ChangeLog.0220
-rw-r--r--lisp/erc/ChangeLog.034
-rw-r--r--lisp/erc/ChangeLog.042
-rw-r--r--lisp/erc/ChangeLog.062
-rw-r--r--lisp/gnus/ChangeLog.16
-rw-r--r--lisp/gnus/ChangeLog.215
11 files changed, 53 insertions, 82 deletions
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1
index 3462af8966d..b947715479c 100644
--- a/lisp/ChangeLog.1
+++ b/lisp/ChangeLog.1
@@ -1777,7 +1777,7 @@
1777 * debug.el (debug): 1777 * debug.el (debug):
1778 Bind debug-on-error to nil over entire invocation of debugger. 1778 Bind debug-on-error to nil over entire invocation of debugger.
1779 1779
1780 * everywhere: 1780 * Everywhere:
1781 Change dot to point. 1781 Change dot to point.
1782 1782
1783 * Many major mode commands: 1783 * Many major mode commands:
@@ -2551,7 +2551,7 @@
2551 2551
25521985-06-12 Richard Mlynarik (mly@mit-prep) 25521985-06-12 Richard Mlynarik (mly@mit-prep)
2553 2553
2554 * rmail (rmail-insert-inbox-text): 2554 * rmail.el (rmail-insert-inbox-text):
2555 file-name-directory includes a trailing "/". 2555 file-name-directory includes a trailing "/".
2556 2556
25571985-06-12 K. Shane Hartman (shane@mit-prep) 25571985-06-12 K. Shane Hartman (shane@mit-prep)
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10
index 8f5183b1ccb..9c727945491 100644
--- a/lisp/ChangeLog.10
+++ b/lisp/ChangeLog.10
@@ -1248,8 +1248,7 @@
1248 sequences (each with optional trailing space). 1248 sequences (each with optional trailing space).
1249 1249
1250 * net/tramp-uu.el: 1250 * net/tramp-uu.el:
1251 * net/tramp-util.el: 1251 * net/tramp-util.el: Use iso-2022-7bit encoding with coding cookie
1252 * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
1253 for XEmacs compatibility. 1252 for XEmacs compatibility.
1254 1253
12552003-06-17 Kenichi Handa <handa@m17n.org> 12542003-06-17 Kenichi Handa <handa@m17n.org>
@@ -2243,8 +2242,6 @@
2243 end of prompt. (ANSI escapes elsewhere in the prompt are 2242 end of prompt. (ANSI escapes elsewhere in the prompt are
2244 recognized properly already.) 2243 recognized properly already.)
2245 2244
2246 * net/tramp-efs.el: New file.
2247
22482003-05-24 Michael Albinus <Michael.Albinus@alcatel.de> 22452003-05-24 Michael Albinus <Michael.Albinus@alcatel.de>
2249 2246
2250 * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be 2247 * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11
index 9e299a2e3ca..906a445c893 100644
--- a/lisp/ChangeLog.11
+++ b/lisp/ChangeLog.11
@@ -6642,7 +6642,7 @@
6642 6642
66432004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> 66432004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
6644 6644
6645 * flymake.el: New file. 6645 * progmodes/flymake.el: New file.
6646 6646
66472004-05-28 Luc Teirlinck <teirllm@auburn.edu> 66472004-05-28 Luc Teirlinck <teirllm@auburn.edu>
6648 6648
@@ -6731,17 +6731,6 @@
6731 * mail/smtpmail.el (smtpmail-open-stream): 6731 * mail/smtpmail.el (smtpmail-open-stream):
6732 Bind starttls-extra-arguments too, if starttls.el uses GnuTLS. 6732 Bind starttls-extra-arguments too, if starttls.el uses GnuTLS.
6733 6733
67342004-05-26 Simon Josefsson <jas@extundo.com>
6735
6736 * starttls.el: Merge with my GnuTLS based starttls.el.
6737 (starttls-gnutls-program, starttls-use-gnutls)
6738 (starttls-extra-arguments, starttls-process-connection-type)
6739 (starttls-connect, starttls-failure, starttls-success): New variables.
6740 (starttls-program, starttls-extra-args): Doc fix.
6741 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6742 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6743 and pass on to corresponding *-gnutls function if it is set.
6744
67452004-05-27 Luc Teirlinck <teirllm@auburn.edu> 67342004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6746 6735
6747 * autorevert.el (auto-revert-handler): Disable auto-reverting of 6736 * autorevert.el (auto-revert-handler): Disable auto-reverting of
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index 3b470fb67f7..121e30d9657 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -919,18 +919,18 @@
919 919
9202001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> 9202001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
921 921
922 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix. 922 * progmodes/ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
923 (ebnf-version): New version (3.6.1). 923 (ebnf-version): New version (3.6.1).
924 924
925 * ebnf-bnf.el: Fix character range regexp. Doc fix. 925 * progmodes/ebnf-bnf.el: Fix character range regexp. Doc fix.
926 (ebnf-bnf-non-terminal-chars): New internal const. 926 (ebnf-bnf-non-terminal-chars): New internal const.
927 (ebnf-bnf-lex): Fix code. 927 (ebnf-bnf-lex): Fix code.
928 928
929 * ebnf-iso.el: Fix character range regexp. Doc fix. 929 * progmodes/ebnf-iso.el: Fix character range regexp. Doc fix.
930 (ebnf-iso-non-terminal-chars): New internal const. 930 (ebnf-iso-non-terminal-chars): New internal const.
931 (ebnf-iso-lex): Fix code. 931 (ebnf-iso-lex): Fix code.
932 932
933 * ebnf-yac.el: Fix character range regexp. Doc fix. 933 * progmodes/ebnf-yac.el: Fix character range regexp. Doc fix.
934 (ebnf-yac-skip-chars): New internal const. 934 (ebnf-yac-skip-chars): New internal const.
935 (ebnf-yac-skip-code): Fix code. 935 (ebnf-yac-skip-code): Fix code.
936 936
@@ -1006,16 +1006,17 @@
1006 1006
10072001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br> 10072001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1008 1008
1009 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript 1009 * progmodes/ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1010 programming. Doc fix. 1010 programming. Doc fix.
1011 (ebnf-version): New version (3.6). 1011 (ebnf-version): New version (3.6).
1012 (ebnf-eps-begin): Data fix. 1012 (ebnf-eps-begin): Data fix.
1013 (ebnf-begin-file): Code fix. 1013 (ebnf-begin-file): Code fix.
1014 1014
1015 * ebnf-bnf.el: Doc fix. 1015 * progmodes/ebnf-bnf.el: Doc fix.
1016 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens. 1016 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1017 1017
1018 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix. 1018 * progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, progmodes/ebnf-yac.el:
1019 Doc fix.
1019 1020
10202001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> 10212001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1021 1022
@@ -5745,7 +5746,7 @@
5745 5746
57462001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> 57472001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5747 5748
5748 * ebnf2ps.el: Eliminate time-stamp functions. 5749 * progmodes/ebnf2ps.el: Eliminate time-stamp functions.
5749 (ebnf-version): New version (3.5). 5750 (ebnf-version): New version (3.5).
5750 (ebnf-eps-finish-and-write): Replace time-stamp functions by 5751 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5751 format-time-string. 5752 format-time-string.
@@ -7072,27 +7073,27 @@
7072 7073
70732000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br> 70742000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7074 7075
7075 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept 7076 * progmodes/ebnf2ps.el: Fix a problem with skip-chars-forward:
7076 ranges like \177-\237, but accepts the character sequence from \177 to 7077 it doesn't accept ranges like \177-\237, but accepts the character
7077 \237. Doc fix. 7078 sequence from \177 to \237. Doc fix.
7078 (ebnf-version): New version (3.4). 7079 (ebnf-version): New version (3.4).
7079 (ebnf-setup): Code fix. 7080 (ebnf-setup): Code fix.
7080 (ebnf-range-regexp): New fun. 7081 (ebnf-range-regexp): New fun.
7081 (ebnf-8-bit-chars): Const fix. 7082 (ebnf-8-bit-chars): Const fix.
7082 7083
7083 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log 7084 * progmodes/ebnf-bnf.el: Fix the same problem as described
7084 entry. Doc fix. 7085 on ebnf2ps.el log entry. Doc fix.
7085 (ebnf-bnf-lex): Code fix. 7086 (ebnf-bnf-lex): Code fix.
7086 (ebnf-bnf-comment-chars): Const fix. 7087 (ebnf-bnf-comment-chars): Const fix.
7087 7088
7088 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log 7089 * progmodes/ebnf-iso.el: Fix the same problem as described
7089 entry. Doc fix. 7090 on ebnf2ps.el log entry. Doc fix.
7090 (ebnf-iso-comment-chars): Const fix. 7091 (ebnf-iso-comment-chars): Const fix.
7091 7092
7092 * ebnf-otz.el: Doc fix. 7093 * progmodes/ebnf-otz.el: Doc fix.
7093 7094
7094 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log 7095 * progmodes/ebnf-yac.el: Fix the same problem as described
7095 entry. Doc fix. 7096 on ebnf2ps.el log entry. Doc fix.
7096 (ebnf-yac-skip-code): Code fix. 7097 (ebnf-yac-skip-code): Code fix.
7097 (ebnf-yac-comment-chars): Const fix. 7098 (ebnf-yac-comment-chars): Const fix.
7098 7099
@@ -10183,7 +10184,7 @@
10183 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el, 10184 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10184 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el, 10185 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10185 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el, 10186 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10186 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el, 10187 * eshell/em-glob.el, eshell/em-dirs.el, eshell/em-cmpl.el,
10187 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el: 10188 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10188 Add author information. 10189 Add author information.
10189 10190
@@ -15035,7 +15036,7 @@
15035 15036
150362000-07-30 Milan Zamazal <pdm@freesoft.cz> 150372000-07-30 Milan Zamazal <pdm@freesoft.cz>
15037 15038
15038 * glasses.el (glasses-make-readable): Fix uncapitalization of 15039 * progmodes/glasses.el (glasses-make-readable): Fix uncapitalization of
15039 identifiers like `myXMLDocument'. 15040 identifiers like `myXMLDocument'.
15040 15041
150412000-07-28 Karl Fogel <kfogel@red-bean.com> 150422000-07-28 Karl Fogel <kfogel@red-bean.com>
@@ -17835,10 +17836,13 @@
17835 17836
17836 * faces.el: Declare more functions obsolete. 17837 * faces.el: Declare more functions obsolete.
17837 17838
17838 * viet-util.el, thai-util.el, tibet-util.el, slovak.el 17839 * language/viet-util.el, language/thai-util.el, language/tibet-util.el:
17839 * misc-lang.el, romanian.el, korea-util.el, lao-util.el 17840 * language/slovak.el, language/misc-lang.el, language/romanian.el:
17840 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el 17841 * language/korea-util.el, language/lao-util.el, language/japan-util.el:
17841 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: 17842 * language/greek.el, language/hebrew.el, language/european.el:
17843 * language/ethio-util.el, language/english.el, language/czech.el:
17844 * language/devan-util.el, language/cyril-util.el:
17845 * language/china-util.el:
17842 Remove all the setup-...-environment functions. 17846 Remove all the setup-...-environment functions.
17843 17847
178442000-05-13 Eric M. Ludlam <zappo@ultranet.com> 178482000-05-13 Eric M. Ludlam <zappo@ultranet.com>
@@ -18077,7 +18081,7 @@
18077 18081
180782000-05-04 Milan Zamazal <pdm@freesoft.cz> 180822000-05-04 Milan Zamazal <pdm@freesoft.cz>
18079 18083
18080 * glasses.el (glasses-convert-to-unreadable): Use 18084 * progmodes/glasses.el (glasses-convert-to-unreadable): Use
18081 `glasses-separator' instead of the hard-wired "_". 18085 `glasses-separator' instead of the hard-wired "_".
18082 (glasses-mode): Call `glasses-make-unreadable' only in a single 18086 (glasses-mode): Call `glasses-make-unreadable' only in a single
18083 place. 18087 place.
@@ -18596,7 +18600,7 @@
18596 18600
185972000-04-04 Milan Zamazal <pdm@freesoft.cz> 186012000-04-04 Milan Zamazal <pdm@freesoft.cz>
18598 18602
18599 * glasses.el: Provide facilities for inserting space before left 18603 * progmodes/glasses.el: Provide facilities for inserting space before left
18600 parentheses and uncapitalization of identifiers. 18604 parentheses and uncapitalization of identifiers.
18601 (glasses-mode): Try to remove old overlays in all cases. 18605 (glasses-mode): Try to remove old overlays in all cases.
18602 18606
@@ -20092,9 +20096,9 @@
20092 20096
20093 * windmove.el: New file. 20097 * windmove.el: New file.
20094 20098
20095 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, 20099 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el:
20096 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, 20100 * progmodes/ebnf-iso.el, progmodes/ebnf-otz.el:
20097 progmodes/ebnf-yac.el: Update copyright and license info. 20101 * progmodes/ebnf-yac.el: Update copyright and license info.
20098 20102
20099 * jit-lock.el (jit-lock-function): Widen before calculating 20103 * jit-lock.el (jit-lock-function): Widen before calculating
20100 end position. 20104 end position.
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index b5cbf56d888..6bfaa184b70 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -200,7 +200,7 @@
200 200
2012012-10-04 Julien Danjou <julien@danjou.info> 2012012-10-04 Julien Danjou <julien@danjou.info>
202 202
203 * erc-desktop-notifications.el: Rename from erc-notifications to 203 * erc-desktop-notifications.el: Rename from erc-notifications.el to
204 avoid clash with 8+3 filename format and erc-notify.el. 204 avoid clash with 8+3 filename format and erc-notify.el.
205 205
2062012-09-25 Chong Yidong <cyd@gnu.org> 2062012-09-25 Chong Yidong <cyd@gnu.org>
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02
index 32ff17e65f6..77d4855abc2 100644
--- a/lisp/erc/ChangeLog.02
+++ b/lisp/erc/ChangeLog.02
@@ -1032,13 +1032,12 @@
1032 * erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el: 1032 * erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el:
1033 * new file 1033 * new file
1034 1034
1035 erc.el: 1035 * erc.el: Removed auto-discard-away facility (now included in
1036 * Removed auto-discard-away facility (now included in erc-autoaway.el) 1036 erc-autoaway.el)
1037 * (erc-away-p): new function 1037 (erc-away-p): new function
1038 1038
1039 erc-fill.el: 1039 * erc-fill.el (erc-fill-variable): Check whether erc-timestamp-format
1040 * (erc-fill-variable): Check whether erc-timestamp-format is bound before 1040 is bound before using it (erc-fill.el does not require erc-stamp).
1041 using it (erc-fill.el does not require erc-stamp).
1042 1041
10432002-11-10 Alex Schroeder <alex@gnu.org> 10422002-11-10 Alex Schroeder <alex@gnu.org>
1044 1043
@@ -1650,10 +1649,13 @@
1650 Changed some instances of member to memq. 1649 Changed some instances of member to memq.
1651 1650
1652 * erc-track.el, erc.el: 1651 * erc-track.el, erc.el:
1653 erc.el: (erc-message-type-member): New function, used to test 1652 * erc.el (erc-message-type-member): New function, used to test
1654 for message type. Require erc-parsed text-property. 1653 for message type. Require erc-parsed text-property.
1655 erc-track.el: erc-track-exclude-types: New variable. Defaults to ("JOIN" "PART") right now for testing, it should eventually set to nil soon again. 1654 * erc-track.el (erc-track-exclude-types): New variable. Defaults
1656 (erc-track-modified-channels): Use above fun and var to optionally exclude certain message types from channel tracking. 1655 to ("JOIN" "PART") right now for testing, it should eventually set
1656 to nil soon again.
1657 (erc-track-modified-channels): Use above fun and var to optionally
1658 exclude certain message types from channel tracking.
1657 1659
16582002-05-28 Diane Murray <disumu@x3y2z1.net> 16602002-05-28 Diane Murray <disumu@x3y2z1.net>
1659 1661
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03
index fff3e8560cc..5f04cf8ebe5 100644
--- a/lisp/erc/ChangeLog.03
+++ b/lisp/erc/ChangeLog.03
@@ -678,7 +678,7 @@
678 to erc-truncate.el 678 to erc-truncate.el
679 * erc-truncate-buffer-on-save: moved to erc-log.el 679 * erc-truncate-buffer-on-save: moved to erc-log.el
680 * erc-initialize-log-marker: new function. 680 * erc-initialize-log-marker: new function.
681 erc-log.el: 681 * erc-log.el:
682 * erc-truncate-buffer-on-save: New defcust here; from erc.el 682 * erc-truncate-buffer-on-save: New defcust here; from erc.el
683 * erc-truncate-buffer-on-save: Put it in group `erc-log' 683 * erc-truncate-buffer-on-save: Put it in group `erc-log'
684 * erc-log-channels-directory: Remove trailing slash from 684 * erc-log-channels-directory: Remove trailing slash from
@@ -686,7 +686,7 @@
686 * Add functions to erc-connect-pre-hook, erc-part-hook and 686 * Add functions to erc-connect-pre-hook, erc-part-hook and
687 erc-quit-hook to avoid getting autoloaded. 687 erc-quit-hook to avoid getting autoloaded.
688 688
689 erc-truncate.el: 689 * erc-truncate.el:
690 * Contains the truncation functions and defcusts from erc.el. 690 * Contains the truncation functions and defcusts from erc.el.
691 * define-erc-module clause added; new erc-truncate-mode. 691 * define-erc-module clause added; new erc-truncate-mode.
692 692
diff --git a/lisp/erc/ChangeLog.04 b/lisp/erc/ChangeLog.04
index c82d9e5028e..07f2fa9efdc 100644
--- a/lisp/erc/ChangeLog.04
+++ b/lisp/erc/ChangeLog.04
@@ -491,7 +491,7 @@
491 members has been made some time ago. Clean up the various tries to 491 members has been made some time ago. Clean up the various tries to
492 do this in the past. 492 do this in the past.
493 493
494 erc-macs.el: Removed. erc-members.el: Removed. 494 * erc-macs.el, erc-members.el: Removed.
495 495
4962004-08-10 Jorgen Schaefer <forcer@users.sourceforge.net> 4962004-08-10 Jorgen Schaefer <forcer@users.sourceforge.net>
497 497
diff --git a/lisp/erc/ChangeLog.06 b/lisp/erc/ChangeLog.06
index 197fd991c76..a547da6b27c 100644
--- a/lisp/erc/ChangeLog.06
+++ b/lisp/erc/ChangeLog.06
@@ -1095,7 +1095,7 @@
1095 `ibuffer-define-column'. Require 'ibuf-ext so that the macros 1095 `ibuffer-define-column'. Require 'ibuf-ext so that the macros
1096 work without compiler warnings. 1096 work without compiler warnings.
1097 1097
1098 * man/erc.texi (Obtaining ERC, Installation): Note that these 1098 * erc.texi (Obtaining ERC, Installation): Note that these
1099 sections may be skipped if using the version of ERC that comes 1099 sections may be skipped if using the version of ERC that comes
1100 with Emacs. 1100 with Emacs.
1101 1101
diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1
index 92d579b53d9..e8a66bfbd43 100644
--- a/lisp/gnus/ChangeLog.1
+++ b/lisp/gnus/ChangeLog.1
@@ -1959,12 +1959,6 @@
1959 1959
1960 * nntp.el: Check whether the connection died. 1960 * nntp.el: Check whether the connection died.
1961 1961
19621998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
1963
1964 * gnus.texi (Easy Picons): Removed references to
1965 `gnus-group-display-picons'.
1966 (Hard Picons): Ditto.
1967
19681998-03-02 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> 19621998-03-02 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1969 1963
1970 * gnus-sum.el (gnus-summary-exit-no-update): Run 1964 * gnus-sum.el (gnus-summary-exit-no-update): Run
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 789b601540b..b182f226e04 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -5518,11 +5518,6 @@
5518 5518
5519 * gnus-ems.el (gnus-mark-active-p): Do. 5519 * gnus-ems.el (gnus-mark-active-p): Do.
5520 5520
55212003-01-15 Kevin Ryde <user42@zip.com.au>
5522
5523 * gnus.texi (Using MIME): Mention auto-compression-mode with
5524 gnus-mime-copy-part.
5525
55262003-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org> 55212003-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5527 5522
5528 * message.el (message-send): Don't warn about duplicates when 5523 * message.el (message-send): Don't warn about duplicates when
@@ -6529,12 +6524,6 @@
6529 gnus-group-sort-groups-by-real-name and 6524 gnus-group-sort-groups-by-real-name and
6530 gnus-group-sort-selected-groups-by-real-name. 6525 gnus-group-sort-selected-groups-by-real-name.
6531 6526
65322002-07-21 Jesper Harder <harder@ifa.au.dk>
6533
6534 * gnus.texi (Sorting Groups): Add key bindings for
6535 gnus-group-sort-groups-by-real-name and
6536 gnus-group-sort-selected-groups-by-real-name.
6537
65382002-12-30 Teodor Zlatanov <tzz@lifelogs.com> 65272002-12-30 Teodor Zlatanov <tzz@lifelogs.com>
6539 6528
6540 * spam.el (spam-use-dig): New variable for blackhole checking 6529 * spam.el (spam-use-dig): New variable for blackhole checking
@@ -18165,10 +18154,6 @@
18165 * nnheader.el (nnheader-replace-chars-in-string): Use it. 18154 * nnheader.el (nnheader-replace-chars-in-string): Use it.
18166 * gnus-mh.el (mh-lib-progs): Shut up. 18155 * gnus-mh.el (mh-lib-progs): Shut up.
18167 18156
181682000-11-04 ShengHuo Zhu <zsh@cs.rochester.edu>
18169
18170 * base64.el, md5.el: Moved to contrib directory.
18171
181722000-11-04 11:13:56 ShengHuo ZHU <zsh@cs.rochester.edu> 181572000-11-04 11:13:56 ShengHuo ZHU <zsh@cs.rochester.edu>
18173 18158
18174 * gnus-sum.el (gnus-summary-search-article-forward): Don't move 18159 * gnus-sum.el (gnus-summary-search-article-forward): Don't move