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