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