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