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