Synch with Oort Gnus.
[elisp/gnus.git-] / ChangeLog
1 2001-12-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3         * make-x.bat: Code cleanup.  Fix a bug with "/copy".  From Frank
4         Schmitt <ich@Frank-Schmitt.net>.
5
6 2001-12-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7
8         * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): Changed
9         the expression to decide whether `gnus-summary-buffer-name' should
10         be advised.
11         (gnus-namazu/setup): Strict checking the other Gnus variants than
12         Oort-Gnus before handling `gnus-group-name-charset-group-alist'.
13
14 2001-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * lisp/nnheader.el (mm-multibyte-string-p): Alias to
17         `multibyte-string-p' or `ignore'.
18
19 2001-12-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20
21         * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): New
22         advice.
23
24         * lisp/gnus-namazu.el (top): Update comments.
25         (gnus-namazu-indexed-servers): Abolished.
26         (gnus-namazu-index-directories, gnus-namazu-command): Changed the
27         default value.
28         (gnus-namazu/group-name-regexp): New internal constant.
29         (gnus-namazu/indexed-servers): New function.
30         (gnus-namazu/setup): Not initialize `gnus-namazu-indexed-servers'.
31         Add the entry for ephemeral groups generated by
32         `gnus-namazu-search' to `gnus-group-name-charset-group-alist'.
33         (gnus-namazu/group-prefixed-name): Fix.
34         (gnus-namazu/search): Stricten checking the return value of
35         `gnus-namazu/call-namazu'.  Install changes in order to avoid the
36         difference between regexp-opt module of FSF Emacs and one of XEmacs.
37         (gnus-namazu/get-target-groups, gnus-namazu/get-current-query):
38         Refer `gnus-namazu/group-name-regexp'.
39         (gnus-namazu-search): Slightly modified.
40
41 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * lisp/message.el (message-mimic-kill-buffer): Bind
44         `message-kill-buffer-and-remove-file' to nil while calling the
45         function `message-kill-buffer'.
46
47         * texi/message-ja.texi, texi/message-ja.texi: Update.
48
49         * lisp/lpath.el: Fbind `replace-regexp-in-string' for XEmacs and
50         Mule; don't fbind coding-system-list for Mule.
51
52 2001-12-03  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
53         (cf. news://news.gnus.org/gnus.gnus-bug #48523)
54
55         * lisp/message.el (message-kill-buffer-and-remove-file): New user
56         option.
57         (message-kill-buffer): Don't remove the backup file if
58         `message-kill-buffer-and-remove-file' is nil.
59
60 2001-12-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
61
62         * lisp/gnus-namazu.el (gnus-namazu-case-sensitive-filesystem): New
63         option.
64         (gnus-namazu/group-alist): New internal variable.
65         (gnus-namazu/setup): Initialize it.
66         (gnus-namazu/shutdown) New function.
67         (gnus-namazu/request-list): Ditto.
68         (gnus-namazu/group-prefixed-name): Ditto.
69         (gnus-namazu/search): Call it instead of
70         `gnus-group-prefixed-name' in order to normalize a group name on a
71         case-insensitive file system.
72
73 2001-12-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
74
75         * lisp/gnus-namazu.el (gnus-namazu-need-path-normalization): New
76         option.
77         (gnus-namazu/normalize-results): Refined.
78
79         * lisp/gnus-namazu.el (gnus-namazu-index-directory): Abolished.
80         (gnus-namazu-index-directories): New option.
81         (gnus-namazu-coding-system): Changed the default value for Windows
82         and OS/2.
83         (gnus-namazu/setup): Follow the abolition of
84         `gnus-namazu-index-directory'.
85         (gnus-namazu/normalize-results): New inline function.
86         (gnus-namazu/call-namazu): Set `file-name-coding-system' and
87         `pathname-coding-system' to handle querys which include multibyte
88         characters.  Not reset locale environments.  Refer
89         `gnus-namazu-locale' and `gnus-namazu-index-directories'.
90         (gnus-namazu/search): Call `gnus-namazu/normalize-results'.
91         Modify a regular expression.
92         (gnus-namazu/get-target-groups): Modify a regular expression.
93         (gnus-namazu/get-current-query): Ditto.
94         (gnus-namazu/truncate-article-list): Ditto.
95
96 2001-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * lisp/mm-url.el: Require `path-util'.
99         (mm-url-program): Replace `executable-find' to `exec-installed-p'.
100
101 2001-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
104
105         * lisp/canlock-om.el: New file.
106         * lips/dgnushack.el: Load canlock-om.el for compiling canlock.el
107         when `MULE' is bound.
108         (dgnushack-unexporting-files): Add canlock-om.el when `MULE' is
109         not bound.
110         * lisp/message.el: Require `canlock-om' when Mule is running;
111         autoload cus-edit for the function `customize-save-variable'.
112         * lisp/nnheader.el (customize-save-variable): Remove.
113
114 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * lisp/message.el (message-strip-special-text-properties): Default
117         to t because of the new function `message-tamago-not-in-use-p'.
118
119 2001-11-26  Kai Gro\e.A\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
120
121         * make-x.bat: Use parameter "/copy" rather than "copy" for increased
122         dwimishness for old-time DOS users.  From Frank Schmitt
123         <ich@Frank-Schmitt.net>.
124
125 2001-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * lisp/message.el (message-strip-special-text-properties): Default
128         to nil temporarily (it should be automated).
129         (message-forbidden-properties): Undo last change.
130         (message-strip-forbidden-properties): Undo last change; synch with
131         Oort Gnus.
132
133 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * lisp/message.el (message-forbidden-properties): Defcustom; make
136         it a list; don't include `intangible', `invisible',
137         `modification-hooks' or `read-only'.
138         (message-strip-forbidden-properties): Convert the value of
139         `message-forbidden-properties' to plist.
140
141 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * lisp/gnus-group.el (gnus-group-group-map): Bind `G n' key to the
144         command `gnus-group-make-shimbun-group'.
145         (gnus-group-group-menu): Add `gnus-group-make-shimbun-group'.
146
147         * texi/gnus-ja.texi (Foreign Groups): Add a documentation for the
148         shimbun groups.
149         (Web Newspaper): Use `G n' key for `gnus-group-make-shimbun-group'.
150
151 2001-11-15  Simon Josefsson  <jas@extundo.com>
152
153         * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
154
155 2001-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * lisp/gnus-sum.el (gnus-summary-wash-map): Remove
158         `gnus-smiley-display'.
159
160 2001-11-11  Simon Josefsson  <jas@extundo.com>
161
162         * make-x.bat: Don't use -nw.  Suggested by Frank Haun
163         <pille3000@gmx.net>.
164
165 2001-11-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
166
167         * texi/infohack.el (infohack-texi-format): To process
168         write-protected files safely, make this buffer be writable after
169         `find-file'
170
171 2001-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * lisp/nnheader.el (customize-save-variable): Defun-maybe.
174
175 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
176
177         * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
178         <oscholz@my.gnus.org>.
179
180 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
181
182         * etc/smilies/sad.pbm: New bitmap.
183         * etc/smilies/blink.pbm: Ditto.
184         Contributed by Kim F. Storm <storm@cua.dk>.
185
186 2001-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * lisp/message.el (rfc822-goto-eoh): Remove.
189
190 2001-10-19  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
191         From Frank Schmitt <ich@Frank-Schmitt.net>.
192
193         * make-x.bat: Use correct directory structure for XEmacs on Windows.
194
195 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * lisp/message.el (rfc822-goto-eoh): Define it when void.
198
199 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * lisp/message.el (message-resend, message-send): Undo.
202
203 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * lisp/message.el (message-resend): Bind
206         `inhibit-field-text-motion' to t while resending a mail.
207
208 2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * lisp/message.el (message-send): Remove the text property `field'
211         from the encoding buffer.
212
213 2001-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
216         `gnus-ding-file-coding-system' instead of
217         `gnus-startup-file-coding-system'; go to the beginning of the
218         buffer before searching.
219         (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
220         instead of `gnus-startup-file-coding-system'.
221
222 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * lisp/message.el (message-send-news): Modify the value of
225         `mime-field-encoding-method-alist' to encode newsgroup names.
226
227         * lisp/gnus-art.el (gnus-article-header-presentation-method): Call
228         `article-decode-group-name' to decode newsgroup names.
229         (gnus-article-decode-hook): Default to nil.
230
231 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
232
233         * Makefile.in (uninstall): Add.
234
235         * etc/Makefile.in (uninstall): Add.
236
237 2001-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * lisp/message.el (message-fix-before-sending): Don't expose
240         invisible MIME parts; don't use `message-find-invisible-regions'.
241         (message-find-invisible-regions): Remove.
242         (invisible-region): Advise the function to add the text property
243         `mime-edit-invisible'.
244         (message-invisible-region): Remove.
245         (message-save-drafts): Copy all the text properties from the
246         editing buffer to the encoding buffer.
247         (message-send): Ditto.
248
249 2001-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * lisp/nndoc.el (nndoc-oe-dbx-type-p): Use `string-as-multibyte'
252         instead of `mm-string-as-multibyte'.
253         (nndoc-possibly-change-buffer): Use `nnheader-insert-file-contents'
254         instead of `mm-insert-file-contents'.
255
256 2001-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
259
260 2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
261
262         * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
263
264 2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
265
266         * aclocal.m4, configure.in: Check commercial fonts.
267
268 2001-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * lisp/message.el (message-find-invisible-regions): Look for the
271         text-property `mime-edit-invisible' as well as `message-invisible'.
272         (message-save-drafts): Copy the text-property `mime-edit-invisible'
273         from the message editing buffer to the encoding buffer.
274         (message-send): Ditto.
275
276 2001-09-27  Katsuhiro Hermit Endo  <hermit@koka-in.org>
277
278         * texi/gnus-ja.texi (Article Hiding): Fix typo.
279
280 2001-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
283
284 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
285
286         * configure.in: Generate texi/ps/Makefile.
287
288 2001-09-21  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
289
290         * make.bat: Use parameter "/copy" rather than "copy" for increased
291         dwimishness for old-time DOS users.
292
293 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
294
295         * make-x.bat: New.
296
297 2001-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it
300         to `load-path'.
301
302 2001-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not
305         available.
306
307 2001-09-17  Keiichi Suzuki  <keiichi@nanap.org>
308
309         * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
310         `regexp-quote' for each addresses.
311
312 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
313
314         * texi/gnus-ja.texi (Drafts): Fix typo.
315
316 2001-09-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
317
318         * lisp/lpath.el: Removed `current-language-environment' and
319         `language-info-alist'.
320
321 2001-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
322
323         * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy
324         of the requested article only when the current directory does noe
325         equal to `gnus-original-article-buffer'.
326
327         * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
328         article from `gnus-original-article-buffer' to
329         `gnus-article-buffer'.  Generate `gnus-original-article-buffer'
330         safely.
331
332 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
333
334         * lisp/gnus-namazu.el: Updated documents.
335
336         * texi/gnus-ja.texi (Namazu Groups): New subsection.
337
338 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3.
341
342         * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el
343         is required.
344
345         * contrib/regexp-opt.el: Imported from Emacs 20.2.
346
347         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use
348         `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of
349         `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB
350         v2.33 or later is running.
351
352 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
353
354         * lisp/gnus-namazu.el (top): Not require `std11'.
355         (gnus-namazu/get-current-from): Use
356         `mail-extract-address-components' instead of
357         `std11-extract-address-components'.
358
359         * lisp/gnus-namazu.el: New file.
360
361         * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'.
362
363         * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as
364         `gnus-namazu-search'.
365
366         * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as
367         `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'.
368
369 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished.  Use the
372         new function `gnus-correct-pad-form' instead.
373         * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto.
374
375 2001-09-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
376
377         * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling
378         of process environments.
379
380 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
381
382         * lisp/nnir.el (top): Added code to avoid byte-compile warning
383         about `nnimap-server-buffer'.
384         (nnir-run-namazu): Disable locale of Namazu.
385
386 2001-09-04  KOSEKI Yoshinori  <kose@meadowy.org>
387
388         * lisp/nnir.el (gnus-group-mode-hook): Fix typo.
389
390 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
391
392         * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus.
393
394         * lisp/gnus-group.el (gnus-group-group-map): Define "G" as
395         `gnus-group-make-nnir-group', and define "S" as
396         `gnus-group-make-shimbun-group'.
397
398         * lisp/gnus.el (top): Add autoload of
399         `gnus-group-make-nnir-group'.
400
401         * lisp/nnir.el: Import from
402         ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el.
403
404 2001-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * lisp/gnus-util.el (gnus-truncate-string): Abolished.
407
408 2001-08-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
409
410         * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
411         `shimbun-groups' to detect avaiable groups of specified server.
412
413 2001-08-17  KANEMATSU Daiji  <kanematu@sra.co.jp>
414
415         * lisp/message.el (message-signature-separator-for-insertion): New
416         customizable variable which is used for signature separator.
417         * lisp/message.el (message-insert-signature): Use variable
418         `message-signature-separator-for-insertion' instead of hard code.
419
420 2001-08-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
421
422         * texi/gnus-ja.texi (Browsing the Web): Fix typo.
423
424 2001-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
427
428 2001-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
431         article into `gnus-original-article-buffer' instead of
432         `gnus-article-buffer'.
433
434 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * lisp/mml2015.el: Require `gnus-clfns' when compiling.
437         * lisp/gnus-clfns.el (string-to-list): New compiler macro.
438
439 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
442         articles with `gnus-cache-articles-in-group' even if the current
443         group is not a virtual group (see ChangeLog.1 1999-03-02).
444
445 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
448
449         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
450
451         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
452         `gnus-retrieve-parsed-headers'.
453         (gnus-fetch-headers): Ditto.
454
455         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
456
457         * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
458         (gnus-cache-retrieve-parsed-headers): Abolished.
459
460 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
463         `nnmail-expiry-wait-function' to nil if the group's parameter
464         `expiry-wait' is specified by the user or the shimbun's default
465         value is provided.
466
467 2001-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * lisp/gnus-msg.el (gnus-message-make-user-agent): New
470         implementation.
471
472 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * lisp/gnus-clfns.el (copy-list): New compiler macro.
475
476 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
479         `kbd'.
480
481         * lisp/nnheader.el (mm-read-coding-system): New function which is
482         a substitute for mm-util.el.
483
484 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
487
488         * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
489         NEWGROUPS command.
490
491         * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
492         `message-make-date' instead of `current-time-string'.
493         (gnus-ask-server-for-new-groups): Ditto.
494         (gnus-check-first-time-used): Ditto.
495
496 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * texi/message-ja.texi (message-citation-line-function): Add a
499         comma just after the `@xref' form.
500
501         * lisp/nnheader.el (nnheader-header-value): Ignore leading
502         whitespaces.
503
504         * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
505         `make-autoload' to handle `define-derived-mode'.
506
507 2001-07-12  Katsumi Yamaoka <yamaoka@jpl.org>
508
509         * lisp/message.el (message-yank-original): Unwind-protect while
510         suspending font-lock.
511         (message-mode): Modify for the following changes.
512         (message-font-lock-keywords-2): Abolished.
513         (message-font-lock-keywords-1): Abolished.
514         (message-font-lock-keywords): Unified.
515         (message-font-lock-cited-text-matcher): Abolished.
516         (font-lock-after-change-function): Don't advise it.
517         (message-font-lock-last-position): Abolished.
518         (message-font-lock-citation-name-max-column): Abolished.
519         (message-font-lock-cited-text-regexp) Abolished.
520         (message-font-lock-fence-close-position): Abolished.
521         (message-font-lock-fence-open-position): Abolished.
522         (message-font-lock-fence-close-regexp): Abolished.
523         (message-font-lock-fence-open-regexp): Abolished.
524
525 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
526
527         * lisp/message.el (message-font-lock-keywords-1): Replace regexp
528         for mml tags with `mime-edit-tag-regexp'.
529
530 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
531
532         * lisp/message.el (message-font-lock-keywords-2): Move definitions
533         for cited texts and mml tags to `message-font-lock-keywords-1'.
534
535 2001-07-10  Katsuhiro Hermit Endo <hermit@koka-in.org>
536
537         * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
538
539 2001-07-09  Katsumi Yamaoka <yamaoka@jpl.org>
540
541         * lisp/dgnushack.el: Add the parent directory of the directory
542         where the APEL modules are installed to `load-path' according to
543         the description of the file Mule23@1934.
544
545 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
546
547         * make.bat: Use infohack.el to create info files.
548
549 2001-07-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
550
551         * README.semi: Modify URI of emacs-w3m.
552         * README.semi.ja: Ditto.
553         * Mule23@1934.en: Ditto.
554         * Mule23@1934.ja: Ditto.
555         * lisp/nnshimbun.el: Ditto.
556
557         * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
558         (Web Newspaper): Modify URI of emacs-w3m.
559
560 2001-07-06  KITAGAWA Takurou  <i30x1641@ip.media.kyoto-u.ac.jp>
561
562         * lisp/Makefile.in (clever): Use `if test... then' instead of
563         `test... &&'.
564
565 2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
566
567         * lisp/Makefile.in (clever): Change the quoting style for the
568         elisp form to check for XEmacs-p.
569
570         * lisp/dgnushack.el: Require `path-util' first, and then search
571         for the path if it is not found.
572
573 2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
574
575         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
576
577 2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
578
579         * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
580         html documents inline.
581
582 2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
583
584         * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
585         a description.
586         * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
587
588         * lisp/message.el (message-yank-original): Suspend font-lock'ing
589         while citing an original message.
590         (message-suspend-font-lock-when-citing): New user option.
591
592 2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
593
594         * lisp/gnus-clfns.el (find-cl-run-time-functions): New
595         implementation.
596
597 2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
598
599         * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
600         fields in `gnus-original-article-buffer'.
601
602 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
603
604         * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
605         bogus changes; use the value of `nnshimbun-pre-fetch-article' if
606         the value of the group parameter `prefetch-articles' is nil; do
607         likewise for `encapsulate-images'.
608
609 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
610
611         * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
612         `nnshimbun-pre-fetch-article' if the value of the group parameter
613         `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
614
615 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
616
617         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
618         doc-string that both the values `off' and nil specifies not to
619         encapsulate images.
620         (nnshimbun-pre-fetch-article): Default to `off'.
621
622 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
623
624         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
625         `nnshimbun-encapsulate-article'.
626         (nnshimbun-request-article-1): Replace `encapsulate-article' with
627         `encapsulate-images'.
628         (nnshimbun-find-parameter): Ditto.
629         (nnshimbun-group-parameters): Ditto.
630         (nnshimbun-group-parameters-custom): Ditto.
631
632 2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
633
634         * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
635         `encapsulate-article' as a customizable option, and modified
636         `prefetch-articles'.
637         (nnshimbun-group-parameters): Add document for
638         `encapsulate-article'.
639         (nnshimbun-encapsulate-article): New server variable.
640         (nnshimbun-find-parameter): Add code for `encapsulate-article'.
641         (nnshimbun-request-article-1): Refer `encapsulate-article' group
642         parameter to control `shimbun-encapsulate-article' value when
643         `shimbun-article' is called.
644
645 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
646
647         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
648
649 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
650
651         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
652         `nnshimbun-find-parameter'.
653         (nnshimbun-generate-nov-database): Bind a full group name while
654         processing.
655         (nnshimbun-find-parameter): New implementation to refer to the
656         nnshimbun group parameters.
657         (nnshimbun-index-range): Add a document that it's just a default.
658         (nnshimbun-pre-fetch-article): Ditto.
659         (nnshimbun-group-parameters): Specify a parameter type as `list'.
660         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
661
662 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
663
664         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
665         parameter.  It also provides the user option
666         `nnshimbun-group-parameters-alist' and the function
667         `nnshimbun-find-group-parameters'.
668         (nnshimbun-group-parameters-custom): New variable.
669         (TopLevel): Require `gnus' expressly.
670
671 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
672
673         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
674         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
675         (nnshimbun-request-expire-articles): Fixed.
676
677 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
678
679         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
680         `locate-library' to check for the existence of mailcap.el in the
681         same directory of gnus.el.
682         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
683         that I made.
684
685 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
686
687         * lisp/lpath.el: Don't Fbind `xml-node-children'.
688
689 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
690
691         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
692         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
693         is nil.
694
695 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
696
697         * lisp/gnus-group.el (toplevel): Removed autoload code for
698         "nnshimbun".
699
700         * texi/gnus-ja.texi (Web Newspaper): Add documents about
701         `nnshimbun-index-range'.
702
703 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
704
705         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
706         refer to the variable `nnshimbun-keep-last-article', we should
707         keep the last article anyway.
708         (nnshimbun-keep-last-article): Abolished.
709
710         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
711         make-shimbun-group'.
712
713 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
714
715         * lisp/nnshimbun.el: Remove some garbage.
716
717 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
718
719         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
720         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
721         FSF Emacsen.
722         * texi/gnus-ja.texi: Ditto.
723
724 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
725
726         * lisp/nnshimbun.el (top-level): Updated comments.
727         (nnshimbun): New customize group.
728         (nnshimbun-keep-last-article): Defined as customize variable.
729         (nnshimbun-keep-unparsable-dated-articles): Ditto.
730         (nnshimbun-insert-nov): Use `when' instead of `if'.
731         (gnus-group-shimbun-server-history): Imported from
732         `gnus-group.el'.
733         (gnus-group-make-shimbun-group): Ditto.
734
735         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
736         definition is moved to `nnshimbun.el' and autload code is added.
737         (gnus-group-shimbun-server-history): Its definition is moved to
738         `nnshimbun.el'.
739
740 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
741
742         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
743         (nnshimbun-index-range): New variable.
744         (nnshimbun-close-server): Check status strictly to close server
745         safely.
746         (nnshimbun-generate-nov-database): Refer the group paramter
747         `nnshimbun-index-range' as the second parameter of
748         `shimbun-headers'.
749         (shimbun-mua-use-entire-index): Removed.
750         (nnshimbun-request-article-1): Replace a date string in
751         `gnus-newsgroup-data' only when article header has non-nil value.
752         (nnshimbun-insert-nov): Fixed condition to decide whether
753         `X-Nnshimbun-Id' should be inseted or not.
754
755 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
756
757         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
758         (nnshimbun-request-expire-articles): Simplified; refer to the
759         shimbun's default expiration days.
760
761 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
762
763         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
764         Emacsen.
765
766 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
767
768         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
769         group parameter `expiry-wait' when expiring a closed group.
770
771 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
772
773         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
774         string in `gnus-newsgroup-data' based on the newly retrieved
775         article.
776
777 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
778
779         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
780         inhibiting the expiring.
781
782 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
783
784         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
785         (nnshimbun-request-expire-articles): New function.
786         (nnshimbun-keep-unparsable-dated-articles): New variable.
787         (nnshimbun-keep-last-article): New variable.
788         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
789         (nnshimbun-string-or): New macro.
790         (nnshimbun-tmp-string): New internal variable.
791         (TopLevel): Require `message' for `message-make-date'.
792
793 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
794
795         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
796         useless non-global var; scroll the output window automatically.
797
798 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
799
800         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
801         (nnshimbun-check-header): Removed.
802         (nnshimbun-make-shimbun-header): Don't call
803         `nnshimbun-header-xref'.
804         (nnshimbun-request-group): Simplified.
805         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
806         instead of `nnshimbun-check-header'.
807         (nnshimbun-insert-nov): New function.
808         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
809         instead of `nnheader-insert-nov'.
810         (nnshimbun-replace-nov-entry): New function.
811
812 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
813
814         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
815         `dolist'; protect against errors.
816
817 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
818
819         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
820         use `last'.
821         (nnshimbun-make-shimbun-header): Use the following macros.
822         (nnshimbun-mail-header-from): New macro whose definition will be
823         changed statically for Gnus or gnus.
824         (nnshimbun-mail-header-subject): Ditto.
825         (TopLevel): Don't require `gnus-clfns'.
826
827         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
828
829         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
830         the developers.
831         (cl-run-time-functions): New variable.
832         (TopLevel): Don't require `cl' at run-time.
833
834 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
835
836         * texi/gnus-ja.texi (Web Newspaper): Updated.
837
838 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
839
840         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
841         "nnshimbun.el" if the library "shimbun" is not found.
842         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
843         (locate-library): Redefine it for Mule before it is called.
844
845         * README.semi.ja: Update for the use of Emacs-W3M.
846         * README.semi: Ditto.
847         * Mule23@1934.ja: Ditto.
848         * Mule23@1934.en: Ditto.
849
850 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
851
852         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
853
854         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
855         Reconstructed to use `shimbun'.
856
857         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
858         FLIM can't be found.
859
860 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
861
862         * etc/Makefile.in (datadir): Set this variable, like in the other
863         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
864
865 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
866
867         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
868         `widget-convert-button', `widget-create' and `widget-put'; ignore
869         `defface'.
870
871 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
872
873         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
874         built-in function.
875
876         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
877         `defgroup'.
878
879 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
880
881         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
882
883         * lisp/nnmail.el: Don't bind the colon keywords here.
884         * lisp/gnus.el (gnus-colon-keywords): New variable which will
885         default to the value of `dgnushack-colon-keywords'; bind them.
886         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
887         dgnuskwds.el.
888         (dgnushack-colon-keywords): New constant which will have the colon
889         keywords shuld be bound at run-time for old Emacsen; cache them in
890         the file dgnuskwds.el and bind them.
891         (dgnushack-bind-colon-keywords): New function.
892         (locate-library): Make the function to be silent for Mule.
893         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
894
895 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
896
897         * lisp/message.el (message-maybe-encode): Don't use
898         `end-of-invisible'.
899
900 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
901
902         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
903
904 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
905
906         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
907
908         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
909         `gnus-article-buffer' just before `gnus-article-prepare-display' is
910         called.
911         (gnus-article-mime-edit-article-setup): Ditto.
912         (gnus-article-prepare-display): Don't bind `buffer-read-only'
913         because of `inhibit-read-only'; don't set the value of
914         `gnus-article-current-summary' here; delete all extents or overlays
915         and clear the value of `gnus-button-marker-list' in advance; make
916         it to run in `gnus-article-buffer'.
917         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
918         (article-toggle-headers): Don't bind `buffer-read-only' because of
919         `inhibit-read-only'.
920         (article-hide-headers): Ditto.
921
922 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
923
924         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
925
926 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
927
928         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
929
930 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
931
932         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
933
934 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
935
936         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
937         Emacsen; don't bind `mh-lib-progs'.
938
939 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
940
941         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
942         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
943
944 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
945
946         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
947
948 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
949
950         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
951         asahi.com.
952         (nnshimbun-asahi-get-headers): Ditto.
953         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
954
955 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
956
957         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
958         multiple articles even if there is a detached minibuffer frame on
959         some window managers.
960
961 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
962
963         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
964         mode.
965
966 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
967
968         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
969         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
970
971 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
972
973         * lisp/message.el (message-fix-before-sending): Hide again the
974         invisible property of encoded binary data parts after checking is
975         done.
976         (message-find-invisible-regions): New function.
977         (message-save-drafts, message-send): Inherit the invisible property
978         of encoded binary data parts to make MIME-Edit find the MIME part
979         boundaries.
980
981         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
982         (dgnushack-make-load): Ditto.
983
984 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
985
986         * lisp/dgnushack.el (dgnushack-compose-package): New function.
987         (dgnushack-make-load): Add autoload for cus-load if it is missing.
988
989         * lisp/Makefile.in (compose-package): Use
990         `dgnushack-compose-package'.
991         (clean, clever): Remove custom-load.el.
992
993         * Makefile.in (elclean): Remove custom-load.el.
994
995 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
996
997         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
998         entity even if `gnus-show-mime' is nil.
999
1000 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
1001
1002         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
1003         adjusted.
1004
1005         * lisp/gnus-clfns.el (string): New compiler macro.
1006         (string): Defun-maybe as an ordinary function since it won't be
1007         provided in cl.
1008         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
1009
1010 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
1011
1012         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
1013         `url-current-mime-charset' is bound.
1014
1015 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
1016
1017         * lisp/gnus.el (gnus-info-find-node): Pretend to be
1018         `gnus-article-mode' in the article buffer.
1019
1020 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
1021
1022         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
1023         (nnshimbun-kinsoku-bol-list): Ditto.
1024
1025 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
1026
1027         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
1028
1029         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
1030         `dolist'.
1031
1032         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
1033
1034         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
1035         is defined properly.
1036
1037 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
1038
1039         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
1040         * lisp/nnshimbun.el: Ditto.
1041         * lisp/nnfolder.el: Ditto.
1042         * lisp/mm-util.el: Ditto.
1043         * lisp/gnus-vers.el: Ditto.
1044         * lisp/gnus-sum.el: Ditto.
1045         * lisp/gnus-score.el: Ditto.
1046         * lisp/gnus-nocem.el: Ditto.
1047
1048         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
1049         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
1050         (gnus-setup-for-offline): Ditto.
1051
1052         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
1053         don't require `gnus-clfns'.
1054
1055         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
1056         macros.
1057         (mapc): Remove.
1058
1059         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
1060         `gnus-article-read-summary-keys'.
1061
1062 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
1063
1064         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
1065         the forwarded parts undecoded.
1066         (gnus-article-decode-article-as-default-mime-charset): Set the
1067         value of `default-mime-charset' buffer-locally.
1068
1069 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1070
1071         * lisp/gnus.el: Add autoloads for
1072         `gnus-summary-digest-post-forward' and
1073         `gnus-summary-digest-mail-forward'.
1074
1075         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
1076         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
1077         with `gnus-summary-digest-post-forward' and
1078         `gnus-summary-digest-mail-forward'.
1079
1080         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
1081         repair the command `gnus-summary-post-digest' and rename it.
1082         (gnus-summary-digest-mail-forward): Ditto.
1083         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
1084         `gnus-uu-digest-post-forward' with
1085         `gnus-summary-digest-post-forward' and
1086         `gnus-summary-digest-mail-forward'.
1087
1088 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1089
1090         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
1091         `gnus-inhibit-treatment' to t while fetching the raw article.
1092
1093         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
1094         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
1095         is being done;  turn off font-lock first;  query if the buffer is
1096         modified.
1097         (gnus-article-mime-edit-done): New function.
1098         (gnus-article-mime-edit-article-setup): Make the window fill its
1099         frame;  clear the buffere modified flag;  substitute key definition
1100         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
1101         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
1102         to nil while `mime-edit-exit' is being done.
1103         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
1104
1105 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
1106
1107         * lisp/dgnushack.el: Don't require `emu'.
1108
1109 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1110
1111         * lisp/message.el (message-forward-subject-author-subject): Decode
1112         `From' field.
1113
1114 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1115
1116         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
1117
1118         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1119         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
1120         only a temporary fix for an infloop on nnimap.  FIXME!!!
1121         (gnus-select-newsgroup): Ditto.
1122
1123 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1124
1125         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
1126         about `gnus-article-display-hook.'
1127         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
1128         `gnus-article-display-hook.'
1129
1130         * lisp/gnus.el (gnus-article-display-hook): Abolished.
1131
1132         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
1133         `gnus-article-display-hook'.
1134         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
1135         (gnus-summary-search-article): Ditto.
1136
1137         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
1138         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
1139
1140         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
1141         `gnus-article-prepare-hook' after an article has been prepared;
1142         don't evaluate `gnus-article-display-hook'.
1143
1144 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
1145
1146         * lisp/message.el (message-cite-original-without-signature):
1147         Extract from field for the simple citation line.
1148
1149 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
1150
1151         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
1152
1153         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
1154         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
1155         (dgnushack-make-auto-load): Remove auto-autoloads.el.
1156         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
1157
1158         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
1159         custom-load.el.
1160         (compose-package): Call `gnus-load.elc' and then rename
1161         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
1162         `dgnushack-make-autoloads'.
1163         (clever): No need to remove custom-load.el.
1164
1165         * Makefile.in (elclean): Remove gnus-load.el instead of
1166         custom-load.el.
1167
1168         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
1169
1170 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
1171
1172         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1173
1174 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1175
1176         * GNUS-NEWS: Copyright and others.
1177
1178 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1179
1180         * aclocal.m4 (AC_CHECK_URL): Add.
1181
1182         * configure.in: Use it.
1183
1184 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
1185
1186         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
1187         parentheses.
1188
1189 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1190
1191         * lisp/nnshimbun.el: Add `bbdb-ml' support.
1192
1193 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1194
1195         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
1196         of `xemacs'.
1197         (nnshimbun-xemacs-get-headers): Ditto.
1198
1199 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
1200
1201         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
1202
1203 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
1204
1205         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
1206         gnus-ja.texi or message-ja.texi is given.  It is needed for some
1207         make command if which can not understand "%-ja:" or "%-ja.info:".
1208
1209 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
1210
1211         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
1212         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
1213
1214 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
1215
1216         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
1217         `buffer-substring-no-properties' instead of `format'.
1218
1219 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1220
1221         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
1222
1223 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1224
1225         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
1226
1227         * Makefile.in (install-package-lisp): Use
1228         `install-without-compiling' instead of `install'.
1229
1230         * lisp/Makefile.in (install): Use `install-without-compiling'.
1231         (install-without-compiling): New target.
1232
1233 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1234
1235         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
1236         `infohack-texi-format'.
1237
1238         * texi/infohack: (infohack-texi-format): New function.
1239         * lisp/dgnushack.el (dgnushack-texi-format): Move to
1240         texi/infohack.el and rename.
1241         (dgnushack-texi-add-suffix-and-format): Remove.
1242
1243         * texi/ptexinfmt.el: New file.
1244         * lisp/ptexinfmt.el: Move to texi/.
1245
1246 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1247
1248         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
1249
1250 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
1251
1252         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
1253         files for autoloads already exist.
1254         (dgnushack-unexporting-files): More useful message.
1255
1256         * lisp/Makefile.in (install): Call `clever' before installing.
1257         (install-lisp): Remove.
1258         (clever): Check for whether the all elc files should be recompiled.
1259
1260         * Makefile.in (xclever): New target.
1261         (install-package-lisp): Replace `install-lisp' with `install'.
1262         (install-package-ja): Replace `xlick' with `xclever'.
1263         (install-package): Ditto.
1264
1265 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
1266
1267         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
1268
1269 2001-01-15  Jesper Harder <harder@ifa.au.dk>
1270
1271         * make.bat: Fix doc.
1272
1273 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
1274
1275         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
1276         the required value of `recursive-load-depth-limit' for Emacs 21.
1277
1278         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
1279         correctly.
1280         (message-get-reply-headers): Ditto.
1281
1282 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
1283
1284         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
1285         while `bbdb-annotate-message-sender' is being done.
1286
1287 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
1288
1289         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
1290
1291 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
1292
1293         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
1294         extents for XEmacs 21.1 using `format'.
1295
1296         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
1297
1298 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
1299
1300         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
1301
1302         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
1303         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
1304         running.
1305
1306         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
1307         `smiley-toggle-buffer' when compiling.
1308         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
1309         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
1310         running.
1311         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
1312         `gnus-bitmap'.
1313         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
1314
1315 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1316
1317         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
1318
1319         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
1320         is not supported.
1321
1322 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
1323
1324         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
1325         `:function', `:function-document', `:variable',
1326         `:variable-document', `:variable-group', `:variable-type' and
1327         `:variable-default' for old Emacsen.
1328
1329 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1330
1331         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1332
1333         * configure: Regenerate.
1334         * configure.in: Add `AC_PATH_ETCDIR'.
1335         * Makefile.in (install-etc): New target.
1336
1337         * lisp/nnheader.el (mm-image-load-path): Alias to
1338         `nnheader-image-load-path'.
1339         (nnheader-image-load-path): New function copied from
1340         the function `mm-image-load-path' in mm-util.el.
1341
1342         * lisp/drums.el: Remove.
1343
1344 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1345
1346         * configure.in: Add etc/Makefile.
1347
1348 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1349
1350         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
1351         `save-excursion'.
1352         (gnus-bug): Pop up the sending buffer first.
1353
1354         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
1355         doc-string.
1356
1357         * lisp/dgnushack.el
1358         (byte-compile-file-form-custom-declare-variable): Use `defvar'
1359         instead of `custom-declare-variable' to make the variable
1360         uncustomizable if the arguments has the keyword `:version'.
1361
1362 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1363
1364         * README.semi.ja: Fix typo.
1365
1366 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1367
1368         * lisp/lpath.el: Fbind `compose-mail' for Mule.
1369
1370         * lisp/dgnushack.el (TopLevel): Byte-optimize
1371         `custom-declare-variable', `custom-declare-group, and
1372         `custom-declare-face' to omit unsupported keywords when Mule is
1373         running.
1374
1375 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1376
1377         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
1378
1379         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
1380         to signal an error when Mule is running.
1381         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
1382         `:set-after' if colon keyword is not available.
1383         (TopLevel): Require `custom'.
1384
1385         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
1386         Mule.
1387         (TopLevel): Don't require `custom' here.
1388
1389 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
1390
1391         * make.bat: set max-lisp-eval-depth.
1392
1393 See ChangeLog.3 for earlier changes.