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