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