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