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