* lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
[elisp/gnus.git-] / ChangeLog
1 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
4
5         * lisp/nnmail.el: Don't bind the colon keywords here.
6         * lisp/gnus.el (gnus-colon-keywords): New variable which will
7         default to the value of `dgnushack-colon-keywords'; bind them.
8         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
9         dgnuskwds.el.
10         (dgnushack-colon-keywords): New constant which will have the colon
11         keywords shuld be bound at run-time for old Emacsen; cache them in
12         the file dgnuskwds.el and bind them.
13         (locate-library): Make the function to be silent for Mule.
14         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
15
16 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
17
18         * lisp/message.el (message-maybe-encode): Don't use
19         `end-of-invisible'.
20
21 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
22
23         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
24
25 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
26
27         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
28
29         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
30         `gnus-article-buffer' just before `gnus-article-prepare-display' is
31         called.
32         (gnus-article-mime-edit-article-setup): Ditto.
33         (gnus-article-prepare-display): Don't bind `buffer-read-only'
34         because of `inhibit-read-only'; don't set the value of
35         `gnus-article-current-summary' here; delete all extents or overlays
36         and clear the value of `gnus-button-marker-list' in advance; make
37         it to run in `gnus-article-buffer'.
38         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
39         (article-toggle-headers): Don't bind `buffer-read-only' because of
40         `inhibit-read-only'.
41         (article-hide-headers): Ditto.
42
43 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
44
45         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
46
47 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
48
49         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
50
51 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
52
53         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
54
55 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
56
57         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
58         Emacsen; don't bind `mh-lib-progs'.
59
60 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
61
62         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
63         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
64
65 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
66
67         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
68
69 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
70
71         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
72         asahi.com.
73         (nnshimbun-asahi-get-headers): Ditto.
74         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
75
76 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
77
78         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
79         multiple articles even if there is a detached minibuffer frame on
80         some window managers.
81
82 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
83
84         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
85         mode.
86
87 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
88
89         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
90         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
91
92 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
93
94         * lisp/message.el (message-fix-before-sending): Hide again the
95         invisible property of encoded binary data parts after checking is
96         done.
97         (message-find-invisible-regions): New function.
98         (message-save-drafts, message-send): Inherit the invisible property
99         of encoded binary data parts to make MIME-Edit find the MIME part
100         boundaries.
101
102         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
103         (dgnushack-make-load): Ditto.
104
105 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
106
107         * lisp/dgnushack.el (dgnushack-compose-package): New function.
108         (dgnushack-make-load): Add autoload for cus-load if it is missing.
109
110         * lisp/Makefile.in (compose-package): Use
111         `dgnushack-compose-package'.
112         (clean, clever): Remove custom-load.el.
113
114         * Makefile.in (elclean): Remove custom-load.el.
115
116 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
117
118         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
119         entity even if `gnus-show-mime' is nil.
120
121 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
122
123         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
124         adjusted.
125
126         * lisp/gnus-clfns.el (string): New compiler macro.
127         (string): Defun-maybe as an ordinary function since it won't be
128         provided in cl.
129         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
130
131 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
132
133         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
134         `url-current-mime-charset' is bound.
135
136 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
137
138         * lisp/gnus.el (gnus-info-find-node): Pretend to be
139         `gnus-article-mode' in the article buffer.
140
141 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
142
143         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
144         (nnshimbun-kinsoku-bol-list): Ditto.
145
146 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
147
148         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
149
150         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
151         `dolist'.
152
153         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
154
155         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
156         is defined properly.
157
158 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
159
160         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
161         * lisp/nnshimbun.el: Ditto.
162         * lisp/nnfolder.el: Ditto.
163         * lisp/mm-util.el: Ditto.
164         * lisp/gnus-vers.el: Ditto.
165         * lisp/gnus-sum.el: Ditto.
166         * lisp/gnus-score.el: Ditto.
167         * lisp/gnus-nocem.el: Ditto.
168
169         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
170         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
171         (gnus-setup-for-offline): Ditto.
172
173         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
174         don't require `gnus-clfns'.
175
176         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
177         macros.
178         (mapc): Remove.
179
180         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
181         `gnus-article-read-summary-keys'.
182
183 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
184
185         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
186         the forwarded parts undecoded.
187         (gnus-article-decode-article-as-default-mime-charset): Set the
188         value of `default-mime-charset' buffer-locally.
189
190 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
191
192         * lisp/gnus.el: Add autoloads for
193         `gnus-summary-digest-post-forward' and
194         `gnus-summary-digest-mail-forward'.
195
196         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
197         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
198         with `gnus-summary-digest-post-forward' and
199         `gnus-summary-digest-mail-forward'.
200
201         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
202         repair the command `gnus-summary-post-digest' and rename it.
203         (gnus-summary-digest-mail-forward): Ditto.
204         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
205         `gnus-uu-digest-post-forward' with
206         `gnus-summary-digest-post-forward' and
207         `gnus-summary-digest-mail-forward'.
208
209 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
210
211         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
212         `gnus-inhibit-treatment' to t while fetching the raw article.
213
214         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
215         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
216         is being done;  turn off font-lock first;  query if the buffer is
217         modified.
218         (gnus-article-mime-edit-done): New function.
219         (gnus-article-mime-edit-article-setup): Make the window fill its
220         frame;  clear the buffere modified flag;  substitute key definition
221         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
222         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
223         to nil while `mime-edit-exit' is being done.
224         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
225
226 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
227
228         * lisp/dgnushack.el: Don't require `emu'.
229
230 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
231
232         * lisp/message.el (message-forward-subject-author-subject): Decode
233         `From' field.
234
235 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
236
237         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
238
239         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
240         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
241         only a temporary fix for an infloop on nnimap.  FIXME!!!
242         (gnus-select-newsgroup): Ditto.
243
244 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
245
246         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
247         about `gnus-article-display-hook.'
248         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
249         `gnus-article-display-hook.'
250
251         * lisp/gnus.el (gnus-article-display-hook): Abolished.
252
253         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
254         `gnus-article-display-hook'.
255         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
256         (gnus-summary-search-article): Ditto.
257
258         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
259         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
260
261         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
262         `gnus-article-prepare-hook' after an article has been prepared;
263         don't evaluate `gnus-article-display-hook'.
264
265 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
266
267         * lisp/message.el (message-cite-original-without-signature):
268         Extract from field for the simple citation line.
269
270 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
271
272         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
273
274         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
275         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
276         (dgnushack-make-auto-load): Remove auto-autoloads.el.
277         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
278
279         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
280         custom-load.el.
281         (compose-package): Call `gnus-load.elc' and then rename
282         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
283         `dgnushack-make-autoloads'.
284         (clever): No need to remove custom-load.el.
285
286         * Makefile.in (elclean): Remove gnus-load.el instead of
287         custom-load.el.
288
289         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
290
291 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
292
293         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
294
295 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
296
297         * GNUS-NEWS: Copyright and others.
298
299 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
300
301         * aclocal.m4 (AC_CHECK_URL): Add.
302
303         * configure.in: Use it.
304
305 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
306
307         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
308         parentheses.
309
310 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
311
312         * lisp/nnshimbun.el: Add `bbdb-ml' support.
313
314 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
315
316         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
317         of `xemacs'.
318         (nnshimbun-xemacs-get-headers): Ditto.
319
320 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
321
322         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
323
324 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
325
326         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
327         gnus-ja.texi or message-ja.texi is given.  It is needed for some
328         make command if which can not understand "%-ja:" or "%-ja.info:".
329
330 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
331
332         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
333         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
334
335 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
336
337         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
338         `buffer-substring-no-properties' instead of `format'.
339
340 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
341
342         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
343
344 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
345
346         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
347
348         * Makefile.in (install-package-lisp): Use
349         `install-without-compiling' instead of `install'.
350
351         * lisp/Makefile.in (install): Use `install-without-compiling'.
352         (install-without-compiling): New target.
353
354 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
355
356         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
357         `infohack-texi-format'.
358
359         * texi/infohack: (infohack-texi-format): New function.
360         * lisp/dgnushack.el (dgnushack-texi-format): Move to
361         texi/infohack.el and rename.
362         (dgnushack-texi-add-suffix-and-format): Remove.
363
364         * texi/ptexinfmt.el: New file.
365         * lisp/ptexinfmt.el: Move to texi/.
366
367 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
368
369         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
370
371 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
372
373         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
374         files for autoloads already exist.
375         (dgnushack-unexporting-files): More useful message.
376
377         * lisp/Makefile.in (install): Call `clever' before installing.
378         (install-lisp): Remove.
379         (clever): Check for whether the all elc files should be recompiled.
380
381         * Makefile.in (xclever): New target.
382         (install-package-lisp): Replace `install-lisp' with `install'.
383         (install-package-ja): Replace `xlick' with `xclever'.
384         (install-package): Ditto.
385
386 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
387
388         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
389
390 2001-01-15  Jesper Harder <harder@ifa.au.dk>
391
392         * make.bat: Fix doc.
393
394 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
395
396         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
397         the required value of `recursive-load-depth-limit' for Emacs 21.
398
399         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
400         correctly.
401         (message-get-reply-headers): Ditto.
402
403 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
404
405         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
406         while `bbdb-annotate-message-sender' is being done.
407
408 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
409
410         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
411
412 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
413
414         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
415         extents for XEmacs 21.1 using `format'.
416
417         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
418
419 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
420
421         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
422
423         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
424         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
425         running.
426
427         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
428         `smiley-toggle-buffer' when compiling.
429         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
430         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
431         running.
432         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
433         `gnus-bitmap'.
434         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
435
436 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
437
438         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
439
440         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
441         is not supported.
442
443 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
444
445         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
446         `:function', `:function-document', `:variable',
447         `:variable-document', `:variable-group', `:variable-type' and
448         `:variable-default' for old Emacsen.
449
450 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
451
452         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
453
454         * configure: Regenerate.
455         * configure.in: Add `AC_PATH_ETCDIR'.
456         * Makefile.in (install-etc): New target.
457
458         * lisp/nnheader.el (mm-image-load-path): Alias to
459         `nnheader-image-load-path'.
460         (nnheader-image-load-path): New function copied from
461         the function `mm-image-load-path' in mm-util.el.
462
463         * lisp/drums.el: Remove.
464
465 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
466
467         * configure.in: Add etc/Makefile.
468
469 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
470
471         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
472         `save-excursion'.
473         (gnus-bug): Pop up the sending buffer first.
474
475         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
476         doc-string.
477
478         * lisp/dgnushack.el
479         (byte-compile-file-form-custom-declare-variable): Use `defvar'
480         instead of `custom-declare-variable' to make the variable
481         uncustomizable if the arguments has the keyword `:version'.
482
483 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
484
485         * README.semi.ja: Fix typo.
486
487 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
488
489         * lisp/lpath.el: Fbind `compose-mail' for Mule.
490
491         * lisp/dgnushack.el (TopLevel): Byte-optimize
492         `custom-declare-variable', `custom-declare-group, and
493         `custom-declare-face' to omit unsupported keywords when Mule is
494         running.
495
496 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
497
498         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
499
500         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
501         to signal an error when Mule is running.
502         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
503         `:set-after' if colon keyword is not available.
504         (TopLevel): Require `custom'.
505
506         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
507         Mule.
508         (TopLevel): Don't require `custom' here.
509
510 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
511
512         * make.bat: set max-lisp-eval-depth.
513
514 See ChangeLog.3 for earlier changes.