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