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