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