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