de3db0df465d1d9fab536fad8bdac7a547a58a6e
[elisp/gnus.git-] / ChangeLog
1 2003-04-30  Jesper Harder  <harder@ifa.au.dk>
2
3         * GNUS-NEWS: Additions.
4
5 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * lisp/lpath.el: Bind `default-mime-charset-unlimited'.
8
9 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * lisp/dgnushack.el: Autoload font-lock and nnheader for XEmacs
12         -no-autoloads.
13
14         * lisp/pop3.el: Require `advice' for compiling it in Gnus.
15
16 2003-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
17
18         * GNUS-NEWS: Fixed X-Draft-Headers entry.
19
20 2003-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * lisp/dgnushack.el: Make sure `dolist' is available; require
23         `advice' before `path-util'; revoke the bogus change of 2003-04-17
24         (removing function bindings for XEmacs).
25         (dgnushack-remove-extra-files-in-package): Clear the value for
26         `command-line-args-left'.
27         (dgnushack-install-package-manifest): Ditto.
28
29         * texi/infohack.el: Load dgnushack.el and ptexinfmt.el first.
30
31 2003-04-27  Simon Josefsson  <jas@extundo.com>
32
33         * GNUS-NEWS: Fix PGP entry.  Doc GCC variable change.
34
35 2003-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * lisp/gnus-vers.el: T-gnus 6.15.20 (quimby) revision 00.
38
39 2003-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * lisp/gnus-vers.el: T-gnus 6.15.19 revision 00.
42
43 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * lisp/nnheader.el (nnheader-coding-system-p): New function.
46         (mm-coding-system-p): Alias to `nnheader-coding-system-p'.
47
48 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * lisp/gnus-clfns.el (coerce, copy-list, merge, string, subseq):
51         Comment out those compiler macros.
52         (mapc): Make it comeback.
53
54 2003-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
55
56         * make.bat: Flag as binary to ensure DOS line terminators.  Delete
57         trailing whitespace.
58
59 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
60         From Frank Schmitt  <ich@frank-schmitt.net>
61
62         * etc/gnus-tut.txt: Update Gnus FAQ, delete trailing whitespace.
63
64 2003-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * Makefile.in (xclever-package, xlick-package): New rules.
67         (install-package, install-package-ja, package, package-ja): Use
68         them.
69         (install-package-manifest, remove-extra-files-in-package,
70         compose-package): Specify the lisp directory for XEmacs package.
71
72         * aclocal.m4 (AC_PATH_INFO_DIR): Say a note for XEmacs package.
73
74         * lisp/dgnushack.el: Remove useless function bindings for XEmacs.
75         (dgnushack-install-package-manifest): Create the pkginfo directory.
76
77         * lisp/lpath.el: Fbind `compare-strings' for Mule 2.
78
79 2003-04-17  Kevin Greiner  <kgreiner@xpediantsolutions.com>
80
81         * make.bat: Cleaned up end-of-line characters.
82
83 2003-04-17  Steve Youngs  <youngs@xemacs.org>
84
85         * Makefile.in (XEMACS): Use @EMACS@.
86
87         * aclocal.m4 (AC_PATH_LISPDIR): Set $datadir to $prefix/lib if
88         building with XEmacs.
89
90         * aclocal.m4 (AC_SET_BUILD_FLAGS): New.  So we can set XEmacs
91         command line options to '-batch -no-autoloads...' for a cleaner
92         build environment.
93
94         * configure.in: Use it.
95
96         * configure: Regenerate.
97
98 2003-04-16  Reiner Steib  <Reiner.Steib@gmx.de>
99         From Frank Schmitt  <ich@frank-schmitt.net>
100
101         * make.bat: New variable EMACS_ARGS.  Changed XEmacs args.
102
103 2003-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * lisp/lpath.el: Fbind `coding-system-base' for Mule 2.
106
107 2003-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * lisp/gnus-vers.el: T-gnus 6.15.19 (quimby) revision 00.
110
111 2003-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * lisp/gnus-vers.el: T-gnus 6.15.18 revision 00.
114
115         * lisp/message.el (message-forward-subject-name-subject): Rewrite.
116
117         * lisp/mail-source.el (mail-source-fetch-pop): Require `pop3'
118         explicitly.
119         (mail-source-check-pop): Ditto.
120
121 2003-04-07  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * lisp/nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19.
124
125 2003-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * lisp/pop3.el (pop3-uidl-support): Default to nil; change the
128         meaning of a value which it may contain into an alist of servers
129         and flags of whether they support UIDLs.
130         (pop3-get-message-numbers): Don't check uidls when
131         `pop3-leave-mail-on-server' is nil; synch it with the change of
132         `pop3-uidl-support'.
133         (pop3-get-uidl): Synch it with the change of `pop3-uidl-support'.
134
135 2003-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * lisp/gnus-vers.el: T-gnus 6.15.18 (quimby) revision 00.
138
139 2003-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * lisp/gnus-vers.el: T-gnus 6.15.17 revision 00.
142
143 2003-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * lisp/gnus-art.el (gnus-article-x-face-command): Don't examine
146         functions if `noninteractive'.
147         (gnus-article-should-use-smiley-mule): Don't examine values if
148         `noninteractive'.
149         (gnus-treat-display-face): Default to nil if x-face-e21 is
150         available.
151         (gnus-treat-display-smileys): Don't examine values if
152         `noninteractive'.
153
154         * lisp/message.el (message-yank-original): Check not only the
155         References field but the `message-reply-headers' variable.
156
157         * lisp/imap.el (imap-tls-open): Don't bind coding-systems; use
158         `set-buffer-multibyte' instead of `imap-disable-multibyte'.
159
160         * lisp/tls.el: Require `pces'.
161         (open-tls-stream): Use `as-binary-process'.
162
163 2003-03-23  Simon Josefsson  <jas@extundo.com>
164
165         * GNUS-NEWS: Add IDNA.  Add TLS.  Fix USEFOR reference.
166
167 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
168
169         * make.bat: Redone from scratch; supports both Emacs and XEmacs
170         now; correctly generate gnus-load.el; check for errors; use
171         makeinfo if available, infohack.el if it isn't; be less verbose
172         when copying files; copy files from etc/gnus and etc/smilies, too
173
174 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
175
176         * make-x.bat: Removed, make.bat does its job now.
177
178 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
179
180         * etc/gnus-tut.txt: Include Gnus FAQ from http://my.gnus.org.
181
182 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * lisp/gnus-vers.el: T-gnus 6.15.17 (quimby) revision 00.
185
186 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * lisp/gnus-vers.el: T-gnus 6.15.16 revision 00.
189
190 2003-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * lisp/gnus-ofsetup.el: Don't require `read-passwd'; don't set
193         `mail-source-read-passwd' and `gnus-setup-news-hook'.
194
195         * contrib/passwd.el: New file.
196
197 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * lisp/gnus-offline.el (gnus-offline-add-custom-header): Use
200         insert instead of insert-string which is obsolete in Emacs 21.4
201         (synch to the change of Jesper Harder at 2003-02-20).
202
203 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
204
205         * GNUS-NEWS: Renamed `gnus-unsightly-citation-regexp' to
206         `gnus-cite-unsightly-citation-regexp'.
207
208 2003-02-18  Simon Josefsson  <jas@extundo.com>
209
210         * GNUS-NEWS: Talk about canlock more.
211
212 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
213
214         * GNUS-NEWS: Add user visible changes from Michael Shields from
215         the past couple of days.  Actual text from Michael.
216
217 2003-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * lisp/gnus-vers.el: T-gnus 6.15.16 (quimby) revision 00.
220
221 2003-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * lisp/gnus-vers.el: T-gnus 6.15.15 revision 00.
224
225 2003-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * lisp/gnus-vers.el: T-gnus 6.15.15 (quimby) revision 00.
228
229 2003-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * lisp/gnus-vers.el: T-gnus 6.15.14 revision 00.
232
233 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
234
235         * etc/gnus-tut.txt: Update.
236
237 2003-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * texi/infohack.el (infohack-texi-format): Withdraw the change of
240         2003-01-17.
241
242 2003-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * lisp/gnus-vers.el: T-gnus 6.15.14 (quimby) revision 00.
245
246 2003-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * lisp/gnus-vers.el: T-gnus 6.15.13 revision 00.
249
250 2003-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * texi/infohack.el (infohack-texi-format): Insert one excessive
253         newline after a @foo{bar} thing to prevent clinging of a line and
254         a line (old texinfmt bug?) if it should be considered only one
255         thing in a line.
256
257 2003-01-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
258
259         * .cvsignore: Import from Oort Gnus.
260         * contrib/.cvsignore: Ditto.
261         * etc/.cvsignore: Ditto.
262         * lisp/.cvsignore: Ditto.
263         * texi/.cvsignore: Ditto.
264         * texi/ps/.cvsignore: Ditto.
265
266 2003-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * lisp/gnus-msg.el (gnus-summary-digest-mail-forward): Set article
269         numbers to be marked.
270
271 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         (A forgotten thing to synchronize to Oort Gnus.)
274         * lisp/gnus-msg.el (gnus-summary-mail-forward): To many lists of
275         lists.
276
277 2003-01-15  Simon Josefsson  <jas@extundo.com>
278
279         * GNUS-NEWS: Add.  Fix from Reiner Steib
280         <4uce.02.r.steib@gmx.net>.
281
282 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * lisp/binhex.el: Require `path-util'.
285         * lisp/gnus-audio.el: Ditto.
286         * lisp/spam.el: Ditto.
287         * lisp/uudecode.el: Ditto.
288
289         * lisp/binhex.el (binhex-use-external): Replace `executable-find'
290         with `exec-installed-p'.
291         * lisp/gnus-audio.el (gnus-audio-au-player): Ditto.
292         (gnus-audio-wav-player): Ditto.
293         * lisp/spam.el (spam-ifile-path): Ditto.
294         (spam-bogofilter-path): Ditto.
295         * lisp/uudecode.el (uudecode-use-external): Ditto.
296
297         * lisp/gnus-int.el (gnus-agent-expire): Make arguments optional.
298
299 2003-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * lisp/gnus-util.el (gnus-read-event-char): Take an optional
302         parameter even if Mule 2.3 is running.
303
304 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
305
306         * make.bat: Removed "-no-init-file" (it's the same as "-q").  Use
307         new variables EMACSBATCH and GNUS_INFO_DIR.  Install gnus-?,
308         message-?, sieve and pgg (in texi).  Added hint for dir entries.
309
310         * make-x.bat: Ditto.
311
312 2003-01-13  Simon Josefsson  <jas@extundo.com>
313
314         * GNUS-NEWS: Add smileys, Sender:, message-utils.
315         Expand anti-spam.  Fixes.
316
317 2003-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * lisp/gnus-vers.el: T-gnus 6.15.13 (quimby) revision 00.
320
321 2003-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * lisp/gnus-vers.el: T-gnus 6.15.12 revision 00.
324
325 2003-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * lisp/gnus-vers.el: T-gnus 6.15.12 (quimby) revision 00.
328
329 2003-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * lisp/gnus-vers.el: T-gnus 6.15.11 revision 00.
332
333 2003-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * lisp/gnus.art.el (gnus-treat-predicate): Don't follow the Change
336         of Oort Gnus at 2003-01-02; reverted.
337
338         * lisp/message.el (message-tool-bar-map): Commented out MIME-Edit
339         buttons.
340
341 2003-01-09  Simon Josefsson  <jas@extundo.com>
342
343         * etc/gnus/preview.xpm: Add.
344
345 2003-01-06  Simon Josefsson  <jas@extundo.com>
346
347         * etc/gnus/receipt.xpm: Add.
348
349 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
350
351         * etc/gnus/preview.xbm: Add.
352
353 2003-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * lisp/message.el (message-tool-bar-map): Fix keymap for MIME-Edit.
356
357 2003-01-09  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
358
359         * README.semi.ja: "What's T-gnus?" is revised.
360
361         * README.semi: Ditto.
362
363 2003-01-07  Keiichi Suzuki  <keiichi@nanap.org>
364
365         * lisp/message.el (message-setup-1): Don't call
366         `message-use-alternative-email-as-from' if it isn't for replying.
367
368 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * etc/gnus/gnus.xpm (oort): Make the color replaceable.
371
372 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * lisp/gnus-vers.el: T-gnus 6.15.11 (quimby) revision 00.
375
376 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * lisp/gnus-vers.el: T-gnus 6.15.10 revision 00.
379
380 2003-01-03  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Bind the
383         color for the symbol `oort' as `gnus-group-startup-message' does.
384
385 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Commented out.
388         (gnus-load): Allow coding-system as an argument.
389
390 2002-12-16  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
391
392         * lisp/nnimap.el (nnimap-callback): Use `nnimap-demule'.
393         (nnimap-request-article-part): Ditto.
394
395 2002-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * texi/Makefile.in (%.info, .texi): Conceal control procedures.
398
399 2002-12-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
400
401         * etc/smilies/*.pbm: Made them binary.
402
403 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
404
405         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Don't refer to
406         the value of `gnus-agent-file-name'.
407
408 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
409
410         * lisp/gnus-agent.el (gnus-agent-fetch-group-1): Article numbers
411         should be accessed through `mail-header-number'.
412
413 2002-11-24  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
414
415         * lisp/mm-url.el (mm-url-program): Use `exec-installed-p' instead of
416         `executable-find'.
417
418 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
419
420         * etc/smilies/blink.xpm: Changed smileys and some new ones from
421         Alex Schroeder <alex@emacswiki.org>.
422
423 2002-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * lisp/gnus-sum.el (gnus-summary-inherit-default-charset): Inherit
426         the value for `default-mime-charset-unlimited' as well.
427         (gnus-summary-setup-default-charset): Bind
428         `default-mime-charset-unlimited' to nil for nndraft:delayed or
429         nndraft:drafts groups.
430
431         * lisp/gnus-art.el (gnus-article-prepare-display): Don't use
432         MIME-View for nndraft:delayed or nndraft:drafts groups.
433         (gnus-article-decode-article-as-default-mime-charset): Don't
434         decode an article for nndraft:delayed or nndraft:drafts groups.
435
436 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * lisp/nndraft.el (nndraft-request-article): Don't give a special
439         treatment to Mule.
440
441         * lisp/nnheader.el (nnheader-auto-save-coding-system): Undo last
442         change to restore the default value to emacs-mule or escape-quoted.
443
444 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Don't
447         perform `mime-edit-again' for a delayed or a queued article.
448         (gnus-article-mime-edit-done): Bind `inhibit-read-only' to t while
449         running `gnus-article-edit-done'.
450
451 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
452
453         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Protect
454         against unexpected data structure.
455
456 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
457
458         * lisp/nnshimbun.el: Clean up codes.
459         (nnshimbun-buffer, nnshimbun-current-directory)
460         (nnshimbun-current-group, nnshimbun-server-directory): Removed.
461         (nnshimbun-current-server, nnshimbun-server-directory)
462         (nnshimbun-current-group, nnshimbun-current-directory): New macros.
463         (nnshimbun-backlog, nnshimbun-find-parameter): Use
464         `nnshimbun-current-server'.
465         (nnshimbun-possibly-change-group, nnshimbun-open-server):
466         Reimplemented.
467         (nnshimbun-close-server): Do not kill `nnshimbun-buffer'.
468         (nnshimbun-request-article-1, nnshimbun-request-list): Use
469         `erase-buffer' instead of `delete-region'.
470         (nnshimbun-request-article): Use `nnshimbun-current-group'.
471         (nnshimbun-request-group): Remove redundant checks.
472         (nnshimbun-request-scan): Check arguments strictly.
473         (nnshimbun-retrieve-headers, nnshimbun-retrieve-headers-with-nov):
474         Reimplemented.
475         (nnshimbun-generate-nov-database, nnshimbun-search-id)
476         (nnshimbun-write-nov, nnshimbun-request-expire-articles):
477         Simplified.
478         (nnshimbun-nov-buffer-name, nnshimbun-nov-file-name): Make the
479         first argument optional.
480         (nnshimbun-open-nov): Bind variables to set coding systems for
481         path names.
482         (nnshimbun-possibly-change-group, nnshimbun-request-article)
483         (nnshimbun-write-nov): Strict checking.
484         (nnshimbun-request-expire-articles): Small fix.
485
486 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
489
490         * lisp/nnheader.el (nnheader-auto-save-coding-system): Default to
491         `iso-2022-7bit'.
492
493 2002-10-29  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
494
495         * lisp/nnshimbun.el (nnshimbun-request-article-1): Install trick
496         to keep compatibility between T-gnus and Oort Gnus.
497
498 2002-10-29  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
499
500         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Do not
501         use removed variables.
502
503 2002-10-29  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
504
505         * lisp/nnshimbun.el: Clean up.
506         (nnshimbun-nov-last-check): Removed.
507         (nnshimbun-nov-buffer-alist): Removed.
508         (nnshimbun-nov-buffer-file-name): Removed.
509         (nnshimbun-close-server): Use `nnshimbun-write-nov' instead of
510         `nnshimbun-save-nov'.
511         (nnshimbun-mail-header-subject): Removed.
512         (nnshimbun-mail-header-from): Removed.
513         (nnshimbun-make-shimbun-header): Removed.
514         (nnshimbun-parse-nov): New function.
515         (nnshimbun-request-article-1): Use `nnshimbun-parse-nov' instead
516         of `nnheader-parse-nov'.
517         (nnshimbun-retrieve-headers): Likewise.
518         (nnshimbun-nov-buffer-name): New function.
519         (nnshimbun-nov-file-name): Ditto.
520         (nnshimbun-open-nov): Clean up.
521         (nnshimbun-write-nov): Ditto; Aceept the 2nd optional argument.
522         (nnshimbun-save-nov): Removed.
523
524 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * lisp/dgnushack.el (dgnushack-dont-compile-files): New constant
527         containing almost all mm*.el.
528         (dgnushack-compile): Don't byte-compile the file in
529         `dgnushack-dont-compile-files'.
530
531 2002-10-09  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
534         (gnus-version): T-gnus supports SEMI 1.14 and FLIM 1.14.
535
536         * lisp/mmgnus.el: Remove commented obsolete definitions.
537
538         * lisp/message.el (message-header-hook): Replace
539         `eword-encode-header' with `mime-encode-header-in-buffer'.
540         (message-send-mail-with-smtp): Don't use `smtp-via-smtp'.
541
542 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * lisp/mm-url.el (mm-url-form-encode-xwfu): Use
545         `file-coding-system' instead of `buffer-file-coding-system' when
546         Mule 2 is running.
547
548         * lisp/gnus-group.el: Require `mm-url' only when compiling.
549         (gnus-group-fetch-charter): Require `mm-url'.
550
551         * lisp/gnus.el (gnus-default-charset): Default to `iso-8859-1'.
552
553 2002-09-13  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
554
555         * lisp/nnheader.el (toplevel) [XEmacs]: Remove code to define
556         `emacs-mule' coding-system, because the generated coding system is
557         not compatible to the original coding system of FSF Emacs.
558
559 2002-09-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
560
561         * lisp/nnheader.el (toplevel) [XEmacs]: Define `emacs-mule' coding
562         system in order to cancel difference on coding systems of
563         auto-saved files between FSF Emacs and XEmacs.
564         (nnheader-auto-save-coding-system) [Mule]: The default value of
565         Mule2 is changed from `*junet*' to `*internal*', in order to unify
566         coding system of files auto-saved by Mule2.
567
568 2002-09-08  Daiki Ueno  <ueno@unixuser.org>
569
570         * lisp/gnus-msg.el (gnus-configure-posting-styles): Follow the
571         change of arglist of gnus-configure-posting-style.
572         (gnus-configure-posting-style): Check circular import.
573
574 2002-09-08  Daiki Ueno  <ueno@unixuser.org>
575
576         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
577
578         * lisp/gnus-msg.el (gnus-named-posting-styles): Defcustom.
579         (gnus-posting-styles): Allow (import "...").
580         (gnus-configure-posting-style): Splitted from
581         gnus-configure-posting-styles.
582         (gnus-summary-execute-command-with-posting-style): Fix prompt string.
583
584         * lisp/gnus-cus.el (gnus-group-parameters): Allow (import "...")
585         in posting-styles.
586
587 2002-09-08  Daiki Ueno  <ueno@unixuser.org>
588
589         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
590
591         * lisp/gnus-msg.el (gnus-named-posting-styles): New variable.
592         (gnus-summary-send-map): Bind "P" to
593         gnus-summary-execute-command-with-posting-style.
594         (gnus-configure-posting-styles): Expand named entries in
595         gnus-posting-styles.
596         (gnus-summary-execute-command-with-posting-style): New command.
597
598 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
601
602         * lisp/gnus-msg.el (gnus-copy-article-buffer): Set a copy buffer
603         mutibyte; remove invisible and intangible test properties from a
604         copied article.
605
606 2002-09-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
607
608         * texi/ptexinfmt.el: discard @documentdescription.  Support
609         @ifplaintext, @ifnotplaintext, @ifhtml.  Remove obsolete commands.
610         (texinfo-format-ifhtml, texinfo-format-ifplaintext): New function.
611
612 2002-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
613
614         * lisp/gnus-namazu.el (gnus-namazu/highlight-words): Stricten
615         regular expression to highlight keywords.
616
617 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * lisp/lpath.el: Fbind `smtpmail-send-it' for Mule 2.
620
621 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * lisp/gnus-util.el (frame-parameter): New function for oldies.
624
625 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * lisp/gnus.el (gnus-frame): Remove.
628
629 2002-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * lisp/gnus-vers.el: Fix T-gnus version number.
632
633 2002-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * lisp/gnus-vers.el: T-gnus 6.15.8 revision 00.
636
637 2002-08-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
638
639         * lisp/gnus-namazu.el (gnus-namazu-update-index): Handle error
640         messages printed by Namazu.
641         (gnus-namazu/update-sentinel): Likewise.
642         (gnus-namazu-need-path-normalization): Change its default value.
643         (gnus-namazu/normalize-results): Remove `file://' prefix.
644
645         * texi/gnus-ja.texi (Namazu Groups): Update documents.
646
647         * lisp/gnus-namazu.el (gnus-namazu/update-p): Print error
648         messages.
649         (gnus-namazu-update-index): Small clean up.
650         (gnus-namazu-update-all-indices): Ditto.
651
652 2002-08-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
653
654         * lisp/gnus-namazu.el: Bug fix of updating multiple indices.
655         (gnus-namazu/setup): Call `gnus-namazu-update-all-indices' without
656         arguments.
657         (gnus-namazu-create-index): Clean temporary files even if an
658         indexer is killed.
659         (gnus-namazu/update-p): New function.
660         (gnus-namazu-update-all-indices): Reimplemented.
661         (gnus-namazu-update-index): Call `gnus-namazu/update-p' to decide
662         whether the specified index will be updated.
663         (gnus-namazu/update-sentinel): Follow the change of
664         `gnus-namazu-update-all-indices'.
665
666 2002-08-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
667
668         * lisp/gnus.el (toplevel): Add autoloads for
669         `gnus-namazu-create-index', and `gnus-namazu-update-all-indices'
670         and `gnus-namazu-update-index'.
671
672         * lisp/gnus-namazu.el: Support automatically updating multiple
673         indices.
674         (gnus-namazu-make-index-interval): Abolished.
675         (gnus-namazu-index-update-interval): New option.
676         (gnus-namazu/setup): Call `gnus-namazu-update-all-indices' instead
677         of `gnus-namazu-make-index'.
678         (gnus-namazu/mknmz-process): Abolished.
679         (gnus-namazu/status-file-name): New macro.
680         (gnus-namazu-make-index, gnus-namazu-make-index-stop,
681         gnus-namazu/mknmz-sentinel): Removed.
682         (gnus-namazu/mknmz-cleanup, gnus-namazu/index-old-p): New function.
683         (gnus-namazu-create-index, gnus-namazu-update-all-indices,
684         gnus-namazu-update-index, gnus-namazu-stop-update): New command.
685         (gnus-namazu/update-directories, gnus-namazu/update-process): New
686         internal variable.
687
688 2002-07-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
689
690         * lisp/gnus-namazu.el: Support automatically updating index.
691         (gnus-namazu-default-index-directory): New constant.
692         (gnus-namazu-make-index-interval, gnus-namazu-make-index-command,
693         gnus-namazu-make-index-arguments): New options.
694         (gnus-namazu/setup): Call `gnus-namazu-make-index'.
695         (gnus-namazu/real-group-name): Renamed from
696         `gnus-namazu/check-cache-group'.
697         (gnus-namazu/cache-group-candidates): Renamed from
698         `gnus-namazu/cache-group-candidates'.
699         (gnus-namazu/search): Experimental support of articles covered by
700         agent.
701         (gnus-namazu/default-index-directory, gnus-namazu/lapse-seconds,
702         gnus-namazu/mknmz-sentinel): New internal functions.
703         (gnus-namazu/mknmz-process): New internal variable.
704         (gnus-namazu/lock-file-name, gnus-namazu/index-file-name): New
705         macros.
706         (gnus-namazu-make-index, gnus-namazu-make-index-stop): New
707         commands.
708
709 2002-07-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
710
711         * lisp/gnus-namazu.el (gnus-namazu/request-list): Removed.
712         (gnus-namazu/get-current-to): New function.
713         (gnus-namazu/complete-query): Call the above.
714
715 2002-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * lisp/pop3.el: Don't autoload "ssl".
718         (pop3-open-ssl-stream-1): Require `ssl' before binding ssl-* vars.
719
720 2002-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * lisp/gnus-namazu.el (gnus-namazu/truncate-article-list): Remove
723         a redundancy.
724
725 2002-07-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
726
727         * texi/gnus-ja.texi (Web Newspaper): Update the url of w3m.
728
729 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * lisp/gnus-sum.el (gnus-summary-mode-map): Replace
732         `gnus-article-toggle-headers' with `gnus-summary-toggle-header'.
733         (gnus-summary-wash-map): Ditto.
734         (gnus-summary-wash-hide-map): Replace
735         `gnus-article-toggle-headers' with `gnus-article-hide-headers'.
736         (gnus-summary-article-menu): Ditto.
737
738         * lisp/gnus.el: Remove autoload for `gnus-article-toggle-headers'.
739
740         * lisp/gnus-art.el (article-toggle-headers): Abolished.
741
742 2002-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * lisp/dgnushack.el (byte-optimize-form-code-walker): Don't modify
745         the function definition if the bug has already gone; revert to the
746         use of `defadvice'.
747
748 2002-07-03  Keiichi Suzuki  <keiichi@nanap.org>
749
750         * lisp/gnus-logic.el (gnus-advanced-index): Use luna based index
751         numbers.
752
753 2002-06-26  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
754
755         * lisp/imap.el (imap-ssl-open-2): Do away with w32-related
756         workaround I installed on 1999-12-28, i.e. also call
757         `as-binary-process' in windows-nt.
758
759 2002-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * contrib/hashcash.el: Require `cl' when compiling.
762         (hashcash-strip-quoted-names): Replace `subseq' with `substring'.
763         (mail-add-payment): Allow no `mail-header-separator' in the buffer;
764         don't use `mapc'.
765
766 2002-06-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
767
768         * lisp/gnus-namazu.el (gnus-namazu/truncate-article-list): When
769         `gnus-large-newsgroup' is equal to nil, no confirmation is
770         required.
771
772 2002-06-23  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
773
774         * lisp/pop3.el (pop3-open-ssl-stream): Do away with w32-related
775         workaround I installed on 1999-12-27, i.e. also call
776         `as-binary-process' in windows-nt.
777
778 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * lisp/message.el (message-send): Kill `message-encoding-buffer'
781         even if sending failed.
782
783 2002-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
786
787         * lisp/gnus-msg.el (gnus-message-setup-hook): Default to nil.
788         (gnus-setup-message): Run `gnus-maybe-setup-default-charset'.
789         (gnus-summary-supersede-article): Don't bind the value for
790         `gnus-message-setup-hook'.
791         (gnus-summary-resend-bounced-mail): Ditto.
792
793         * lisp/dns.el (dns-make-network-process): Bind
794         `default-process-coding-system' to `(binary . binary)'; bind
795         `program-coding-system-alist' to nil.
796
797         * lisp/gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Bind
798         `input-coding-system' and `output-coding-system' to `binary'.
799
800         * lisp/gnus-namazu.el (gnus-namazu/call-namazu): Bind
801         `input-coding-system' and `output-coding-system' to the velue of
802         `gnus-namazu-coding-system'.
803
804         * lisp/imap.el (imap-ssl-open): Don't bind the values for
805         `input-coding-system' and `output-coding-system'.
806
807         * lisp/nnmaildir.el (nnmaildir-request-scan): Bind
808         `output-coding-system' to the value of
809         `nnheader-file-coding-system'; bind `file-coding-system' to nil.
810         (nnmaildir-request-rename-group): Ditto.
811         (nnmaildir-request-replace-article): Ditto.
812         (nnmaildir-request-accept-article): Ditto.
813         (nnmaildir-request-set-mark): Ditto.
814
815         * lisp/nnmbox.el (nnmbox-save-buffer): Simplify the source code.
816
817         * lisp/nnrss.el (nnrss-read-server-data): Bind
818         `input-coding-system' to `binary'.
819         (nnrss-save-server-data): Bind `output-coding-system' to `binary'.
820         (nnrss-read-group-data): Bind `input-coding-system' to `binary'.
821         (nnrss-save-group-data): Bind `output-coding-system' to `binary'.
822
823 2002-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * lisp/pop3.el: Add a comment for the use of `ssl' or `tls'
826         connection with Gnus; always require `pces' and `path-util' for
827         Gnus.
828         (pop3-open-ssl-stream-1): Don't require `path-util' here.
829
830 2002-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * lisp/pop3.el: Make it can be byte-compiled in the Gnus source
833         tree with neither errors nor warnings.
834         (pop3-md5): Fix the logic to check whether the built-in `md5'
835         allows the 4th argument CODING-SYSTEM.
836
837 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
840
841         * contrib/gpg-ring.el: Remove RCS magic cookie.
842         * lisp/nnir.el: Ditto.
843
844         * texi/ptexinfmt.el (texinfo-discard-command-and-arg): New
845         function.
846
847 2002-06-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
848
849         * texi/ptexinfmt.el: discard @cartouche.  @anchor discard for Mule
850         2.3.  Support @., @:, @-.
851         (texinfo-format-inforef): New function.
852
853 2002-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * lisp/nnheader.el (nnheader-unfold-fws): New function copied from
856         `ietf-drums-unfold-fws'.
857         (ietf-drums-unfold-fws): Alias to `nnheader-unfold-fws'.
858
859 2002-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * lisp/gnus-vers.el: T-gnus 6.15.7 revision 00.
862
863 2002-04-30  Daiki Ueno  <ueno@unixuser.org>
864
865         * lisp/message.el (message-expand-name-function): New user option.
866         (message-expand-name): Use it.
867         * lisp/lpath.el: Don't bind lsdb-complete-name and bbdb-complete-name.
868
869 2002-04-30  Daiki Ueno  <ueno@unixuser.org>
870
871         * lisp/message.el (message-expand-name): Use lsdb-complete-name if
872         available.
873         * lisp/lpath.el: Bind lsdb-complete-name.
874
875 2002-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Also examine
878         backquote'd forms.
879
880         * lisp/nnheader.el (nnheader-with-unibyte): New macro.
881         (mm-with-unibyte): Alias to `nnheader-with-unibyte'.
882
883 2002-04-26  Steve Youngs  <youngs@xemacs.org>
884
885         * aclocal.m4 (AC_PATH_INFODIR): New.  Defaults to '$prefix/info'
886         for Emacs and 'site-packages/info' for XEmacs.
887         (AC_PATH_ETCDIR): Drop 'gnus' off the end of the default directory
888         for XEmacs.
889
890         * configure.in: Use 'AC_PATH_INFO_DIR'.
891
892 2002-04-23  Daiki Ueno  <ueno@unixuser.org>
893
894         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Disregard the
895         message cache when bbdb/news-auto-create-p is nil.
896
897 2002-04-23  Daiki Ueno  <ueno@unixuser.org>
898
899         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Work around the
900         incompatibility with BBDB 2.3x.
901
902 2002-04-22  Daiki Ueno  <ueno@unixuser.org>
903
904         * lisp/message.el (message-make-user-agent): Remove product tokens
905         for gnus-vers.  [cf. <semi-gnus-ja:6798>]
906
907 2002-04-22  Daiki Ueno  <ueno@unixuser.org>
908
909         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
910
911         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Tweak BBDB message
912         caching.
913         (gnus-bbdb/extract-message-sender-function): New user option.
914         (gnus-bbdb/extract-message-sender): New function.
915
916 2002-04-20  Daiki Ueno  <ueno@unixuser.org>
917
918         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
919
920         * lisp/gnus-sum.el: Don't autoload gnus-set-summary-default-charset.
921         (gnus-summary-inherit-default-charset): New function.
922         (gnus-parse-headers-hook): Use it.
923         (gnus-summary-setup-default-charset): Set default-mime-charset here.
924
925         * lisp/gnus-delay.el (gnus-delay-article): Undo the last change.
926
927         * lisp/gnus-draft.el: Revert to the original implementation.
928         (gnus-draft-edit-message): Pass restore as the 3rd argument of
929         gnus-draft-setup; call save-buffer instead of message-save-drafts.
930         (gnus-draft-setup): Rename from gnus-draft-setup-for-editing.
931         (gnus-draft-setup-for-sending): Abolish.
932
933         * lisp/nnheader.el (nnheader-auto-save-coding-system): New variable.
934
935         * lisp/message.el (message-draft-coding-system): Delegate the
936         value to nnheader-auto-save-coding-system.
937         (message-mode-map): Don't bind message-save-drafts.
938         (message-dont-send): Use save-buffer instead of message-save-buffer.
939         (message-save-drafts): Abolish.
940
941         * lisp/nndraft.el (nndraft-request-article): Revert to the
942         original implementation.
943
944 2002-04-18   Daiki Ueno  <ueno@unixuser.org>
945
946         * lisp/gnus-draft.el (gnus-group-send-queue): Pass group and
947         interactive as the arguments of gnus-draft-send.
948         (gnus-draft-send): Don't give "nndraft:queue" special treatment.
949
950 2002-04-17   Daiki Ueno  <ueno@unixuser.org>
951
952         * lisp/gnus-delay.el (gnus-delay-article): Use `message-save-drafts'
953         instead of `save-buffer'.
954
955 2002-04-08  Daiki Ueno  <ueno@unixuser.org>
956
957         * lisp/gnus-draft.el (gnus-draft-send): Always enter the Message
958         mode.
959
960 2002-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * lisp/gnus-group.el (gnus-group-completing-read-group-name): Use
963         `mapatoms' to extract all groups from `gnus-active-hashtb'.
964
965 2002-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * lisp/gnus-group.el (gnus-group-completing-read-group-name):
968         Improve to speed up.
969         (gnus-group-name-charset-group-alist): Change the default value.
970
971 2002-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
974
975         * lisp/message.el (message-save-drafts, message-check-8bit,
976         message-send-news, message-send-mail, message-send): Replace
977         `insert-buffer' with `insert-buffer-substring'.
978         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup,
979         gnus-article-edit-exit, article-verify-x-pgp-sig): Ditto.
980
981 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Don't provide
984         "View as different encoding" submenu if the function
985         `coding-system-list' is not available.
986
987 2002-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * lisp/pop3.el (pop3-md5): Treat a given string as binary.
990
991 2002-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * lisp/gnus-msg.el (gnus-summary-resend-message-edit): Use
994         `mime-edit-again' instead of `mime-to-mml' to recompose a message.
995
996 2002-03-05  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * lisp/message.el (mm-make-temp-file): Copied from mm-util.el.
999
1000 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * lisp/message.el (message-fix-before-sending): Bind
1003         `mm-7bit-chars' to the value that concat the original value and
1004         escape.
1005
1006         * lisp/nnheader.el (mm-7bit-chars): Remove.
1007
1008 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * lisp/gnus-art.el (gnus-article-edit-mode): Don't call `mml-mode'.
1011
1012         * lisp/nnheader.el (mm-7bit-chars): Copied from mm-bodies.el.
1013         (mm-multibyte-p): New alias.
1014         (mm-char-int): Alias to `char-int'.
1015
1016 2002-02-26  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1017
1018         * lisp/gnus-art.el (gnus-request-article-this-buffer): Sync up
1019         with Oort-gnus.
1020
1021         * lisp/nntp.el (nntp-open-via-rlogin-and-telnet): Wrap
1022         `call-process' with `as-binary-process'.
1023
1024 2002-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * lisp/smiley.el (smiley-regexp-alist): Fix the order of faces.
1027
1028 2002-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * lisp/smiley.el (smiley-regexp-alist): Use faces which originate
1031         in etc-0.27.tar.gz if exist.
1032         (gnus-smiley-file-types): Add xbm if available.
1033         (smiley-region): Don't put two or more faces in one place.
1034
1035 2002-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * lisp/gnus-art.el (gnus-request-article-this-buffer): Temporally
1038         fix: erase the buffer before inserting (and saving) an article.
1039
1040 2002-02-22  Steve Youngs  <youngs@xemacs.org>
1041
1042         * aclocal.m4 (AC_PATH_LISPDIR): Default to
1043         .../site-packages/lisp/gnus for XEmacs.
1044         (AC_PATH_ETCDIR): Default to .../site-packages/etc/gnus for
1045         XEmacs.
1046
1047 2002-02-21   Daiki Ueno  <ueno@unixuser.org>
1048
1049         * lisp/gnus-group.el (gnus-group-name-encode): New function.
1050         (gnus-group-encoded-name): New function.
1051         (gnus-group-completing-read-group-name): New function.
1052         (gnus-fetch-group): Use it.
1053         (gnus-group-jump-to-group): Use it.
1054         (gnus-group-unsubscribe-current-group): Use it.
1055
1056 2002-02-21   Daiki Ueno  <ueno@unixuser.org>
1057
1058         * lisp/nnheader.el (mm-string-as-unibyte): Undo the last change.
1059         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Ditto.
1060
1061 2002-02-21   Daiki Ueno  <ueno@unixuser.org>
1062
1063         * lisp/nnheader.el (mm-string-as-unibyte): Alias to
1064         `string-as-unibyte'.
1065
1066         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Return unibyte
1067         group names.
1068
1069 2002-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * lisp/lpath.el: Bind `navi2ch-mona-font'.
1072
1073 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
1074
1075         * lisp/gnus-art.el (gnus-treat-monafy): New user option.
1076         (article-monafy): New function.
1077
1078 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * lisp/nnheader.el (std11-field-value): Fix regexp.
1081
1082 2002-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * lisp/gnus-art.el (gnus-treat-display-grey-xface): Default to nil
1085         under NTEmacs 21.
1086
1087 2002-02-14  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1088
1089         * lisp/gnus-namazu.el (gnus-namazu-kill-summary-buffers): New
1090         advice.
1091
1092 2002-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * lisp/mm-view.el: Require `gnus-mailcap' rather than `mailcap'.
1095
1096         * lisp/nnheader.el (mm-with-unibyte-buffer): Bind `default-mc-flag'
1097         instead of `mc-flag'.
1098         (nnheader-with-unibyte-current-buffer): New macro.
1099         (mm-with-unibyte-current-buffer): Alias to
1100         `nnheader-with-unibyte-current-buffer'.
1101         (nnheader-guess-mime-charset): New macro.
1102         (mm-guess-mime-charset): Alias to `nnheader-guess-mime-charset'.
1103         (shell-command-to-string): New function for old Emacsen.
1104
1105         * lisp/lpath.el: Don't fbind `shell-command-to-string'.
1106
1107 2002-02-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1108
1109         * lisp/gnus-namazu.el (gnus-namazu/group-alist): Abolished.
1110         (gnus-namazu/setup): Not set it.
1111         (gnus-namazu/shutdown): Removed.
1112         (gnus-namazu/group-prefixed-name): Handle case-insensitive file
1113         names by itself.
1114
1115 2002-02-09  NISHIDA Masakazu  <m_nisida@ca2.so-net.ne.jp>
1116
1117         * lisp/gnus-namazu.el (gnus-namazu/complete-query): Relaxed the
1118         regexp which matches field search keywords.
1119
1120 2002-02-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1121
1122         * etc/gnus/gnus.xpm: Remove some garbages at the end of the file.
1123
1124 2002-02-03  Daiki Ueno  <ueno@unixuser.org>
1125
1126         * lisp/nnir.el (nnir-run-namazu): According to SUSv3, LC_ALL is
1127         prior to the other environment variables whose names are starting
1128         with "LC_".  So there is no need to setting them.
1129
1130 2002-02-03  Daiki Ueno  <ueno@unixuser.org>
1131
1132         * lisp/nnir.el (nnir-imap-default-charset): New user option.
1133         (nnir-run-imap): Supply the charset of a search criteria.
1134
1135 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1136         Suggested by Kenichi OKADA <okada@opaopa.org>
1137
1138         * lisp/message.el (message-save-drafts): Override
1139         `mime-header-encode-method-alist'.
1140
1141 2002-02-01  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
1142
1143         * texi/gnus-ja.texi (Posting Styles): Fix typo.
1144
1145 2002-01-31  ARISAWA Akihiro  <ari@atesoft.advantest.co.jp>
1146
1147         * lisp/gnus-art.el (gnus-article-display-traditional-message):
1148         Reverted.
1149
1150 2002-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * lisp/gnus-art.el (gnus-article-setup-buffer): Enable multibyte
1153         in `gnus-original-article-buffer'.
1154
1155 2002-01-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * lisp/message.el (message-cite-prefix-regexp): Fix the regexp.
1158
1159         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
1160         implementation.
1161
1162 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * lisp/gnus-clfns.el (find-cl-run-time-functions): Insert a
1165         newline before filling a result; ignore non-list forms.
1166
1167 2002-01-24  ARISAWA Akihiro  <ari@atesoft.advantest.co.jp>
1168
1169         * lisp/gnus-sum.el (gnus-summary-show-article): If coding-system is
1170         specified, bind `default-mime-charset' to it.
1171
1172 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * lisp/message.el: Require `base64' before `canlock-om' to avoid
1175         damage to define `base64-encode-string' by MEL.
1176
1177         * lisp/dgnushack.el: Load base64.el before canlock-om.el to avoid
1178         damage to define `base64-encode-string' by MEL.
1179
1180 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * lisp/gnus-sum.el (gnus-article-commands-menu): Bind "Html" to
1183         the command `gnus-article-wash-html'.
1184         (gnus-summary-article-menu): Ditto.
1185         (gnus-summary-wash-map): Bind "h" to the command
1186         `gnus-article-wash-html'.
1187
1188         * lisp/gnus-art.el (gnus-article-treatment-menu): Bind
1189         "Treat html" to the command `gnus-article-wash-html'.
1190
1191         * lisp/nnheader.el: Place mm- stuff and mail-parse stuff in front
1192         of the codes which use (or may use) them.
1193
1194 2002-01-21  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1195
1196         * lisp/gnus-art.el (gnus-article-display-traditional-message): Use
1197         `set-buffer-multibyte'.
1198
1199 2002-01-21  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1200
1201         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Protect
1202         against dead windows.
1203
1204         * lisp/nnheader.el (mm-encode-coding-string): Alias to
1205         `encode-coding-string'.
1206         (mm-decode-coding-string): Alias to 'decode-coding-string'.
1207
1208 2002-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * lisp/gnus-vers.el: T-gnus 6.15.6 revision 00.
1211
1212         * lisp/nnheader.el (std11-unfold-region): New function copied from
1213         `rfc2047-unfold-region'.
1214         (std11-unfold-field): New function.
1215         (mail-header-unfold-field): Alias to `std11-unfold-field'.
1216
1217 2002-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02 (synch
1220         with the released version of Oort Gnus v0.05).
1221
1222 2002-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * lisp/dgnushack.el: Advise `byte-compile-inline-expand' for Mule
1225         to ignore built-in functions as Emacs 20+ does.
1226
1227 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * lisp/gnus-sum.el (gnus-adjust-marked-articles): Fix the record
1230         for `seen' if it looks like (seen NUM1 . NUM2).  It should be
1231         (seen (NUM1 . NUM2)).
1232
1233 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * lisp/nntp.el (nntp-send-buffer): Bind `mc-flag' to nil.
1236
1237         * lisp/nnheader.el (mm-with-unibyte-buffer): Alias to
1238         `nnheader-with-unibyte-buffer'.
1239         (nnheader-with-unibyte-buffer): New macro.
1240
1241 2002-01-12  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1242
1243         * texi/gnus-ja.texi (Article Date): Update Japanese translation.
1244
1245 2002-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * lisp/gnus-clfns.el (butlast): Fix a serious bug that it behaved
1248         like `nbutlast'.  Special thanks to Keiichi-san for the great
1249         discovery.
1250
1251         * lisp/gnus.el (gnus-product-variable-file-list): Add a check for
1252         the value of `gnus-use-correct-string-widths' in the forms.
1253
1254         * lisp/gnus-start.el (gnus-product-quick-file-format): Include the
1255         value of `gnus-use-correct-string-widths' in the file form.
1256         (gnus-product-read-variable-file-1): Check for the equality in the
1257         value of `gnus-use-correct-string-widths' as well.
1258
1259 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01 in
1262         order to force update cached format specs.
1263
1264         * lisp/gnus-spec.el (gnus-use-correct-string-widths): Default to t.
1265
1266 2002-01-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1267
1268         * lisp/nnshimbun.el: Adopt for old Gnusae.
1269
1270 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * lisp/message.el (message-strip-forbidden-properties): Don't
1273         strip properties when the invisible MIME part is inserted.
1274
1275         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Position
1276         point to the top.
1277
1278 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * etc/gnus/oort.xface (X-Face): Oort X-Face from
1281         Raymond Scholz <ray-2002@zonix.de>.
1282
1283 2002-01-09  Katsumi Yamaoka <yamaoka@jpl.org>
1284
1285         * lisp/lpath.el: Fbind `coding-system-to-mime-charset' for Mule 2.
1286
1287         * lisp/nnheader.el (std11-fold-region): New function copied from
1288         `rfc2047-fold-region'.
1289         (std11-fold-field): Use it.
1290
1291 2002-01-09  Katsumi Yamaoka <yamaoka@jpl.org>
1292
1293         * lisp/gnus.el: Don't autoload "gnus-bitmap".
1294
1295         * lisp/gnus-ems.el: Autoload "smiley-mule" if running Emacs
1296         version is less than 21.
1297
1298         * lisp/gnus-art.el (gnus-article-smiley-display): Remove.
1299         (gnus-treat-smiley): Reload "smiley-ems" or "smiley-mule" if
1300         needed.
1301         (gnus-treat-display-smileys): Use `gnus-image-type-available-p'.
1302         (gnus-article-smiley-mule-loaded-p): New internal variable.
1303         (gnus-article-should-use-smiley-mule): New user option.
1304
1305 2002-01-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1306
1307         * lisp/nneething.el (nneething-mime-extensions): New variable.
1308         (nneething-request-article): Refer it.
1309
1310         * lisp/nnheader.el (mm-detect-coding-region): Alias to
1311         `nnheader-detect-coding-region'.
1312         (nnheader-detect-coding-region): New function.
1313         (mm-detect-mime-charset-region): Alias to
1314         `nnheader-detect-mime-charset-region'.
1315         (nnheader-detect-mime-charset-region) New function.
1316
1317 2002-01-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1318
1319         * texi/gnus-ja.texi (Web Newspaper): Update the document of
1320         mime-w3m.el.
1321
1322 2002-01-08  Katsumi Yamaoka <yamaoka@jpl.org>
1323
1324         * lisp/gnus-art.el (article-toggle-headers): Expose headers even
1325         if there is a boundary line.
1326
1327         * lisp/nntp.el (nntp-send-buffer): Don't use
1328         `mm-with-unibyte-current-buffer'.  Use expanded form instead.
1329
1330         * lisp/gnus-art.el (gnus-treatment-function-alist): Move X-Face
1331         stuff down after unfolding stuff.
1332
1333 2002-01-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1334
1335         * lisp/gnus-namazu.el (gnus-namazu/highlight-words): Reimplemented.
1336
1337 2002-01-08  Katsumi Yamaoka <yamaoka@jpl.org>
1338
1339         * lisp/nnheader.el (mail-narrow-to-head): Copy from ietf-drums.el;
1340         it should go to the beginning of the header after narrowing.
1341         (std11-extract-addresses-components): Protect against nil argument.
1342
1343 2002-01-08  Katsumi Yamaoka <yamaoka@jpl.org>
1344
1345         * lisp/nnheader.el (mail-header-field-value): Alias to
1346         `std11-field-value'.
1347         (std11-field-value): New function.
1348
1349 2002-01-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1350
1351         * lisp/nnheader.el (mail-header-parse-addresses): New function.
1352         (std11-extract-addresses-components): New function.
1353
1354 2002-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1355
1356         * lisp/gnus-picon.el: Don't require `mail-parse'.
1357
1358 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1359
1360         * lisp/nnheader.el (mail-header-fold-field): Alias to
1361         `std11-fold-field'.
1362         (std11-fold-field): New function.
1363         (mail-narrow-to-head): Alias to `std11-narrow-to-header'.
1364         (mail-header-narrow-to-field): Alias to `std11-narrow-to-field'.
1365         (std11-narrow-to-field): New function.
1366
1367 2002-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1368
1369         * lisp/gnus-vers.el: T-gnus 6.15.5 revision 00.
1370
1371 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1372
1373         * etc/gnus/describe-group.xpm: Set pixels of first line to
1374         background color. A bug in Emacs?
1375
1376 2002-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1377
1378         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
1379
1380         * lisp/gnus-picon.el: Require `mail-parse'.
1381
1382         * lisp/sha1-el.el (sha1-use-external): Replace `executable-find'
1383         with `exec-installed-p'.
1384
1385 2002-01-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1386
1387         * lisp/gnus-namazu.el: Update comments.
1388         (gnus-namazu/search): Convert `gnus-cache-directory' to absolute
1389         before the regular expression which matches paths of persistent
1390         articles is generated.  Clean up codes.
1391
1392 2002-01-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1393
1394         * lisp/nnshimbun.el (nnshimbun-request-article): Handle the
1395         article properly when no group is specified.
1396         (nnshimbun-write-nov, nnshimbun-save-nov): Save nov databases only
1397         when their sizes are greater than zero.
1398
1399         * lisp/gnus-namazu.el (gnus-namazu-query-highlight): New option.
1400         (gnus-namazu-query-highlight-face): New face.
1401         (gnus-namazu/check-cache-group): New function.
1402         (gnus-namazu/cache-group-candidates): Ditto.
1403         (gnus-namazu/search): Call `gnus-namazu/check-cache-group' to get
1404         groups for cached articles.
1405         (gnus-namazu/highlight-words): New function.
1406         (gnus-namazu-search): Set the group parameter `highlight-words'
1407         when `gnus-namazu-query-highlight' is equal to the other value
1408         than nil.
1409
1410         * lisp/gnus-ja.texi (Namazu Groups): Updated.
1411
1412 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
1415         non-list forms in the top level.
1416
1417 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
1418
1419         * ChangeLog, todo: (oops) changed buffer-file-coding-system back
1420         to coding.
1421
1422 2001-12-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1423
1424         * make-x.bat: Ensure nonempty variable value.  Reported by Frank
1425         Haun <pille3000@gmx.net>.
1426
1427 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1428
1429         * ChangeLog, todo: Add `coding'.
1430
1431 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
1432
1433         * ChangeLog: changed coding to buffer-file-coding-system
1434         * todo: same
1435
1436 2001-12-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1437
1438         * make-x.bat: Code cleanup.  Fix a bug with "/copy".  From Frank
1439         Schmitt <ich@Frank-Schmitt.net>.
1440
1441 2001-12-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1442
1443         * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): Changed
1444         the expression to decide whether `gnus-summary-buffer-name' should
1445         be advised.
1446         (gnus-namazu/setup): Strict checking the other Gnus variants than
1447         Oort-Gnus before handling `gnus-group-name-charset-group-alist'.
1448
1449 2001-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * lisp/nnheader.el (mm-multibyte-string-p): Alias to
1452         `multibyte-string-p' or `ignore'.
1453
1454 2001-12-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1455
1456         * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): New
1457         advice.
1458
1459         * lisp/gnus-namazu.el (top): Update comments.
1460         (gnus-namazu-indexed-servers): Abolished.
1461         (gnus-namazu-index-directories, gnus-namazu-command): Changed the
1462         default value.
1463         (gnus-namazu/group-name-regexp): New internal constant.
1464         (gnus-namazu/indexed-servers): New function.
1465         (gnus-namazu/setup): Not initialize `gnus-namazu-indexed-servers'.
1466         Add the entry for ephemeral groups generated by
1467         `gnus-namazu-search' to `gnus-group-name-charset-group-alist'.
1468         (gnus-namazu/group-prefixed-name): Fix.
1469         (gnus-namazu/search): Stricten checking the return value of
1470         `gnus-namazu/call-namazu'.  Install changes in order to avoid the
1471         difference between regexp-opt module of FSF Emacs and one of XEmacs.
1472         (gnus-namazu/get-target-groups, gnus-namazu/get-current-query):
1473         Refer `gnus-namazu/group-name-regexp'.
1474         (gnus-namazu-search): Slightly modified.
1475
1476 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * lisp/message.el (message-mimic-kill-buffer): Bind
1479         `message-kill-buffer-and-remove-file' to nil while calling the
1480         function `message-kill-buffer'.
1481
1482         * texi/message-ja.texi, texi/message-ja.texi: Update.
1483
1484         * lisp/lpath.el: Fbind `replace-regexp-in-string' for XEmacs and
1485         Mule; don't fbind coding-system-list for Mule.
1486
1487 2001-12-03  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1488         (cf. news://news.gnus.org/gnus.gnus-bug #48523)
1489
1490         * lisp/message.el (message-kill-buffer-and-remove-file): New user
1491         option.
1492         (message-kill-buffer): Don't remove the backup file if
1493         `message-kill-buffer-and-remove-file' is nil.
1494
1495 2001-12-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1496
1497         * lisp/gnus-namazu.el (gnus-namazu-case-sensitive-filesystem): New
1498         option.
1499         (gnus-namazu/group-alist): New internal variable.
1500         (gnus-namazu/setup): Initialize it.
1501         (gnus-namazu/shutdown) New function.
1502         (gnus-namazu/request-list): Ditto.
1503         (gnus-namazu/group-prefixed-name): Ditto.
1504         (gnus-namazu/search): Call it instead of
1505         `gnus-group-prefixed-name' in order to normalize a group name on a
1506         case-insensitive file system.
1507
1508 2001-12-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1509
1510         * lisp/gnus-namazu.el (gnus-namazu-need-path-normalization): New
1511         option.
1512         (gnus-namazu/normalize-results): Refined.
1513
1514         * lisp/gnus-namazu.el (gnus-namazu-index-directory): Abolished.
1515         (gnus-namazu-index-directories): New option.
1516         (gnus-namazu-coding-system): Changed the default value for Windows
1517         and OS/2.
1518         (gnus-namazu/setup): Follow the abolition of
1519         `gnus-namazu-index-directory'.
1520         (gnus-namazu/normalize-results): New inline function.
1521         (gnus-namazu/call-namazu): Set `file-name-coding-system' and
1522         `pathname-coding-system' to handle querys which include multibyte
1523         characters.  Not reset locale environments.  Refer
1524         `gnus-namazu-locale' and `gnus-namazu-index-directories'.
1525         (gnus-namazu/search): Call `gnus-namazu/normalize-results'.
1526         Modify a regular expression.
1527         (gnus-namazu/get-target-groups): Modify a regular expression.
1528         (gnus-namazu/get-current-query): Ditto.
1529         (gnus-namazu/truncate-article-list): Ditto.
1530
1531 2001-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * lisp/mm-url.el: Require `path-util'.
1534         (mm-url-program): Replace `executable-find' to `exec-installed-p'.
1535
1536 2001-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
1539
1540         * lisp/canlock-om.el: New file.
1541         * lips/dgnushack.el: Load canlock-om.el for compiling canlock.el
1542         when `MULE' is bound.
1543         (dgnushack-unexporting-files): Add canlock-om.el when `MULE' is
1544         not bound.
1545         * lisp/message.el: Require `canlock-om' when Mule is running;
1546         autoload cus-edit for the function `customize-save-variable'.
1547         * lisp/nnheader.el (customize-save-variable): Remove.
1548
1549 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * lisp/message.el (message-strip-special-text-properties): Default
1552         to t because of the new function `message-tamago-not-in-use-p'.
1553
1554 2001-11-26  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1555
1556         * make-x.bat: Use parameter "/copy" rather than "copy" for increased
1557         dwimishness for old-time DOS users.  From Frank Schmitt
1558         <ich@Frank-Schmitt.net>.
1559
1560 2001-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * lisp/message.el (message-strip-special-text-properties): Default
1563         to nil temporarily (it should be automated).
1564         (message-forbidden-properties): Undo last change.
1565         (message-strip-forbidden-properties): Undo last change; synch with
1566         Oort Gnus.
1567
1568 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * lisp/message.el (message-forbidden-properties): Defcustom; make
1571         it a list; don't include `intangible', `invisible',
1572         `modification-hooks' or `read-only'.
1573         (message-strip-forbidden-properties): Convert the value of
1574         `message-forbidden-properties' to plist.
1575
1576 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * lisp/gnus-group.el (gnus-group-group-map): Bind `G n' key to the
1579         command `gnus-group-make-shimbun-group'.
1580         (gnus-group-group-menu): Add `gnus-group-make-shimbun-group'.
1581
1582         * texi/gnus-ja.texi (Foreign Groups): Add a documentation for the
1583         shimbun groups.
1584         (Web Newspaper): Use `G n' key for `gnus-group-make-shimbun-group'.
1585
1586 2001-11-15  Simon Josefsson  <jas@extundo.com>
1587
1588         * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
1589
1590 2001-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * lisp/gnus-sum.el (gnus-summary-wash-map): Remove
1593         `gnus-smiley-display'.
1594
1595 2001-11-11  Simon Josefsson  <jas@extundo.com>
1596
1597         * make-x.bat: Don't use -nw.  Suggested by Frank Haun
1598         <pille3000@gmx.net>.
1599
1600 2001-11-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1601
1602         * texi/infohack.el (infohack-texi-format): To process
1603         write-protected files safely, make this buffer be writable after
1604         `find-file'
1605
1606 2001-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * lisp/nnheader.el (customize-save-variable): Defun-maybe.
1609
1610 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1611
1612         * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
1613         <oscholz@my.gnus.org>.
1614
1615 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
1616
1617         * etc/smilies/sad.pbm: New bitmap.
1618         * etc/smilies/blink.pbm: Ditto.
1619         Contributed by Kim F. Storm <storm@cua.dk>.
1620
1621 2001-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * lisp/message.el (rfc822-goto-eoh): Remove.
1624
1625 2001-10-19  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1626         From Frank Schmitt <ich@Frank-Schmitt.net>.
1627
1628         * make-x.bat: Use correct directory structure for XEmacs on Windows.
1629
1630 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * lisp/message.el (rfc822-goto-eoh): Define it when void.
1633
1634 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * lisp/message.el (message-resend, message-send): Undo.
1637
1638 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * lisp/message.el (message-resend): Bind
1641         `inhibit-field-text-motion' to t while resending a mail.
1642
1643 2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * lisp/message.el (message-send): Remove the text property `field'
1646         from the encoding buffer.
1647
1648 2001-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
1651         `gnus-ding-file-coding-system' instead of
1652         `gnus-startup-file-coding-system'; go to the beginning of the
1653         buffer before searching.
1654         (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
1655         instead of `gnus-startup-file-coding-system'.
1656
1657 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * lisp/message.el (message-send-news): Modify the value of
1660         `mime-field-encoding-method-alist' to encode newsgroup names.
1661
1662         * lisp/gnus-art.el (gnus-article-header-presentation-method): Call
1663         `article-decode-group-name' to decode newsgroup names.
1664         (gnus-article-decode-hook): Default to nil.
1665
1666 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1667
1668         * Makefile.in (uninstall): Add.
1669
1670         * etc/Makefile.in (uninstall): Add.
1671
1672 2001-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * lisp/message.el (message-fix-before-sending): Don't expose
1675         invisible MIME parts; don't use `message-find-invisible-regions'.
1676         (message-find-invisible-regions): Remove.
1677         (invisible-region): Advise the function to add the text property
1678         `mime-edit-invisible'.
1679         (message-invisible-region): Remove.
1680         (message-save-drafts): Copy all the text properties from the
1681         editing buffer to the encoding buffer.
1682         (message-send): Ditto.
1683
1684 2001-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * lisp/nndoc.el (nndoc-oe-dbx-type-p): Use `string-as-multibyte'
1687         instead of `mm-string-as-multibyte'.
1688         (nndoc-possibly-change-buffer): Use `nnheader-insert-file-contents'
1689         instead of `mm-insert-file-contents'.
1690
1691 2001-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
1694
1695 2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1696
1697         * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
1698
1699 2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1700
1701         * aclocal.m4, configure.in: Check commercial fonts.
1702
1703 2001-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * lisp/message.el (message-find-invisible-regions): Look for the
1706         text-property `mime-edit-invisible' as well as `message-invisible'.
1707         (message-save-drafts): Copy the text-property `mime-edit-invisible'
1708         from the message editing buffer to the encoding buffer.
1709         (message-send): Ditto.
1710
1711 2001-09-27  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1712
1713         * texi/gnus-ja.texi (Article Hiding): Fix typo.
1714
1715 2001-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
1718
1719 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1720
1721         * configure.in: Generate texi/ps/Makefile.
1722
1723 2001-09-21  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1724
1725         * make.bat: Use parameter "/copy" rather than "copy" for increased
1726         dwimishness for old-time DOS users.
1727
1728 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1729
1730         * make-x.bat: New.
1731
1732 2001-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it
1735         to `load-path'.
1736
1737 2001-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not
1740         available.
1741
1742 2001-09-17  Keiichi Suzuki  <keiichi@nanap.org>
1743
1744         * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
1745         `regexp-quote' for each addresses.
1746
1747 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1748
1749         * texi/gnus-ja.texi (Drafts): Fix typo.
1750
1751 2001-09-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1752
1753         * lisp/lpath.el: Removed `current-language-environment' and
1754         `language-info-alist'.
1755
1756 2001-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1757
1758         * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy
1759         of the requested article only when the current directory does noe
1760         equal to `gnus-original-article-buffer'.
1761
1762         * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
1763         article from `gnus-original-article-buffer' to
1764         `gnus-article-buffer'.  Generate `gnus-original-article-buffer'
1765         safely.
1766
1767 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1768
1769         * lisp/gnus-namazu.el: Updated documents.
1770
1771         * texi/gnus-ja.texi (Namazu Groups): New subsection.
1772
1773 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3.
1776
1777         * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el
1778         is required.
1779
1780         * contrib/regexp-opt.el: Imported from Emacs 20.2.
1781
1782         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use
1783         `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of
1784         `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB
1785         v2.33 or later is running.
1786
1787 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1788
1789         * lisp/gnus-namazu.el (top): Not require `std11'.
1790         (gnus-namazu/get-current-from): Use
1791         `mail-extract-address-components' instead of
1792         `std11-extract-address-components'.
1793
1794         * lisp/gnus-namazu.el: New file.
1795
1796         * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'.
1797
1798         * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as
1799         `gnus-namazu-search'.
1800
1801         * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as
1802         `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'.
1803
1804 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished.  Use the
1807         new function `gnus-correct-pad-form' instead.
1808         * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto.
1809
1810 2001-09-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1811
1812         * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling
1813         of process environments.
1814
1815 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1816
1817         * lisp/nnir.el (top): Added code to avoid byte-compile warning
1818         about `nnimap-server-buffer'.
1819         (nnir-run-namazu): Disable locale of Namazu.
1820
1821 2001-09-04  KOSEKI Yoshinori  <kose@meadowy.org>
1822
1823         * lisp/nnir.el (gnus-group-mode-hook): Fix typo.
1824
1825 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1826
1827         * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus.
1828
1829         * lisp/gnus-group.el (gnus-group-group-map): Define "G" as
1830         `gnus-group-make-nnir-group', and define "S" as
1831         `gnus-group-make-shimbun-group'.
1832
1833         * lisp/gnus.el (top): Add autoload of
1834         `gnus-group-make-nnir-group'.
1835
1836         * lisp/nnir.el: Import from
1837         ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el.
1838
1839 2001-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * lisp/gnus-util.el (gnus-truncate-string): Abolished.
1842
1843 2001-08-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1844
1845         * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
1846         `shimbun-groups' to detect avaiable groups of specified server.
1847
1848 2001-08-17  KANEMATSU Daiji  <kanematu@sra.co.jp>
1849
1850         * lisp/message.el (message-signature-separator-for-insertion): New
1851         customizable variable which is used for signature separator.
1852         * lisp/message.el (message-insert-signature): Use variable
1853         `message-signature-separator-for-insertion' instead of hard code.
1854
1855 2001-08-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1856
1857         * texi/gnus-ja.texi (Browsing the Web): Fix typo.
1858
1859 2001-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1862
1863 2001-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
1866         article into `gnus-original-article-buffer' instead of
1867         `gnus-article-buffer'.
1868
1869 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * lisp/mml2015.el: Require `gnus-clfns' when compiling.
1872         * lisp/gnus-clfns.el (string-to-list): New compiler macro.
1873
1874 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
1877         articles with `gnus-cache-articles-in-group' even if the current
1878         group is not a virtual group (see ChangeLog.1 1999-03-02).
1879
1880 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
1883
1884         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
1885
1886         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1887         `gnus-retrieve-parsed-headers'.
1888         (gnus-fetch-headers): Ditto.
1889
1890         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
1891
1892         * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
1893         (gnus-cache-retrieve-parsed-headers): Abolished.
1894
1895 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
1898         `nnmail-expiry-wait-function' to nil if the group's parameter
1899         `expiry-wait' is specified by the user or the shimbun's default
1900         value is provided.
1901
1902 2001-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * lisp/gnus-msg.el (gnus-message-make-user-agent): New
1905         implementation.
1906
1907 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * lisp/gnus-clfns.el (copy-list): New compiler macro.
1910
1911 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
1914         `kbd'.
1915
1916         * lisp/nnheader.el (mm-read-coding-system): New function which is
1917         a substitute for mm-util.el.
1918
1919 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
1922
1923         * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
1924         NEWGROUPS command.
1925
1926         * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
1927         `message-make-date' instead of `current-time-string'.
1928         (gnus-ask-server-for-new-groups): Ditto.
1929         (gnus-check-first-time-used): Ditto.
1930
1931 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * texi/message-ja.texi (message-citation-line-function): Add a
1934         comma just after the `@xref' form.
1935
1936         * lisp/nnheader.el (nnheader-header-value): Ignore leading
1937         whitespaces.
1938
1939         * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
1940         `make-autoload' to handle `define-derived-mode'.
1941
1942 2001-07-12  Katsumi Yamaoka <yamaoka@jpl.org>
1943
1944         * lisp/message.el (message-yank-original): Unwind-protect while
1945         suspending font-lock.
1946         (message-mode): Modify for the following changes.
1947         (message-font-lock-keywords-2): Abolished.
1948         (message-font-lock-keywords-1): Abolished.
1949         (message-font-lock-keywords): Unified.
1950         (message-font-lock-cited-text-matcher): Abolished.
1951         (font-lock-after-change-function): Don't advise it.
1952         (message-font-lock-last-position): Abolished.
1953         (message-font-lock-citation-name-max-column): Abolished.
1954         (message-font-lock-cited-text-regexp) Abolished.
1955         (message-font-lock-fence-close-position): Abolished.
1956         (message-font-lock-fence-open-position): Abolished.
1957         (message-font-lock-fence-close-regexp): Abolished.
1958         (message-font-lock-fence-open-regexp): Abolished.
1959
1960 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
1961
1962         * lisp/message.el (message-font-lock-keywords-1): Replace regexp
1963         for mml tags with `mime-edit-tag-regexp'.
1964
1965 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
1966
1967         * lisp/message.el (message-font-lock-keywords-2): Move definitions
1968         for cited texts and mml tags to `message-font-lock-keywords-1'.
1969
1970 2001-07-10  Katsuhiro Hermit Endo <hermit@koka-in.org>
1971
1972         * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
1973
1974 2001-07-09  Katsumi Yamaoka <yamaoka@jpl.org>
1975
1976         * lisp/dgnushack.el: Add the parent directory of the directory
1977         where the APEL modules are installed to `load-path' according to
1978         the description of the file Mule23@1934.
1979
1980 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
1981
1982         * make.bat: Use infohack.el to create info files.
1983
1984 2001-07-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1985
1986         * README.semi: Modify URI of emacs-w3m.
1987         * README.semi.ja: Ditto.
1988         * Mule23@1934.en: Ditto.
1989         * Mule23@1934.ja: Ditto.
1990         * lisp/nnshimbun.el: Ditto.
1991
1992         * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
1993         (Web Newspaper): Modify URI of emacs-w3m.
1994
1995 2001-07-06  KITAGAWA Takurou  <i30x1641@ip.media.kyoto-u.ac.jp>
1996
1997         * lisp/Makefile.in (clever): Use `if test... then' instead of
1998         `test... &&'.
1999
2000 2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
2001
2002         * lisp/Makefile.in (clever): Change the quoting style for the
2003         elisp form to check for XEmacs-p.
2004
2005         * lisp/dgnushack.el: Require `path-util' first, and then search
2006         for the path if it is not found.
2007
2008 2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
2009
2010         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
2011
2012 2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
2013
2014         * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
2015         html documents inline.
2016
2017 2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
2018
2019         * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
2020         a description.
2021         * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
2022
2023         * lisp/message.el (message-yank-original): Suspend font-lock'ing
2024         while citing an original message.
2025         (message-suspend-font-lock-when-citing): New user option.
2026
2027 2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
2028
2029         * lisp/gnus-clfns.el (find-cl-run-time-functions): New
2030         implementation.
2031
2032 2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
2033
2034         * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
2035         fields in `gnus-original-article-buffer'.
2036
2037 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039         * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
2040         bogus changes; use the value of `nnshimbun-pre-fetch-article' if
2041         the value of the group parameter `prefetch-articles' is nil; do
2042         likewise for `encapsulate-images'.
2043
2044 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
2045
2046         * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
2047         `nnshimbun-pre-fetch-article' if the value of the group parameter
2048         `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
2049
2050 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
2051
2052         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
2053         doc-string that both the values `off' and nil specifies not to
2054         encapsulate images.
2055         (nnshimbun-pre-fetch-article): Default to `off'.
2056
2057 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
2058
2059         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
2060         `nnshimbun-encapsulate-article'.
2061         (nnshimbun-request-article-1): Replace `encapsulate-article' with
2062         `encapsulate-images'.
2063         (nnshimbun-find-parameter): Ditto.
2064         (nnshimbun-group-parameters): Ditto.
2065         (nnshimbun-group-parameters-custom): Ditto.
2066
2067 2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2068
2069         * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
2070         `encapsulate-article' as a customizable option, and modified
2071         `prefetch-articles'.
2072         (nnshimbun-group-parameters): Add document for
2073         `encapsulate-article'.
2074         (nnshimbun-encapsulate-article): New server variable.
2075         (nnshimbun-find-parameter): Add code for `encapsulate-article'.
2076         (nnshimbun-request-article-1): Refer `encapsulate-article' group
2077         parameter to control `shimbun-encapsulate-article' value when
2078         `shimbun-article' is called.
2079
2080 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
2081
2082         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
2083
2084 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
2085
2086         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
2087         `nnshimbun-find-parameter'.
2088         (nnshimbun-generate-nov-database): Bind a full group name while
2089         processing.
2090         (nnshimbun-find-parameter): New implementation to refer to the
2091         nnshimbun group parameters.
2092         (nnshimbun-index-range): Add a document that it's just a default.
2093         (nnshimbun-pre-fetch-article): Ditto.
2094         (nnshimbun-group-parameters): Specify a parameter type as `list'.
2095         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
2096
2097 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
2098
2099         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
2100         parameter.  It also provides the user option
2101         `nnshimbun-group-parameters-alist' and the function
2102         `nnshimbun-find-group-parameters'.
2103         (nnshimbun-group-parameters-custom): New variable.
2104         (TopLevel): Require `gnus' expressly.
2105
2106 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2107
2108         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
2109         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
2110         (nnshimbun-request-expire-articles): Fixed.
2111
2112 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
2113
2114         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
2115         `locate-library' to check for the existence of mailcap.el in the
2116         same directory of gnus.el.
2117         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
2118         that I made.
2119
2120 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
2121
2122         * lisp/lpath.el: Don't Fbind `xml-node-children'.
2123
2124 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
2125
2126         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
2127         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
2128         is nil.
2129
2130 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2131
2132         * lisp/gnus-group.el (toplevel): Removed autoload code for
2133         "nnshimbun".
2134
2135         * texi/gnus-ja.texi (Web Newspaper): Add documents about
2136         `nnshimbun-index-range'.
2137
2138 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
2139
2140         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
2141         refer to the variable `nnshimbun-keep-last-article', we should
2142         keep the last article anyway.
2143         (nnshimbun-keep-last-article): Abolished.
2144
2145         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
2146         make-shimbun-group'.
2147
2148 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2149
2150         * lisp/nnshimbun.el: Remove some garbage.
2151
2152 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
2153
2154         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
2155         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
2156         FSF Emacsen.
2157         * texi/gnus-ja.texi: Ditto.
2158
2159 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2160
2161         * lisp/nnshimbun.el (top-level): Updated comments.
2162         (nnshimbun): New customize group.
2163         (nnshimbun-keep-last-article): Defined as customize variable.
2164         (nnshimbun-keep-unparsable-dated-articles): Ditto.
2165         (nnshimbun-insert-nov): Use `when' instead of `if'.
2166         (gnus-group-shimbun-server-history): Imported from
2167         `gnus-group.el'.
2168         (gnus-group-make-shimbun-group): Ditto.
2169
2170         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
2171         definition is moved to `nnshimbun.el' and autload code is added.
2172         (gnus-group-shimbun-server-history): Its definition is moved to
2173         `nnshimbun.el'.
2174
2175 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2176
2177         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
2178         (nnshimbun-index-range): New variable.
2179         (nnshimbun-close-server): Check status strictly to close server
2180         safely.
2181         (nnshimbun-generate-nov-database): Refer the group paramter
2182         `nnshimbun-index-range' as the second parameter of
2183         `shimbun-headers'.
2184         (shimbun-mua-use-entire-index): Removed.
2185         (nnshimbun-request-article-1): Replace a date string in
2186         `gnus-newsgroup-data' only when article header has non-nil value.
2187         (nnshimbun-insert-nov): Fixed condition to decide whether
2188         `X-Nnshimbun-Id' should be inseted or not.
2189
2190 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
2191
2192         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
2193         (nnshimbun-request-expire-articles): Simplified; refer to the
2194         shimbun's default expiration days.
2195
2196 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
2197
2198         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
2199         Emacsen.
2200
2201 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
2202
2203         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
2204         group parameter `expiry-wait' when expiring a closed group.
2205
2206 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
2207
2208         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
2209         string in `gnus-newsgroup-data' based on the newly retrieved
2210         article.
2211
2212 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
2213
2214         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
2215         inhibiting the expiring.
2216
2217 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
2218
2219         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
2220         (nnshimbun-request-expire-articles): New function.
2221         (nnshimbun-keep-unparsable-dated-articles): New variable.
2222         (nnshimbun-keep-last-article): New variable.
2223         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
2224         (nnshimbun-string-or): New macro.
2225         (nnshimbun-tmp-string): New internal variable.
2226         (TopLevel): Require `message' for `message-make-date'.
2227
2228 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
2229
2230         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
2231         useless non-global var; scroll the output window automatically.
2232
2233 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2234
2235         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
2236         (nnshimbun-check-header): Removed.
2237         (nnshimbun-make-shimbun-header): Don't call
2238         `nnshimbun-header-xref'.
2239         (nnshimbun-request-group): Simplified.
2240         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
2241         instead of `nnshimbun-check-header'.
2242         (nnshimbun-insert-nov): New function.
2243         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
2244         instead of `nnheader-insert-nov'.
2245         (nnshimbun-replace-nov-entry): New function.
2246
2247 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
2248
2249         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
2250         `dolist'; protect against errors.
2251
2252 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
2253
2254         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
2255         use `last'.
2256         (nnshimbun-make-shimbun-header): Use the following macros.
2257         (nnshimbun-mail-header-from): New macro whose definition will be
2258         changed statically for Gnus or gnus.
2259         (nnshimbun-mail-header-subject): Ditto.
2260         (TopLevel): Don't require `gnus-clfns'.
2261
2262         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
2263
2264         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
2265         the developers.
2266         (cl-run-time-functions): New variable.
2267         (TopLevel): Don't require `cl' at run-time.
2268
2269 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2270
2271         * texi/gnus-ja.texi (Web Newspaper): Updated.
2272
2273 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
2274
2275         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
2276         "nnshimbun.el" if the library "shimbun" is not found.
2277         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
2278         (locate-library): Redefine it for Mule before it is called.
2279
2280         * README.semi.ja: Update for the use of Emacs-W3M.
2281         * README.semi: Ditto.
2282         * Mule23@1934.ja: Ditto.
2283         * Mule23@1934.en: Ditto.
2284
2285 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2286
2287         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
2288
2289         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
2290         Reconstructed to use `shimbun'.
2291
2292         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
2293         FLIM can't be found.
2294
2295 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2296
2297         * etc/Makefile.in (datadir): Set this variable, like in the other
2298         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
2299
2300 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
2301
2302         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
2303         `widget-convert-button', `widget-create' and `widget-put'; ignore
2304         `defface'.
2305
2306 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
2307
2308         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
2309         built-in function.
2310
2311         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
2312         `defgroup'.
2313
2314 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
2315
2316         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
2317
2318         * lisp/nnmail.el: Don't bind the colon keywords here.
2319         * lisp/gnus.el (gnus-colon-keywords): New variable which will
2320         default to the value of `dgnushack-colon-keywords'; bind them.
2321         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
2322         dgnuskwds.el.
2323         (dgnushack-colon-keywords): New constant which will have the colon
2324         keywords shuld be bound at run-time for old Emacsen; cache them in
2325         the file dgnuskwds.el and bind them.
2326         (dgnushack-bind-colon-keywords): New function.
2327         (locate-library): Make the function to be silent for Mule.
2328         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
2329
2330 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
2331
2332         * lisp/message.el (message-maybe-encode): Don't use
2333         `end-of-invisible'.
2334
2335 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
2336
2337         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
2338
2339 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
2340
2341         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
2342
2343         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
2344         `gnus-article-buffer' just before `gnus-article-prepare-display' is
2345         called.
2346         (gnus-article-mime-edit-article-setup): Ditto.
2347         (gnus-article-prepare-display): Don't bind `buffer-read-only'
2348         because of `inhibit-read-only'; don't set the value of
2349         `gnus-article-current-summary' here; delete all extents or overlays
2350         and clear the value of `gnus-button-marker-list' in advance; make
2351         it to run in `gnus-article-buffer'.
2352         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
2353         (article-toggle-headers): Don't bind `buffer-read-only' because of
2354         `inhibit-read-only'.
2355         (article-hide-headers): Ditto.
2356
2357 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
2358
2359         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
2360
2361 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
2362
2363         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
2364
2365 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
2366
2367         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
2368
2369 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
2370
2371         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
2372         Emacsen; don't bind `mh-lib-progs'.
2373
2374 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
2375
2376         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
2377         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
2378
2379 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
2380
2381         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
2382
2383 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2384
2385         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
2386         asahi.com.
2387         (nnshimbun-asahi-get-headers): Ditto.
2388         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
2389
2390 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
2391
2392         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
2393         multiple articles even if there is a detached minibuffer frame on
2394         some window managers.
2395
2396 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
2397
2398         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
2399         mode.
2400
2401 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
2402
2403         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
2404         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
2405
2406 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
2407
2408         * lisp/message.el (message-fix-before-sending): Hide again the
2409         invisible property of encoded binary data parts after checking is
2410         done.
2411         (message-find-invisible-regions): New function.
2412         (message-save-drafts, message-send): Inherit the invisible property
2413         of encoded binary data parts to make MIME-Edit find the MIME part
2414         boundaries.
2415
2416         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
2417         (dgnushack-make-load): Ditto.
2418
2419 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
2420
2421         * lisp/dgnushack.el (dgnushack-compose-package): New function.
2422         (dgnushack-make-load): Add autoload for cus-load if it is missing.
2423
2424         * lisp/Makefile.in (compose-package): Use
2425         `dgnushack-compose-package'.
2426         (clean, clever): Remove custom-load.el.
2427
2428         * Makefile.in (elclean): Remove custom-load.el.
2429
2430 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
2431
2432         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
2433         entity even if `gnus-show-mime' is nil.
2434
2435 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
2436
2437         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
2438         adjusted.
2439
2440         * lisp/gnus-clfns.el (string): New compiler macro.
2441         (string): Defun-maybe as an ordinary function since it won't be
2442         provided in cl.
2443         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
2444
2445 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
2446
2447         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
2448         `url-current-mime-charset' is bound.
2449
2450 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
2451
2452         * lisp/gnus.el (gnus-info-find-node): Pretend to be
2453         `gnus-article-mode' in the article buffer.
2454
2455 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
2456
2457         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
2458         (nnshimbun-kinsoku-bol-list): Ditto.
2459
2460 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
2461
2462         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
2463
2464         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
2465         `dolist'.
2466
2467         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
2468
2469         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
2470         is defined properly.
2471
2472 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
2473
2474         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
2475         * lisp/nnshimbun.el: Ditto.
2476         * lisp/nnfolder.el: Ditto.
2477         * lisp/mm-util.el: Ditto.
2478         * lisp/gnus-vers.el: Ditto.
2479         * lisp/gnus-sum.el: Ditto.
2480         * lisp/gnus-score.el: Ditto.
2481         * lisp/gnus-nocem.el: Ditto.
2482
2483         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
2484         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
2485         (gnus-setup-for-offline): Ditto.
2486
2487         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
2488         don't require `gnus-clfns'.
2489
2490         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
2491         macros.
2492         (mapc): Remove.
2493
2494         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
2495         `gnus-article-read-summary-keys'.
2496
2497 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
2500         the forwarded parts undecoded.
2501         (gnus-article-decode-article-as-default-mime-charset): Set the
2502         value of `default-mime-charset' buffer-locally.
2503
2504 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
2505
2506         * lisp/gnus.el: Add autoloads for
2507         `gnus-summary-digest-post-forward' and
2508         `gnus-summary-digest-mail-forward'.
2509
2510         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
2511         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
2512         with `gnus-summary-digest-post-forward' and
2513         `gnus-summary-digest-mail-forward'.
2514
2515         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
2516         repair the command `gnus-summary-post-digest' and rename it.
2517         (gnus-summary-digest-mail-forward): Ditto.
2518         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
2519         `gnus-uu-digest-post-forward' with
2520         `gnus-summary-digest-post-forward' and
2521         `gnus-summary-digest-mail-forward'.
2522
2523 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
2524
2525         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
2526         `gnus-inhibit-treatment' to t while fetching the raw article.
2527
2528         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
2529         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
2530         is being done;  turn off font-lock first;  query if the buffer is
2531         modified.
2532         (gnus-article-mime-edit-done): New function.
2533         (gnus-article-mime-edit-article-setup): Make the window fill its
2534         frame;  clear the buffere modified flag;  substitute key definition
2535         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
2536         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
2537         to nil while `mime-edit-exit' is being done.
2538         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
2539
2540 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
2541
2542         * lisp/dgnushack.el: Don't require `emu'.
2543
2544 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
2545
2546         * lisp/message.el (message-forward-subject-author-subject): Decode
2547         `From' field.
2548
2549 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
2550
2551         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
2552
2553         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
2554         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
2555         only a temporary fix for an infloop on nnimap.  FIXME!!!
2556         (gnus-select-newsgroup): Ditto.
2557
2558 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
2561         about `gnus-article-display-hook.'
2562         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
2563         `gnus-article-display-hook.'
2564
2565         * lisp/gnus.el (gnus-article-display-hook): Abolished.
2566
2567         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
2568         `gnus-article-display-hook'.
2569         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
2570         (gnus-summary-search-article): Ditto.
2571
2572         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
2573         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
2574
2575         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
2576         `gnus-article-prepare-hook' after an article has been prepared;
2577         don't evaluate `gnus-article-display-hook'.
2578
2579 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
2580
2581         * lisp/message.el (message-cite-original-without-signature):
2582         Extract from field for the simple citation line.
2583
2584 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
2585
2586         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
2587
2588         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
2589         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
2590         (dgnushack-make-auto-load): Remove auto-autoloads.el.
2591         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
2592
2593         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
2594         custom-load.el.
2595         (compose-package): Call `gnus-load.elc' and then rename
2596         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
2597         `dgnushack-make-autoloads'.
2598         (clever): No need to remove custom-load.el.
2599
2600         * Makefile.in (elclean): Remove gnus-load.el instead of
2601         custom-load.el.
2602
2603         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
2604
2605 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
2606
2607         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
2608
2609 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2610
2611         * GNUS-NEWS: Copyright and others.
2612
2613 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2614
2615         * aclocal.m4 (AC_CHECK_URL): Add.
2616
2617         * configure.in: Use it.
2618
2619 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
2620
2621         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
2622         parentheses.
2623
2624 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
2625
2626         * lisp/nnshimbun.el: Add `bbdb-ml' support.
2627
2628 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
2629
2630         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
2631         of `xemacs'.
2632         (nnshimbun-xemacs-get-headers): Ditto.
2633
2634 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
2635
2636         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
2637
2638 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
2639
2640         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
2641         gnus-ja.texi or message-ja.texi is given.  It is needed for some
2642         make command if which can not understand "%-ja:" or "%-ja.info:".
2643
2644 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
2645
2646         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
2647         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
2648
2649 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
2652         `buffer-substring-no-properties' instead of `format'.
2653
2654 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2655
2656         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
2657
2658 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
2659
2660         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
2661
2662         * Makefile.in (install-package-lisp): Use
2663         `install-without-compiling' instead of `install'.
2664
2665         * lisp/Makefile.in (install): Use `install-without-compiling'.
2666         (install-without-compiling): New target.
2667
2668 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
2669
2670         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
2671         `infohack-texi-format'.
2672
2673         * texi/infohack: (infohack-texi-format): New function.
2674         * lisp/dgnushack.el (dgnushack-texi-format): Move to
2675         texi/infohack.el and rename.
2676         (dgnushack-texi-add-suffix-and-format): Remove.
2677
2678         * texi/ptexinfmt.el: New file.
2679         * lisp/ptexinfmt.el: Move to texi/.
2680
2681 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
2682
2683         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
2684
2685 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
2686
2687         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
2688         files for autoloads already exist.
2689         (dgnushack-unexporting-files): More useful message.
2690
2691         * lisp/Makefile.in (install): Call `clever' before installing.
2692         (install-lisp): Remove.
2693         (clever): Check for whether the all elc files should be recompiled.
2694
2695         * Makefile.in (xclever): New target.
2696         (install-package-lisp): Replace `install-lisp' with `install'.
2697         (install-package-ja): Replace `xlick' with `xclever'.
2698         (install-package): Ditto.
2699
2700 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
2701
2702         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
2703
2704 2001-01-15  Jesper Harder <harder@ifa.au.dk>
2705
2706         * make.bat: Fix doc.
2707
2708 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
2709
2710         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
2711         the required value of `recursive-load-depth-limit' for Emacs 21.
2712
2713         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
2714         correctly.
2715         (message-get-reply-headers): Ditto.
2716
2717 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
2718
2719         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
2720         while `bbdb-annotate-message-sender' is being done.
2721
2722 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
2723
2724         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
2725
2726 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
2727
2728         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
2729         extents for XEmacs 21.1 using `format'.
2730
2731         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
2732
2733 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
2734
2735         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
2736
2737         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
2738         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
2739         running.
2740
2741         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
2742         `smiley-toggle-buffer' when compiling.
2743         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
2744         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
2745         running.
2746         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
2747         `gnus-bitmap'.
2748         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
2749
2750 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
2753
2754         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
2755         is not supported.
2756
2757 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
2758
2759         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
2760         `:function', `:function-document', `:variable',
2761         `:variable-document', `:variable-group', `:variable-type' and
2762         `:variable-default' for old Emacsen.
2763
2764 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2765
2766         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
2767
2768         * configure: Regenerate.
2769         * configure.in: Add `AC_PATH_ETCDIR'.
2770         * Makefile.in (install-etc): New target.
2771
2772         * lisp/nnheader.el (mm-image-load-path): Alias to
2773         `nnheader-image-load-path'.
2774         (nnheader-image-load-path): New function copied from
2775         the function `mm-image-load-path' in mm-util.el.
2776
2777         * lisp/drums.el: Remove.
2778
2779 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2780
2781         * configure.in: Add etc/Makefile.
2782
2783 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2784
2785         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
2786         `save-excursion'.
2787         (gnus-bug): Pop up the sending buffer first.
2788
2789         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
2790         doc-string.
2791
2792         * lisp/dgnushack.el
2793         (byte-compile-file-form-custom-declare-variable): Use `defvar'
2794         instead of `custom-declare-variable' to make the variable
2795         uncustomizable if the arguments has the keyword `:version'.
2796
2797 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
2798
2799         * README.semi.ja: Fix typo.
2800
2801 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
2802
2803         * lisp/lpath.el: Fbind `compose-mail' for Mule.
2804
2805         * lisp/dgnushack.el (TopLevel): Byte-optimize
2806         `custom-declare-variable', `custom-declare-group, and
2807         `custom-declare-face' to omit unsupported keywords when Mule is
2808         running.
2809
2810 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
2811
2812         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
2813
2814         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
2815         to signal an error when Mule is running.
2816         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
2817         `:set-after' if colon keyword is not available.
2818         (TopLevel): Require `custom'.
2819
2820         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
2821         Mule.
2822         (TopLevel): Don't require `custom' here.
2823
2824 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
2825
2826         * make.bat: set max-lisp-eval-depth.
2827
2828 See ChangeLog.3 for earlier changes.
2829
2830 ;; Local Variables:
2831 ;; coding: iso-2022-7bit
2832 ;; End: