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