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