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