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