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