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