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