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