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