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