/[emacs]/emacs/lisp/gnus/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/gnus/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.204 by lektu, Thu May 16 11:57:36 2002 UTC revision 1.204.2.1 by miles, Fri Apr 4 06:20:20 2003 UTC
# Line 1  Line 1 
1    2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2    
3            * nnfolder.el (nnfolder-request-accept-article): Don't use
4            mail-header-unfold-field.
5    
6            * imap.el (imap-ssl-open): Don't depend on ssl.el.
7            * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
8    
9    2003-02-18  Juanma Barranquero  <lektu@terra.es>
10    
11            * ietf-drums.el (ietf-drums-remove-whitespace): Fix character
12            constant.
13    
14    2003-02-14  Juanma Barranquero  <lektu@terra.es>
15    
16            * mm-uu.el (mm-uu-dissect): Fix use of character constant.
17    
18    2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
19    
20            * nntp.el (nntp-accept-process-output): Don't use point-max to get
21            the buffer's size.
22    
23    2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
24    
25            * nnheader.el: Added cygwin to system-type comparisons.
26    
27    2003-01-27  Juanma Barranquero  <lektu@terra.es>
28    
29            * imap.el (imap-mailbox-status): Fix typo.
30    
31    2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
32    
33            * gnus-sum.el (gnus-alter-header-function): Add type and group.
34    
35    2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
36    
37            * gnus-agent.el: Don't use `path'.
38    
39            * nnsoup.el (nnsoup-file-name): Ditto.
40    
41            * nnmail.el (nnmail-pathname-coding-system): Ditto.
42            (nnmail-group-pathname): Ditto.
43    
44            * nnimap.el (nnimap-group-overview-filename): Ditto.
45    
46            * nnheader.el (nnheader-pathname-coding-system): Ditto.
47            (nnheader-group-pathname): Ditto.
48    
49            * nnfolder.el (nnfolder-group-pathname): Ditto.
50    
51            * gnus.el (gnus-home-directory): Ditto.
52    
53            * gnus-group.el (gnus-group-icon-list): Ditto.
54    
55    2003-01-04  Kim F. Storm  <storm@cua.dk>
56    
57            * message.el (message-split-line): New function.
58            (message-mode-map): Remap split-line to message-split-line.
59    
60    2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
61    
62            * smiley-ems.el (gnus-smiley-display): Typo.
63    
64            * nnvirtual.el: Typo.
65    
66            * nnsoup.el (nnsoup-retrieve-headers): Typo.
67    
68            * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
69    
70            * nnimap.el: Typo.
71            (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
72    
73            * mm-encode.el (mm-safer-encoding): Typo.
74    
75            * messcompat.el: Typo.
76    
77            * message.el (message-face-alist): Typo.
78    
79            * imap.el (imap-interactive-login, imap-anonymous-auth)
80            (imap-open): Typos.
81    
82            * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
83    
84            * gnus.el: Typo.
85    
86            * gnus-win.el (gnus-configure-frame): Typo.
87    
88            * gnus-util.el (gnus-atomic-progn-assign): Typo.
89    
90            * gnus-topic.el (gnus-topic-sort-topics): Typo.
91    
92            * gnus-sum.el (gnus-summary-article-number)
93            (gnus-summary-read-group-1, gnus-summary-mark-article)
94            (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
95    
96            * gnus-mule.el (gnus-mule-add-group): Typo.
97    
98            * gnus-mlspl.el (gnus-group-split-fancy): Typo.
99    
100            * gnus-group.el (gnus-group-fetch-faq): Typo.
101    
102            * gnus-art.el (gnus-decode-header-methods): Typo.
103    
104            * flow-fill.el: Typo.
105    
106    2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
107    
108            * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
109    
110    2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
111    
112            * message.el (message-set-auto-save-file-name):
113            Use make-directory, to avoid the dependence on gnus-util.
114    
115    2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
116    
117            * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
118            parens in column 0.
119    
120    2002-11-08  Markus Rost  <rost@math.ohio-state.edu>
121    
122            * nnimap.el (nnimap-split-rule): Doc fix - escape open parens in
123            column 0.
124    
125    2002-10-18  Dave Love  <fx@gnu.org>
126    
127            * mm-util.el (mm-mime-mule-charset-alist): Require when compiling.
128            (mm-auto-save-coding-system): Prefer utf-8-emacs coding system to
129            emacs-mule.
130            (mm-find-mime-charset-region): Fix :mime-charset part.
131            (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system)
132            (mm-mime-charset, mm-find-mime-charset-region): Look for
133            `:mime-charset' property of coding systems before `mime-charset'.
134            (mm-mule4-p, mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
135            (mm-with-unibyte-current-buffer-mule4): Deleted.
136            (mm-point-at-bol, mm-point-at-eol, mm-insert-byte)
137            (multibyte-char-to-unibyte): New.
138    
139            * rfc2047.el (message-posting-charset): defvar when compiling.
140            (ietf-drums, gnus-util): Don't require.
141            (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc fixes.
142            (rfc2047-charset-encoding-alist): Use B for iso-8859-7,
143            iso-8859-8.
144            (rfc2047-q-encoding-alist): Augment header list.
145            (rfc2047-encoding-type): New.
146            (rfc2047-dissect-region): Deleted.
147            (rfc2047-encode-region, rfc2047-encode): Rewritten to take
148            account of rfc2047 rules with respect to rfc2822 tokens and to do
149            encoding in place rather than by passing strings.
150            (rfc2047-encode-message-header): Don't include header name field
151            in encoding.  Add `address-mime' case and bind
152            rfc2047-encoding-type for `mime' case.
153            (rfc2047-encode-string): Doc fix.
154            (rfc2047-encode): Use longer chunks for base64.
155            (rfc2047-fold-region): Insert single characters, not strings.
156            (rfc2047-encoded-word-regexp): Wrap in eval-and-compile.
157    
158            * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article)
159            (gnus-summary-select-article, gnus-summary-edit-article):
160            Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
161    
162            * message.el (message-forward-make-body):
163            Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
164    
165            * qp.el (quoted-printable-encode-region): Use mm-insert-byte.
166            Maybe use string-to-multibyte.  Avoid find-charset-region.
167            Cope with encoding Emacs 22 eight-bit chars.
168    
169            * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule.
170            (mm-encode-body): Just call mm-encode-coding-region in encoding case.
171    
172    2002-10-17  Juanma Barranquero  <lektu@terra.es>
173    
174            * nnweb.el (nnweb-dejanews-create-mapping)
175            (nnweb-reference-create-mapping, nnweb-altavista-create-mapping)
176            (nnweb-google-create-mapping): Fix typos.
177    
178            * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
179    
180            * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
181    
182            * gnus-cus.el (gnus-group-customize): Likewise.
183    
184            * gnus-util.el (gnus-parse-netrc): Likewise.
185    
186    2002-09-21  Rob Browning  <rlb@defaultvalue.org>
187    
188            * gnus-art.el (gnus-article-x-face-command):
189            Use gnus-article-compface-xbm if bound.
190    
191    2002-09-18  Rob Browning  <rlb@defaultvalue.org>
192    
193            * gnus-art.el (gnus-article-x-face-command):
194            Don't use gnus-article-compface-xbm.
195    
196    2002-09-06  Juanma Barranquero  <lektu@terra.es>
197    
198            * gnus-int.el (gnus-status-message): Fix spacing.
199    
200    2002-08-30  Juanma Barranquero  <lektu@terra.es>
201    
202            * imap.el (imap-authenticator-alist, imap-stream-alist)
203            (imap-continuation): Fix typos.
204    
205    2002-08-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
206    
207            * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
208    
209            * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
210    
211            * nnmbox.el (nnmbox-request-expire-articles): Ditto.
212    
213            * nnmh.el (nnmh-request-expire-articles):
214            Implemented expiry-target for nnmh backend.
215    
216    2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
217    
218            * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
219    
220            * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
221            avoid arithmetic errors.
222    
223    2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
224    
225            * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent):
226            Change cdaar to cdar and car.
227    
228            * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
229            (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
230    
231    2002-07-03  Juanma Barranquero  <lektu@terra.es>
232    
233            * gnus-sum.el (gnus-summary-highlight): Fix typo.
234    
235    2002-06-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
236    
237            * nnheader.el (nnheader-file-name-translation-alist): Set the
238            default value for MS Windows systems.
239    
240            * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
241    
242            * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
243            * nndoc.el: Add several new types.
244    
245  2002-05-16  Juanma Barranquero  <lektu@terra.es>  2002-05-16  Juanma Barranquero  <lektu@terra.es>
246    
247          * gnus-art.el (gnus-mime-copy-part): Fix typo.          * gnus-art.el (gnus-mime-copy-part): Fix typo.
# Line 18  Line 262 
262    
263          * pop3.el (pop3-munge-message-separator): Only use valid date.          * pop3.el (pop3-munge-message-separator): Only use valid date.
264          Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.          Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
265            
266  2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>  2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
267    
268          * gnus-sum.el (gnus-update-summary-mark-positions)          * gnus-sum.el (gnus-update-summary-mark-positions)
# Line 67  Line 311 
311          save file name.          save file name.
312          Trivial change from Geoff Greene <ggreene@wpi.edu>          Trivial change from Geoff Greene <ggreene@wpi.edu>
313    
314  2002-03-05  Eli Zaretskii <eliz@is.elta.co.il>  2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
315    
316          * qp.el (quoted-printable-decode-region): Doc addition.          * qp.el (quoted-printable-decode-region): Doc addition.
317    
# Line 95  Line 339 
339    
340  2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>  2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
341    
342          * gnus-art.el (article-wash-html): Bind url-gateway-unplugged.          * gnus-art.el (article-wash-html): Bind url-gateway-unplugged.
343          * mm-view.el (mm-w3-prepare-buffer): Ditto.          * mm-view.el (mm-w3-prepare-buffer): Ditto.
344          (mm-inline-text): Ditto.          (mm-inline-text): Ditto.
345          Suggested by  Dave Love <fx@gnu.org>.          Suggested by  Dave Love <fx@gnu.org>.
# Line 103  Line 347 
347          * mml.el (mml-preview): Disable local map.          * mml.el (mml-preview): Disable local map.
348    
349          * mml.el (mml-preview): Bind `q'.          * mml.el (mml-preview): Bind `q'.
350            
351  2002-02-05  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-05  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
352    
353          * binhex.el (binhex-decoder-switches): Doc fix.          * binhex.el (binhex-decoder-switches): Doc fix.
# Line 120  Line 364 
364          (time-add): New function.          (time-add): New function.
365          (time-subtract): Renamed from subtract-time.          (time-subtract): Renamed from subtract-time.
366          (subtract-time): New alias for time-subtract.          (subtract-time): New alias for time-subtract.
367            
368  2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>  2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369    
370          * gnus-start.el (gnus-read-init-file): Cleaned up.          * gnus-start.el (gnus-read-init-file): Cleaned up.
# Line 134  Line 378 
378    
379          * gnus-start.el (gnus-read-init-file): Don't force coding system          * gnus-start.el (gnus-read-init-file): Don't force coding system
380          for ~/.gnus.  From Dave Love <fx@gnu.org>.          for ~/.gnus.  From Dave Love <fx@gnu.org>.
381            
382  2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>  2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
383    
384          * mm-util.el (mm-charset-to-coding-system): Don't setq charset.          * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
# Line 145  Line 389 
389    
390  2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>  2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
391    
392          * message.el, gnus-art.el, gnus.el, gnus-cite.el:          * message.el, gnus-art.el, gnus.el, gnus-cite.el:
393          Adapt face definitions to use :weight and :slant.          Adapt face definitions to use :weight and :slant.
394    
395  2001-12-12  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-12  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
# Line 205  Line 449 
449    
450          * mm-util.el (mm-iso-8859-15-compatible): Fix doc.          * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
451          (mm-hack-charsets): Fix doc.          (mm-hack-charsets): Fix doc.
452            
453          * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.          * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
454          (mm-iso-8859-x-to-15-table): Ditto.          (mm-iso-8859-x-to-15-table): Ditto.
455          (mm-iso-8859-x-to-15-region): Ditto.          (mm-iso-8859-x-to-15-region): Ditto.
456          (mm-find-mime-charset-region): Ditto.          (mm-find-mime-charset-region): Ditto.
457            
458          * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.          * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
459          (gnus-summary-limit-to-author): Ditto.          (gnus-summary-limit-to-author): Ditto.
460          (gnus-summary-limit-to-extra): Ditto.          (gnus-summary-limit-to-extra): Ditto.
# Line 680  Line 924 
924    
925          * gnus-msg.el (gnus-summary-mail-forward):          * gnus-msg.el (gnus-summary-mail-forward):
926    
927          * message.el (message-forward):  Move mime-to-mml here.          * message.el (message-forward): Move mime-to-mml here.
928    
929          * nnmbox.el (nnmbox-file-coding-system): Use binary.          * nnmbox.el (nnmbox-file-coding-system): Use binary.
930          (nnmbox-active-file-coding-system): Ditto.          (nnmbox-active-file-coding-system): Ditto.
# Line 689  Line 933 
933    
934          * mm-uu.el: Require binhex.          * mm-uu.el: Require binhex.
935    
936  2000-12-20  Christoph Conrad <C.Conrad@cli.de>  2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
937    
938          * qp.el (quoted-printable-encode-region): Upcase QP.          * qp.el (quoted-printable-encode-region): Upcase QP.
939    
# Line 846  Line 1090 
1090    
1091          * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.          * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
1092    
1093  2000-11-22 ShengHuo ZHU  <zsh@cs.rochester.edu>  2000-11-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1094    
1095          * message.el (message-send-mail): Use buffer-substring-no-properties.          * message.el (message-send-mail): Use buffer-substring-no-properties.
1096          (message-send-news): Ditto.          (message-send-news): Ditto.
# Line 1065  Line 1309 
1309    
1310          * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.          * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
1311          Put some defvars in eval-when-compile.          Put some defvars in eval-when-compile.
1312          (gnus-intersection, gnus-sorted-complement):  Autoload.          (gnus-intersection, gnus-sorted-complement): Autoload.
1313    
1314          * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.          * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
1315    
# Line 1207  Line 1451 
1451    
1452          * mml.el: Fix a typo in the requiring of CL.          * mml.el: Fix a typo in the requiring of CL.
1453    
1454  2000-11-01 ShengHuo ZHU  <zsh@cs.rochester.edu>  2000-11-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1455    
1456          * rfc2231.el: Require cl when compiling.          * rfc2231.el: Require cl when compiling.
1457    
# Line 1243  Line 1487 
1487          (gnus-treatment-function-alist): Added entry for the above          (gnus-treatment-function-alist): Added entry for the above
1488          correlation.          correlation.
1489    
1490  2000-10-27  Richard M. Alderson III <alderson@netcom2.netcom.com>  2000-10-27  Richard M. Alderson III  <alderson@netcom2.netcom.com>
1491    
1492          * gnus-art.el (gnus-read-save-file-name): expand-file-name.          * gnus-art.el (gnus-read-save-file-name): expand-file-name.
1493    
# Line 1419  Line 1663 
1663    
1664          * mm-util.el: ditto          * mm-util.el: ditto
1665    
1666  2000-10-27  Stanislav Shalunov <shalunov@internet2.edu>  2000-10-27  Stanislav Shalunov  <shalunov@internet2.edu>
1667    
1668          * message.el (message-make-in-reply-to): In-Reply-To is message-id          * message.el (message-make-in-reply-to): In-Reply-To is message-id
1669          (see DRUMS).          (see DRUMS).
# Line 1494  Line 1738 
1738          (mail-sources): Use them.          (mail-sources): Use them.
1739          (defvar): Use rmail-spool-directory unconditionally.          (defvar): Use rmail-spool-directory unconditionally.
1740    
1741  2000-10-26  Dirk Meyer <dischi@tzi.de>  2000-10-26  Dirk Meyer  <dischi@tzi.de>
1742    
1743          * gnus-demon.el (gnus-demon-time-to-step): theHour was set to          * gnus-demon.el (gnus-demon-time-to-step): theHour was set to
1744          seconds instead of hour.          seconds instead of hour.
# Line 1577  Line 1821 
1821          (gnus-audio): New custom group.          (gnus-audio): New custom group.
1822          (gnus-audio-inline-sound): Change to work with Emacs.          (gnus-audio-inline-sound): Change to work with Emacs.
1823          (gnus-audio-directory, gnus-audio-directory)          (gnus-audio-directory, gnus-audio-directory)
1824          (gnus-audio-au-player):  Customize.          (gnus-audio-au-player): Customize.
1825          (gnus-audio-play): Try external player if play-sound-file fails.          (gnus-audio-play): Try external player if play-sound-file fails.
1826          Use file-name-extension, not string-match.          Use file-name-extension, not string-match.
1827    
# Line 1587  Line 1831 
1831    
1832          * qp.el (mm-decode-coding-region, mm-encode-coding-region):          * qp.el (mm-decode-coding-region, mm-encode-coding-region):
1833          Autoload.          Autoload.
1834          (quoted-printable-decode-region):  Rename arg which confused          (quoted-printable-decode-region): Rename arg which confused
1835          charset with coding-system.  Don't use nonascii-insert-offset.          charset with coding-system.  Don't use nonascii-insert-offset.
1836          Coding-system encode the region initially.  Don't recognize `=='          Coding-system encode the region initially.  Don't recognize `=='
1837          as valid QP.  Coding-system decode the region finally.          as valid QP.  Coding-system decode the region finally.
# Line 1647  Line 1891 
1891    
1892          * mail-source.el (mail-sources): Revert to nil.          * mail-source.el (mail-sources): Revert to nil.
1893    
1894          * nnmail (nnmail-spool-file): Revert to `((file))'.          * nnmail.el (nnmail-spool-file): Revert to `((file))'.
1895    
1896          * qp.el: Don't require mm-util.          * qp.el: Don't require mm-util.
1897          (quoted-printable-decode-region): Rewritten.          (quoted-printable-decode-region): Rewritten.
# Line 1677  Line 1921 
1921          * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Use          * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Use
1922          `:ascent center'.          `:ascent center'.
1923    
1924          * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.          * smiley-ems.el (smiley-update-cache): Use `:ascent center'.
1925    
1926  2000-09-28  Gerd Moellmann  <gerd@gnu.org>  2000-09-28  Gerd Moellmann  <gerd@gnu.org>
1927    
# Line 1783  Line 2027 
2027          (gnus-topic-mark-topic): Ditto.          (gnus-topic-mark-topic): Ditto.
2028          (gnus-topic-get-new-news-this-topic): Use it.          (gnus-topic-get-new-news-this-topic): Use it.
2029    
2030  2000-09-15 09:01:40  ShengHuo ZHU  <zsh@cs.rochester.edu>  2000-09-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2031    
2032          * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21          * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
2033          display xface.          display xface.
# Line 1913  Line 2157 
2157    
2158  2000-09-11  Dave Love  <fx@gnu.org>  2000-09-11  Dave Love  <fx@gnu.org>
2159    
2160          * Changelog: Use iso-2022 coding.          * ChangeLog: Use iso-2022 coding.
2161    
2162          * gnus-msg.el (gnus-msg-mail): New function.          * gnus-msg.el (gnus-msg-mail): New function.
2163          (gnus-user-agent): New mail agent.          (gnus-user-agent): New mail agent.
# Line 1934  Line 2178 
2178          getting the nnimap-server-buffer and once for letting n-c-s set          getting the nnimap-server-buffer and once for letting n-c-s set
2179          the variables in that buffer.          the variables in that buffer.
2180    
2181  2000-09-08  David Edmondson <dme@dme.org>  2000-09-08  David Edmondson  <dme@dme.org>
2182    
2183          * gnus.el (gnus-short-group-name): Guess separator.          * gnus.el (gnus-short-group-name): Guess separator.
2184    
2185  2000-09-06  Francis Litterio <franl-removethis@world.omitthis.std.com>  2000-09-06  Francis Litterio  <franl-removethis@world.omitthis.std.com>
2186    
2187          * gnus-group.el (gnus-group-insert-group-line): Fix.          * gnus-group.el (gnus-group-insert-group-line): Fix.
2188    
# Line 2084  Line 2328 
2328    
2329          * nnmail.el (nnmail-expiry-target-group): Fixed.          * nnmail.el (nnmail-expiry-target-group): Fixed.
2330    
2331  2000-08-14  Rod Whitby <list.ding@rwhitby.net>  2000-08-14  Rod Whitby  <list.ding@rwhitby.net>
2332    
2333          * nnmail.el (nnmail-expiry-target-group): Fix the call to          * nnmail.el (nnmail-expiry-target-group): Fix the call to
2334          gnus-request-accept-article so that body encoding is *not* done.          gnus-request-accept-article so that body encoding is *not* done.
2335          Encoding is not done on incoming mail, so why should it be done on          Encoding is not done on incoming mail, so why should it be done on
2336          expired mail?          expired mail?
2337    
2338    2000-08-14  Rod Whitby  <list.ding@rwhitby.net>
 2000-08-14  Rod Whitby <list.ding@rwhitby.net>  
2339    
2340          * nnml.el (nnml-request-expire-articles): Fix the calls to          * nnml.el (nnml-request-expire-articles): Fix the calls to
2341          nnml-request-article (the filename was being passed instead of the          nnml-request-article (the filename was being passed instead of the
# Line 2100  Line 2343 
2343          (nnml-current-directory is changed by nnml-request-accept-article,          (nnml-current-directory is changed by nnml-request-accept-article,
2344          causing it to be incorrect for the next article to be expired).          causing it to be incorrect for the next article to be expired).
2345    
2346  2000-08-14  Rod Whitby <list.ding@rwhitby.net>  2000-08-14  Rod Whitby  <list.ding@rwhitby.net>
2347    
2348          * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of          * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
2349          expiry-target group parameters.          expiry-target group parameters.
# Line 2165  Line 2408 
2408    
2409          * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.          * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'.
2410    
2411  2000-08-09  Simon Josefsson <simon@josefsson.org>  2000-08-09  Simon Josefsson  <simon@josefsson.org>
2412    
2413          * imap.el (imap-parse-body):          * imap.el (imap-parse-body):
2414          (imap-parse-string-list): Add bug workarounds for Stalker          (imap-parse-string-list): Add bug workarounds for Stalker
# Line 2196  Line 2439 
2439          check.          check.
2440          (gnus-article-display-xface): Special-case for dark backgrounds.          (gnus-article-display-xface): Special-case for dark backgrounds.
2441    
2442  2000-07-19  Kim-Minh Kaplan <kmkaplan@galaxy.fr>  2000-07-19  Kim-Minh Kaplan  <kmkaplan@galaxy.fr>
2443    
2444          * imap.el (imap-calculate-literal-size-first): New variable.          * imap.el (imap-calculate-literal-size-first): New variable.
2445          (imap-local-variables): Add it.          (imap-local-variables): Add it.
# Line 2292  Line 2535 
2535          (nnslashdot-sane-retrieve-headers): Ditto.          (nnslashdot-sane-retrieve-headers): Ditto.
2536          (nnslashdot-request-article): Ditto.          (nnslashdot-request-article): Ditto.
2537    
2538  2000-07-10  William M. Perry <wmperry@aventail.com>  2000-07-10  William M. Perry  <wmperry@aventail.com>
2539    
2540          * mailcap.el (mailcap-parse-mimetype-file):          * mailcap.el (mailcap-parse-mimetype-file):
2541    
# Line 2341  Line 2584 
2584    
2585          * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?          * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
2586    
2587  2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>  2000-07-03  Stainless Steel Rat  <ratinox@peorth.gweep.net>
2588    
2589          * gnus-sum.el (gnus-recenter): Fix horizontal recenter.          * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
2590    
# Line 2358  Line 2601 
2601          (nnimap-split-find-rule): Fix.          (nnimap-split-find-rule): Fix.
2602          (nnimap-open-connection): Look for nnimap-server-address in authinfo.          (nnimap-open-connection): Look for nnimap-server-address in authinfo.
2603    
2604  2000-07-03  Paul Stodghill <stodghil@CS.Cornell.EDU>  2000-07-03  Paul Stodghill  <stodghil@CS.Cornell.EDU>
2605    
2606          * message.el (message-unquote-tokens): Remove all quotes.          * message.el (message-unquote-tokens): Remove all quotes.
2607    
# Line 2397  Line 2640 
2640          * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,          * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
2641          document port and defaultport.          document port and defaultport.
2642    
2643  2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>  2000-06-27  Paul Stodghill  <stodghil@CS.Cornell.EDU>
2644    
2645          * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.          * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
2646    
# Line 2422  Line 2665 
2665    
2666          * gnus-srvr.el (gnus-browse-group-name): Likewise.          * gnus-srvr.el (gnus-browse-group-name): Likewise.
2667    
2668          * gnus-msg.el (gnus-copy-article-buffer):  Likewise.          * gnus-msg.el (gnus-copy-article-buffer): Likewise.
2669    
2670          * gnus-score.el (gnus-summary-score-entry): Likewise.          * gnus-score.el (gnus-summary-score-entry): Likewise.
2671    
# Line 2430  Line 2673 
2673    
2674          * nnimap.el (nnimap-request-post): Fix parenthesis.          * nnimap.el (nnimap-request-post): Fix parenthesis.
2675    
2676  2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>  2000-06-26  Paul Stodghill  <stodghil@CS.Cornell.EDU>
2677    
2678          * message.el (message-unquote-tokens): New function.          * message.el (message-unquote-tokens): New function.
2679    
# Line 2472  Line 2715 
2715    
2716          * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.          * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
2717    
2718  2000-06-08  Urban Engberg <ue@ccieurope.com>  2000-06-08  Urban Engberg  <ue@ccieurope.com>
2719    
2720          * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.          * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
2721    
# Line 2596  Line 2839 
2839          * gnus-group.el (gnus-group-mode-map): Add M-SPACE.          * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
2840          * mml.el (mml-mode-map): Comment out mml-narrow-to-part.          * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
2841    
2842  2000-05-17  Jim Davidson <jdavidson@acm.org>  2000-05-17  Jim Davidson  <jdavidson@acm.org>
2843    
2844          * gnus-sum.el (gnus-summary-save-article-rmail): Use          * gnus-sum.el (gnus-summary-save-article-rmail): Use
2845          gnus-summary-save-in-rmail.          gnus-summary-save-in-rmail.
# Line 2614  Line 2857 
2857          * gnus-msg.el (gnus-post-news): Decode group name.          * gnus-msg.el (gnus-post-news): Decode group name.
2858          (gnus-inews-do-gcc): Encode group name.          (gnus-inews-do-gcc): Encode group name.
2859    
2860  2000-05-17  Karl Kleinpaste <karl@charcoal.com>  2000-05-17  Karl Kleinpaste  <karl@charcoal.com>
2861    
2862          * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.          * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
2863          * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.          * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
# Line 2663  Line 2906 
2906          (gnus-group-edit-group): Use it.          (gnus-group-edit-group): Use it.
2907          * gnus-cus.el (gnus-group-customize): Use it.          * gnus-cus.el (gnus-group-customize): Use it.
2908    
2909  2000-05-16  Karl Kleinpaste <karl@charcoal.com>  2000-05-16  Karl Kleinpaste  <karl@charcoal.com>
2910    
2911          * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.          * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
2912    
# Line 2744  Line 2987 
2987    
2988          * webmail.el: Translate &nbsp; to SP.          * webmail.el: Translate &nbsp; to SP.
2989    
2990  2000-05-13  Robin S. Socha <robin@socha.net>  2000-05-13  Robin S. Socha  <robin@socha.net>
2991    
2992          * message.el (message-bounce): Doc typo.          * message.el (message-bounce): Doc typo.
2993    
# Line 3045  Line 3288 
3288          * message.el (message-send-mail-partially-limit): Change the          * message.el (message-send-mail-partially-limit): Change the
3289          default value.          default value.
3290    
3291  2000-04-27  Erik Toubro Nielsen <erik@ifad.dk>  2000-04-27  Erik Toubro Nielsen  <erik@ifad.dk>
3292    
3293          * gnus-util.el (gnus-extract-address-components): Name might be          * gnus-util.el (gnus-extract-address-components): Name might be
3294          "".          "".
# Line 3122  Line 3365 
3365          * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of          * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
3366          let.          let.
3367    
3368  2000-04-26  Pavel Jan,Am(Bk <Pavel@Janik.cz>  2000-04-26  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
3369    
3370          * gnus-draft.el (gnus-draft-setup): Fix comments.          * gnus-draft.el (gnus-draft-setup): Fix comments.
3371    
# Line 3408  Line 3651 
3651    
3652  2000-04-21  Katsumi Yamaoka  <yamaoka@jpl.org>  2000-04-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3653    
3654          * gnus-util.el (gnus-netrc-machine): Didn't work.          * gnus-util.el (gnus-netrc-machine): Didn't work.
3655    
3656  2000-04-20  Shenghuo ZHU  <zsh@cs.rochester.edu>  2000-04-20  Shenghuo ZHU  <zsh@cs.rochester.edu>
3657    
# Line 3507  Line 3750 
3750    
3751  1999-11-30  Daiki Ueno  <ueno@unixuser.org>  1999-11-30  Daiki Ueno  <ueno@unixuser.org>
3752    
3753          * lisp/imap.el (imap-body-lines): Check Content-Type: of the          * lisp/imap.el (imap-body-lines): Check Content-Type: of the
3754          article case insensitively.          article case insensitively.
3755    
3756  2000-04-10  Shenghuo ZHU  <zsh@cs.rochester.edu>  2000-04-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
3757    
# Line 3516  Line 3759 
3759          password provided in mail-sources; use webmail:subtype:user as          password provided in mail-sources; use webmail:subtype:user as
3760          the key.          the key.
3761    
3762  2000-04-10  John Wiegley <johnw@gnu.org>  2000-04-10  John Wiegley  <johnw@gnu.org>
3763    
3764          * mail-source.el (mail-source-fetch-webmail): Use          * mail-source.el (mail-source-fetch-webmail): Use
3765          mail-source-password-cache.          mail-source-password-cache.
# Line 3584  Line 3827 
3827          * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation          * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
3828          lines and turn TAB into SPC before parsing.          lines and turn TAB into SPC before parsing.
3829    
3830  2000-03-15  Simon Josefsson <jas@pdc.kth.se>  2000-03-15  Simon Josefsson  <jas@pdc.kth.se>
3831    
3832          * nnheader.el (nnheader-group-pathname): Make sure to return a          * nnheader.el (nnheader-group-pathname): Make sure to return a
3833          directory.          directory.
# Line 3743  Line 3986 
3986    
3987          * mailcap.el (mailcap-mime-extensions): Add .diff.          * mailcap.el (mailcap-mime-extensions): Add .diff.
3988    
3989  2000-01-06  Kim-Minh Kaplan <kmkaplan@vocatex.fr>  2000-01-06  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
3990    
3991          * mm-decode.el (mm-mailcap-command): handle "%%" and the case where          * mm-decode.el (mm-mailcap-command): handle "%%" and the case
3992          there is no "%s" in the method.          where there is no "%s" in the method.
3993    
3994  2000-01-08  Kim-Minh Kaplan <kmkaplan@vocatex.fr>  2000-01-08  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
3995    
3996          * gnus-sum.el (gnus-summary-select-article): Return 'old.          * gnus-sum.el (gnus-summary-select-article): Return 'old.
3997    
# Line 4111  Line 4354 
4354          * nnslashdot.el: Use nnweb-decode-entities-string.          * nnslashdot.el: Use nnweb-decode-entities-string.
4355          (nnslashdot-decode-entities): Remove.          (nnslashdot-decode-entities): Remove.
4356    
4357  1999-12-13  Eric Marsden <emarsden@mail.dotcom.fr>  1999-12-13  Eric Marsden  <emarsden@mail.dotcom.fr>
4358    
4359          * nnslashdot.el: Decode entities.          * nnslashdot.el: Decode entities.
4360    
# Line 4269  Line 4512 
4512          * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1          * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
4513          for the `de' newsgroups hierarchy, as it is common practice there.          for the `de' newsgroups hierarchy, as it is common practice there.
4514    
   
4515  1999-12-07  Shenghuo ZHU  <zsh@cs.rochester.edu>  1999-12-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
4516    
4517          * nnwarchive.el (nnwarchive-mail-archive-article): Fix          * nnwarchive.el (nnwarchive-mail-archive-article): Fix
# Line 4535  Line 4777 
4777          * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in          * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
4778          case matching failed.          case matching failed.
4779    
4780  1999-12-02  John Wiegley <jwiegley@inprise.com>  1999-12-02  John Wiegley  <jwiegley@inprise.com>
4781    
4782          * mail-source.el (mail-source-keyword-map): Add backslash to          * mail-source.el (mail-source-keyword-map): Add backslash to
4783          Delete-flag.          Delete-flag.
# Line 4638  Line 4880 
4880    
4881  1999-11-20  Simon Josefsson  <jas@pdc.kth.se>  1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
4882    
4883          * gnus-start.el (gnus-get-unread-articles): Scan each method only          * gnus-start.el (gnus-get-unread-articles): Scan each method only
4884          once.          once.
4885    
4886  1999-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>  1999-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
# Line 4916  Line 5158 
5158          * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if          * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
5159          it's available and makes sense.          it's available and makes sense.
5160    
5161  1999-11-12  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>  1999-11-12  Fabrice POPINEAU  <Fabrice.Popineau@supelec.fr>
5162    
5163          * gnus-score.el (gnus-score-save): Translate score file.          * gnus-score.el (gnus-score-save): Translate score file.
5164    
# Line 5152  Line 5394 
5394    
5395          * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.          * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
5396    
5397  1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>  1999-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5398    
5399          * gnus-art.el (gnus-treat-predicate): Examine whether the argument          * gnus-art.el (gnus-treat-predicate): Examine whether the argument
5400          is list or not before condition.          is list or not before condition.
5401    
5402  1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>  1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5403    
5404          * gnus-art.el (gnus-treat-predicate): Work for (typep "something").          * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
5405    
# Line 5245  Line 5487 
5487    
5488          * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.          * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
5489    
5490          * mml.el (mml-preview): Remove mail-header-separator before          * mml.el (mml-preview): Remove mail-header-separator before
5491          encoding.          encoding.
5492    
5493  1999-11-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>  1999-11-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494    
# Line 5440  Line 5682 
5682    
5683  1999-10-20  David S. Goldberg  <dsg@mitre.org>  1999-10-20  David S. Goldberg  <dsg@mitre.org>
5684    
5685          * mm-decode.el mm-inline-override-types: New variable          * mm-decode.el (mm-inline-override-types): New variable
5686    
5687          * mm-decode.el (mm-inline-override-p): New function          * mm-decode.el (mm-inline-override-p): New function
5688    
# Line 5518  Line 5760 
5760    
5761          * nnmail.el (nnmail-process-maildir-mail-format): Typo.          * nnmail.el (nnmail-process-maildir-mail-format): Typo.
5762    
5763  1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>  1999-09-09  Jens-Ulrik Petersen  <jens-ulrik.petersen@nokia.com>
5764    
5765          * gnus-msg.el (gnus-configure-posting-styles): Let          * gnus-msg.el (gnus-configure-posting-styles): Let
5766          `gnus-posting-styles' have its say in posting-style: local          `gnus-posting-styles' have its say in posting-style: local
# Line 5554  Line 5796 
5796    
5797  1999-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>  1999-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5798    
5799          * message.el (message-send): Too much and.          * message.el (message-send): Too much and.
5800    
5801  1999-09-24  Andreas Schwab  <schwab@suse.de>  1999-09-24  Andreas Schwab  <schwab@suse.de>
5802    
# Line 5586  Line 5828 
5828    
5829          * gnus-art.el (gnus-treat-predicate): Work for (not 5).          * gnus-art.el (gnus-treat-predicate): Work for (not 5).
5830    
5831  1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>  1999-08-27  Peter von der Ahe  <pahe@daimi.au.dk>
5832    
5833          * message.el (message-send): More helpful error message if sending          * message.el (message-send): More helpful error message if sending
5834          fails          fails
# Line 5617  Line 5859 
5859  1999-08-09  Simon Josefsson  <jas@pdc.kth.se>  1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
5860    
5861          * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"          * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
5862            (already matched by "^X-Pgp"), removed duplicate          (already matched by "^X-Pgp"), removed duplicate X-Mailing-List,
5863            X-Mailing-List, added several new junk headers.          added several new junk headers.
5864    
5865  1999-08-01  Simon Josefsson  <jas@pdc.kth.se>  1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
5866    
# Line 5703  Line 5945 
5945    
5946  1999-07-10  Simon Josefsson  <jas@pdc.kth.se>  1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
5947    
5948         * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for          * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
5949         predicate.          predicate.
5950    
5951  1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>  1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
5952    
5953          * gnus-mlspl.el: Documentation fixes.          * gnus-mlspl.el: Documentation fixes.
5954    
5955  1999-08-27  Rui Zhu  <sprache@iname.com>  1999-08-27  Rui Zhu  <sprache@iname.com>
5956    
# Line 5914  Line 6156 
6156    
6157  1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>  1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
6158    
6159          * gnus-cus.el (gnus-group-parameters): New entries for          * gnus-cus.el (gnus-group-parameters): New entries for
6160          gnus-group-split.          gnus-group-split.
6161    
6162            * gnus-mlspl.el: Renamed functions and variables so as to
6163            start with gnus-group-split.
6164    
6165          * gnus-mlspl.el: Renamed functions and variables so as to          * gnus.el: Adjust autoload entries.
         start with gnus-group-split.  
         * gnus.el: Adjust autoload entries.  
6166    
6167  1999-11-30  Alexandre Oliva  <oliva@dcc.unicamp.br>  1999-11-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
6168    
# Line 6231  Line 6474 
6474  1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>  1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
6475    
6476          * gnus-msg.el (gnus-configure-posting-styles): Fix bug when          * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
6477            gnus-newsgroup-name is nil.          gnus-newsgroup-name is nil.
6478    
6479  1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>  1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
6480    
# Line 6353  Line 6596 
6596    
6597  1999-06-12  Simon Josefsson  <jas@pdc.kth.se>  1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
6598    
6599          (gnus-agent-get-undownloaded-list): Operate on all articles, not          * gnus-agent.el (gnus-agent-get-undownloaded-list): Operate on all
6600          only unread ones.          articles, not only unread ones.
6601          (gnus-agent-fetch-headers): Fetch headers from unread and marked          (gnus-agent-fetch-headers): Fetch headers from unread and marked
6602          articles, not only unread ones.          articles, not only unread ones.
6603    
6604  1999-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>  1999-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605    
# Line 6415  Line 6658 
6658          (gnus-select-newsgroup): Use it.          (gnus-select-newsgroup): Use it.
6659          (gnus-group-highlight-words-alist): New variable.          (gnus-group-highlight-words-alist): New variable.
6660          (gnus-newsgroup-emphasis-alist): New variable.          (gnus-newsgroup-emphasis-alist): New variable.
6661          (gnus-summary-local-variables):  Use it.          (gnus-summary-local-variables): Use it.
6662          * gnus-art.el (article-emphasize): Use it.          * gnus-art.el (article-emphasize): Use it.
6663          (gnus-emphasis-highlight-words): New face.          (gnus-emphasis-highlight-words): New face.
6664          * gnus-cus.el (gnus-group-parameters): New parameter.          * gnus-cus.el (gnus-group-parameters): New parameter.
# Line 6467  Line 6710 
6710    
6711  1999-05-21  Simon Josefsson  <jas@pdc.kth.se>  1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
6712    
6713          * gnus-start.el (gnus-read-descriptions-file): Protect if no          * gnus-start.el (gnus-read-descriptions-file): Protect if no
6714          function in backend.          function in backend.
6715    
6716  1999-05-15  Simon Josefsson  <jas@pdc.kth.se>  1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
6717    
# Line 6980  Line 7223 
7223          * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC          * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
7224          is called with the result of SPLIT and should return a new split.          is called with the result of SPLIT and should return a new split.
7225    
7226          * gnus.texi: update the doc.          * gnus.texi: update the doc.
7227    
7228  1999-02-23  Didier Verna  <verna@inf.enst.fr>  1999-02-23  Didier Verna  <verna@inf.enst.fr>
7229    
# Line 7100  Line 7343 
7343    
7344  1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>  1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
7345    
7346        * gnus-msg.el (gnus-bug): Encode environment info as a MIME          * gnus-msg.el (gnus-bug): Encode environment info as a MIME
7347        attachment.          attachment.
7348    
7349  1999-02-11  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>  1999-02-11  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
7350    
# Line 7313  Line 7556 
7556          * mail-source.el (mail-source-fetch-pop): Instead use          * mail-source.el (mail-source-fetch-pop): Instead use
7557          :authentication.          :authentication.
7558    
7559  1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>  1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
7560    
7561          * lisp/mail-source.el : Support APOP authentication scheme.          * lisp/mail-source.el : Support APOP authentication scheme.
7562    
# Line 7780  Line 8023 
8023    
8024          * gnus-agent.el (gnus-category-write): Make directory.          * gnus-agent.el (gnus-category-write): Make directory.
8025    
8026  1998-09-26  Simon Josefsson <jas@pdc.kth.se>  1998-09-26  Simon Josefsson  <jas@pdc.kth.se>
8027    
8028          * gnus-sum.el (gnus-update-read-articles):          * gnus-sum.el (gnus-update-read-articles):
8029          (gnus-update-marks): Request backend update of mark.          (gnus-update-marks): Request backend update of mark.
# Line 7820  Line 8063 
8063    
8064  1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>  1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
8065    
8066        * message.el (message-cite-original-without-signature): Use          * message.el (message-cite-original-without-signature): Use
8067        message-signature-separator when searching for signature in          message-signature-separator when searching for signature in
8068        message-cite-original-without-signature.          message-cite-original-without-signature.
8069    
8070  1998-12-24  Simon Josefsson  <jas@pdc.kth.se>  1998-12-24  Simon Josefsson  <jas@pdc.kth.se>
8071    
# Line 9522  Line 9765 
9765    
9766  1998-09-26  Simon Josefsson  <jas@pdc.kth.se>  1998-09-26  Simon Josefsson  <jas@pdc.kth.se>
9767    
9768          * gnus-range.el (gnus-remove-from-range): Don't add stuff in          * gnus-range.el (gnus-remove-from-range): Don't add stuff in list
9769            list to range.          to range.
9770    
9771  1998-10-20  Simon Josefsson  <jas@pdc.kth.se>  1998-10-20  Simon Josefsson  <jas@pdc.kth.se>
9772    
# Line 9543  Line 9786 
9786    
9787  1998-10-18  Kurt Swanson  <ksw@dna.lth.se>  1998-10-18  Kurt Swanson  <ksw@dna.lth.se>
9788    
9789          * gnus-msg.el (gnus-summary-mail-forward): Erase old forward          * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
9790          buffer.          buffer.
9791    
9792  1998-10-20  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>  1998-10-20  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9793    
# Line 9627  Line 9870 
9870    
9871  1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>  1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
9872    
9873        * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old          * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
9874        forward buffer first.          forward buffer first.
9875    
9876  1998-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>  1998-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877    
# Line 9806  Line 10049 
10049    
10050  1998-09-26  Simon Josefsson  <jas@pdc.kth.se>  1998-09-26  Simon Josefsson  <jas@pdc.kth.se>
10051    
10052         * mm-util.el (mm-disable-multibyte): New function.          * mm-util.el (mm-disable-multibyte): New function.
10053    
10054  1998-09-24  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>  1998-09-24  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
10055    
# Line 9870  Line 10113 
10113    
10114  1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>  1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10115    
10116          * gnus-util.el (gnus-output-to-rmail):  adjust to          * gnus-util.el (gnus-output-to-rmail): Adjust to
10117            `rmail-output-to-rmail-file'          `rmail-output-to-rmail-file'.
10118    
10119  1998-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>  1998-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120    
# Line 9884  Line 10127 
10127    
10128  1998-09-17  Simon Josefsson  <jas@pdc.kth.se>  1998-09-17  Simon Josefsson  <jas@pdc.kth.se>
10129    
10130          * mailcap.el (mailcap-save-binary-file): Goto point-min.          * mailcap.el (mailcap-save-binary-file): Goto point-min.
10131    
10132  1998-09-23  Aaron M. Ucko  <amu@mit.edu>  1998-09-23  Aaron M. Ucko  <amu@mit.edu>
10133    
# Line 10030  Line 10273 
10273  1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>  1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
10274    
10275          * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all          * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
10276            related functions.  Handle message/rfc822 parts.  Display subject on          related functions.  Handle message/rfc822 parts.  Display subject on
10277            multipart summary lines.  Display name on sub-parts when available.          multipart summary lines.  Display name on sub-parts when available.
10278    
10279  1998-09-14  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>  1998-09-14  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
10280    
# Line 10193  Line 10436 
10436    
10437          * gnus.el: Pterodactyl Gnus v0.27 is released.          * gnus.el: Pterodactyl Gnus v0.27 is released.
10438    
10439  1998-09-11  Lars Magne Ingebrigtsen- <larsi@gnus.org>  1998-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10440    
10441          * mm-decode.el (mm-alternative-precedence): New variable.          * mm-decode.el (mm-alternative-precedence): New variable.
10442          (mm-preferred-alternative): New function.          (mm-preferred-alternative): New function.
# Line 10899  Line 11142 
11142  ;; coding: iso-2022-7bit  ;; coding: iso-2022-7bit
11143  ;; End:  ;; End:
11144    
11145      Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.      Copyright (C) 2002 Free Software Foundation, Inc.
11146    Copying and distribution of this file, with or without modification,    Copying and distribution of this file, with or without modification,
11147    are permitted provided the copyright notice and this notice are preserved.    are permitted provided the copyright notice and this notice are preserved.

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.204.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26