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