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