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