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