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