1 1999-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/gnus.el (gnus-revision-number): Increment to 01.
4 (TopLevel): Autoload "gnus-sum" for the command
5 `gnus-summary-jump-to-other-group'.
7 * lisp/gnus-art.el (gnus-article-read-summary-keys): Add key "ZJ"
8 to the list `nosaves'; convert key events to string statically
10 (gnus-article-display-x-face-with-x-face-mule): Use `gnus-xemacs'
11 instead of `featurep' with an arg `xemacs'.
12 (article-toggle-headers): Ditto.
13 (TopLevel): Require `static'.
15 * lisp/gnus-sum.el (gnus-summary-exit-map): New keystroke "ZJ" for
16 the command `gnus-summary-jump-to-other-group'.
18 1999-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
19 Daiji KANEMATSU <kanematu@sra.co.jp>
21 * lisp/gnus-sum.el (gnus-summary-read-group): Allow it to be an
23 (gnus-summary-jump-to-other-group): Defalias to
24 `gnus-summary-read-group'.
26 1999-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
28 * lisp/gnus.el (gnus-version-number): Update to 6.11.03.
29 (gnus-revision-number): Fresh start from 00.
31 * lisp/{gnus-sum.el,nnmail.el,ChangeLog}: Sync up with Pterodactyl
34 * README.T-gnus: Update for T-gnus 6.11.03.
36 1999-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
38 * lisp/gnus.el (gnus-revision-number): Increment to 01.
40 * lisp/message.el (message-send-news): Don't generate the Lines
41 field; don't make `tembuf' as unmodified.
42 (message-send-mail): Ditto.
44 1999-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
46 * lisp/gnus.el (gnus-version-number): Update to 6.11.02.
48 * lisp/{mail-source.el,gnus-sum.el,gnus-art.el}: Sync up with
49 Pterodactyl Gnus v0.87.
51 * text/gnus-ja.text (Troubleshooting): Make the return value of
52 `gnus-version' ambiguous.
54 * lisp/message.el (message-send-news): Make `tembuf' as unmodified
55 after inserting a text from `message-encoding-buffer'.
56 (message-send-mail): Ditto.
58 1999-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
60 * lisp/gnus.el (gnus-version-number): Update to 6.11.01.
61 (gnus-revision-number): Fresh start from 00.
63 * lisp/mm-view.el (TopLevel): Avoid byte compile warnings for the
66 * lisp/dgnushack.el (TopLevel): Bind `:file' for old Emacsen.
68 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Pterodactyl
70 * lisp/{nnmail.el,nnheader.el,nndoc.el,mml.el,mm-view.el,
71 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
72 gnus.el,gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-sum.el,
73 gnus-start.el,gnus-score.el,gnus-range.el,gnus-msg.el,
74 gnus-mailcap.el,gnus-group.el,gnus-cus.el,gnus-cite.el,
75 gnus-cache.el,gnus-art.el,gnus-agent.el,ChangeLog}: Ditto.
77 * etc/gnus/x-splash: New file copied from pgnus 0.86.
79 1999-06-12 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
81 * lisp/gnus-msg.el (gnus-copy-article-buffer): Bind
82 `inhibit-read-only' to t during modifying the destination buffer.
84 1999-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
86 * lisp/gnus.el (gnus-revision-number): Increment to 02.
88 * sample.lpath.el: New file. It is supposed to be used for telling
89 old Emacsen where EMU, APEL or CUSTOM packages have already
92 * lisp/score-mode.el (score-mode-coding-system): Default to
93 `*ctext*' under Mule 2.
95 * lisp/nnmail.el (nnmail-save-active): Bind `output-coding-system'
96 to the value of `nnmail-active-file-coding-system'.
98 * lisp/message.el (message-set-auto-save-file-name): Use
99 `set-file-coding-system' statically under Mule 2.
100 (message-do-fcc): Bind `output-coding-system' to `raw-text'.
101 (message-draft-coding-system): Default to `*junet*' under Mule 2.
102 (TopLevel): Require `static'.
104 * lisp/gnus-util.el (gnus-point-at-eol): Defun statically for the
106 (gnus-point-at-bol): Ditto.
107 (TopLevel): Require `static'.
109 * lisp/gnus-start.el (gnus-startup-file-coding-system): Default to
110 `*ctext*' under Mule 2.
112 * lisp/gnus-msg.el (gnus-inews-do-gcc): Bind `output-coding-system'
115 * lisp/gnus-ems.el (language-info-alist): Defvar-maybe for old
117 (current-language-environment): Ditto.
118 (set-language-info): Defun-maybe for old Emacsen.
119 (get-language-info): Ditto.
120 (assoc-ignore-case): Ditto.
122 * lisp/gnus-cite.el (gnus-cite-parse): Bind `mc-flag' to nil.
124 * lisp/dgnushack.el (TopLevel): Define some unknown functions for
125 avoiding byte compile warnings.
126 (TopLevel): Require `emu' for picking up some macros, bind some
127 colon keywords, bind functions defined by `defun-maybe', bind
128 defcustom'ed variables and optimize byte code for `char-after' and
129 `char-before' for old Emacsen.
130 (TopLevel): Attempt to load ~/.lpath.el.
132 * configure: Regenerate by autoconf 2.14.1.
134 1999-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
136 * lisp/gnus.el (gnus-revision-number): Increment to 01.
138 * lisp/gnus-art.el (gnus-article-display-x-face-with-x-face-mule):
139 Warn if it is used with X-Face-Mule 0.25 or later. Note that it
140 should be abolished in the future.
142 1999-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
144 * lisp/gnus.el (gnus-version): Modify for SEMI 1.13, FLIM 1.13.
145 (gnus-revision-number): Fresh start from 00.
146 (gnus-version-number): Update to 6.11.0.
147 (gnus-product-name): Rename to ET-gnus. E is short for Experimental.
149 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Rescan
150 the current newsgroup before exiting.
152 * lisp/gnus-art.el (gnus-article-prepare-display): Change
153 representation-type of `mime-message-structure'.
155 * ChangeLog: New file.
156 * ChangeLog.1: Renamed from ChangeLog.
158 1999-06-01 MORIOKA Tomohiko <tomo@m17n.org>
160 * lisp/gnus-score.el (gnus-header-index): Use
161 `luna-class-slot-index' and `luna-find-class' to get index number
164 1999-05-31 MORIOKA Tomohiko <tomo@m17n.org>
166 * lisp/nnheader.el: Require `mmgnus'.
167 (mail-header-subject): Now an alias for
168 `mime-gnus-entity-subject-internal'.
169 (mail-header-set-subject): Now an alias for
170 `mime-gnus-entity-set-subject-internal)'.
171 (mail-header-from): Now an alias for
172 `mime-gnus-entity-from-internal'.
173 (mail-header-set-from): Now an alias for
174 `mime-gnus-entity-set-from-internal'.
175 (mail-header-date): Now an alias for
176 `mime-gnus-entity-date-internal'.
177 (mail-header-set-date): Now an alias for
178 `mime-gnus-entity-set-date-internal'.
179 (mail-header-message-id): Now an alias for
180 `mime-gnus-entity-id-internal'.
181 (mail-header-id): Likewise.
182 (mail-header-set-message-id): Now an alias for
183 `mime-gnus-entity-set-id-internal'.
184 (mail-header-set-id): Likewise.
185 (mail-header-references): Now an alias for
186 `mime-gnus-entity-references-internal'.
187 (mail-header-set-references): Now an alias for
188 `mime-gnus-entity-set-references-internal'.
189 (mail-header-chars): Now an alias for
190 `mime-gnus-entity-chars-internal.
191 (mail-header-set-chars): Now an alias for
192 `mime-gnus-entity-set-chars-internal.
193 (mail-header-lines): Now an alias for
194 `mime-gnus-entity-lines-internal'.
195 (mail-header-set-lines): Now an alias for
196 `mime-gnus-entity-set-lines-internal'.
197 (mail-header-xref): Now an alias for
198 `mime-gnus-entity-xref-internal'.
199 (mail-header-set-xref): Now an alias for
200 `mime-gnus-entity-set-xref-internal'.
201 (make-full-mail-header): New implementation [use
203 (make-full-mail-header-from-decoded-header): Likewise.
205 * lisp/mmgnus.el (mime-gnus-entity): New definition of luna-class.
206 (mime-entity-buffer): Abolished.
207 (initialize-instance): New method.