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