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