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