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