Synch to No Gnus 200406170516.
[elisp/gnus.git-] / ChangeLog
1 2004-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * make.bat: Fix line endings around arch-tag.
4
5 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * lisp/lpath.el: Fbind lsdb-complete-name.
8
9 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10
11         * etc/gnus/gnus-setup.ast (Setting up a NNTP server)
12         (Setting up local mail storage (nnml)): fixed some bugs, added a
13         new screen - still testing
14
15 2004-06-01  Simon Josefsson  <jas@extundo.com>
16
17         * make.bat: Add SASL manual.
18
19 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * etc/gnus/news-server.ast: Use library validation.
22
23 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * lisp/nnheader.el (mm-disable-multibyte): New function.
26         (mm-enable-multibyte): New function.
27         (mm-encode-coding-region): New function.
28         (mm-string-make-unibyte): New function.
29
30         * lisp/utf7.el: Require `nnheader' instead of `mm-util'.
31
32 2004-05-02  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
33
34         * gnus-namazu.el (gnus-namazu-imap-group-prefix): Abolished.
35         (gnus-namazu-imap-maildir): Abolished.
36         (gnus-namazu-remote-groups): New option.
37         (gnus-namazu/call-namazu): Simplified.
38         (gnus-namazu/make-directory-table): Refer the above option.
39         (gnus-namazu/search): Cancel the last change to support IMAP.
40         (gnus-namazu-update-index): Ditto.
41         (gnus-namazu-update-indices): Ditto.
42
43 2004-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * lisp/gnus-vers.el: T-gnus 6.17.2 revision 00.
46
47 2004-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * lisp/dgnushack.el (describe-key-briefly): Remove compiler macro.
50
51 2004-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
52
53         * texi/ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
54         @url is now a synonym for @uref.
55
56 2004-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * lisp/gnus-util.el (gnus-set-work-buffer): Set buffer multibyte.
59         (gnus-select-frame-set-input-focus): Don't check whether
60         `focus-follows-mouse' is bound.
61         (frame-parameter): Remove.
62
63 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * lisp/pop3.el: Don't require `advice', `pces' and `path-util'.
66         (pop3-ssl-program-name): Use `executable-find' instead of
67         `exec-installed-p'.
68         (pop3-movemail): Don't use `write-region-as-binary'.
69         (pop3-open-server): Don't use `open-network-stream-as-binary'.
70         (pop3-open-ssl-stream): Don't use `as-binary-process'.
71         (pop3-open-tls-stream): Ditto.
72         (mail-source-fetch-pop): In Gnus, advise it to bind
73         `pop3-connection-type' and `pop3-leave-mail-on-server' while
74         fetching mails, according to `mail-sources'.
75
76 2004-03-24  KOSEKI Yoshinori  <kose@meadowy.org>
77
78         * lisp/gnus-namazu.el (gnus-namazu/directory-table-use): Remove.
79         (gnus-namazu-imap-maildir): New variable.
80
81 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
84         legacy-gnus-agent.el.
85
86 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
87
88         * make.bat: Make sure that gnus-load.el and sieve are writable to
89         avoid breakage.
90
91 2004-03-04  KOSEKI Yoshinori  <kose@meadowy.org>
92
93         * lisp/gnus-namazu.el (gnus-namazu-command-prefix): New variable.
94         (gnus-namazu-imap-group-prefix): Ditto.
95         (gnus-namazu/directory-table-use): Ditto.
96         (gnus-namazu/call-namazu): Use gnus-namazu-imap-group-prefix.
97         (gnus-namazu/search): Support Maildir.
98
99 2004-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
100
101         * make.bat: Fix directory test for Windows 9x/ME.  From Michael
102         Schierl <schierlm-public@gmx.de> (tiny change).
103
104 2004-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
105
106         * texi/ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook,
107         and @registeredsymbol.
108
109 2004-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Fix misplaced `)'.
112
113 2004-02-03  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>
114
115         * texi/gnus-ja.texi (Contributors): Fix typo.
116
117 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * lisp/canlock.el: Reload sha1-el provided by FLIM when an old
120         version (maybe provided by the XEmacs ecrypt package) was loaded.
121
122         * lisp/dgnushack.el (max-specpdl-size): Don't modify the value.
123         (byte-optimize-form-code-walker): Simplify the test form; doc fix.
124         (char-after): Don't byte-optimize it.
125         (char-before): Ditto.
126         (dgnushack-bind-colon-keywords): Remove.
127
128 2004-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * lisp/smime.el: Remove.
131
132 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * lisp/gnus-art.el (gnus-article-add-button): Remove Mule 2 stuff.
135         * lisp/gnus-namazu.el: Don't autoload regexp-opt.
136         * lisp/gnus-util.el (gnus-read-event-char): Remove Mule 2 stuff.
137         * lisp/nnmail.el (nnmail-lazy): Ditto.
138
139 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * lisp/gnus-art.el (gnus-treat-smiley): Ignore Emacs version
142         number.
143
144         * lisp/gnus-cite.el (gnus-cite-add-face): Don't support old
145         Emacsen.
146
147         * lisp/gnus.el: Always autoload `x-face-decode-message-header' and
148         `x-face-mule-gnus-article-display-x-face'.
149
150         * lisp/pop3.el (pop3-md5): Always use the built-in `md5'.
151
152 2004-01-07  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>
153
154         * etc/gnus-tut.txt: `G m' instead of `G V' (tiny patch).
155
156 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * lisp/gnus-clfns.el: Abolish.
159         * lisp/nnshimbun.el: Abolish.
160
161         * lisp/dgnushack.el: Allow loading dgnushack.el w/o dgnuspath.el.
162
163 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
164
165         * make.bat: Add missing parens.  From Robert Marshall
166         <spam@chezmarshall.freeserve.co.uk>.
167
168 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * aclocal.m4 (AC_CHECK_EMACS_FLAVOR): Don't check for Mule 2.
171         * sample.lpath.el: Remove.
172         * contrib/cus-dep.el: Remove.
173         * contrib/gnus-idna.el: Remove.
174         * contrib/passwd.el: Remove.
175         * contrib/regexp-opt.el: Remove.
176         * contrib/timer.el: Remove.
177         * lisp/canlock-om.el: Remove.
178         * lisp/dgnushack.el: Add `early-package-load-path' to `load-path'
179         for XEmacs 21.5; remove Mule 2 stuff.
180         * lisp/gnus-agent.el: Remove Mule 2 stuff.
181         * lisp/gnus-art.el: Ditto.
182         * lisp/gnus-cite.el: Ditto.
183         * lisp/gnus-ems.el: Ditto.
184         * lisp/gnus-msg.el: Ditto.
185         * lisp/gnus-namazu.el: Ditto.
186         * lisp/gnus-offline.el: Ditto.
187         * lisp/gnus-start.el: Ditto.
188         * lisp/gnus-util.el: Ditto.
189         * lisp/gnus-uu.el: Ditto.
190         * lisp/gnus.el: Ditto.
191         * lisp/lpath.el: Ditto.
192         * lisp/mail-source.el: Ditto.
193         * lisp/message.el: Ditto.
194         * lisp/mm-url.el: Ditto.
195         * lisp/nnfolder.el: Ditto.
196         * lisp/nnheader.el: Ditto.
197         * lisp/nnkiboze.el: Ditto.
198         * lisp/nnmail.el: Ditto.
199         * lisp/nnmaildir.el: Ditto.
200         * lisp/nnmbox.el: Ditto.
201         * lisp/nnmh.el: Ditto.
202         * lisp/nnml.el: Ditto.
203         * lisp/nnrss.el: Ditto.
204         * lisp/nnshimbun.el: Ditto.
205         * lisp/nntp.el: Ditto.
206         * lisp/score-mode.el: Ditto.
207         * texi/infohack.el: Ditto.
208         * texi/ptexinfmt.el: Ditto.
209
210 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * lisp/hex-util.el: Remove.
213         * lisp/md5.el: Remove.
214         * lisp/sha1-el.el: Remove.
215
216 2004-01-05  Simon Josefsson  <jas@extundo.com>
217
218         * GNUS-NEWS: Mention SASL, and that sieve-manage uses it.
219         Mention password.el.
220         Mention NTLM.
221
222 2004-01-04  Simon Josefsson  <jas@extundo.com>
223
224         * GNUS-NEWS: Add IMAP ID (RFC 2971) support.
225         Mention `W e' for editing all.SCORE.
226
227 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * lisp/gnus-vers.el: T-gnus 6.17.1 revision 00.
230
231 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * lisp/gnus-vers.el: T-gnus 6.16.6 revision 00.
234
235 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * lisp/gnus-vers.el: T-gnus 6.16.5 revision 00.
238
239 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * lisp/gnus-vers.el: T-gnus 6.16.4 revision 00.
242
243 2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
244
245         * GNUS-NEWS: Update copyright.
246
247         * etc/gnus-tut.txt (Gnus FAQ): Remove text version.  Refer to info
248         documentation and online version instead.
249
250         * GNUS-NEWS: Changed "Dired integration"
251
252 2004-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
253
254         * GNUS-NEWS: Add `gnus-group-read-ephemeral-group'.
255
256 2003-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * lisp/gnus-vers.el: T-gnus 6.16.3 revision 00.
259
260 2003-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * lisp/pop3.el: Autoload `open-ssl-stream' when compiling.
263
264 2003-12-23  Reiner Steib  <Reiner.Steib@gmx.de>
265
266         * GNUS-NEWS: Mention change of `e' in draft groups.
267
268 2003-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * gnus-group.el (gnus-group-edit-group): Let the `C-c C-i' command
271         choose the language specific info file.
272
273 2003-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * lisp/gnus-art.el: Require `mime-image' when Emacs is running on
276         the window system.
277
278         * lisp/gnus-sum.el: Don't require `mime-view'.
279
280 2003-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * lisp/nnmail.el (nnmail-lazy): Replace `widget-default-get' with
283         the expanded form for Mule 2.
284
285 2003-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * lisp/dgnushack.el (dgnushack-make-cus-load): Use
288         contrib/cus-dep.el to build T-gnus with Mule 2.
289
290         * contrib/cus-dep.el: Imported from Emacs 20.7 for Mule 2.
291
292 2003-11-03  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
293
294         * lisp/message.el (message-forward-subject-name-subject): Fixed.
295
296 2003-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * texi/infohack.el: Don't fiddle with the `features' variable;
299         fix directories relative to the ../lisp directory in `load-path'.
300
301 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * Makefile.in (install-package): Don't call `compose-package'.
304         (install-package-ja): Ditto.
305         (package): Ditto.
306         (package-ja): Ditto.
307         (compose-package): Abolish.
308
309         * lisp/Makefile.in (compose-package): Abolish.
310
311         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
312         gnus-load.el when using XEmacs.
313         (dgnushack-dont-compile-files): Add gnus-load.el.
314         (dgnushack-auto-load-file): Abolish.
315         (dgnushack-make-auto-load): Don't delete the file specified by
316         `dgnushack-auto-load-file'.
317         (dgnushack-compose-package): Abolish.
318
319 2003-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * lisp/gnus-art.el (gnus-treat-display-x-face): Use `set-default'
322         instead of `custom-set-default' for old Emacsen.
323
324         * lisp/gnus-sum.el
325         (gnus-summary-search-article-highlight-matched-text): Replace
326         `gnus-treat-display-xface' with `gnus-treat-display-x-face'.
327
328 2003-08-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
329
330         * lisp/gnus-namazu.el (gnus-namazu/search): Small modified to
331         reduce its spending time.
332
333 2003-07-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
334
335         * gnus-namazu.el (gnus-namazu/group-prefixed-name): Removed.
336         (gnus-namazu/real-group-name): Removed.
337         (gnus-namazu/decode-group-name): Removed.
338         (gnus-namazu/directory-table): New internal variable.
339         (gnus-namazu/make-directory-table): New function.
340         (gnus-namazu/search): Call the above function, and use
341         `gnus-namazu/directory-table' to get a real group name from a file
342         name.
343         (gnus-namazu-create-index): Call `gnus-namazu/make-directory-table'.
344         (gnus-namazu/update-sentinel): Ditto.
345         (gnus-namazu-update-all-indices): Simplified.
346         (gnus-namazu-update-indices): New function.
347
348 2003-07-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
349
350         * lisp/gnus-namazu.el (gnus-namazu/group-prefixed-name): Return
351         the whole name from a given group and a method, only when it
352         exists.  Otherwise, return nil.
353         (gnus-namazu/possible-real-groups): Removed.
354         (gnus-namazu/decode-group-name): The successor of the above
355         function.
356         (gnus-namazu/real-group-name): Use the above functions, and accept
357         the third optional argument, `method'.
358         (gnus-namazu/search): Change the order getting groups and article
359         numbers from file names.
360
361 2003-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * lisp/pop3.el: Silence the byte-compiler when modifying
364         `byte-compile-function-environment' for `md5' under latest Emacs.
365
366         * texi/ptexinfmt.el (texinfo-discard-command-and-arg): Revive it
367         for Mule 2.
368
369 2003-07-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
370
371         * texi/ptexinfmt.el: @verb, @tie, @/ support.
372         (ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
373         Use `ptexinfmt-disable-broken-notice-flag' instead.
374
375 2003-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * texi/infohack.el (infohack-texi-format): Include other files
378         first.
379
380 2003-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * lisp/lpath.el: Fbind `read-passwd' for Mule 2.
383
384 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * texi/infohack.el: Require `bytecomp'.
387
388 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
391
392         * lisp/nnshimbun.el: Moved to the emacs-w3m package.
393
394 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * texi/infohack.el (infohack-texi-format): Encode messages to
397         terminal while formatting info pages.
398
399 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * lisp/message.el (message-check-news-header-syntax): Replace
402         `mail-extract-address-components' with
403         `std11-extract-address-components'.
404         (message-sendmail-envelope-from): Ditto.
405         (message-buffer-name): Ditto.
406         (message-do-send-housekeeping): Ditto.
407
408 2003-06-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
409
410         * lisp/message.el (message-yank-original): When
411         `message-reply-headers' is equal to nil, do not reset its
412         message-id and references.
413
414         * .cvsignore, etc/.cvsignore, lisp/.cvsignore, texi/.cvsignore,
415         texi/ps/.cvsignore: Created.
416
417 2003-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * lisp/message.el (message-fix-before-sending): Don't check for
420         `illegible text' messages (see the comment).
421
422 2003-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
425
426 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
427
428         We thank to Thierry Emery <thierry.emery@club-internet.fr> who
429         made it notice that there was a change to have to be merged from
430         Gnus. -- 2003-05-21 ky
431
432         * lisp/nnfolder.el (nnfolder-read-folder): Force to use a
433         multibyte buffer.
434
435 2003-05-21  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
436
437         * lisp/gnus-msg.el (gnus-message-make-user-agent): Don't use `@'
438         for rfc2616 compliance.
439
440 2003-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * lisp/gnus-msg.el (gnus-message-make-user-agent): Check whether
443         Mule 2 is running.
444
445 2003-05-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
446
447         * lisp/gnus-msg.el (gnus-user-agent): Added `gnus-mime-edit'.
448         (gnus-inews-add-send-actions): Use `gnus-message-make-user-agent'
449         instead of `gnus-extended-version'.
450         (xemacs-codename): Defvar while compiling.
451         (gnus-message-make-user-agent): Use `gnus-user-agent'.
452
453         * lisp/message.el (message-make-user-agent): If the "User-Agent" field
454         has alread exist, remove it.
455
456 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * lisp/gnus-vers.el: T-gnus 6.16.2 revision 00.
459
460 2003-05-05  Daiki Ueno  <ueno@unixuser.org>
461
462         * lisp/gnus-sum.el (gnus-summary-toggle-header): Call
463         article-decode-encoded-words explicitly.
464
465 2003-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
468
469         * lisp/nnheader.el: Don't use `defun-maybe' for the extra std11-
470         stuff.
471
472 2003-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * lisp/gnus-vers.el: T-gnus 6.16.1 revision 00.
475
476 See ChangeLog.4 for earlier changes.
477
478 ;; Local Variables:
479 ;; coding: iso-2022-7bit
480 ;; End: