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