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