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