1 1999-08-03 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
3 * Makefile.in (clean): Exec make clean in both lisp and texi
5 (distclean): Use $(MAKE), not `make'.
7 1999-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
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
14 1999-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
16 * lisp/gnus.el (gnus-revision-number): Increment to 06.
18 * lisp/Makefile.in (distclean): Remove dgnuspath.el instead of
20 (install): Don't install dgnuspath.el; don't touch the installed
23 1999-08-01 YAMAMOTO Kouji <kouji@pobox.com>
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
29 1999-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
31 * lisp/gnus.el (gnus-revision-number): Increment to 05.
33 1999-07-30 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
35 * lisp/Makefile.in (install): install *.el files too.
36 to avoid warning about el is newer than elc, exec touch
39 1999-07-29 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
41 * texi/gnus-ja.texi: Sync up with pGnus 0.95.
43 1999-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
45 * lisp/gnus.el (gnus-revision-number): Increment to 04.
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.
52 1999-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
54 * lisp/gnus.el (gnus-revision-number): Increment to 03.
56 * texi/Makefile.in (prefix): Define it first.
58 * lisp/dgnuspath.el.in: Rename from paths.el.
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.
68 * lisp/Makefile.in (PACKAGEDIR): Default to @PACKAGEDIR@.
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.
74 * configure: Regenerate.
76 * README.T-gnus: Update for the new features.
78 * Makefile.in (PACKAGEDIR): Default to @PACKAGEDIR@.
79 (XEMACS): Default to @XEMACS@.
81 1999-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
83 * lisp/gnus.el (gnus-revision-number): Increment to 02.
85 * lisp/dgnushack.el: Load ./paths.el.
87 * lisp/paths.el.in: New file.
89 * lisp/Makefile.in (distclean): Remove paths.el.
91 * Mule23@1934: Update for the new configure usage.
93 * configure: Regenerate.
95 1999-07-22 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
97 * configure.in: Add an option `--with-addpath' to specify load-path.
99 * aclocal.m4: New implementation.
101 * acinclude.m4: New file.
103 1999-07-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
105 * lisp/gnus.el (gnus-revision-number): Increment to 01.
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
114 * lisp/gnus-offline.el (gnus-offline-version-number): Update to
116 (gnus-offline-define-menu-on-miee,
117 gnus-offline-define-menu-on-agent): Add a menu item which calls
118 `gnus-ofsetup-customize'.
120 1999-07-11 Katsumi Yamaoka <yamaoka@jpl.org>
122 * lisp/gnus.el (gnus-version-number): Update to 6.11.08.
123 (gnus-revision-number): Fresh start from 00.
125 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Update for T-gnus
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
134 * README.T-gnus: Update for T-gnus 6.11.08.
136 1999-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
138 * lisp/gnus.el (gnus-revision-number): Increment to 01.
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'.
148 * lisp/mmgnus.el (TopLevel): Add definition of `extra' as a
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.
157 1999-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
159 * lisp/gnus.el (gnus-version-number): Update to 6.11.07.
161 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Pterodactyl
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.
169 * README.T-gnus: Update for T-gnus 6.11.07.
171 1999-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
173 * lisp/gnus.el (gnus-version-number): Update to 6.11.06.
174 (gnus-revision-number): Fresh start from 00.
176 * texi/{gnus-ja.texi,gnus.texi,emacs-mime.texi,ChangeLog}: Sync up
177 with Pterodactyl Gnus v0.92.
179 * lisp/gnus-mlspl.el: New file copied from Pterodactyl Gnus v0.92.
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.
187 * README.T-gnus: Update for T-gnus 6.11.06.
189 1999-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
191 * lisp/gnus.el (gnus-revision-number): Increment to 01.
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.
196 1999-07-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
198 * lisp/gnus-agent.el (gnus-agent-expire): Refresh the value of
199 `gnus-active-hashtb' for each method.
201 1999-07-05 Katsumi Yamaoka <yamaoka@jpl.org>
203 * lisp/gnus.el (gnus-version-number): Update to 6.11.05.
204 (gnus-revision-number): Fresh start from 00.
206 * texi/gnus-ja.texi (Mail in a Newsreader): Translate into Japanese.
208 * README.T-gnus: Update for T-gnus 6.11.05.
210 * lisp/nnmbox.el (nnmbox-save-buffer): Bind `output-coding-system'
211 instead of `coding-system-for-write' Under Mule 2.
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.
218 * lisp/mm-view.el (TopLevel): Don't bind vars `w3-meta-*'.
220 * lisp/gnus-util.el (gnus-write-active-file): Abolish function.
221 (gnus-write-active-file-as-coding-system): New function.
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):
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'.
234 1999-07-05 Katsumi Yamaoka <yamaoka@jpl.org>
236 * texi/{emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus
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.
245 1999-07-04 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
247 * texi/{gnusref-ja.tex,refcard-ja.tex}: Update to the version 5.5.
249 1999-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
251 * lisp/gnus.el (gnus-revision-number): Increment to 03.
253 1999-07-04 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
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.
259 1999-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
261 * lisp/gnus.el (gnus-revision-number): Increment to 02.
262 (gnus-other-frame): Use `static-if'.
263 (TopLevel): Require `static'.
265 * lisp/score-mode.el (score-mode-coding-system): Use `static-if'.
266 (TopLevel): Require `static'.
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
272 * lisp/gnus-start.el (gnus-startup-file-coding-system): Use
274 (TopLevel): Require `static'.
276 * lisp/gnus-art.el (gnus-article-display-x-face-with-x-face-mule):
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.
283 1999-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
285 * lisp/gnus.el (gnus-revision-number): Increment to 01.
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'.
293 * lisp/dgnushack.el (TopLevel): Bind functions defined by
294 `defun-maybe' for all Emacsen.
296 * lisp/Makefile.in (clean): Fix typo.
298 * Makefile.in (elclean): Remove auto-autoloads.el and
299 custom-load.el as well.
301 1999-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
303 * lisp/gnus.el (gnus-version-number): Update to 6.11.04.
304 (gnus-revision-number): Fresh start from 00.
306 * configure: Regenerate.
308 * lisp/mm-view.el (TopLevel): Define `gnus-article-mime-handles'
309 for avoiding byte compile warning.
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.
317 * README.T-gnus: Update for T-gnus 6.11.04.
319 1999-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
321 * Mule23@1934: New file.
323 1999-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
325 * lisp/gnus.el (gnus-revision-number): Increment to 06.
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'.
334 1999-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
336 * lisp/gnus.el (gnus-revision-number): Increment to 05.
338 1999-06-22 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
340 * texi/Makefile.in (distclean, veryclean): Use `clean' instead of
342 (complete, tmps, latexboth, psout, pss, latexps): Use `$(MAKE)'
344 (TopLevel): Use `@SET_MAKE@'.
346 * lisp/Makefile.in (distclean): New target.
347 (clean): Renamed from `distclean'; don't remove Makefile.
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.*.
354 1999-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
356 * lisp/gnus-sum.el (gnus-dont-select-after-jump-to-other-group):
358 (gnus-summary-jump-to-other-group): Use it.
360 * lisp/gnus-cite.el (gnus-cite-add-face): Add check for Emacs 21 or
363 1999-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
365 * lisp/gnus.el (gnus-revision-number): Increment to 04.
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'.
371 * lisp/gnus-msg.el (gnus-extended-version): Move
372 `gnus-revision-number' to the last.
374 1999-06-21 Daiji KANEMATSU <kanematu@sra.co.jp>
376 * lisp/gnus-sum.el (gnus-summary-jump-to-other-group): Call
377 `gnus-summary-read-group' with the 3rd arg T.
379 1999-06-21 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
381 * texi/Makefile.in (clean): Remove gnus.info*, gnus-ja.info*,
382 message.info*, message-ja.info*, *.texi_ and emacs-mime.info.
384 * lisp/Makefile.in (distclean): Remove auto-autoload.el and
387 1999-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
389 * lisp/gnus.el (gnus-revision-number): Increment to 03.
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.
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'.
401 1999-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
403 * lisp/gnus.el (gnus-revision-number): Increment to 02.
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.
409 * lisp/gnus-msg.el (gnus-extended-version): Include
410 `gnus-revision-number' if it is non-zero.
412 1999-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
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'.
418 * lisp/gnus-art.el (gnus-article-read-summary-keys): Add key "ZJ"
419 to the list `nosaves'; convert key events to string statically
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'.
426 * lisp/gnus-sum.el (gnus-summary-exit-map): New keystroke "ZJ" for
427 the command `gnus-summary-jump-to-other-group'.
429 1999-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
430 Daiji KANEMATSU <kanematu@sra.co.jp>
432 * lisp/gnus-sum.el (gnus-summary-read-group): Allow it to be an
434 (gnus-summary-jump-to-other-group): Defalias to
435 `gnus-summary-read-group'.
437 1999-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
439 * lisp/gnus.el (gnus-version-number): Update to 6.11.03.
440 (gnus-revision-number): Fresh start from 00.
442 * lisp/{gnus-sum.el,nnmail.el,ChangeLog}: Sync up with Pterodactyl
445 * README.T-gnus: Update for T-gnus 6.11.03.
447 1999-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
449 * lisp/gnus.el (gnus-revision-number): Increment to 01.
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.
455 1999-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
457 * lisp/gnus.el (gnus-version-number): Update to 6.11.02.
459 * lisp/{mail-source.el,gnus-sum.el,gnus-art.el}: Sync up with
460 Pterodactyl Gnus v0.87.
462 * text/gnus-ja.text (Troubleshooting): Make the return value of
463 `gnus-version' ambiguous.
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.
469 1999-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
471 * lisp/gnus.el (gnus-version-number): Update to 6.11.01.
472 (gnus-revision-number): Fresh start from 00.
474 * lisp/mm-view.el (TopLevel): Avoid byte compile warnings for the
477 * lisp/dgnushack.el (TopLevel): Bind `:file' for old Emacsen.
479 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Pterodactyl
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.
488 * etc/gnus/x-splash: New file copied from pgnus 0.86.
490 1999-06-12 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
492 * lisp/gnus-msg.el (gnus-copy-article-buffer): Bind
493 `inhibit-read-only' to t during modifying the destination buffer.
495 1999-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
497 * lisp/gnus.el (gnus-revision-number): Increment to 02.
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
503 * lisp/score-mode.el (score-mode-coding-system): Default to
504 `*ctext*' under Mule 2.
506 * lisp/nnmail.el (nnmail-save-active): Bind `output-coding-system'
507 to the value of `nnmail-active-file-coding-system'.
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'.
515 * lisp/gnus-util.el (gnus-point-at-eol): Defun statically for the
517 (gnus-point-at-bol): Ditto.
518 (TopLevel): Require `static'.
520 * lisp/gnus-start.el (gnus-startup-file-coding-system): Default to
521 `*ctext*' under Mule 2.
523 * lisp/gnus-msg.el (gnus-inews-do-gcc): Bind `output-coding-system'
526 * lisp/gnus-ems.el (language-info-alist): Defvar-maybe for old
528 (current-language-environment): Ditto.
529 (set-language-info): Defun-maybe for old Emacsen.
530 (get-language-info): Ditto.
531 (assoc-ignore-case): Ditto.
533 * lisp/gnus-cite.el (gnus-cite-parse): Bind `mc-flag' to nil.
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.
543 * configure: Regenerate by autoconf 2.14.1.
545 1999-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
547 * lisp/gnus.el (gnus-revision-number): Increment to 01.
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.
553 1999-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
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.
560 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Rescan
561 the current newsgroup before exiting.
563 * lisp/gnus-art.el (gnus-article-prepare-display): Change
564 representation-type of `mime-message-structure'.
566 * ChangeLog: New file.
567 * ChangeLog.1: Renamed from ChangeLog.
569 1999-06-01 MORIOKA Tomohiko <tomo@m17n.org>
571 * lisp/gnus-score.el (gnus-header-index): Use
572 `luna-class-slot-index' and `luna-find-class' to get index number
575 1999-05-31 MORIOKA Tomohiko <tomo@m17n.org>
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
614 (make-full-mail-header-from-decoded-header): Likewise.
616 * lisp/mmgnus.el (mime-gnus-entity): New definition of luna-class.
617 (mime-entity-buffer): Abolished.
618 (initialize-instance): New method.
620 See ChangeLog.1 for earlier changes.
623 ;; coding: iso-2022-7bit