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