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