Synch to Gnus 200312042316.
[elisp/gnus.git-] / ChangeLog
1 2003-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lisp/dgnushack.el (dgnushack-make-cus-load): Use
4         contrib/cus-dep.el to build T-gnus with Mule 2.
5
6         * contrib/cus-dep.el: Imported from Emacs 20.7 for Mule 2.
7
8 2003-11-03  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
9
10         * lisp/message.el (message-forward-subject-name-subject): Fixed.
11
12 2003-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * texi/infohack.el: Don't fiddle with the `features' variable;
15         fix directories relative to the ../lisp directory in `load-path'.
16
17 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * Makefile.in (install-package): Don't call `compose-package'.
20         (install-package-ja): Ditto.
21         (package): Ditto.
22         (package-ja): Ditto.
23         (compose-package): Abolish.
24
25         * lisp/Makefile.in (compose-package): Abolish.
26
27         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
28         gnus-load.el when using XEmacs.
29         (dgnushack-dont-compile-files): Add gnus-load.el.
30         (dgnushack-auto-load-file): Abolish.
31         (dgnushack-make-auto-load): Don't delete the file specified by
32         `dgnushack-auto-load-file'.
33         (dgnushack-compose-package): Abolish.
34
35 2003-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * lisp/gnus-art.el (gnus-treat-display-x-face): Use `set-default'
38         instead of `custom-set-default' for old Emacsen.
39
40         * lisp/gnus-sum.el
41         (gnus-summary-search-article-highlight-matched-text): Replace
42         `gnus-treat-display-xface' with `gnus-treat-display-x-face'.
43
44 2003-08-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
45
46         * lisp/gnus-namazu.el (gnus-namazu/search): Small modified to
47         reduce its spending time.
48
49 2003-07-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
50
51         * gnus-namazu.el (gnus-namazu/group-prefixed-name): Removed.
52         (gnus-namazu/real-group-name): Removed.
53         (gnus-namazu/decode-group-name): Removed.
54         (gnus-namazu/directory-table): New internal variable.
55         (gnus-namazu/make-directory-table): New function.
56         (gnus-namazu/search): Call the above function, and use
57         `gnus-namazu/directory-table' to get a real group name from a file
58         name.
59         (gnus-namazu-create-index): Call `gnus-namazu/make-directory-table'.
60         (gnus-namazu/update-sentinel): Ditto.
61         (gnus-namazu-update-all-indices): Simplified.
62         (gnus-namazu-update-indices): New function.
63
64 2003-07-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
65
66         * lisp/gnus-namazu.el (gnus-namazu/group-prefixed-name): Return
67         the whole name from a given group and a method, only when it
68         exists.  Otherwise, return nil.
69         (gnus-namazu/possible-real-groups): Removed.
70         (gnus-namazu/decode-group-name): The successor of the above
71         function.
72         (gnus-namazu/real-group-name): Use the above functions, and accept
73         the third optional argument, `method'.
74         (gnus-namazu/search): Change the order getting groups and article
75         numbers from file names.
76
77 2003-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * lisp/pop3.el: Silence the byte-compiler when modifying
80         `byte-compile-function-environment' for `md5' under latest Emacs.
81
82         * texi/ptexinfmt.el (texinfo-discard-command-and-arg): Revive it
83         for Mule 2.
84
85 2003-07-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
86
87         * texi/ptexinfmt.el: @verb, @tie, @/ support.
88         (ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
89         Use `ptexinfmt-disable-broken-notice-flag' instead.
90
91 2003-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * texi/infohack.el (infohack-texi-format): Include other files
94         first.
95
96 2003-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * lisp/lpath.el: Fbind `read-passwd' for Mule 2.
99
100 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * texi/infohack.el: Require `bytecomp'.
103
104 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
107
108         * lisp/nnshimbun.el: Moved to the emacs-w3m package.
109
110 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * texi/infohack.el (infohack-texi-format): Encode messages to
113         terminal while formatting info pages.
114
115 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * lisp/message.el (message-check-news-header-syntax): Replace
118         `mail-extract-address-components' with
119         `std11-extract-address-components'.
120         (message-sendmail-envelope-from): Ditto.
121         (message-buffer-name): Ditto.
122         (message-do-send-housekeeping): Ditto.
123
124 2003-06-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
125
126         * lisp/message.el (message-yank-original): When
127         `message-reply-headers' is equal to nil, do not reset its
128         message-id and references.
129
130         * .cvsignore, etc/.cvsignore, lisp/.cvsignore, texi/.cvsignore,
131         texi/ps/.cvsignore: Created.
132
133 2003-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * lisp/message.el (message-fix-before-sending): Don't check for
136         `illegible text' messages (see the comment).
137
138 2003-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
141
142 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
143
144         We thank to Thierry Emery <thierry.emery@club-internet.fr> who
145         made it notice that there was a change to have to be merged from
146         Gnus. -- 2003-05-21 ky
147
148         * lisp/nnfolder.el (nnfolder-read-folder): Force to use a
149         multibyte buffer.
150
151 2003-05-21  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
152
153         * lisp/gnus-msg.el (gnus-message-make-user-agent): Don't use `@'
154         for rfc2616 compliance.
155
156 2003-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * lisp/gnus-msg.el (gnus-message-make-user-agent): Check whether
159         Mule 2 is running.
160
161 2003-05-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
162
163         * lisp/gnus-msg.el (gnus-user-agent): Added `gnus-mime-edit'.
164         (gnus-inews-add-send-actions): Use `gnus-message-make-user-agent'
165         instead of `gnus-extended-version'.
166         (xemacs-codename): Defvar while compiling.
167         (gnus-message-make-user-agent): Use `gnus-user-agent'.
168
169         * lisp/message.el (message-make-user-agent): If the "User-Agent" field
170         has alread exist, remove it.
171
172 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * lisp/gnus-vers.el: T-gnus 6.16.2 revision 00.
175
176 2003-05-05  Daiki Ueno  <ueno@unixuser.org>
177
178         * lisp/gnus-sum.el (gnus-summary-toggle-header): Call
179         article-decode-encoded-words explicitly.
180
181 2003-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
184
185         * lisp/nnheader.el: Don't use `defun-maybe' for the extra std11-
186         stuff.
187
188 2003-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * lisp/gnus-vers.el: T-gnus 6.16.1 revision 00.
191
192 See ChangeLog.4 for earlier changes.
193
194 ;; Local Variables:
195 ;; coding: iso-2022-7bit
196 ;; End: