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