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