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