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