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