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