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