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