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