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