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