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