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