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