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