Update.
[elisp/gnus.git-] / ChangeLog
1 1999-06-30  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 01.
4
5         * lisp/message.el (message-pop-to-buffer-1): New macro.
6         (message-pop-to-buffer): Use it.
7         (message-delete-frame): Use `static-if'.
8         (TopLevel): Autoload "mu-cite".
9         (message-cite-function): Add `mu-cite/cite-original'.
10
11         * lisp/dgnushack.el (TopLevel): Bind functions defined by
12         `defun-maybe' for all Emacsen.
13
14         * lisp/Makefile.in (clean): Fix typo.
15
16         * Makefile.in (elclean): Remove auto-autoloads.el and
17         custom-load.el as well.
18
19 1999-06-28  Katsumi Yamaoka   <yamaoka@jpl.org>
20
21         * lisp/gnus.el (gnus-version-number): Update to 6.11.04.
22         (gnus-revision-number): Fresh start from 00.
23
24         * configure: Regenerate.
25
26         * lisp/mm-view.el (TopLevel): Define `gnus-article-mime-handles'
27         for avoiding byte compile warning.
28
29         * lisp/{rfc2047.el,nnmail.el,mml.el,mm-view.el,mm-util.el,
30         mm-bodies.el,message.el,mail-prsvr.el,gnus-xmas.el,gnus-sum.el,
31         gnus-start.el,gnus-draft.el,gnus-cus.el,gnus-cache.el,gnus-art.el,
32         ChangeLog}: Sync up with Pterodactyl Gnus v0.89.
33         * aclocal.m4: Ditto.
34
35         * README.T-gnus: Update for T-gnus 6.11.04.
36
37 1999-06-24  Katsumi Yamaoka   <yamaoka@jpl.org>
38
39         * Mule23@1934: New file.
40
41 1999-06-23  Katsumi Yamaoka   <yamaoka@jpl.org>
42
43         * lisp/gnus.el (gnus-revision-number): Increment to 06.
44
45         * lisp/gnus-sum.el (gnus-articles-to-read): Use
46         `read-from-minibuffer' with specifying the input position instead
47         of the use of `read-string' with modifying `minibuffer-setup-hook'.
48         Exceptionally, don't specify the input position under Emacs 19 or
49         earlier against the mysterious bug. [cf. <semi-gnus-ja:3469>]
50         (TopLevel): Require `static'.
51
52 1999-06-22  Katsumi Yamaoka   <yamaoka@jpl.org>
53
54         * lisp/gnus.el (gnus-revision-number): Increment to 05.
55
56 1999-06-22  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
57
58         * texi/Makefile.in (distclean, veryclean): Use `clean' instead of
59         `make clean'.
60         (complete, tmps, latexboth, psout, pss, latexps): Use `$(MAKE)'
61         instead of `make'.
62         (TopLevel): Use `@SET_MAKE@'.
63
64         * lisp/Makefile.in (distclean): New target.
65         (clean): Renamed from `distclean'; don't remove Makefile.
66
67         * Makefile.in (distclean): Use `clean' instead of `make clean'.
68         (x, osome): Use `$(MAKE)' instead of `make'.
69         (elclean): Use the arg `-f'.
70         (clean): Remove MANIFEST.*.
71
72 1999-06-22  Katsumi Yamaoka   <yamaoka@jpl.org>
73
74         * lisp/gnus-sum.el (gnus-dont-select-after-jump-to-other-group):
75         New user option.
76         (gnus-summary-jump-to-other-group): Use it.
77
78         * lisp/gnus-cite.el (gnus-cite-add-face): Add check for Emacs 21 or
79         later.
80
81 1999-06-21  Katsumi Yamaoka   <yamaoka@jpl.org>
82
83         * lisp/gnus.el (gnus-revision-number): Increment to 04.
84
85         * lisp/gnus-cite.el (gnus-cite-add-face): Use `move-to-column'
86         statically to skip the prefix string under Emacs 20.2 or earlier.
87         (TopLevel): Require `static'.
88
89         * lisp/gnus-msg.el (gnus-extended-version): Move
90         `gnus-revision-number' to the last.
91
92 1999-06-21  Daiji KANEMATSU   <kanematu@sra.co.jp>
93
94         * lisp/gnus-sum.el (gnus-summary-jump-to-other-group): Call
95         `gnus-summary-read-group' with the 3rd arg T.
96
97 1999-06-21  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
98
99         * texi/Makefile.in (clean): Remove gnus.info*, gnus-ja.info*,
100         message.info*, message-ja.info*, *.texi_ and emacs-mime.info.
101
102         * lisp/Makefile.in (distclean): Remove auto-autoload.el and
103         custom-load.el.
104
105 1999-06-18  Katsumi Yamaoka   <yamaoka@jpl.org>
106
107         * lisp/gnus.el (gnus-revision-number): Increment to 03.
108
109         * lisp/gnus-sum.el (gnus-summary-mark-article): Call
110         `gnus-cache-possibly-enter-article' with the arg `headers'.
111         (gnus-summary-mark-article-as-unread): Ditto.
112         (gnus-summary-move-article): Ditto.
113
114         * lisp/gnus-cache.el (gnus-cache-update-article): Call
115         `gnus-cache-possibly-enter-article' with the arg `headers'.
116         (gnus-cache-enter-article): Ditto.
117         (gnus-cache-possibly-enter-article): Accept parameter `headers'.
118
119 1999-06-17  Katsumi Yamaoka   <yamaoka@jpl.org>
120
121         * lisp/gnus.el (gnus-revision-number): Increment to 02.
122
123         * lisp/gnus-sum.el (gnus-summary-jump-to-other-group): Rewrite as
124         an independent function.
125         (gnus-summary-read-group): Revert to the previous form.
126
127         * lisp/gnus-msg.el (gnus-extended-version): Include
128         `gnus-revision-number' if it is non-zero.
129
130 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
131
132         * lisp/gnus.el (gnus-revision-number): Increment to 01.
133         (TopLevel): Autoload "gnus-sum" for the command
134         `gnus-summary-jump-to-other-group'.
135
136         * lisp/gnus-art.el (gnus-article-read-summary-keys): Add key "ZJ"
137         to the list `nosaves'; convert key events to string statically
138         under XEmacs.
139         (gnus-article-display-x-face-with-x-face-mule): Use `gnus-xemacs'
140         instead of `featurep' with an arg `xemacs'.
141         (article-toggle-headers): Ditto.
142         (TopLevel): Require `static'.
143
144         * lisp/gnus-sum.el (gnus-summary-exit-map): New keystroke "ZJ" for
145         the command `gnus-summary-jump-to-other-group'.
146
147 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
148             Daiji KANEMATSU   <kanematu@sra.co.jp>
149
150         * lisp/gnus-sum.el (gnus-summary-read-group): Allow it to be an
151         user command.
152         (gnus-summary-jump-to-other-group): Defalias to
153         `gnus-summary-read-group'.
154
155 1999-06-15  Katsumi Yamaoka   <yamaoka@jpl.org>
156
157         * lisp/gnus.el (gnus-version-number): Update to 6.11.03.
158         (gnus-revision-number): Fresh start from 00.
159
160         * lisp/{gnus-sum.el,nnmail.el,ChangeLog}: Sync up with Pterodactyl
161         Gnus v0.88.
162
163         * README.T-gnus: Update for T-gnus 6.11.03.
164
165 1999-06-14  Katsumi Yamaoka   <yamaoka@jpl.org>
166
167         * lisp/gnus.el (gnus-revision-number): Increment to 01.
168
169         * lisp/message.el (message-send-news): Don't generate the Lines
170         field; don't make `tembuf' as unmodified.
171         (message-send-mail): Ditto.
172
173 1999-06-14  Katsumi Yamaoka   <yamaoka@jpl.org>
174
175         * lisp/gnus.el (gnus-version-number): Update to 6.11.02.
176
177         * lisp/{mail-source.el,gnus-sum.el,gnus-art.el}: Sync up with
178         Pterodactyl Gnus v0.87.
179
180         * text/gnus-ja.text (Troubleshooting): Make the return value of
181         `gnus-version' ambiguous.
182
183         * lisp/message.el (message-send-news): Make `tembuf' as unmodified
184         after inserting a text from `message-encoding-buffer'.
185         (message-send-mail): Ditto.
186
187 1999-06-14  Katsumi Yamaoka   <yamaoka@jpl.org>
188
189         * lisp/gnus.el (gnus-version-number): Update to 6.11.01.
190         (gnus-revision-number): Fresh start from 00.
191
192         * lisp/mm-view.el (TopLevel): Avoid byte compile warnings for the
193         use of old W3.
194
195         * lisp/dgnushack.el (TopLevel): Bind `:file' for old Emacsen.
196
197         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Pterodactyl
198         Gnus v0.86.
199         * lisp/{nnmail.el,nnheader.el,nndoc.el,mml.el,mm-view.el,
200         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
201         gnus.el,gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-sum.el,
202         gnus-start.el,gnus-score.el,gnus-range.el,gnus-msg.el,
203         gnus-mailcap.el,gnus-group.el,gnus-cus.el,gnus-cite.el,
204         gnus-cache.el,gnus-art.el,gnus-agent.el,ChangeLog}: Ditto.
205
206         * etc/gnus/x-splash: New file copied from pgnus 0.86.
207
208 1999-06-12  Daiki Ueno        <daiki@kiss.kake.info.waseda.ac.jp>
209
210         * lisp/gnus-msg.el (gnus-copy-article-buffer): Bind
211         `inhibit-read-only' to t during modifying the destination buffer.
212
213 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
214
215         * lisp/gnus.el (gnus-revision-number): Increment to 02.
216
217         * sample.lpath.el: New file. It is supposed to be used for telling
218         old Emacsen where EMU, APEL or CUSTOM packages have already
219         installed.
220
221         * lisp/score-mode.el (score-mode-coding-system): Default to
222         `*ctext*' under Mule 2.
223
224         * lisp/nnmail.el (nnmail-save-active): Bind `output-coding-system'
225         to the value of `nnmail-active-file-coding-system'.
226
227         * lisp/message.el (message-set-auto-save-file-name): Use
228         `set-file-coding-system' statically under Mule 2.
229         (message-do-fcc): Bind `output-coding-system' to `raw-text'.
230         (message-draft-coding-system): Default to `*junet*' under Mule 2.
231         (TopLevel): Require `static'.
232
233         * lisp/gnus-util.el (gnus-point-at-eol): Defun statically for the
234         various Emacsen.
235         (gnus-point-at-bol): Ditto.
236         (TopLevel): Require `static'.
237
238         * lisp/gnus-start.el (gnus-startup-file-coding-system): Default to
239         `*ctext*' under Mule 2.
240
241         * lisp/gnus-msg.el (gnus-inews-do-gcc): Bind `output-coding-system'
242         to `raw-text'.
243
244         * lisp/gnus-ems.el (language-info-alist): Defvar-maybe for old
245         Emacsen.
246         (current-language-environment): Ditto.
247         (set-language-info): Defun-maybe for old Emacsen.
248         (get-language-info): Ditto.
249         (assoc-ignore-case): Ditto.
250
251         * lisp/gnus-cite.el (gnus-cite-parse): Bind `mc-flag' to nil.
252
253         * lisp/dgnushack.el (TopLevel): Define some unknown functions for
254         avoiding byte compile warnings.
255         (TopLevel): Require `emu' for picking up some macros, bind some
256         colon keywords, bind functions defined by `defun-maybe', bind
257         defcustom'ed variables and optimize byte code for `char-after' and
258         `char-before' for old Emacsen.
259         (TopLevel): Attempt to load ~/.lpath.el.
260
261         * configure: Regenerate by autoconf 2.14.1.
262
263 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
264
265         * lisp/gnus.el (gnus-revision-number): Increment to 01.
266
267         * lisp/gnus-art.el (gnus-article-display-x-face-with-x-face-mule):
268         Warn if it is used with X-Face-Mule 0.25 or later.  Note that it
269         should be abolished in the future.
270
271 1999-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
272
273         * lisp/gnus.el (gnus-version): Modify for SEMI 1.13, FLIM 1.13.
274         (gnus-revision-number): Fresh start from 00.
275         (gnus-version-number): Update to 6.11.0.
276         (gnus-product-name): Rename to ET-gnus. E is short for Experimental.
277
278         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Rescan
279         the current newsgroup before exiting.
280
281         * lisp/gnus-art.el (gnus-article-prepare-display): Change
282         representation-type of `mime-message-structure'.
283
284         * ChangeLog: New file.
285         * ChangeLog.1: Renamed from ChangeLog.
286
287 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
288
289         * lisp/gnus-score.el (gnus-header-index): Use
290         `luna-class-slot-index' and `luna-find-class' to get index number
291         for an entity.
292
293 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
294
295         * lisp/nnheader.el: Require `mmgnus'.
296         (mail-header-subject): Now an alias for
297         `mime-gnus-entity-subject-internal'.
298         (mail-header-set-subject): Now an alias for
299         `mime-gnus-entity-set-subject-internal)'.
300         (mail-header-from): Now an alias for
301         `mime-gnus-entity-from-internal'.
302         (mail-header-set-from): Now an alias for
303         `mime-gnus-entity-set-from-internal'.
304         (mail-header-date): Now an alias for
305         `mime-gnus-entity-date-internal'.
306         (mail-header-set-date): Now an alias for
307         `mime-gnus-entity-set-date-internal'.
308         (mail-header-message-id): Now an alias for
309         `mime-gnus-entity-id-internal'.
310         (mail-header-id): Likewise.
311         (mail-header-set-message-id): Now an alias for
312         `mime-gnus-entity-set-id-internal'.
313         (mail-header-set-id): Likewise.
314         (mail-header-references): Now an alias for
315         `mime-gnus-entity-references-internal'.
316         (mail-header-set-references): Now an alias for
317         `mime-gnus-entity-set-references-internal'.
318         (mail-header-chars): Now an alias for
319         `mime-gnus-entity-chars-internal.
320         (mail-header-set-chars): Now an alias for
321         `mime-gnus-entity-set-chars-internal.
322         (mail-header-lines): Now an alias for
323         `mime-gnus-entity-lines-internal'.
324         (mail-header-set-lines): Now an alias for
325         `mime-gnus-entity-set-lines-internal'.
326         (mail-header-xref): Now an alias for
327         `mime-gnus-entity-xref-internal'.
328         (mail-header-set-xref): Now an alias for
329         `mime-gnus-entity-set-xref-internal'.
330         (make-full-mail-header): New implementation [use
331         `luna-make-entity'].
332         (make-full-mail-header-from-decoded-header): Likewise.
333
334         * lisp/mmgnus.el (mime-gnus-entity): New definition of luna-class.
335         (mime-entity-buffer): Abolished.
336         (initialize-instance): New method.