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