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