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