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