Synch with Wanderlust.
[elisp/gnus.git-] / ChangeLog
1 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/message.el (message-forward-subject-author-subject): Decode
4         `From' field.
5
6 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
7
8         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
9
10         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
11         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
12         only a temporary fix for an infloop on nnimap.  FIXME!!!
13         (gnus-select-newsgroup): Ditto.
14
15 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
16
17         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
18         about `gnus-article-display-hook.'
19         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
20         `gnus-article-display-hook.'
21
22         * lisp/gnus.el (gnus-article-display-hook): Abolished.
23
24         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
25         `gnus-article-display-hook'.
26         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
27         (gnus-summary-search-article): Ditto.
28
29         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
30         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
31
32         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
33         `gnus-article-prepare-hook' after an article has been prepared;
34         don't evaluate `gnus-article-display-hook'.
35
36 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
37
38         * lisp/message.el (message-cite-original-without-signature):
39         Extract from field for the simple citation line.
40
41 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
42
43         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
44
45         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
46         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
47         (dgnushack-make-auto-load): Remove auto-autoloads.el.
48         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
49
50         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
51         custom-load.el.
52         (compose-package): Call `gnus-load.elc' and then rename
53         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
54         `dgnushack-make-autoloads'.
55         (clever): No need to remove custom-load.el.
56
57         * Makefile.in (elclean): Remove gnus-load.el instead of
58         custom-load.el.
59
60         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
61
62 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
63
64         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
65
66 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
67
68         * GNUS-NEWS: Copyright and others.
69
70 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
71
72         * aclocal.m4 (AC_CHECK_URL): Add.
73
74         * configure.in: Use it.
75
76 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
77
78         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
79         parentheses.
80
81 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
82
83         * lisp/nnshimbun.el: Add `bbdb-ml' support.
84
85 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
86
87         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
88         of `xemacs'.
89         (nnshimbun-xemacs-get-headers): Ditto.
90
91 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
92
93         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
94
95 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
96
97         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
98         gnus-ja.texi or message-ja.texi is given.  It is needed for some
99         make command if which can not understand "%-ja:" or "%-ja.info:".
100
101 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
102
103         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
104         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
105
106 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
107
108         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
109         `buffer-substring-no-properties' instead of `format'.
110
111 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
112
113         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
114
115 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
116
117         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
118
119         * Makefile.in (install-package-lisp): Use
120         `install-without-compiling' instead of `install'.
121
122         * lisp/Makefile.in (install): Use `install-without-compiling'.
123         (install-without-compiling): New target.
124
125 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
126
127         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
128         `infohack-texi-format'.
129
130         * texi/infohack: (infohack-texi-format): New function.
131         * lisp/dgnushack.el (dgnushack-texi-format): Move to
132         texi/infohack.el and rename.
133         (dgnushack-texi-add-suffix-and-format): Remove.
134
135         * texi/ptexinfmt.el: New file.
136         * lisp/ptexinfmt.el: Move to texi/.
137
138 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
139
140         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
141
142 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
143
144         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
145         files for autoloads already exist.
146         (dgnushack-unexporting-files): More useful message.
147
148         * lisp/Makefile.in (install): Call `clever' before installing.
149         (install-lisp): Remove.
150         (clever): Check for whether the all elc files should be recompiled.
151
152         * Makefile.in (xclever): New target.
153         (install-package-lisp): Replace `install-lisp' with `install'.
154         (install-package-ja): Replace `xlick' with `xclever'.
155         (install-package): Ditto.
156
157 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
158
159         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
160
161 2001-01-15  Jesper Harder <harder@ifa.au.dk>
162
163         * make.bat: Fix doc.
164
165 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
166
167         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
168         the required value of `recursive-load-depth-limit' for Emacs 21.
169
170         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
171         correctly.
172         (message-get-reply-headers): Ditto.
173
174 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
175
176         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
177         while `bbdb-annotate-message-sender' is being done.
178
179 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
180
181         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
182
183 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
184
185         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
186         extents for XEmacs 21.1 using `format'.
187
188         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
189
190 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
191
192         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
193
194         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
195         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
196         running.
197
198         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
199         `smiley-toggle-buffer' when compiling.
200         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
201         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
202         running.
203         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
204         `gnus-bitmap'.
205         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
206
207 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
208
209         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
210
211         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
212         is not supported.
213
214 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
215
216         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
217         `:function', `:function-document', `:variable',
218         `:variable-document', `:variable-group', `:variable-type' and
219         `:variable-default' for old Emacsen.
220
221 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
222
223         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
224
225         * configure: Regenerate.
226         * configure.in: Add `AC_PATH_ETCDIR'.
227         * Makefile.in (install-etc): New target.
228
229         * lisp/nnheader.el (mm-image-load-path): Alias to
230         `nnheader-image-load-path'.
231         (nnheader-image-load-path): New function copied from
232         the function `mm-image-load-path' in mm-util.el.
233
234         * lisp/drums.el: Remove.
235
236 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
237
238         * configure.in: Add etc/Makefile.
239
240 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
241
242         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
243         `save-excursion'.
244         (gnus-bug): Pop up the sending buffer first.
245
246         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
247         doc-string.
248
249         * lisp/dgnushack.el
250         (byte-compile-file-form-custom-declare-variable): Use `defvar'
251         instead of `custom-declare-variable' to make the variable
252         uncustomizable if the arguments has the keyword `:version'.
253
254 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
255
256         * README.semi.ja: Fix typo.
257
258 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
259
260         * lisp/lpath.el: Fbind `compose-mail' for Mule.
261
262         * lisp/dgnushack.el (TopLevel): Byte-optimize
263         `custom-declare-variable', `custom-declare-group, and
264         `custom-declare-face' to omit unsupported keywords when Mule is
265         running.
266
267 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
268
269         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
270
271         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
272         to signal an error when Mule is running.
273         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
274         `:set-after' if colon keyword is not available.
275         (TopLevel): Require `custom'.
276
277         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
278         Mule.
279         (TopLevel): Don't require `custom' here.
280
281 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
282
283         * make.bat: set max-lisp-eval-depth.
284
285 See ChangeLog.3 for earlier changes.