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