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