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