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