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