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