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