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