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