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