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