(char-before): Use compiler macro instead of byte-optimizer.
[elisp/gnus.git-] / ChangeLog
1 1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
2             Katsumi Yamaoka <yamaoka@jpl.org>
3
4         * imap.el (imap-base64-encode-string, imap-base64-decode-string):
5         New functions.  They are identical to the built-in codec if
6         possible, otherwise the functions defined in mel are used.
7         (imap-cram-md5-auth): Use them.
8
9 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
10
11         * lisp/imap.el: Remove autoload settings for `base64-decode-string'
12         and `base64-encode-string'.
13
14 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
15
16         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
17         (gnus-revision-number): Clear to 00.
18
19         * README.T-gnus: Update.
20
21         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
22
23         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
24         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
25         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
26         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
27         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
28         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
29         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
30         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
31         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
32         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
33
34         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
35         files.
36
37         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
38         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
39         Gnus v0.99.
40
41 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
42
43         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
44         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
45         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
46         (gnus-after-getting-new-news-hook): Ditto.
47
48         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
49
50 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
51
52         * lisp/gnus.el (gnus-revision-number): Increment to 10.
53
54         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
55         char with old Emacsen as well.
56
57 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
58
59         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
60         appears in the backquoted form.
61         (gnus-category-edit-score): Ditto.
62
63         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
64         appears in the backquoted form.
65
66 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
67
68         * lisp/gnus.el (gnus-revision-number): Increment to 09.
69
70         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
71         bug -- do add-hook.
72         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
73         defined. If not, call `easy-menu-create-keymaps'.
74
75 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
76
77         * lisp/gnus.el (gnus-revision-number): Increment to 08.
78
79         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
80         "static" at the compile time.
81         (gnus-offline-hangup-function): Abolish.
82         (gnus-offline-auto-ppp): New variable.
83         (gnus-offline-gnus-get-new-news): Refer to it.
84         (gnus-offline-set-unplugged-state): Ditto.
85         (gnus-offline-set-auto-ppp): New function. It replaces the
86         function `gnus-offline-toggle-auto-hangup'.
87         (gnus-offline-toggle-auto-hangup): Abolish.
88         (gnus-offline-define-menu-and-key): Use `static-if' and
89         `static-cond'.
90         (gnus-offline-popup-menu): Do not define this function under XEmacs.
91         (gnus-offline-popup): New function.
92
93         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
94         (gnus-ofsetup-resource-en): Fix doc strings.
95         (gnus-ofsetup-resource-ja): Ditto.
96
97 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
98
99         * lisp/gnus.el (gnus-revision-number): Increment to 07.
100
101         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
102         Pterodactyl Gnus v0.98.
103
104 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
105
106         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
107
108         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
109
110         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
111         `car' and `cdr' instead of `cadr'.
112
113         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
114         instead of `push'; use `if' instead of `when'.
115
116         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
117         instead of `pop'.
118         (gnus-useful-groups): Use `or' instead of `unless'.
119
120         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
121         instead of `cadr'.
122
123 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
124
125         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
126         `when' in the body of `defadvice'.  Use `if' instead.
127
128         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
129         cl functions.
130
131 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
132
133         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
134         the macro `when' in the arg of `defcustom'.  Use `if' instead.
135
136 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
137
138         * lisp/gnus.el (gnus-revision-number): Increment to 06.
139
140         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
141         `next-single-property-change' LIMIT as `point-max'.
142         (gnus-article-prepare-mime-display): Ditto.
143         (article-hide-signature): Ditto.
144
145 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
146
147         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
148         are removed to fill gnus-version within 80 columns.
149
150 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
151
152         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
153
154 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
155
156         * lisp/gnus.el (gnus-revision-number): Increment to 05.
157
158         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
159         instead of `union'.
160
161         * lisp/gnus-util.el (gnus-union): New function.
162
163         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
164         `copy-sequence' instead of `copy-list'.
165         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
166
167         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
168
169 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
170
171         * lisp/gnus.el (gnus-revision-number): Increment to 04.
172
173         * lisp/dgnushack.el (union, copy-list): New compiler macros for
174         emulating cl functions.
175
176 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
177
178         * lisp/gnus.el (gnus-revision-number): Increment to 03.
179         (gnus-select-method): Use `condition-case' instead of
180         `ignore-errors'.
181
182         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
183         instead of `ignore-errors'.
184
185         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
186
187         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
188         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
189         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
190         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
191         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
192         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
193         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
194         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
195         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
196         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
197
198 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
199
200         * lisp/gnus.el (gnus-revision-number): Increment to 02.
201
202         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
203         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
204         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
205         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
206         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
207         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
208         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
209         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
210         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
211         Require `cl' at the top level.
212
213         * lisp/gnus.el (gnus-select-method): Undo last change.
214         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
215         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
216
217         * lisp/gnus-ems.el (gnus-split-string): Remove.
218
219 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
220
221         * lisp/pop3.el: Add description about STLS extension; add autoload
222         setting for `starttls-open-stream' and `starttls-negotiate'.
223         (pop3-stls): New function.
224         (pop3-open-tls-stream): New function.
225         (pop3-open-server): Use `pop3-open-tls-stream' if
226         'pop3-connection-type' is bound to `tls'.
227
228 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
229
230         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
231         and `starttls-negotiate'.
232         (imap-stream-alist): Add TLS entry.
233         (imap-tls-p): New function.
234         (imap-tls-open): New function.
235         (imap-ssl-open): Enclose `open-ssl-stream' with
236         `as-binary-process'.
237
238 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
239
240         * lisp/gnus.el (gnus-revision-number): Increment to 01.
241         (gnus-select-method): Use `condition-case' instead of
242         `ignore-errors'.
243
244         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
245         level.
246
247         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
248         `coding' and `noerror' for the stopgaps.
249
250         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
251         `coding' and `noerror'.
252         (function-max-args): Maybe-fbind for FSF Emacsen.
253
254         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
255         as `binary' if possible.
256         (imap-log): Default to nil (synched with pgnus 0.99).
257         (base64-decode-string): Autoload "mel" instead of "base64".
258         (md5): Autoload "md5" without `eval-and-compile'.
259
260         * lisp/gnus-util.el (copy-list): New function defined by
261         `defun-maybe'.
262
263         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
264         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
265
266         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
267         instead of `ignore-errors'.
268
269         * lisp/gnus-picon.el: Require `cl'.
270
271         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
272         gnus-offline.el} (cl): Enclose the requiring procedure with
273         `eval-when-compile'.
274
275         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
276         procedure with `eval-when-compile' instead of `eval-and-compile'.
277
278 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
279
280         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
281         Use mail-sources instead of nnmail-spool-file.
282         From: Toshiaki -PCX- Tanaka.
283
284 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
285
286         * lisp/gnus.el (gnus-group-startup-message): Insert space before
287         "based on".
288         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
289
290 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
291
292         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
293         (gnus-revision-number): Clear to 00.
294
295         * README.T-gnus: Update.
296
297         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
298         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
299         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
300         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
301         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
302         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
303
304         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
305
306         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
307         translation.
308
309         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
310
311 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
312
313         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
314         `message-save-drafts' instead of `set-buffer-modified-p' and
315         `save-buffer'.
316         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
317         because the reply data is lost in Drafts.
318         * lisp/gnus-art.el (gnus-signature-face): Don't check
319         window-system type.
320
321 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
322
323         * lisp/pop3.el (pop3-progress-message): New function.
324         (pop3-movemail): Use it.
325
326 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
327
328         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
329         `gnus-following-method'.
330
331         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
332         wide reply as a mail if the message is not a news; use the macro
333         `gnus-setup-message'.
334
335         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
336
337 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
338
339         * lisp/gnus.el (gnus-revision-number): Increment to 14.
340         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
341         function `gnus-smiley-display'.
342
343         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
344         `window-system' is nil.
345         (gnus-article-x-face-command): Default to external command if
346         `window-system' is nil.
347
348 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
349
350         * lisp/gnus.el (gnus-revision-number): Increment to 13.
351         (TopLevel): Rearrange autoload settings.
352
353         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
354         `smiley-buffer'.
355
356         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
357         "Toggle smileys" in "Washing" menu.
358         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
359
360         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
361         (smiley-toggle-buffer): New function.
362         (smiley-buffer): Don't quote the function.
363         (smiley-toggle-extents): Ditto.
364
365 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
366
367         * lisp/gnus.el (gnus-revision-number): Increment to 12.
368         (TopLevel): Add and delete autoloads for functions defined in
369         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
370
371         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
372         defined in "miee".
373
374         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
375         `gnus-custom-mode' defined in "gnus-cus".
376
377 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
378
379         * lisp/gnus.el (gnus-revision-number): Increment to 11.
380
381         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
382         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
383         header.
384
385 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
386
387         * lisp/gnus.el (gnus-revision-number): Increment to 10.
388         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
389         functions `x-face-mule-gnus-article-display-x-face' and
390         `smiley-buffer'.
391
392         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
393
394         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
395         `gnus-mule-group-startup-message'.
396         (gnus-mule-group-startup-message): Remove.
397         (gnus-mule-bitmap-image-file): Remove.
398
399         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
400         ordinary text if the feature `smiley-mule' is provided and FSF
401         Emacs is used.
402         (TopLevel): Require `static' at the compile time.
403
404         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
405         `mime-display-text/plain-hook' to nil.
406         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
407         treat the next entity position as a marker.
408         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
409         `gnus-smiley-display' under FSF Emacsen.
410         (gnus-treat-display-smileys): Default to t if the module
411         `smiley-mule' is installed.
412         (gnus-treat-display-xface): Default to `head' if the value of
413         `gnus-article-x-face-command' is
414         `x-face-mule-gnus-article-display-x-face'.
415         (gnus-article-x-face-command): Default to
416         `x-face-mule-gnus-article-display-x-face' if the module
417         `x-face-mule' is installed.
418         (TopLevel): Require `static' first; require `path-util'.
419
420 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
421
422         * lisp/gnus.el (gnus-revision-number): Increment to 09.
423
424         * lisp/message.el (message-mode): Make
425         `message-font-lock-last-position' as buffer local.
426         (message-font-lock-keywords-2): Use
427         `message-font-lock-cited-text-matcher' instead of regexp.
428         (message-font-lock-cited-text-matcher): New function.
429         (font-lock-after-change-function): Advice to the keep last cursor
430         position in `message-font-lock-last-position' before fontifying.
431         (message-font-lock-last-position): New variable.
432         (message-font-lock-citation-name-max-column): New variable.
433         (message-font-lock-cited-text-regexp): New variable.
434         (message-font-lock-fence-close-position): New variable.
435         (message-font-lock-fence-open-position): New variable.
436         (message-font-lock-fence-close-regexp): New variable.
437         (message-font-lock-fence-open-regexp): New variables.
438
439 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
440
441         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
442         using `message-font-lock-keywords', `message-font-lock-keywords-1'
443         and `message-font-lock-keywords-2'.
444         (message-font-lock-keywords): Restruct.
445         (message-font-lock-keywords-1): New variable split from
446         `message-font-lock-keywords'.
447         (message-font-lock-keywords-2): Ditto.
448
449 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
450
451         * lisp/gnus.el (gnus-revision-number): Increment to 08.
452
453         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
454         before highlighting or hiding it.
455         (gnus-article-buttonize-signature): New function.
456         (gnus-article-highlight-signature): Don't buttonize.
457         (gnus-treatment-function-alist): Undo the last change.
458         (gnus-treat-emphasize): Default to nil.
459
460 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
461
462         * lisp/gnus.el (gnus-revision-number): Increment to 07.
463         (TopLevel): Autoload "gnus-art" for the function
464         `gnus-article-show-all'.
465
466         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
467         hidden text if the command `gnus-summary-toggle-mime' is used.
468
469         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
470         following parts.
471         (gnus-article-highlight-signature): Work for forwarded messages.
472         (gnus-article-show-all): New function based on `article-show-all'.
473         (gnus-article-show-all-headers): Based on
474         `article-show-all-headers'.
475         (article-show-all-headers): New function to show all *HEADERS*.
476         (article-show-all): Show *ALL* literally.
477         (article-hide-signature): Work for forwarded messages.
478         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
479         off after `gnus-treat-highlight-signature'.
480
481 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
482
483         * lisp/gnus.el (gnus-revision-number): Increment to 06.
484
485         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
486         against forwarded messages without MIME structure.
487         (gnus-treatment-function-alist): Move
488         'gnus-treat-decode-article-as-default-mime-charset' to the top;
489         put `gnus-treat-emphasize' off after
490         `gnus-treat-highlight-headers'.
491
492 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
493
494         * lisp/gnus.el (gnus-revision-number): Increment to 05.
495
496 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
497
498         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
499         argument is list or not before condition.
500
501 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
502
503         * lisp/gnus-art.el (gnus-treat-predicate): Work for
504         (typep "something").
505
506 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
507
508         * lisp/gnus-art.el (gnus-article-prepare-display):
509         Pass argument nil as a condition to gnus-treat-article.
510         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
511         Ditto. Also, treat last part of multipart article correctly.
512
513 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
514
515         * lisp/gnus.el (gnus-revision-number): Increment to 04.
516
517         * lisp/message.el (message-generate-headers): Don't insert
518         excessive newline.
519
520         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
521         negative number for the 2nd arg of `insert-char'.
522
523 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
524
525         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
526         gnus-ja instead of gnus if Japanese environment is on.
527
528 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
529
530         * lisp/gnus.el (gnus-revision-number): Increment to 03.
531         (semi-gnus-developers): Remove.
532         (gnus-maintainer): Change mail address.
533         (gnus-group-startup-message): Display version string.
534
535         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
536
537         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
538         version string; fix glyph position.
539
540 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
541
542         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
543         to previous version until problem of respooling from
544         nnimap to nnml is solved.
545         (gnus-summary-move-article): Ditto.
546
547 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
548
549         * lisp/gnus.el (gnus-revision-number): Increment to 02.
550
551         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
552         value is t before checking for `condition'.
553         (gnus-article-prepare-mime-display): Search for the entity children
554         if the primary type is `multipart'.
555
556 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
557
558         * lisp/gnus.el (gnus-revision-number): Increment to 01.
559
560         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
561         instead of signaling an error if the destination group is not
562         newly created.
563         (gnus-summary-move-article): Do nothing if the destination group
564         is not newly created.
565
566         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
567         environment part.
568
569 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
570
571         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
572         active entry for the group even if it doesn't exist.
573
574 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
575
576         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
577
578 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
579
580         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
581         (gnus-revision-number): Clear to 00.
582
583         * README.T-gnus: Update.
584
585         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
586         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
587
588         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
589         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
590         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
591         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
592         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
593
594 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
595
596         * lisp/gnus.el (gnus-revision-number): Increment to 07.
597
598         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
599         smooth scrolling under XEmacs.
600         (gnus-article-next-page):Ditto.
601
602         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
603         descriptions about the problem of loaddefs.el and the patch for
604         CUSTOM 1.9962.
605
606 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
607
608         * lisp/gnus.el (gnus-revision-number): Increment to 06.
609
610         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
611         `:predicate' for old Emacsen; require `static'.
612
613         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
614         `:path' and `:predicate'.
615
616 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
617
618         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
619         modeline as modified.
620
621 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
622
623         * lisp/gnus.el (gnus-revision-number): Increment to 05.
624
625         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
626         `mime-view-entity' in the modified header under FSF Emacsen.
627
628 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
629
630         * README-offline.en: Rewrite the usage description.
631         * README-offline.ja: Ditto.
632
633 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
634
635         * lisp/gnus.el (gnus-revision-number): Increment to 04.
636
637         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
638         `gnus-offline'.
639
640 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
641
642         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
643         * README-offline.ja: Ditto.
644
645 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
646
647         * lisp/gnus.el (gnus-revision-number): Increment to 03.
648
649         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
650         the current buffer as modified.
651
652         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
653         (gnus-offline-get-menu-items): New function.
654         (gnus-offline-define-menu-on-miee): Use it.
655         (gnus-offline-define-menu-on-agent): Ditto.
656
657 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
658
659         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
660
661         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
662         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
663         (pop3-quit): Clear `pop3-uidl-obarray'.
664
665 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
666
667         * lisp/gnus.el (gnus-revision-number): Increment to 02.
668
669         * lisp/gnus-offline.el (gnus-offline-resource-en,
670         gnus-offline-resource-ja,
671         gnus-offline-resource-ja_complete): New variables.
672         (gnus-offline-get-message): News function.
673         (gnus-offline-error-check): Use it.
674         (gnus-offline-connect-server): Ditto.
675         (gnus-offline-get-new-news-function): Ditto.
676         (gnus-offline-set-mail-group-level): Ditto.
677         (gnus-offline-hangup-line): Ditto.
678         (gnus-offline-after-jobs-done): Ditto.
679         (gnus-offline-toggle-auto-hangup): Ditto.
680         (gnus-offline-toggle-on/off-send-mail): Ditto.
681         (gnus-offline-toggle-articles-to-fetch): Ditto.
682         (gnus-offline-empting-spool): Ditto.
683         (gnus-offline-set-interval-time): Ditto.
684
685         * lisp/gnus-ofsetup.el (gnus-offline-lang,
686         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
687         variables.
688         (gnus-ofsetup-get-message): New function.
689         (gnus-setup-for-offline): Use it.
690         (gnus-ofsetup-find-parameters): Ditto.
691         (gnus-ofsetup-prepapre-for-miee): Ditto.
692         (gnus-ofsetup-completing-read-symbol): Ditto.
693         (gnus-ofsetup-customize): Ditto.
694         (gnus-ofsetup-customize-done): Ditto.
695
696 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
697
698         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
699         `isearch-lazy-highlight'.
700
701 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
702
703         * lisp/gnus.el (gnus-revision-number): Increment to 01.
704
705         * lisp/lpath.el (babel-as-string): Bind it.
706
707         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
708         original X-Face field while searching.  It is done for only FSF
709         Emacsen.
710         (gnus-summary-search-article-highlight-matched-text): Ditto.
711         (gnus-summary-search-article-matched-data): Bind it explicitly.
712
713 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
714
715         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
716         (gnus-revision-number): Clear to 00.
717
718         * README.T-gnus: Update.
719
720         * README: Sync up with Pterodactyl Gnus v0.96.
721         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
722         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
723         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
724         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
725         gnus-agent.el,ChangeLog}: Ditto.
726         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
727
728 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
729
730         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
731         don't retrieve any incoming mails.; Don't filter articles here.
732         Use `convert-standard-filename' to generate fresh UIDL file names.
733         (pop3-get-message-numbers): Rewrite.
734         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
735         of `with-temp-buffer'.
736
737 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
738
739         * README-offline.ja : Fix.
740
741         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
742         Fix typo.
743
744         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
745         requirements; Enclose the autoload for `gnus-custom-mode' with
746         `eval-and-compile'.
747
748 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
749
750         * lisp/gnus.el (gnus-revision-number): Increment to 15.
751
752         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
753         for them before lpath.el is loaded.  Because lpath.el requires
754         `poe' via `path-util'.  [cf. <tm-ja:5051>]
755
756         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
757         X-Face image if the regexp "^X-Face:" is specified.
758         (gnus-summary-search-article-highlight-matched-text): Use
759         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
760         X-Face image if it is requested.
761         (gnus-summary-search-article-highlight-goto-x-face): New macro.
762
763 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
764
765         * lisp/gnus.el (gnus-revision-number): Increment to 14.
766
767         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
768         recenter the article when touchdown; popup the article buffer if
769         it is disappeared.
770         (gnus-summary-search-article-highlight-matched-text): Treat the
771         article before highlighting; use old style backquote syntax.
772         (gnus-summary-search-article-position-point): Fix the beginning
773         position; use old style backquote syntax.
774         (gnus-summary-select-article): Undo the last change.
775         (gnus-summary-display-article): Bind
776         `gnus-summary-search-article-matched-data' in the article buffer
777         locally.  It is moved from `gnus-summary-select-article'.
778
779 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
780
781         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
782         (clean): Remove formatted info files.
783         (distclean): Just remove Makefile.
784
785 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
786
787         * lisp/gnus.el (gnus-revision-number): Increment to 13.
788
789         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
790         (gnus-agent-fetch-headers): Limit downloadable articles if the
791         number of unread articles exceeds `gnus-agent-large-newsgroup'.
792         (gnus-agent-expire): Do not expire saved or replied articles when
793         `gnus-agent-expire-all' is nil.
794
795         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
796         variable.
797         (gnus-offline-agent-expire): Check it; Bind
798         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
799         (gnus-offline-after-jobs-done): Don't check
800         `gnus-agent-expire-all'.
801
802         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
803         `user-login-name' and `user-real-login-name' returns the same
804         value or not.
805         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
806         (gnus-ofsetup-update-setting-file): Ditto.
807         (gnus-ofsetup-prepare): New macro.
808         (gnus-setup-for-offline): Use it.
809         (gnus-ofsetup-customize-done): Ditto.
810
811 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
812
813         * lisp/gnus.el (gnus-revision-number): Increment to 12.
814
815         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
816         (gnus-summary-search-article-highlight-matched-text): Rearrange.
817         (gnus-summary-search-article-position-point): New macro.
818         (gnus-summary-search-article-matched-data): Rename from
819         `gnus-summary-search-article-matched-text'.
820         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
821         use `gnus-article-show-all-headers' for exposing the visited
822         article.
823         (gnus-summary-select-article): Bind
824         `gnus-summary-search-article-matched-data' in the article buffer
825         locally.
826
827         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
828         if the value of `gnus-inhibit-treatment' is non-nil.
829         (article-toggle-headers): Don't redisplay X-Face if the value of
830         `gnus-inhibit-treatment' is non-nil.
831         (gnus-article-treat-custom): Add new treatment variable `mime'.
832
833 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
834
835         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
836         documentation.
837
838         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
839         `gnus-newsgroup-incorporated' explicitly.
840
841 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
842
843         * README.semi: Update for the recent a-ftp sites and directories.
844         * README.semi.ja: Ditto.
845         * texi/gnus-faq.texi: Ditto.
846         * texi/gnus-faq-ja.texi: Ditto.
847
848 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
849
850         * lisp/gnus.el (gnus-revision-number): Increment to 11.
851         (gnus-summary-incorporated-face): New face spec.
852
853         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
854         entry about the format specifier `w'.
855         (gnus-group-line-format): Fix documentation.
856
857         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
858         newly incorporated mails with `gnus-summary-incorporated-face'.
859         (gnus-newsgroup-incorporated): New variable.
860         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
861         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
862
863         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
864
865         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
866         `K' if the group has already been subscribed.
867
868 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
869
870         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
871         `isearch-lazy-highlight' t in the buffer locally; goto the
872         beginning of the buffer before searching.
873
874         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
875         selected frame.
876
877 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
878
879         * lisp/gnus.el (gnus-revision-number): Increment to 10.
880
881         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
882         matched text after the searching is done; call
883         `gnus-summary-select-article' with the args nil and t; bind
884         `gnus-treat-*' to nil.
885         (gnus-summary-search-article-highlight-matched-text): New macro
886         for highlighting matched text.  It is bound at the compile time
887         only.
888         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
889         with the args nil and t; bind `gnus-treat-*' to nil.
890
891         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
892         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
893         `with-temp-file'; use `insert-file-contents-as-binary' instead of
894         `insert-file-contents'.
895
896 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
897
898         * lisp/gnus.el (gnus-revision-number): Increment to 09.
899
900         * lisp/gnus-offline.el: Fix comments.
901         (TopLevel): Delete the code for emulating custom. Do not inhibit
902         byte-compile-warnings, but hide useless ones.
903         (gnus-offline-dialup-program-arguments): defvar instead of
904         defcustom.
905         (gnus-offline-hangup-program-arguments): Ditto.
906         (gnus-offline-interval-time): Ditto.
907         (gnus-offline-dialup-program, gnus-offline-hangup-program,
908         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
909         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
910         codes.
911         Set `mail-sources' instead of `nnmail-spool-file'.
912         (gnus-offline-enable-fetch-mail): Ditto.
913         (gnus-offline-toggle-movemail-program): Abolish.
914         (gnus-offline-define-menu-and-key): Modify according to it.
915         (gnus-offline-define-menu-on-miee): Ditto.
916         (gnus-offline-define-menu-on-agent): Ditto.
917         (gnus-offline-message-add-header): Bind temporary variables.
918         (gnus-offline-add-custom-header): Ditto.
919         (gnus-offline-restore-mail-group-level): Ditto.
920
921         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
922         gnus-offline at the compile time. Do not inhibit
923         byte-compile-warnings.
924         (gnus-setup-for-offline): Really bind all temporary variables.
925         (gnus-ofsetup-write-settting-file): Check if interval is a
926         integer.
927         Use `mail-sources' instead of `nnmail-spool-file'.
928         (gnus-ofsetup-update-setting-file): Redefine as a macro.
929         (gnus-ofsetup-prepare-for-miee): Ditto.
930
931         * README-offline.en : Update.
932         * README-offline.ja : Ditto.
933
934 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
935
936         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
937         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
938
939 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
940
941         * lisp/gnus.el (gnus-revision-number): Increment to 08.
942
943 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
944
945         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
946         group name with `\N'.
947
948 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
949
950         * lisp/gnus.el (gnus-revision-number): Increment to 07.
951
952         * lisp/pop3.el (pop3-except-header-regexp): New variable.
953         (pop3-movemail): Don't retrieve messages whose headers are
954         matching `pop3-except-header-regexp'.
955         (pop3-top): New function.
956         (pop3-retr): Don't use `save-restriction'.
957
958 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
959
960         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
961
962 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
963
964         * lisp/gnus.el (gnus-revision-number): Increment to 06.
965
966         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
967         `gnus-article-next-page' when the last page is not displayed.
968         (mime-preview-over-to-previous-method-alist): Use
969         `gnus-article-prev-page' when the first page is not displayed.
970         (gnus-next-page-map): Use `make-sparse-keymap' instead of
971         `make-keymap'; don't use `suppress-keymap'.
972         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
973         Succeed to the value of the text property `mime-view-situation' in
974         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
975         current local map as a parent under FSF Emacsen.
976
977 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
978
979         * lisp/pop3.el (pop3-retr): Undo last change.
980
981 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
982
983         * lisp/gnus.el (gnus-revision-number): Increment to 05.
984
985         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
986         `accept-process-output'; Move point to the end of the normal
987         response.
988         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
989         (pop3-get-list): Abolish.
990         (pop3-retr): Don't use `save-restriction'.
991         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
992         (pop3-list): Likewise.
993
994 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
995
996         * lisp/gnus.el (gnus-revision-number): Increment to 04.
997
998         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
999         `event-basic-type' instead of `event-button' under FSF Emacsen.
1000
1001 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1002
1003         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1004
1005 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1006
1007         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1008         `gnus-summary-mode-hook'.
1009         (gnus-use-wheel): New variable.
1010         (gnus-wheel-scroll-amount): New variable.
1011         (gnus-wheel-edge-resistance): New variable.
1012         (gnus-wheel-summary-scroll): New function.
1013         (gnus-wheel-install): New function.
1014
1015 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1016
1017         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1018
1019         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1020         `defun' instead of `defsubst'.
1021         (make-full-mail-header): Ditto.
1022
1023         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1024         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1025
1026 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1027
1028         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1029
1030         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1031         is being sent.
1032
1033         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1034         function from Nana-gnus.
1035         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1036         (gnus-ofsetup-update-setting-file): Rename from
1037         `gnus-ofsetup-write-setting-file'.
1038         (gnus-ofsetup-find-parameters): Rename from
1039         `gnus-ofsetup-parameters'.
1040         (gnus-ofsetup-customize-done): Rewrite.
1041
1042 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1043
1044         * pop3.el: Sync up with pop3.el version 2.04.
1045         (pop3-leave-mail-on-server): New variable.
1046         (pop3-maximum-message-size): New variable.
1047         (pop3-uidl-file-name): New variable.
1048         (pop3-uidl-support): New variable.
1049         (pop3-uidl-obarray): New variable.
1050         (pop3-movemail): Check message size on every retrieval.
1051         (pop3-open-ssl-stream-1): Use new style macro.
1052         (pop3-get-message-numbers): New function.
1053         (pop3-get-list): New function.
1054         (pop3-get-uidl): New function.
1055         (pop3-get-unread-message-numbers): New function.
1056         (pop3-save-uidls): New function.
1057         (pop3-retr): Use `pop3-get-extended-response'.
1058         (pop3-list): New implementation.
1059         (pop3-uidl): New function.
1060         (pop3-get-extended-response): New function.
1061
1062 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1063
1064         * lisp/gnus.el: T-gnus 6.13.0 is released.
1065
1066 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1067
1068         * ChangeLog.2: New file, rename from ChangeLog.
1069
1070         * lisp/dgnushack.el (TopLevel): Rearrange.
1071
1072         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1073         * README.branch: Ditto.
1074
1075         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1076
1077         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1078         * texi/message-ja.texi: Ditto.
1079         * texi/message.texi: Ditto.
1080         * texi/gnus-ja.texi: Ditto.
1081         * texi/gnus.texi: Ditto.
1082         * README-offline.ja: Ditto.
1083         * README-offline.en: Ditto.
1084         * README.semi.ja: Ditto.
1085         * README.semi: Ditto.
1086         * README.T-gnus: Ditto.
1087
1088         * t-gnus-6_13: NEW PUBLIC BRANCH.
1089
1090 See ChangeLog.2 for earlier changes.