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