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