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