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