aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-08-30 11:51:56 +0000
committerJuanma Barranquero2002-08-30 11:51:56 +0000
commitbbd55321df639d0a6b130c16a4f60a8fe0181716 (patch)
treefc1387a687252153a0bbc5a919c948e0c861a956
parentce8b7b9ff6f27e6f531e7037f92d93a038c91281 (diff)
downloademacs-bbd55321df639d0a6b130c16a4f60a8fe0181716.tar.gz
emacs-bbd55321df639d0a6b130c16a4f60a8fe0181716.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/gnus/ChangeLog27
2 files changed, 20 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0fb6a1f40a3..76dffe0b4e3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-08-30 Juanma Barranquero <lektu@terra.es> 12002-08-30 Juanma Barranquero <lektu@terra.es>
2 2
3 * replace.el (occur-mode): Add interactive declaration.
4
3 * bs.el (bs-message-without-log): Fix typo. 5 * bs.el (bs-message-without-log): Fix typo.
4 6
5 * font-core.el (font-lock-defaults): Likewise. 7 * font-core.el (font-lock-defaults): Likewise.
@@ -12,7 +14,8 @@
12 14
13 * emulation/viper-ex.el (ex-compile-command): Likewise. 15 * emulation/viper-ex.el (ex-compile-command): Likewise.
14 16
15 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent): Likewise. 17 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
18 Likewise.
16 19
17 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise. 20 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
18 21
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index e6aab31e4cd..27f22a082d9 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12002-08-30 Juanma Barranquero <lektu@terra.es>
2
3 * imap.el (imap-authenticator-alist, imap-stream-alist)
4 (imap-continuation): Fix typos.
5
12002-08-23 ShengHuo ZHU <zsh@cs.rochester.edu> 62002-08-23 ShengHuo ZHU <zsh@cs.rochester.edu>
2 7
3 * nnfolder.el (nnfolder-request-expire-articles): expiry-target. 8 * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
@@ -21,7 +26,7 @@
21 * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change 26 * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
22 cdaar to cdar and car. 27 cdaar to cdar and car.
23 28
24 * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type) 29 * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
25 (nnsoup-read-active-file, nnsoup-article-to-area): Ditto. 30 (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
26 31
272002-07-03 Juanma Barranquero <lektu@terra.es> 322002-07-03 Juanma Barranquero <lektu@terra.es>
@@ -35,9 +40,9 @@
35 40
36 * gnus-ems.el (nnheader-file-name-translation-alist): Removed. 41 * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
37 42
38 * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end. 43 * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
39 * nndoc.el: Add several new types. 44 * nndoc.el: Add several new types.
40 45
412002-05-16 Juanma Barranquero <lektu@terra.es> 462002-05-16 Juanma Barranquero <lektu@terra.es>
42 47
43 * gnus-art.el (gnus-mime-copy-part): Fix typo. 48 * gnus-art.el (gnus-mime-copy-part): Fix typo.
@@ -58,7 +63,7 @@
58 63
59 * pop3.el (pop3-munge-message-separator): Only use valid date. 64 * pop3.el (pop3-munge-message-separator): Only use valid date.
60 Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>. 65 Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
61 66
622002-04-11 Stefan Monnier <monnier@cs.yale.edu> 672002-04-11 Stefan Monnier <monnier@cs.yale.edu>
63 68
64 * gnus-sum.el (gnus-update-summary-mark-positions) 69 * gnus-sum.el (gnus-update-summary-mark-positions)
@@ -135,7 +140,7 @@
135 140
1362002-02-07 ShengHuo ZHU <zsh@cs.rochester.edu> 1412002-02-07 ShengHuo ZHU <zsh@cs.rochester.edu>
137 142
138 * gnus-art.el (article-wash-html): Bind url-gateway-unplugged. 143 * gnus-art.el (article-wash-html): Bind url-gateway-unplugged.
139 * mm-view.el (mm-w3-prepare-buffer): Ditto. 144 * mm-view.el (mm-w3-prepare-buffer): Ditto.
140 (mm-inline-text): Ditto. 145 (mm-inline-text): Ditto.
141 Suggested by Dave Love <fx@gnu.org>. 146 Suggested by Dave Love <fx@gnu.org>.
@@ -143,7 +148,7 @@
143 * mml.el (mml-preview): Disable local map. 148 * mml.el (mml-preview): Disable local map.
144 149
145 * mml.el (mml-preview): Bind `q'. 150 * mml.el (mml-preview): Bind `q'.
146 151
1472002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1522002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
148 153
149 * binhex.el (binhex-decoder-switches): Doc fix. 154 * binhex.el (binhex-decoder-switches): Doc fix.
@@ -160,7 +165,7 @@
160 (time-add): New function. 165 (time-add): New function.
161 (time-subtract): Renamed from subtract-time. 166 (time-subtract): Renamed from subtract-time.
162 (subtract-time): New alias for time-subtract. 167 (subtract-time): New alias for time-subtract.
163 168
1642002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org> 1692002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
165 170
166 * gnus-start.el (gnus-read-init-file): Cleaned up. 171 * gnus-start.el (gnus-read-init-file): Cleaned up.
@@ -174,7 +179,7 @@
174 179
175 * gnus-start.el (gnus-read-init-file): Don't force coding system 180 * gnus-start.el (gnus-read-init-file): Don't force coding system
176 for ~/.gnus. From Dave Love <fx@gnu.org>. 181 for ~/.gnus. From Dave Love <fx@gnu.org>.
177 182
1782002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu> 1832002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu>
179 184
180 * mm-util.el (mm-charset-to-coding-system): Don't setq charset. 185 * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
@@ -185,7 +190,7 @@
185 190
1862002-01-01 ShengHuo ZHU <zsh@cs.rochester.edu> 1912002-01-01 ShengHuo ZHU <zsh@cs.rochester.edu>
187 192
188 * message.el, gnus-art.el, gnus.el, gnus-cite.el: 193 * message.el, gnus-art.el, gnus.el, gnus-cite.el:
189 Adapt face definitions to use :weight and :slant. 194 Adapt face definitions to use :weight and :slant.
190 195
1912001-12-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1962001-12-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
@@ -245,12 +250,12 @@
245 250
246 * mm-util.el (mm-iso-8859-15-compatible): Fix doc. 251 * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
247 (mm-hack-charsets): Fix doc. 252 (mm-hack-charsets): Fix doc.
248 253
249 * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars. 254 * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
250 (mm-iso-8859-x-to-15-table): Ditto. 255 (mm-iso-8859-x-to-15-table): Ditto.
251 (mm-iso-8859-x-to-15-region): Ditto. 256 (mm-iso-8859-x-to-15-region): Ditto.
252 (mm-find-mime-charset-region): Ditto. 257 (mm-find-mime-charset-region): Ditto.
253 258
254 * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version. 259 * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
255 (gnus-summary-limit-to-author): Ditto. 260 (gnus-summary-limit-to-author): Ditto.
256 (gnus-summary-limit-to-extra): Ditto. 261 (gnus-summary-limit-to-extra): Ditto.