b66861b76f2eee574d31313bef27525d00afb987
[elisp/gnus.git-] / ChangeLog
1 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
2
3         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
4         of `xemacs'.
5         (nnshimbun-xemacs-get-headers): Ditto.
6
7 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
8
9         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
10
11 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
12
13         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
14         gnus-ja.texi or message-ja.texi is given.  It is needed for some
15         make command if which can not understand "%-ja:" or "%-ja.info:".
16
17 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
18
19         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
20         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
21
22 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
23
24         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
25         `buffer-substring-no-properties' instead of `format'.
26
27 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
28
29         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
30
31 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
32
33         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
34
35         * Makefile.in (install-package-lisp): Use
36         `install-without-compiling' instead of `install'.
37
38         * lisp/Makefile.in (install): Use `install-without-compiling'.
39         (install-without-compiling): New target.
40
41 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
42
43         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
44         `infohack-texi-format'.
45
46         * texi/infohack: (infohack-texi-format): New function.
47         * lisp/dgnushack.el (dgnushack-texi-format): Move to
48         texi/infohack.el and rename.
49         (dgnushack-texi-add-suffix-and-format): Remove.
50
51         * texi/ptexinfmt.el: New file.
52         * lisp/ptexinfmt.el: Move to texi/.
53
54 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
55
56         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
57
58 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
59
60         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
61         files for autoloads already exist.
62         (dgnushack-unexporting-files): More useful message.
63
64         * lisp/Makefile.in (install): Call `clever' before installing.
65         (install-lisp): Remove.
66         (clever): Check for whether the all elc files should be recompiled.
67
68         * Makefile.in (xclever): New target.
69         (install-package-lisp): Replace `install-lisp' with `install'.
70         (install-package-ja): Replace `xlick' with `xclever'.
71         (install-package): Ditto.
72
73 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
74
75         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
76
77 2001-01-15  Jesper Harder <harder@ifa.au.dk>
78
79         * make.bat: Fix doc.
80
81 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
82
83         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
84         the required value of `recursive-load-depth-limit' for Emacs 21.
85
86         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
87         correctly.
88         (message-get-reply-headers): Ditto.
89
90 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
91
92         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
93         while `bbdb-annotate-message-sender' is being done.
94
95 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
96
97         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
98
99 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
100
101         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
102         extents for XEmacs 21.1 using `format'.
103
104         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
105
106 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
107
108         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
109
110         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
111         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
112         running.
113
114         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
115         `smiley-toggle-buffer' when compiling.
116         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
117         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
118         running.
119         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
120         `gnus-bitmap'.
121         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
122
123 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
124
125         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
126
127         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
128         is not supported.
129
130 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
131
132         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
133         `:function', `:function-document', `:variable',
134         `:variable-document', `:variable-group', `:variable-type' and
135         `:variable-default' for old Emacsen.
136
137 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
138
139         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
140
141         * configure: Regenerate.
142         * configure.in: Add `AC_PATH_ETCDIR'.
143         * Makefile.in (install-etc): New target.
144
145         * lisp/nnheader.el (mm-image-load-path): Alias to
146         `nnheader-image-load-path'.
147         (nnheader-image-load-path): New function copied from
148         the function `mm-image-load-path' in mm-util.el.
149
150         * lisp/drums.el: Remove.
151
152 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
153
154         * configure.in: Add etc/Makefile.
155
156 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
157
158         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
159         `save-excursion'.
160         (gnus-bug): Pop up the sending buffer first.
161
162         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
163         doc-string.
164
165         * lisp/dgnushack.el
166         (byte-compile-file-form-custom-declare-variable): Use `defvar'
167         instead of `custom-declare-variable' to make the variable
168         uncustomizable if the arguments has the keyword `:version'.
169
170 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
171
172         * README.semi.ja: Fix typo.
173
174 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
175
176         * lisp/lpath.el: Fbind `compose-mail' for Mule.
177
178         * lisp/dgnushack.el (TopLevel): Byte-optimize
179         `custom-declare-variable', `custom-declare-group, and
180         `custom-declare-face' to omit unsupported keywords when Mule is
181         running.
182
183 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
184
185         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
186
187         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
188         to signal an error when Mule is running.
189         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
190         `:set-after' if colon keyword is not available.
191         (TopLevel): Require `custom'.
192
193         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
194         Mule.
195         (TopLevel): Don't require `custom' here.
196
197 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
198
199         * make.bat: set max-lisp-eval-depth.
200
201 See ChangeLog.3 for earlier changes.