Update.
[elisp/gnus.git-] / ChangeLog
1 1999-07-30  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 05.
4
5 1999-07-30  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
6
7         * lisp/Makefile.in (install): install *.el files too.
8         to avoid warning about el is newer than elc, exec touch
9         $(lispdir)/*.elc.
10
11 1999-07-29  Yoshiki Hayashi   <t90553@mail.ecc.u-tokyo.ac.jp>
12
13         * texi/gnus-ja.texi: Sync up with pGnus 0.95.
14
15 1999-07-28  Katsumi Yamaoka   <yamaoka@jpl.org>
16
17         * lisp/gnus.el (gnus-revision-number): Increment to 04.
18
19         * lisp/gnus-cite.el (gnus-ems-redefine): Don't replace the function
20         `gnus-cite-add-face' with `gnus-mule-cite-add-face' because the
21         former will work well under old Emacsen by now.
22         (gnus-mule-cite-add-face): Abolish function.
23
24 1999-07-27  Katsumi Yamaoka   <yamaoka@jpl.org>
25
26         * lisp/gnus.el (gnus-revision-number): Increment to 03.
27
28         * texi/Makefile.in (prefix): Define it first.
29
30         * lisp/dgnuspath.el.in: Rename from paths.el.
31
32         * lisp/dgnushack.el (dgnushack-install-package): Don't install
33         dgnuspath.el nor dgnuspath.elc.
34         (dgnushack-make-package): Don't enter dgnuspath.el nor
35         dgnuspath.elc to MANIFEST file.
36         (dgnushack-compile): Don't compile dgnuspath.el.
37         (TopLevel): Use `expand-file-name' for the file "./dgnuspath.el";
38         use dgnuspath.el instead of paths.el.
39
40         * lisp/Makefile.in (PACKAGEDIR): Default to @PACKAGEDIR@.
41
42         * configure.in (AC_OUTPUT): Use dgnuspath.el instead of paths.el.
43         (TopLevel): Add options `--with-xemacs' and `--with-packagedir'.
44         (ADDITIONAL_LOAD_PATH): Default to empty string.
45
46         * configure: Regenerate.
47
48         * README.T-gnus: Update for the new features.
49
50         * Makefile.in (PACKAGEDIR): Default to @PACKAGEDIR@.
51         (XEMACS): Default to @XEMACS@.
52
53 1999-07-26  Katsumi Yamaoka   <yamaoka@jpl.org>
54
55         * lisp/gnus.el (gnus-revision-number): Increment to 02.
56
57         * lisp/dgnushack.el: Load ./paths.el.
58
59         * lisp/paths.el.in: New file.
60
61         * lisp/Makefile.in (distclean): Remove paths.el.
62
63         * Mule23@1934: Update for the new configure usage.
64
65         * configure: Regenerate.
66
67 1999-07-22  TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
68
69         * configure.in: Add an option `--with-addpath' to specify load-path.
70
71         * aclocal.m4: New implementation.
72
73         * acinclude.m4: New file.
74
75 1999-07-20   Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
76
77         * lisp/gnus.el (gnus-revision-number): Increment to 01.
78
79         * lisp/gnus-ofsetup.el (gnus-ofsetup-prepare-for-miee,
80         gnus-ofsetup-write-setting-file): New functions.
81         (gnus-setup-for-offline): Use them.
82         (gnus-ofsetup-parameters, gnus-ofsetup-customize,
83         gnus-ofsetup-customize-done): New functions for customization
84         support.
85
86         * lisp/gnus-offline.el (gnus-offline-version-number): Update to
87         2.20.
88         (gnus-offline-define-menu-on-miee,
89         gnus-offline-define-menu-on-agent): Add a menu item which calls
90         `gnus-ofsetup-customize'.
91
92 1999-07-11  Katsumi Yamaoka   <yamaoka@jpl.org>
93
94         * lisp/gnus.el (gnus-version-number): Update to 6.11.08.
95         (gnus-revision-number): Fresh start from 00.
96
97         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Update for T-gnus
98         6.11.08.
99
100         * lisp{pop3.el,nnmh.el,nnfolder.el,mm-util.el,mm-encode.el,
101         mm-decode.el,message.el,mail-source.el,gnus-util.el,gnus-topic.el,
102         gnus-sum.el,gnus-mlspl.el,gnus-mailcap.el,gnus-group.el,
103         gnus-cus.el,gnus-art.el,ChangeLog}: Sync up with Pterodactyl Gnus
104         v0.95.
105
106         * README.T-gnus: Update for T-gnus 6.11.08.
107
108 1999-07-08  Katsumi Yamaoka   <yamaoka@jpl.org>
109
110         * lisp/gnus.el (gnus-revision-number): Increment to 01.
111
112         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Add
113         `extra' as a luna-class.
114         (make-full-mail-header): Ditto.
115         (nnheader-decode-field-body): Redefine as a regular function.
116         (mail-header-set-extra): Alias to
117         `mime-gnus-entity-set-extra-internal'.
118         (mail-header-extra): Alias to `mime-gnus-entity-extra-internal'.
119
120         * lisp/mmgnus.el (TopLevel): Add definition of `extra' as a
121         luna-class.
122
123         * lisp/gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Bind
124         the value of `default-mime-charset' to its local value in
125         `gnus-summary-buffer'; don't bind `mail-parse-charset' and
126         `mail-parse-ignored-charsets'.
127         (gnus-decode-encoded-word-function): New variable.
128
129 1999-07-07  Katsumi Yamaoka   <yamaoka@jpl.org>
130
131         * lisp/gnus.el (gnus-version-number): Update to 6.11.07.
132
133         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Pterodactyl
134         Gnus v0.93.
135
136         * lisp/{pop3.el,nnmail.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
137         mm-decode.el,message.el,gnus-util.el,gnus-sum.el,gnus-start.el,
138         gnus-srvr.el,gnus-score.el,gnus-mlspl.el,gnus-art.el,gnus-agent.el,
139         ChangeLog}: Sync up with Pterodactyl Gnus v0.93.
140
141         * README.T-gnus: Update for T-gnus 6.11.07.
142
143 1999-07-06  Katsumi Yamaoka   <yamaoka@jpl.org>
144
145         * lisp/gnus.el (gnus-version-number): Update to 6.11.06.
146         (gnus-revision-number): Fresh start from 00.
147
148         * texi/{gnus-ja.texi,gnus.texi,emacs-mime.texi,ChangeLog}: Sync up
149         with Pterodactyl Gnus v0.92.
150
151         * lisp/gnus-mlspl.el: New file copied from Pterodactyl Gnus v0.92.
152
153         * lisp/{nntp.el,nnmail.el,nnfolder.el,nndraft.el,nndoc.el,mml.el,
154         mm-view.el,mm-util.el,mm-decode.el,message.el,gnus-xmas.el,
155         gnus-util.el,gnus-sum.el,gnus-start.el,gnus-mailcap.el,
156         gnus-group.el,gnus-art.el,gnus-agent.el,Makefile.in,ChangeLog}:
157         Sync up with Pterodactyl Gnus v0.92.
158
159         * README.T-gnus: Update for T-gnus 6.11.06.
160
161 1999-07-06  Katsumi Yamaoka   <yamaoka@jpl.org>
162
163         * lisp/gnus.el (gnus-revision-number): Increment to 01.
164
165         * lisp/gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
166         `static-cond'.  NOTE: It requires APEL 9.20 or later.
167
168 1999-07-05  Tsukamoto Tetsuo   <czkmt@remus.dti.ne.jp>
169
170         * lisp/gnus-agent.el (gnus-agent-expire): Refresh the value of
171         `gnus-active-hashtb' for each method.
172
173 1999-07-05  Katsumi Yamaoka   <yamaoka@jpl.org>
174
175         * lisp/gnus.el (gnus-version-number): Update to 6.11.05.
176         (gnus-revision-number): Fresh start from 00.
177
178         * texi/gnus-ja.texi (Mail in a Newsreader): Translate into Japanese.
179
180         * README.T-gnus: Update for T-gnus 6.11.05.
181
182         * lisp/nnmbox.el (nnmbox-save-buffer): Bind `output-coding-system'
183         instead of `coding-system-for-write' Under Mule 2.
184
185         * lisp/nnmbox.el (nnmbox-active-file-coding-system,
186         nnmbox-file-coding-system): Default to `raw-text-dos' or 'raw-text'.
187         * lisp/nnfolder.el (nnfolder-file-coding-system,
188         nnfolder-active-file-coding-system): Ditto.
189
190         * lisp/mm-view.el (TopLevel): Don't bind vars `w3-meta-*'.
191
192         * lisp/gnus-util.el (gnus-write-active-file): Abolish function.
193         (gnus-write-active-file-as-coding-system): New function.
194
195         * lisp/gnus-cache.el (gnus-cache-write-active): Use
196         `gnus-write-active-file-as-coding-system' instead of
197         `gnus-write-active-file'.
198         * lisp/gnus-agent.el (gnus-agent-expire, gnus-agent-write-active):
199         Ditto.
200
201         * lisp/gnus-agent.el (gnus-agent-expire, gnus-agent-write-active,
202         gnus-agent-save-active-1): Use
203         `insert-file-contents-as-coding-system' instead of
204         `insert-file-contents-literally' or `insert-file-contents'.
205
206 1999-07-05  Katsumi Yamaoka   <yamaoka@jpl.org>
207
208         * texi/{emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus
209         v0.91.
210         * lisp/{smiley.el,rfc2047.el,qp.el,nnml.el,nnmbox.el,nnmail.el,
211         nnheader.el,nnfolder.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
212         mm-encode.el,mm-decode.el,message.el,lpath.el,gnus-util.el,
213         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
214         gnus-cache.el,gnus-art.el,gnus-agent.el,base64.el}: Ditto.
215         * GNUS-NEWS: Ditto.
216
217 1999-07-04  Yoshiki Hayashi   <t90553@mail.ecc.u-tokyo.ac.jp>
218
219         * texi/{gnusref-ja.tex,refcard-ja.tex}: Update to the version 5.5.
220
221 1999-07-04  Katsumi Yamaoka   <yamaoka@jpl.org>
222
223         * lisp/gnus.el (gnus-revision-number): Increment to 03.
224
225 1999-07-04  Tsukamoto Tetsuo   <czkmt@remus.dti.ne.jp>
226
227         * lisp/gnus-sum.el (gnus-get-newsgroup-headers): Don't bind the
228         value of `mail-parse-ignored-charsets' if its local value in
229         `gnus-summary-buffer' is nil.
230
231 1999-07-02  Katsumi Yamaoka   <yamaoka@jpl.org>
232
233         * lisp/gnus.el (gnus-revision-number): Increment to 02.
234         (gnus-other-frame): Use `static-if'.
235         (TopLevel): Require `static'.
236
237         * lisp/score-mode.el (score-mode-coding-system): Use `static-if'.
238         (TopLevel): Require `static'.
239
240         * lisp/gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
241         `static-cond' if it exists.  NOTE: It should be simplified in the
242         future.
243
244         * lisp/gnus-start.el (gnus-startup-file-coding-system): Use
245         `static-if'.
246         (TopLevel): Require `static'.
247
248         * lisp/gnus-art.el (gnus-article-display-x-face-with-x-face-mule):
249         Abolish function.
250
251         * lisp/dgnushack.el (dgnushack-make-package): Suppress verbose
252         messages while generating auto-autoloads.el.
253         (TopLevel): Set coding priority of Shift-JIS to the bottom.
254
255 1999-06-30  Katsumi Yamaoka   <yamaoka@jpl.org>
256
257         * lisp/gnus.el (gnus-revision-number): Increment to 01.
258
259         * lisp/message.el (message-pop-to-buffer-1): New macro.
260         (message-pop-to-buffer): Use it.
261         (message-delete-frame): Use `static-if'.
262         (TopLevel): Autoload "mu-cite".
263         (message-cite-function): Add `mu-cite/cite-original'.
264
265         * lisp/dgnushack.el (TopLevel): Bind functions defined by
266         `defun-maybe' for all Emacsen.
267
268         * lisp/Makefile.in (clean): Fix typo.
269
270         * Makefile.in (elclean): Remove auto-autoloads.el and
271         custom-load.el as well.
272
273 1999-06-28  Katsumi Yamaoka   <yamaoka@jpl.org>
274
275         * lisp/gnus.el (gnus-version-number): Update to 6.11.04.
276         (gnus-revision-number): Fresh start from 00.
277
278         * configure: Regenerate.
279
280         * lisp/mm-view.el (TopLevel): Define `gnus-article-mime-handles'
281         for avoiding byte compile warning.
282
283         * lisp/{rfc2047.el,nnmail.el,mml.el,mm-view.el,mm-util.el,
284         mm-bodies.el,message.el,mail-prsvr.el,gnus-xmas.el,gnus-sum.el,
285         gnus-start.el,gnus-draft.el,gnus-cus.el,gnus-cache.el,gnus-art.el,
286         ChangeLog}: Sync up with Pterodactyl Gnus v0.89.
287         * aclocal.m4: Ditto.
288
289         * README.T-gnus: Update for T-gnus 6.11.04.
290
291 1999-06-24  Katsumi Yamaoka   <yamaoka@jpl.org>
292
293         * Mule23@1934: New file.
294
295 1999-06-23  Katsumi Yamaoka   <yamaoka@jpl.org>
296
297         * lisp/gnus.el (gnus-revision-number): Increment to 06.
298
299         * lisp/gnus-sum.el (gnus-articles-to-read): Use
300         `read-from-minibuffer' with specifying the input position instead
301         of the use of `read-string' with modifying `minibuffer-setup-hook'.
302         Exceptionally, don't specify the input position under Emacs 19 or
303         earlier against the mysterious bug. [cf. <semi-gnus-ja:3469>]
304         (TopLevel): Require `static'.
305
306 1999-06-22  Katsumi Yamaoka   <yamaoka@jpl.org>
307
308         * lisp/gnus.el (gnus-revision-number): Increment to 05.
309
310 1999-06-22  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
311
312         * texi/Makefile.in (distclean, veryclean): Use `clean' instead of
313         `make clean'.
314         (complete, tmps, latexboth, psout, pss, latexps): Use `$(MAKE)'
315         instead of `make'.
316         (TopLevel): Use `@SET_MAKE@'.
317
318         * lisp/Makefile.in (distclean): New target.
319         (clean): Renamed from `distclean'; don't remove Makefile.
320
321         * Makefile.in (distclean): Use `clean' instead of `make clean'.
322         (x, osome): Use `$(MAKE)' instead of `make'.
323         (elclean): Use the arg `-f'.
324         (clean): Remove MANIFEST.*.
325
326 1999-06-22  Katsumi Yamaoka   <yamaoka@jpl.org>
327
328         * lisp/gnus-sum.el (gnus-dont-select-after-jump-to-other-group):
329         New user option.
330         (gnus-summary-jump-to-other-group): Use it.
331
332         * lisp/gnus-cite.el (gnus-cite-add-face): Add check for Emacs 21 or
333         later.
334
335 1999-06-21  Katsumi Yamaoka   <yamaoka@jpl.org>
336
337         * lisp/gnus.el (gnus-revision-number): Increment to 04.
338
339         * lisp/gnus-cite.el (gnus-cite-add-face): Use `move-to-column'
340         statically to skip the prefix string under Emacs 20.2 or earlier.
341         (TopLevel): Require `static'.
342
343         * lisp/gnus-msg.el (gnus-extended-version): Move
344         `gnus-revision-number' to the last.
345
346 1999-06-21  Daiji KANEMATSU   <kanematu@sra.co.jp>
347
348         * lisp/gnus-sum.el (gnus-summary-jump-to-other-group): Call
349         `gnus-summary-read-group' with the 3rd arg T.
350
351 1999-06-21  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
352
353         * texi/Makefile.in (clean): Remove gnus.info*, gnus-ja.info*,
354         message.info*, message-ja.info*, *.texi_ and emacs-mime.info.
355
356         * lisp/Makefile.in (distclean): Remove auto-autoload.el and
357         custom-load.el.
358
359 1999-06-18  Katsumi Yamaoka   <yamaoka@jpl.org>
360
361         * lisp/gnus.el (gnus-revision-number): Increment to 03.
362
363         * lisp/gnus-sum.el (gnus-summary-mark-article): Call
364         `gnus-cache-possibly-enter-article' with the arg `headers'.
365         (gnus-summary-mark-article-as-unread): Ditto.
366         (gnus-summary-move-article): Ditto.
367
368         * lisp/gnus-cache.el (gnus-cache-update-article): Call
369         `gnus-cache-possibly-enter-article' with the arg `headers'.
370         (gnus-cache-enter-article): Ditto.
371         (gnus-cache-possibly-enter-article): Accept parameter `headers'.
372
373 1999-06-17  Katsumi Yamaoka   <yamaoka@jpl.org>
374
375         * lisp/gnus.el (gnus-revision-number): Increment to 02.
376
377         * lisp/gnus-sum.el (gnus-summary-jump-to-other-group): Rewrite as
378         an independent function.
379         (gnus-summary-read-group): Revert to the previous form.
380
381         * lisp/gnus-msg.el (gnus-extended-version): Include
382         `gnus-revision-number' if it is non-zero.
383
384 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
385
386         * lisp/gnus.el (gnus-revision-number): Increment to 01.
387         (TopLevel): Autoload "gnus-sum" for the command
388         `gnus-summary-jump-to-other-group'.
389
390         * lisp/gnus-art.el (gnus-article-read-summary-keys): Add key "ZJ"
391         to the list `nosaves'; convert key events to string statically
392         under XEmacs.
393         (gnus-article-display-x-face-with-x-face-mule): Use `gnus-xemacs'
394         instead of `featurep' with an arg `xemacs'.
395         (article-toggle-headers): Ditto.
396         (TopLevel): Require `static'.
397
398         * lisp/gnus-sum.el (gnus-summary-exit-map): New keystroke "ZJ" for
399         the command `gnus-summary-jump-to-other-group'.
400
401 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
402             Daiji KANEMATSU   <kanematu@sra.co.jp>
403
404         * lisp/gnus-sum.el (gnus-summary-read-group): Allow it to be an
405         user command.
406         (gnus-summary-jump-to-other-group): Defalias to
407         `gnus-summary-read-group'.
408
409 1999-06-15  Katsumi Yamaoka   <yamaoka@jpl.org>
410
411         * lisp/gnus.el (gnus-version-number): Update to 6.11.03.
412         (gnus-revision-number): Fresh start from 00.
413
414         * lisp/{gnus-sum.el,nnmail.el,ChangeLog}: Sync up with Pterodactyl
415         Gnus v0.88.
416
417         * README.T-gnus: Update for T-gnus 6.11.03.
418
419 1999-06-14  Katsumi Yamaoka   <yamaoka@jpl.org>
420
421         * lisp/gnus.el (gnus-revision-number): Increment to 01.
422
423         * lisp/message.el (message-send-news): Don't generate the Lines
424         field; don't make `tembuf' as unmodified.
425         (message-send-mail): Ditto.
426
427 1999-06-14  Katsumi Yamaoka   <yamaoka@jpl.org>
428
429         * lisp/gnus.el (gnus-version-number): Update to 6.11.02.
430
431         * lisp/{mail-source.el,gnus-sum.el,gnus-art.el}: Sync up with
432         Pterodactyl Gnus v0.87.
433
434         * text/gnus-ja.text (Troubleshooting): Make the return value of
435         `gnus-version' ambiguous.
436
437         * lisp/message.el (message-send-news): Make `tembuf' as unmodified
438         after inserting a text from `message-encoding-buffer'.
439         (message-send-mail): Ditto.
440
441 1999-06-14  Katsumi Yamaoka   <yamaoka@jpl.org>
442
443         * lisp/gnus.el (gnus-version-number): Update to 6.11.01.
444         (gnus-revision-number): Fresh start from 00.
445
446         * lisp/mm-view.el (TopLevel): Avoid byte compile warnings for the
447         use of old W3.
448
449         * lisp/dgnushack.el (TopLevel): Bind `:file' for old Emacsen.
450
451         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Pterodactyl
452         Gnus v0.86.
453         * lisp/{nnmail.el,nnheader.el,nndoc.el,mml.el,mm-view.el,
454         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
455         gnus.el,gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-sum.el,
456         gnus-start.el,gnus-score.el,gnus-range.el,gnus-msg.el,
457         gnus-mailcap.el,gnus-group.el,gnus-cus.el,gnus-cite.el,
458         gnus-cache.el,gnus-art.el,gnus-agent.el,ChangeLog}: Ditto.
459
460         * etc/gnus/x-splash: New file copied from pgnus 0.86.
461
462 1999-06-12  Daiki Ueno        <daiki@kiss.kake.info.waseda.ac.jp>
463
464         * lisp/gnus-msg.el (gnus-copy-article-buffer): Bind
465         `inhibit-read-only' to t during modifying the destination buffer.
466
467 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
468
469         * lisp/gnus.el (gnus-revision-number): Increment to 02.
470
471         * sample.lpath.el: New file. It is supposed to be used for telling
472         old Emacsen where EMU, APEL or CUSTOM packages have already
473         installed.
474
475         * lisp/score-mode.el (score-mode-coding-system): Default to
476         `*ctext*' under Mule 2.
477
478         * lisp/nnmail.el (nnmail-save-active): Bind `output-coding-system'
479         to the value of `nnmail-active-file-coding-system'.
480
481         * lisp/message.el (message-set-auto-save-file-name): Use
482         `set-file-coding-system' statically under Mule 2.
483         (message-do-fcc): Bind `output-coding-system' to `raw-text'.
484         (message-draft-coding-system): Default to `*junet*' under Mule 2.
485         (TopLevel): Require `static'.
486
487         * lisp/gnus-util.el (gnus-point-at-eol): Defun statically for the
488         various Emacsen.
489         (gnus-point-at-bol): Ditto.
490         (TopLevel): Require `static'.
491
492         * lisp/gnus-start.el (gnus-startup-file-coding-system): Default to
493         `*ctext*' under Mule 2.
494
495         * lisp/gnus-msg.el (gnus-inews-do-gcc): Bind `output-coding-system'
496         to `raw-text'.
497
498         * lisp/gnus-ems.el (language-info-alist): Defvar-maybe for old
499         Emacsen.
500         (current-language-environment): Ditto.
501         (set-language-info): Defun-maybe for old Emacsen.
502         (get-language-info): Ditto.
503         (assoc-ignore-case): Ditto.
504
505         * lisp/gnus-cite.el (gnus-cite-parse): Bind `mc-flag' to nil.
506
507         * lisp/dgnushack.el (TopLevel): Define some unknown functions for
508         avoiding byte compile warnings.
509         (TopLevel): Require `emu' for picking up some macros, bind some
510         colon keywords, bind functions defined by `defun-maybe', bind
511         defcustom'ed variables and optimize byte code for `char-after' and
512         `char-before' for old Emacsen.
513         (TopLevel): Attempt to load ~/.lpath.el.
514
515         * configure: Regenerate by autoconf 2.14.1.
516
517 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
518
519         * lisp/gnus.el (gnus-revision-number): Increment to 01.
520
521         * lisp/gnus-art.el (gnus-article-display-x-face-with-x-face-mule):
522         Warn if it is used with X-Face-Mule 0.25 or later.  Note that it
523         should be abolished in the future.
524
525 1999-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
526
527         * lisp/gnus.el (gnus-version): Modify for SEMI 1.13, FLIM 1.13.
528         (gnus-revision-number): Fresh start from 00.
529         (gnus-version-number): Update to 6.11.0.
530         (gnus-product-name): Rename to ET-gnus. E is short for Experimental.
531
532         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Rescan
533         the current newsgroup before exiting.
534
535         * lisp/gnus-art.el (gnus-article-prepare-display): Change
536         representation-type of `mime-message-structure'.
537
538         * ChangeLog: New file.
539         * ChangeLog.1: Renamed from ChangeLog.
540
541 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
542
543         * lisp/gnus-score.el (gnus-header-index): Use
544         `luna-class-slot-index' and `luna-find-class' to get index number
545         for an entity.
546
547 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
548
549         * lisp/nnheader.el: Require `mmgnus'.
550         (mail-header-subject): Now an alias for
551         `mime-gnus-entity-subject-internal'.
552         (mail-header-set-subject): Now an alias for
553         `mime-gnus-entity-set-subject-internal)'.
554         (mail-header-from): Now an alias for
555         `mime-gnus-entity-from-internal'.
556         (mail-header-set-from): Now an alias for
557         `mime-gnus-entity-set-from-internal'.
558         (mail-header-date): Now an alias for
559         `mime-gnus-entity-date-internal'.
560         (mail-header-set-date): Now an alias for
561         `mime-gnus-entity-set-date-internal'.
562         (mail-header-message-id): Now an alias for
563         `mime-gnus-entity-id-internal'.
564         (mail-header-id): Likewise.
565         (mail-header-set-message-id): Now an alias for
566         `mime-gnus-entity-set-id-internal'.
567         (mail-header-set-id): Likewise.
568         (mail-header-references): Now an alias for
569         `mime-gnus-entity-references-internal'.
570         (mail-header-set-references): Now an alias for
571         `mime-gnus-entity-set-references-internal'.
572         (mail-header-chars): Now an alias for
573         `mime-gnus-entity-chars-internal.
574         (mail-header-set-chars): Now an alias for
575         `mime-gnus-entity-set-chars-internal.
576         (mail-header-lines): Now an alias for
577         `mime-gnus-entity-lines-internal'.
578         (mail-header-set-lines): Now an alias for
579         `mime-gnus-entity-set-lines-internal'.
580         (mail-header-xref): Now an alias for
581         `mime-gnus-entity-xref-internal'.
582         (mail-header-set-xref): Now an alias for
583         `mime-gnus-entity-set-xref-internal'.
584         (make-full-mail-header): New implementation [use
585         `luna-make-entity'].
586         (make-full-mail-header-from-decoded-header): Likewise.
587
588         * lisp/mmgnus.el (mime-gnus-entity): New definition of luna-class.
589         (mime-entity-buffer): Abolished.
590         (initialize-instance): New method.