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