37c73391aa62d56d48e9c3ee1d1bcfa08a152c9d
[elisp/gnus.git-] / ChangeLog
1 2000-09-05   Daiki Ueno  <ueno@unixuser.org>
2
3         * lisp/pop3.el (pop3-save-uidls): Clear `pop3-uidl-obarray'.
4
5 2000-09-04   Daiki Ueno  <ueno@unixuser.org>
6
7         * lisp/mail-source.el (pop3-leave-mail-on-server): Declare.
8         (mail-source-keyword-map): New keyword `:leave' for pop.
9         (mail-source-fetch-pop): Refer it.
10
11         * lisp/pop3.el (pop3-ssl-program-name): New variable.
12
13 2000-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
14
15         * lisp/ptexinfmt.el (texinfo-multitable-widths,
16         texinfo-multitable-item): Apply char-width probrem fix patch
17         (by KOIE Hidetaka <koie@skipjack.koie.org>).
18         Newsgroups: fj.editor.emacs
19         Message-ID: <5dzom3nxq7.fsf@skipjack.koie.org>
20
21         * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice): New
22         variable.
23
24 2000-08-29  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
25
26         * lisp/nnshimbun.el (nnshimbun-zdnet-get-headers): Follow changes
27         of ZDNet.
28
29 2000-08-25  Katsumi Yamaoka <yamaoka@jpl.org>
30
31         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
32
33 2000-08-25  Yagi Tatsuya  <yagi@is.titech.ac.jp>
34             Katsumi Yamaoka <yamaoka@jpl.org>
35
36         * lisp/nntp.el (nntp-list-options, nntp-options-subscribe,
37         nntp-options-not-subscribe): New server variables.
38         (nntp-request-list): Use them.
39         * texi/gnus.texi, texi/gnus-ja.texi: Update for them.
40
41 2000-08-23  Katsumi Yamaoka <yamaoka@jpl.org>
42
43         * lisp/gnus.el (gnus-group-startup-message): Use `image-size' to
44         simplify the program.
45
46         * lisp/gnus-group.el (gnus-group-rename-group): Inhibit renaming of
47         zombie or killed groups.
48
49 2000-08-21  Katsumi Yamaoka <yamaoka@jpl.org>
50
51         * lisp/nnheader.el (nnheader-replace-chars-in-string): Use
52         `static-if'.
53         * lisp/message.el (message-replace-chars-in-string): Ditto.
54
55 2000-08-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
56
57         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow changes of
58         ZDNet.
59         (nnshimbun-make-text-or-html-contents): Ditto.
60         (nnshimbun-make-html-contents): Ditto.
61
62 2000-08-18  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
63             Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
64
65         * lisp/nnshimbun.el: Add `mew' and `xemacs' support.
66
67 2000-08-17  Katsumi Yamaoka <yamaoka@jpl.org>
68
69         * lisp/dgnushack.el (dgnushack-texi-format): Require `ptexinfmt'
70         instead of `texinfmt'.
71         (dgnushack-install-package): Don't install ptexinfmt.el.
72         (dgnushack-make-package): Don't include ptexinfmt.el in MANIFEST.
73         (dgnushack-compile): Don't compile dgnushack.el nor ptexinfmt.el.
74         (dgnushack-unexported-files, dgnushack-tool-files): New constants.
75
76         * lisp/Makefile.in (install-package): No need to remove
77         dgnushack.elc.
78         (install): Don't install ptexinfmt.el; no need to remove
79         dgnushack.elc.
80
81         * lisp/ptexinfmt.el: New file imported from Wanderlust.
82
83 2000-08-09  Katsumi Yamaoka <yamaoka@jpl.org>
84
85         * lisp/nntp.el (nntp-open-telnet): Wait for the telnet prompt
86         before sending a command; allow the rtelnet prompt as well.
87
88         * lisp/message.el (message-make-forward-subject): Remove garbage
89         line.
90
91 2000-08-01  Katsumi Yamaoka <yamaoka@jpl.org>
92
93         * configure: Regenerate.
94         * aclocal.m4 (AC_CHECK_EMACS): Unset `EMACS' environment variable
95         if it is `t'.
96
97 2000-07-24  Katsumi Yamaoka <yamaoka@jpl.org>
98
99         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
100
101         * configure: Regenerate with autoconf v2.14.1.
102
103         * configure.in: Rewrite for using new macros in aclocal.m4.
104
105         * aclocal.m4: (AC_ADD_LOAD_PATH, AC_PATH_PACKAGEDIR,
106         AC_CHECK_EMACS, AC_DEFINE_GNUS_PRODUCT_NAME): New macros.
107         (AC_PATH_LISPDIR): Set `lispdir' to ".../site-lisp/t-gnus" by
108         default.
109         (AC_CHECK_EMACS_FLAVOR): Rename from `AC_XEMACS_P'; check for
110         `MULE' as well.
111         (AM_PATH_LISPDIR): Remove.
112
113         * acinclude.m4: Remove.
114
115         * lisp/dgnushack.el: Don't add "/usr/share/emacs/site-lisp" to
116         `load-path'.
117
118         * lisp/gnus-ems.el (gnus-ems-redefine): Defalias
119         `gnus-summary-set-display-table' to `(lambda ())' instead of
120         `ignore' (don't synch. with Gnus).
121
122 2000-07-21   Daiki Ueno  <ueno@unixuser.org>
123
124         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Use
125         mime-entity-fetch-field instead of mail-header-from.
126
127 2000-07-18   Daiki Ueno  <ueno@unixuser.org>
128
129         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
130
131         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Don't refer
132         gnus-original-article-buffer.
133         (gnus-bbdb-insinuate): Set gnus-article-display-hook instead of
134         gnus-article-prepare-hook.
135         (gnus-bbdb/extract-field-value): Use mime-entity-fetch-field
136         instead of mail-fetch-field.
137         (gnus-bbdb/extract-field-value-init): Just return extractor.
138
139 2000-07-15   Daiki Ueno  <ueno@unixuser.org>
140
141         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
142
143         * README-gnus-bbdb.{ja|en}: Add example setting about
144         gnus-bbdb-insinuate-message.
145         (bbdb-auto-notes-hook): Don't use pop.
146
147         * lisp/gnus-bbdb.el: Check defvaralias when compiling.
148
149         * lisp/gnus-art.el (gnus-article-setup-buffer): Set
150         gnus-original-article-buffer as unibyte.
151         (gnus-request-article-this-buffer): Ditto.
152
153         * lisp/nnimap.el (nnimap-callback): Don't use nnimap-demule.
154         (nnimap-request-article-part): Ditto.
155
156         * lisp/imap.el (imap-open): Set process buffer as unibyte.
157
158 2000-07-13 10:09:52  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * acinclude.m4 (AC_CHECK_W3): Fix typo.
161
162 2000-07-13  Katsumi Yamaoka <yamaoka@jpl.org>
163
164         * configure: Regenerate with autoconf v2.14.1.
165         * aclocal.m4: Regenerate with aclocal v1.4.
166
167         * configure.in: Don't call `AC_CHECK_PROG' for `EMACS'.
168
169         * acinclude.m4: Merge ShengHuo's changes.
170         (AC_CHECK_W3): Use `quote' instead of '.
171         (AC_XEMACS_P): Don't modify the value of `XEMACS'.
172         (AC_EMACS_LISP): Safely quote the elisp form.
173
174 2000-07-12 15:47:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
175
176         * aclocal.m4: Stolen macros from w3.
177         * configure.in: Use them.
178         * configure: Generate it.
179
180 2000-07-03  Katsumi Yamaoka <yamaoka@jpl.org>
181
182         * lisp/gnus-vers.el (T-gnus): Update to 6.14.5.
183         (gnus-revision-number): Clear to 00.
184
185         * README.T-gnus: Update.
186
187         * lisp/{webmail.el,rfc2047.el,qp.el,pop3.el,nnwarchive.el,
188         nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,nnmail.el,
189         nnimap.el,nnheader.el,nnfolder.el,nndraft.el,nndoc.el,mml.el,
190         mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
191         message.el,mail-source.el,lpath.el,imap.el,gnus.el,gnus-uu.el,
192         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
193         gnus-soup.el,gnus-score.el,gnus-msg.el,gnus-mailcap.el,
194         gnus-group.el,gnus-ems.el,gnus-demon.el,gnus-cus.el,gnus-art.el,
195         gnus-agent.el,ChangeLog}: Sync up with Gnus v5.8.7.
196
197         * texi/{message.texi,gnus.texi,gnus-ja.texi,ChangeLog}: Sync up
198         with Gnus v5.8.7.
199
200         * contrib/rfc2015.el: New file.
201
202 2000-06-27  Katsumi Yamaoka <yamaoka@jpl.org>
203
204         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
205
206         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): Use
207         `mime-insert-entity-content' instead of obsolete functions.
208
209 2000-06-13  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
210
211         * lisp/gnus-bbdb.el(gnus-bbdb/update-record): Fix to fetch last
212         mail field.
213
214 2000-06-09  Katsumi Yamaoka <yamaoka@jpl.org>
215
216         * lisp/gnus.el (gnus-news-group-p): Sync with Gnus.
217         (gnus-select-method): Remove "*" from doc string.
218         (gnus-group-startup-message): Use `dino' colors.
219
220 2000-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
221
222         * lisp/message.el (message-fix-before-sending): Expose all
223         invisible text with the property `message-invisible'; don't expose
224         invisible X-Face fields; widen at first.
225         (message-invisible-region): New function, substitute for
226         `invisible-region'.
227         (message-send): Call `message-fix-before-sending' after evaluating
228         `message-send-hook'.
229         (message-check-ignore-invisible-x-face-field): Remove.  You can use
230         (add-hook 'message-send-hook 'x-face-xmas-remove-x-face-glyph)
231         instead.
232
233 2000-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
234
235         * lisp/message.el (message-save-drafts): Rewrite.
236
237         * lisp/nnheader.el (nnheader-text-coding-system-for-write,
238         nnheader-text-coding-system): New variables, substitutes for
239         `mm-text-coding-system-for-write' or `mm-text-coding-system'.
240
241         * lisp/nnmbox.el (nnmbox-active-file-coding-system,
242         nnmbox-file-coding-system): Use `nnheader-text-coding-system'.
243         * lisp/nnmail.el (nnmail-incoming-coding-system): Ditto.
244         * lisp/nnfolder.el (nnfolder-file-coding-system): Ditto.
245         (nnfolder-active-file-coding-system): Ditto.
246
247         * lisp/mail-source.el (mail-source-text-coding-system): Remove.
248         (TopLevel): require `nnheader'.
249
250         * lisp/nndraft.el (nndraft-request-article): Bind coding system to
251         `nnheader-text-coding-system'.
252         (nndraft-request-replace-article): Ditto.
253         * lisp/mail-source.el (mail-source-fetch-maildir): Ditto.
254         * lisp/gnus-uu.el (gnus-uu-save-article): Ditto.
255         * lisp/gnus-util.el (gnus-output-to-mail, gnus-output-to-rmail):
256         Ditto.
257         * lisp/gnus-soup.el (gnus-soup-write-prefixes): Ditto.
258
259         * lisp/gnus-util.el (gnus-write-buffer): Bind
260         `file-name-coding-system' to `nnmail-pathname-coding-system'.
261         * lisp/gnus-start.el (gnus-slave-save-newsrc): Bind coding system
262         to `gnus-startup-file-coding-system'.
263
264 2000-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
265
266         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
267
268         * lisp/message.el (message-fix-before-sending): Don't check for
269         invisible X-Face fields if
270         `message-check-ignore-invisible-x-face-field' is non-nil.
271         (message-send): Call `message-fix-before-sending' before encoding.
272         (message-check-ignore-invisible-x-face-field): New user option.
273
274 2000-06-01  KANEMATSU Daiji <kanematu@sra.co.jp>
275
276         * texi/gnus-ja.texi (gnus-summary-hide-all-threads): Fix typo.
277
278 2000-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
279
280         * nnshimbun.el (nnshimbun-request-article-1): Fix to insert x-face
281         unless SERVER.
282         (nnshimbun-asahi-get-headers): Fix for subjects which contain ^M.
283
284 2000-05-26  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
285
286         * lisp/nnshimbun.el (nnshimbun-write-nov): New function.
287         (nnshimbun-close-group): Call nnshimbun-write-nov.
288         (nnshimbun-generate-nov-database): Ditto.
289         (nnshimbun-generate-nov-for-each-group): Fix bug which occur new
290         entries add NOV database.
291         (nnshimbun-generate-nov-for-all-groups): Ditto.
292         (nnshimbun-search-id): Add argument to return header, and modify
293         for search of original message id.
294         (nnshimbun-nov-fix-header): New function.
295         (nnshimbun-make-date-string): Fix for a two-digit year.
296
297 2000-05-26  Katsumi Yamaoka <yamaoka@jpl.org>
298
299         * lisp/nnshimbun.el (nnshimbun-make-html-contents): Show X-Face.
300         (nnshimbun-make-text-or-html-contents): Ditto.
301         (nnshimbun-request-article-1): Ditto.
302         (nnshimbun-x-face-alist): New variable.
303
304 2000-05-25  Tanaka Akira      <akr@m17n.org>
305
306         * README.semi, README.semi.ja: Update for CVS via SSH.
307
308 2000-05-25  Katsumi Yamaoka <yamaoka@jpl.org>
309
310         * texi/gnus-ja.texi: Change coding-system to `iso-2022-7bit-ss2'.
311         * texi/TRANSLATION.ja: Replace CRLF with LF.
312
313 2000-05-25  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
314
315         * lisp/nnshimbun.el (nnshimbun-fill-line): Use
316         `nnshimbun-fill-column' instead of `fill-column'.
317
318 2000-05-25  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
319
320         * lisp/nnshimbun.el: Clean up codes.
321
322         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Follow
323         changes in nnshimbun.el.
324         * texi/gnus-ja.texi (nnshimbun): Ditto.
325
326 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
327
328         * lisp/nnshimbun.el: Add `ZDNet Japan', `Yomiuri', and `Wired
329         News' support.
330         (nnshimbun-regexp-opt): New function.
331         (nnshimbun-wired-get-all-headers): Replace regexp-opt with
332         nnshimbun-regexp-opt.
333
334 2000-05-24  Katsumi Yamaoka <yamaoka@jpl.org>
335
336         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Complete
337         completions.
338
339 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
340
341         * lisp/nnshimbun.el: Add `CNET Japan' support.
342         (nnshimbun-make-date-string): New function.
343         (nnshimbun-asahi-get-headers): Use nnshimbun-make-date-string.
344         (nnshimbun-sponichi-get-headers): Ditto.
345
346 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
347
348         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Add argument to
349         ignore w3's cache.
350
351 2000-05-24  Katsumi Yamaoka <yamaoka@jpl.org>
352
353         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Add
354         completion to the shimbun address; delete empty strings from
355         `gnus-group-shimbun-type-history' and
356         `gnus-group-shimbun-address-history'.
357
358         * lisp/nnshimbun.el (nnshimbun-asahi-get-headers): Don't use
359         `timezone'.
360         (nnshimbun-type-definition): Add address.
361
362 2000-05-23  Tatsuya Ichikawa <ichikawa@erc.epson.com>
363
364         * lisp/nnshimbun.el: Add `sponichi' support.
365
366 2000-05-23  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
367
368         * lisp/nnshimbun.el (nnshimbun-mime-encode-string): Fix wrong
369         close brackets.
370
371 2000-05-23  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
372
373         * lisp/nnshimbun.el: Change coding-system.
374
375 2000-05-21  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
376
377         * texi/gnus-ja.texi (nnshimbun): Add description.
378
379 2000-05-21  Katsumi Yamaoka <yamaoka@jpl.org>
380
381         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
382
383         * lisp/dgnushack.el (dgnushack-texi-format): Fix last change.
384
385 2000-05-21  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
386
387         * lisp/nnshimbun.el: New backend.
388
389         * lisp/gnus-group.el (gnus-group-make-shimbun-group): New command.
390
391 2000-05-17  Kenichi OKADA <okada@opaopa.org>
392
393         * lisp/imap.el (imap-digest-md5-auth): Rewrite for the use of
394         `sasl-digest-md5-digest-response' instead of
395         `digest-md5-digest-response'.
396         (TopLevel): Require `sasl' when compiling instead of `digest-md5';
397         don't autoload "digest-md5".
398
399 2000-05-17  Katsumi Yamaoka <yamaoka@jpl.org>
400
401         * lisp/nndraft.el (nndraft-request-replace-article): Replace
402         `mm-text-coding-system' with `mail-source-text-coding-system';
403         Replace `mm-auto-save-coding-system' with
404         `message-draft-coding-system'.
405
406         * lisp/mail-source.el (mail-source-fetch-maildir): Replace
407         `mm-text-coding-system' with `mail-source-text-coding-system'.
408         (mail-source-text-coding-system): New variable.
409
410         * lisp/dgnushack.el (dgnushack-texi-format): Use
411         `output-coding-system' instead of `coding-system-for-write' when
412         old Mule is used.
413
414 2000-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
415
416         * lisp/message.el (message-forward) Replace the use of `eolp' with
417         `bolp' for detecting the start of the line.
418         (message-indent-citation): Ditto.
419
420 2000-05-10   Daiki Ueno  <ueno@unixuser.org>
421
422         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Don't bind
423         `bbdb-use-pop-up' while executing `bbdb-pop-up-bbdb-buffer'.
424
425 2000-05-10  Katsumi Yamaoka <yamaoka@jpl.org>
426
427         * lisp/gnus-msg.el (gnus-debug): Break MIME tags from the snoopies.
428         (gnus-bug): Insert text/plain tag at the end of the buffer.
429
430 2000-05-10  Katsumi Yamaoka <yamaoka@jpl.org>
431
432         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
433
434 2000-05-10  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
435
436         * lisp/message.el (message-list-references): Do not insert
437         duplicate Message-Id, when specified
438         `message-list-references-add-position'.
439
440         * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Support group address.
441         (gnus-bbdb/insert-address-regexp): New function.
442
443 2000-05-09  Katsumi Yamaoka <yamaoka@jpl.org>
444
445         * lisp/gnus-msg.el (gnus-debug): Add "nntp.el" and `defvoo'.
446
447 2000-05-08  Katsumi Yamaoka <yamaoka@jpl.org>
448
449         * lisp/gnus-vers.el (T-gnus): Update to 6.14.4.
450
451         * README.T-gnus: Update.
452
453         * lisp/{webmail.el,rfc2047.el,nnmbox.el,nndoc.el,mml.el,mm-view.el,
454         mm-partial.el,mm-decode.el,mm-bodies.el,message.el,lpath.el,
455         gnus.el,gnus-vers.el,gnus-util.el,gnus-start.el,gnus-score.el,
456         gnus-msg.el,gnus-mailcap.el,gnus-ems.el,gnus-draft.el,gnus-art.el,
457         ChangeLog}: Sync up with Gnus v5.8.6.
458         * texi/{postamble.tex,message.texi,message-ja.texi,gnusref.tex,
459         gnus.texi,gnus-ja.texi,emacs-mime.texi,Makefile.in,ChangeLog}: Sync
460         up with Gnus v5.8.6.
461
462 2000-04-28  Katsumi Yamaoka <yamaoka@jpl.org>
463
464         * texi/gnus.texi, texi/gnus-ja.texi, texi/gnus-faq-ja.texi, README:
465         You might be able to use T-gnus with the versions of XEmacs prior
466         to 21.1.1.
467
468         * contrib/timer.el: New file. Imported from fsf-compat-1.07-pkg.
469
470 2000-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
471
472         * lisp/mm-view.el (gnus-article-mime-handles): Don't bind it.
473
474         * lisp/gnus-sum.el (gnus-article-mime-handles): Restore from Gnus.
475         (gnus-article-decoded-p): Ditto.
476
477         * lisp/gnus-art.el (gnus-article-mime-handles): Don't bind it.
478         (gnus-article-decoded-p): Ditto.
479
480 2000-04-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
481
482         * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to
483         make info from texi. Thanks to Hayashi-san.
484
485 2000-04-25  Katsumi Yamaoka <yamaoka@jpl.org>
486
487         * lisp/dgnushack.el (union, member-if, mapcon, last): Remove
488         compiler macros.
489
490 2000-04-24  Katsumi Yamaoka <yamaoka@jpl.org>
491
492         * lisp/gnus-vers.el (T-gnus): Update to 6.14.3.
493
494         * README.T-gnus: Update.
495
496         * GNUS-NEWS: Sync up with Gnus v5.8.5.
497         * lisp/{webmail.el,utf7.el,time-date.el,smiley.el,rfc2047.el,
498         rfc1843.el,qp.el,pop3.el,parse-time.el,nnweb.el,nnwarchive.el,
499         nnvirtual.el,nnultimate.el,nntp.el,nnspool.el,nnslashdot.el,
500         nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
501         nndoc.el,nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
502         mm-encode.el,mm-decode.el,mm-bodies.el,message.el,mail-source.el,
503         mail-prsvr.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,gnus.el,
504         gnus-xmas.el,gnus-win.el,gnus-uu.el,gnus-util.el,gnus-topic.el,
505         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,
506         gnus-msg.el,gnus-move.el,gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,
507         gnus-logic.el,gnus-kill.el,gnus-int.el,gnus-group.el,gnus-ems.el,
508         gnus-eform.el,gnus-dup.el,gnus-draft.el,gnus-cite.el,gnus-cache.el,
509         gnus-bcklg.el,gnus-async.el,gnus-art.el,gnus-agent.el,
510         format-spec.el,flow-fill.el,fill-flowed.el,dgnushack.el,ChangeLog}:
511         Sync up with Gnus v5.8.5.
512         * texi/{refcard.tex,gnusref.tex,gnus.texi,gnus-ja.texi,
513         gnus-faq-ja.texi,Makefile.in,ChangeLog}: Sync up with Gnus v5.8.5.
514
515         * README: Requires XEmacs 21.1.1 and later.
516         * texi/{gnus.texi, gnus-faq-ja.texi}: Ditto.
517
518 2000-04-20  Katsumi Yamaoka <yamaoka@jpl.org>
519
520         * lisp/gnus-vers.el (T-gnus): Update to 6.14.2.
521         (gnus-revision-number): Clear to 00.
522
523         * README.T-gnus: Update.
524
525         * lisp/{webmail.el,utf7.el,time-date.el,rfc2047.el,qp.el,pop3.el,
526         parse-time.el,nnweb.el,nnwarchive.el,nnultimate.el,nntp.el,
527         nnslashdot.el,nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,
528         mm-view.el,mm-util.el,mm-decode.el,mm-bodies.el,message.el,
529         mail-source.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,
530         gnus.el,gnus-win.el,gnus-vers.el,gnus-uu.el,gnus-topic.el,
531         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-mailcap.el,
532         gnus-group.el,gnus-cus.el,gnus-art.el,gnus-agent.el,base64.el,
533         ChangeLog}: Sync up with Gnus v5.8.4.
534
535         * lisp/fill-flowed.el: New file.
536
537         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Gnus v5.8.4.
538
539         * contrib/{vcard.el,one-line-cookie.diff,README}: New files.
540
541 2000-04-14  Katsumi Yamaoka <yamaoka@jpl.org>
542
543         * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use
544         of the separated message frames; use `gnus-copy-article-buffer'.
545
546 2000-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
547
548         * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
549         (gnus-extended-version): Use `gnus-product-name' and
550         `gnus-version-number' instead of the use of `product-string'.
551         (gnus-version-number): Exclude `gnus-revision-number'.
552         (Defining product): Include `gnus-revision-number'.
553         (TopLevel): Require `poe' for the function `butlast'.
554
555 2000-04-13  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
556
557         * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
558         modification.
559         (gnus-search-or-regist-spec): Change interface.
560
561 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
562
563         * lisp/gnus-art.el (gnus-article-prev-page): Bind
564         `window-pixel-scroll-increment' to nil while scrolling for
565         canceling a backlash and a modeline erosion.  It may work under
566         XEmacs 21.2.20 and later.
567         (gnus-article-next-page): Ditto.
568
569 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
570
571         * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
572
573         * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
574
575 2000-04-11  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
576
577         * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
578         arguments.
579
580         * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
581         (gnus-update-format-specifications): Support new data structure of
582         `gnus-format-specs-compiled'.
583         (gnus-update-format-specification-1): Likewise.
584         (gnus-update-format): Support new data structure of
585         `gnus-format-specs'.
586         (gnus-format-specs): Modify data structure.
587
588 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
589
590         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
591         article case insensitively.
592
593 2000-04-07  Katsumi Yamaoka <yamaoka@jpl.org>
594
595         * lisp/message.el (message-cite-original): Use "unknown sender" if
596         from field does not exist in the yanked article.
597
598 2000-04-06  Katsumi Yamaoka <yamaoka@jpl.org>
599
600         * lisp/message.el (message-cite-original): Extract from field for
601         the simple citation line.
602
603 2000-03-21  Katsumi Yamaoka <yamaoka@jpl.org>
604
605         * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
606         article does not exist.
607
608 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
609
610         * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
611
612         * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
613         `output-coding-system' for Mule 2.3.
614         * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
615         * lisp/imap.el (imap-ssl-open): Ditto.
616         * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
617
618 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
619
620         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
621         (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
622         file using `gnus-re-read-newsrc-el-file'.  In that case, the
623         compiled format specs in the file which may be created by the other
624         Gnusae should be ignored.
625
626 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
627
628         * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
629         when Mule 2.3 is running.
630
631 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
632
633         * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
634
635         * lisp/gnus.el (gnus-continuum-version): Remove.
636         (gnus-product-variable-file-list): Use `product-version' instead of
637         the constant values.
638         (TopLevel): Don't autoload "gnus-msg" for the function
639         `gnus-extended-version'.
640         (gnus-version): Move to gnus-vers.el.
641         (gnus-version): Ditto.
642         (gnus-version-number): Ditto.
643         (gnus-product-name): Ditto.
644         (gnus-original-product-name): Ditto.
645         (running-pterodactyl-gnus-0_73-or-later): Ditto.
646         (gnus-original-version-number): Ditto.
647         (gnus-revision-number): Ditto.
648
649         * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
650         (gnus-version): Move from gnus.el.
651         (gnus-version): Ditto.
652         (gnus-version-number): Ditto.
653         (gnus-product-name): Ditto.
654         (gnus-original-product-name): Ditto.
655         (running-pterodactyl-gnus-0_73-or-later): Ditto.
656         (gnus-original-version-number): Ditto.
657         (gnus-revision-number): Ditto.
658
659         * lisp/gnus-start.el (gnus-product-quick-file-format): Use
660         `gnus-vers' instead of `gnus' for the product.
661         (gnus-product-save-variable-file-1): Message an absolute file name;
662         use `save-buffer-as-coding-system'; use `gnus-vers' instead of
663         `gnus' for the product.
664         (gnus-convert-old-ticks): Remove.
665         (gnus-convert-old-newsrc): Remove.
666         (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
667
668         * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
669         `gnus-format-specs-compiled'.
670         (gnus-update-format-specifications): Specify the arg `format' for
671         `gnus-update-format-specification-1'.
672         (gnus-update-format-specification-1): Modify for the new form of
673         `gnus-format-specs-compiled'; add a new arg `format'.
674         (gnus-format-specs-compiled): Allow the plural compiled functions
675         for each element.
676
677         * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
678
679 2000-03-14  Keiichi Suzuki  <keiichi@nanap.org>
680
681         NOTE: It requires `product' in APEL 10.0 or later.
682         Will be created ``~/News/.T-gnus/'' directory automatically by
683         default.   You can customize location by `gnus-product-directory'.
684         ``cache'' and  ``strict-cache'' files will be created under the
685         directory.
686
687         * lisp/gnus.el (TopLevel): Require `gnus-vers'.
688         (gnus-product-name): Abolished.
689         (gnus-version-number): Ditto.
690         (gnus-version): Use `product-string'. (Format changed)
691         (gnus-variable-list): Delete `gnus-format-specs'.
692         (gnus-product-variable-file-list): New variable.
693         (TopLevel): Use `product-provide'.
694
695         * lisp/gnus-vers.el: New file.
696
697         * lisp/gnus-start.el (gnus-product-directory): New user option.
698         (gnus-clear-quick-file-variables): New function.
699         (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
700         (gnus-read-newsrc-file): Likewise.
701         (gnus-read-newsrc-el-file): Read product's variable files.
702         (gnus-product-read-variable-file-1): New function.
703         (gnus-save-newsrc-file): Save product's variable files.
704         (gnus-product-variable-touch): New function.
705         (gnus-product-variables-dirty-p): Ditto.
706         (gnus-product-save-variable-file): Ditto.
707         (gnus-product-save-variable-file-1): Ditto.
708         (gnus-product-quick-file-format): Ditto.
709
710         * lisp/gnus-spec.el (gnus-update-format): Use
711         `gnus-product-variable-touch'.
712         (gnus-update-format-specification-1): Likewise.
713         (gnus-update-format-specifications): Do not check `emacs-version'
714         and `gnus-newsrc-file-version'.  Use
715         `gnus-product-variable-touch'.
716
717         * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
718         `product-string'.
719
720 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
721
722         * lisp/gnus.el (gnus-revision-number): Increment to 14.
723         (gnus-compile-user-specs): New user option.
724
725         * texi/gnus.texi: Update.
726         * texi/gnus-ja.texi: Update.
727
728         * lisp/gnus-start.el (gnus-setup-news): Revert.
729         (gnus-setup-news-hook): Revert.
730
731         * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
732         as well; don't bind `gnus-tmp-func'.
733         (gnus-update-format-specifications): Revert; use
734         `gnus-update-format-specification-1'.
735         (gnus-update-format-specification-1): New function.
736         (gnus-format-specs-compiled): Modify the form.
737         (TopLevel): Require `alist'.
738
739 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
740
741         * lisp/gnus.el (gnus-revision-number): Increment to 13.
742
743         * texi/gnus.texi: Update.
744         * texi/gnus-ja.texi: Update.
745
746         * lisp/gnus-start.el (gnus-setup-news): Update all format specs
747         just before `gnus-setup-news-hook' is evaluated.
748         (gnus-setup-news-hook): Default to `gnus-compile'.
749
750         * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
751         `gnus-format-specs', generate compiled specs in
752         `gnus-format-specs-compiled' instead; don't touch the dribble
753         buffer.
754         (gnus-update-format-specifications): Bind `gnus-format-specs' to
755         `gnus-format-specs-compiled' if the latter is non-nil; use
756         `gnus-update-format-specifications-1'.
757         (gnus-update-format-specifications-1): Rename from
758         `gnus-update-format-specifications'; update the value of
759         `gnus-newsrc-file-version' if the updating is forced.
760         (gnus-format-specs-compiled): New internal variable.
761
762 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
763
764         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
765         update format specifications, when differ `gnus-version' and
766         `gnus-newsrc-file-version' instead of `gnus-version' and
767         `gnus-version' in `gnus-format-specs'.
768         Do not add `gnus-version' into `gnus-format-specs'.
769
770 2000-03-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
771
772         * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
773         from gnus-format-specs.
774
775 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
776
777         * nnvirtual.el (nnvirtual-request-article):
778         Bind gnus-override-method to nil.
779         (nnvirtual-request-update-mark): Don't update mark when
780         article is not there.
781
782 2000-03-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
783
784         * lisp/gnus.el (gnus-revision-number): Increment to 12.
785
786         * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
787         and `pgg-verify-region'.
788         (gnus-summary-decrypt-article): New command.
789         (gnus-summary-verify-article): New command.
790         (gnus-summary-article-map): Bind them.
791         (gnus-wheel-summary-scroll): Fix paren style.
792
793 2000-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
794
795         * lisp/gnus.el (gnus-revision-number): Increment to 11.
796
797 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
798
799         * lisp/nnheader.el (nnheader-insert-nov): Use
800         `mime-entity-fetch-field' instead of `mime-fetch-field'.
801
802         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
803         `mime-entity-read-field' instead of `mime-read-field'.
804         (gnus-article-sort-by-author): Likewise.
805
806 2000-03-02   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
807
808         * lisp/nnimap.el (nnimap-request-article-part): Don't use
809         `imap-capability' to detect BODYDETAIL response.
810
811 2000-03-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
812
813         * lisp/gnus.el (gnus-revision-number): Increment to 10.
814
815         * lisp/nnimap.el
816         (nnimap-request-article-part): Handle `BODY' fetch response when
817         the server implements IMAP4 rev1 capabilities.
818         (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
819         this attribute was obsoleted in RFC2060.
820         (nnimap-request-body): Ditto.
821
822 2000-02-29  Katsumi Yamaoka <yamaoka@jpl.org>
823
824         * lisp/gnus.el (gnus-revision-number): Increment to 09.
825
826         * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
827         from gnus-xmas.el; share them with XEmacs-MULE.
828
829         * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
830         Move to gnus-ems.el.
831
832 2000-02-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
833
834         * lisp/gnus.el (gnus-revision-number): Increment to 08.
835
836         * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
837         `gnus-bbdb/split-mail'.
838         * README-gnus-bbdb.ja: Ditto.
839
840 2000-02-08  Yoshiki Hayashi <yoshiki@xemacs.org>
841
842         * gnus-art.el (article-display-face): Show folded X-Face.
843
844 2000-02-08  Keiichi Suzuki  <keiichi@nanap.org>
845
846         * lisp/gnus.el (gnus-revision-number): Increment to 07.
847
848         * lisp/nnmail.el (nnmail-get-new-mail): Do not check
849         `nnmail-spool-file'.
850
851 2000-02-06   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
852
853         * lisp/gnus.el (gnus-revision-number): Increment to 06.
854
855         * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
856         (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
857         `digest-md5' to IMAP authenticators.
858
859         * lisp/gnus-offline.el (gnus-group-get-new-news,
860         gnus-agent-toggle-plugged,gnus-agent-expire,
861         gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
862         redefining.
863
864         * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
865
866         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
867         confusing tabs from original header.
868
869 2000-02-02  Katsumi Yamaoka <yamaoka@jpl.org>
870
871         * lisp/pop3.el (pop3-md5): Fset to `md5' if the module `md5' is
872         installed.
873         (pop3-apop): Use built-in `md5' if it exists.
874
875 2000-01-27  Katsumi Yamaoka <yamaoka@jpl.org>
876
877         * lisp/gnus.el (gnus-revision-number): Increment to 05.
878
879         * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
880         module `gnus-bitmap' instead of `smiley-mule'.
881
882         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
883         without redisplaying if the point is out of view.
884
885 2000-01-25  Katsumi Yamaoka <yamaoka@jpl.org>
886
887         * lisp/gnus.el (gnus-revision-number): Increment to 04.
888
889 2000-01-24  SANETO Takanori <sanewo@ba2.so-net.ne.jp>
890
891         * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
892
893         * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
894         * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
895         Ditto.
896
897         * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
898         arg of `message'.
899         * lisp/gnus.el (gnus-version): Ditto.
900         * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
901         * lisp/gnus-offline.el (gnus-offline-set-interval-time,
902         gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
903         gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
904         gnus-offline-hangup-line, gnus-offline-get-new-news-function,
905         gnus-offline-connect-server): Ditto.
906         * lisp/dgnushack.el (dgnushack-make-package): Ditto.
907
908 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
909
910         * lisp/gnus.el (gnus-revision-number): Increment to 03.
911
912         * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
913         buffer if it is called non-interactively.
914
915 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
916
917         * lisp/gnus.el (gnus-revision-number): Increment to 02.
918
919         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
920         if the point is out of view.
921
922 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
923
924         * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
925         `pos-visible-in-window-p' returns nil.
926
927 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
928
929         * lisp/gnus-offline.el (gnus-agent-mode): New advice.
930
931 2000-01-12  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
932
933         * lisp/base64.el: Unbound base64-*-string and base64-*-region
934         when defined by autoload.
935
936 2000-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
937
938         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
939         the original code; hide group contents while rescanning.
940
941 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
942
943         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
944         lines in the imitation buffer; turn off h-scrollbar for XEmacs.
945
946 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
947
948         * lisp/gnus.el (gnus-revision-number): Increment to 01.
949
950         * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
951         nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
952         gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
953         gnus-agent.el}: Require `gnus-clfns' when compiling.
954
955         * lisp/rfc2231.el: Require `cl' when compiling.
956
957         * lisp/gnus-clfns.el: New file.
958
959         * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
960         gnus-clfns.el.
961
962         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
963         rescan the current newsgroup before exiting; wear an imitation
964         summary buffer while rescanning.
965
966 2000-01-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
967
968         * lisp/dgnushack.el (char-before): Use the byte-optimaization.
969
970 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
971
972         * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
973         (gnus-revision-number): Clear to 00.
974
975         * README.T-gnus: Update.
976
977         * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
978         score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
979         nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
980         nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
981         nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
982         nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
983         nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
984         mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
985         mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
986         gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
987         gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
988         gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
989         gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
990         gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
991         gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
992         gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
993         gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
994         gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
995         v5.8.3.
996
997         * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
998         emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
999
1000 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1001
1002         * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
1003         the new CVS server.
1004
1005         * lisp/gnus-sum.el (gnus-articles-to-read): Bind
1006         `cursor-in-echo-area' to nil while `read-from-minibuffer'.
1007
1008 1999-12-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1009
1010         * lisp/gnus-offline.el (TopLevel): Call
1011         `define-process-argument-editiong' only under Meadow -- i.e. don't
1012         call this function under NTEmacs.
1013
1014 1999-12-28  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1015
1016         * lisp/gnus.el (gnus-revision-number): Increment to 15.
1017
1018         * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
1019         `gnus-offline-agent-automatic-expire'.
1020         (gnus-agent-expire): Fix the advice.
1021         (gnus-offline-after-jobs-done): Refer to
1022         `gnus-offline-auto-expire'.
1023
1024         * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
1025         messages.
1026         (gnus-offline-resource-ja): Ditto.
1027
1028         * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
1029         bind `coding-system-for-read' to raw-text-dos, else bind it to
1030         binary.
1031
1032 1999-12-28  Katsumi Yamaoka <yamaoka@jpl.org>
1033
1034         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1035
1036         * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
1037
1038 1999-12-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1039
1040         * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
1041         (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
1042         value depends on the version of ssl.el.
1043         (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
1044         `coding-system-for-read' to raw-text-dos, else bind it to binary.
1045
1046 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
1047
1048         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
1049         `save-restriction'.
1050
1051 1999-12-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1052
1053         * lisp/imap.el (imap-streams,imap-stream-alist,
1054         imap-authenticators,imap-authenticator-alist,
1055         imap-digest-md5-p): Sync with latest Gnus.
1056         (imap-starttls-p): Rename from `imap-tls-p'.
1057         (imap-starttls-open): Rename from `imap-tls-open'.
1058
1059 1999-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1060
1061         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1062
1063         * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
1064         as its parent directory.
1065
1066         * lisp/imap.el (base64-encode-string, base64-decode-string):
1067         Autoload "base64" instead of the tricky definitions.
1068
1069         * lisp/base64.el: Restore the original code and invalidate it; use
1070         mel for the base64 codec.
1071
1072 1999-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1073
1074         * lisp/imap.el (mel-find-function): Always require `mel' instead of
1075         the use of autoloading.  Because the function `mel-find-function'
1076         is defined by `defsubst'.
1077
1078 1999-12-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1079
1080         * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
1081         `gnus-offline-connected', not `gnus-plugged'.
1082
1083         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
1084         `unless'. Use `when'.
1085
1086         * lisp/imap.el (base64-encode-string): Fix. May work.
1087
1088 1999-12-16  Katsumi Yamaoka <yamaoka@jpl.org>
1089
1090         * lisp/message.el (message-goto-mail-copies-to): If the field is
1091         newly created, a string "never" is inserted in default.
1092         (message-goto-mail-followup-to): If the field is newly created and
1093         To field contains only one address, the address is inserted in
1094         default.
1095         (message-mode-map): New key stroke `C-c C-f c' for the command
1096         `message-goto-mail-copies-to'.
1097
1098 1999-12-15  Katsumi Yamaoka <yamaoka@jpl.org>
1099
1100         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1101
1102         * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
1103
1104         * lisp/lpath.el (toolbar-gnus, get-charset-property,
1105         font-lock-set-defaults, find-coding-system, coding-system-get):
1106         Bind them for FSF Emacsen.
1107         (read-color, x-defined-colors, compute-motion): Don't bind.
1108
1109         * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
1110         `base64-encode-string' and `base64-decode-string' instead of
1111         `imap-base64-encode-string' or `imap-base64-decode-string'.
1112         (base64-encode-string): New function.  It won't be defined if it
1113         is already bound and the optional second arg is allowed.
1114         (base64-decode-string): New function defined by `defun-maybe'.
1115         (imap-base64-encode-string, imap-base64-decode-string): Remove.
1116         (mel-find-function): Autoload "mel".
1117
1118         * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
1119         get-popup-menu-response, toolbar-gnus, get-charset-property,
1120         find-coding-system, coding-system-get, font-lock-set-defaults):
1121         Don't bind.
1122         (union, member-if, mapcon, mapc, last): Don't define as compiler
1123         macros under XEmacs.  It is based on Hrvoje's advice.
1124         (member-if): New compiler macro for emulating cl function.
1125
1126 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1127
1128         * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
1129         of `static-condition-case'.
1130
1131 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1132
1133         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1134
1135         * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
1136         arg `no-line-break'.
1137
1138 1999-12-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1139
1140         * lisp/imap.el: Require `digest-md5' when compiling; add autoload
1141         settings for `digest-md5-parse-digest-challenge' and
1142         `digest-md5-digest-response'.
1143         (imap-authenticators): Add `digest-md5'.
1144         (imap-authenticator-alist): Setup for `digest-md5'.
1145         (imap-digest-md5-p): New function.
1146         (imap-digest-md5-auth): New function.
1147
1148 1999-12-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1149
1150         * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
1151         buffer name must be specific to its mail source.
1152
1153 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1154
1155         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1156
1157         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
1158         call too many `static-if's.
1159
1160         * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
1161         `make-symbolic-link' is not availabe.
1162
1163         * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
1164
1165 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1166
1167         * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
1168         the original `gnus-agent-toggle-plugged'.
1169
1170         * lisp/mail-source.el (mail-source-fetch-imap): Don't create
1171         multiple temporary buffers, and don't kill one.
1172
1173 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1174
1175         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1176
1177         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
1178         optional argument `force'. Use `read-file-name' instead of
1179         `read-directory-name'.
1180
1181 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1182
1183         * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
1184
1185         * lisp/gnus-agent.el (gnus): Give up to advise here.
1186         (gnus-group-get-new-news): New advice instead.
1187
1188         * lisp/gnus-offline.el (gnus-offline-setup): Call
1189         `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
1190         here.
1191         (gnus-offline-define-menu-and-key): Simplify.
1192         (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
1193         interactively.
1194
1195         * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
1196         `gnus-offline-setting-file'.
1197         (gnus-nntp-service): Set this variable here, not in
1198         `gnus-offline-setting-file'
1199         (gnus-nntp-server): Ditto.
1200         (gnus-after-getting-new-news-hook): Ditto.
1201         (message-send-hook): Ditto.
1202         (mail-source-read-passwd): Ditto.
1203         (gnus-setup-news-hook): Ditto.
1204         (gnus-setup-for-offline): Now one can get mails from `imap',
1205         `file', `directory' or `maildir'.
1206
1207         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1208         Ignore non-POP mail sources.
1209
1210 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
1211
1212         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1213
1214         * lisp/gnus-util.el (gnus-union): Remove.
1215         (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
1216
1217         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
1218         instead of `gnus-union'.
1219
1220 1999-12-10  A.Hitachi       <a_hitachi@msi.biglobe.ne.jp>
1221             Katsumi Yamaoka <yamaoka@jpl.org>
1222
1223         * lisp/dgnushack.el (union): New compiler macro for emulating cl
1224         function.
1225
1226 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
1227
1228         * lisp/gnus-util.el: Require `gnus-ems'.
1229         (gnus-ems-redefine): Call it to redefine the functions
1230         `gnus-truncate-string', etc.
1231         (gnus-union): Fix doc string.
1232
1233         * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
1234
1235 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
1236
1237         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1238
1239 1999-12-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1240
1241         * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
1242         in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
1243
1244 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
1245
1246         * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
1247         function.
1248         (mapc): Bug fix - treat the last arg as a list.
1249
1250 1999-12-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1251
1252         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1253
1254         * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
1255         modeline "Plugged" status display with the value of
1256         `gnus-plugged'.
1257
1258         * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
1259         compile time.
1260         (gnus-offline-set-online-sendmail-function): defsubst.
1261         (gnus-offline-set-offline-sendmail-function): Ditto.
1262         (gnus-offline-set-offline-post-news-function): Ditto.
1263         (gnus-offline-set-online-post-news-function): Ditto.
1264         (gnus-offline-disable-fetch-mail): Ditto.
1265         (gnus-offline-enable-fetch-mail): Ditto.
1266         (gnus-offline-setup): Fix typo.
1267         (gnus-offline-gnus-get-new-news): Abolish.
1268         (gnus-offline-toggle-plugged): Ditto.
1269         (gnus-offline-agent-expire): Ditto.
1270         (gnus-group-get-new-news): New advice which does things
1271         `gnus-offline-gnus-get-new-news' was doing.
1272         (gnus-agent-toggle-plugged): New advice which does thing
1273         `gnus-offline-toggle-plugged' was doing.
1274         (gnus-agent-expire): New advice which does things
1275         `gnus-offline-agent-expire' was doing.
1276         (gnus-offline-define-menu-and-key): No longer substitute key
1277         definitions on `gnus-group-mode-map'. No longer swap commands for
1278         a toolbar button.
1279         (gnus-offline-after-get-new-news): Do jobs only when
1280         `gnus-plugged' is t.
1281
1282         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
1283         expressions.
1284
1285 1999-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
1286
1287         * lisp/message.el (message-yank-add-new-references): Fix doc string.
1288
1289         * texi/{message-ja.texi, message.texi}
1290         (message-list-references-add-position,
1291         message-yank-add-new-references): Add documentations.
1292
1293 1999-12-07  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1294
1295         * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
1296         `gnus-offline-get-message'.
1297
1298         * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
1299         `gnus-ofsetup-get-message'.
1300
1301 1999-12-07  Katsumi Yamaoka <yamaoka@jpl.org>
1302
1303         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1304         (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
1305
1306         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
1307         `get-text-property' in the outside of the boundary.
1308         (gnus-article-smiley-display): New function.
1309         (gnus-treatment-function-alist): Use it.
1310
1311         * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
1312         the bug fixed version rigidly instead of the use of `defadvice'.
1313
1314         * lisp/message.el (font-lock-after-change-function): Don't use
1315         `compile' for the arg of `defadvice'.
1316
1317 1999-12-06  Keiichi Suzuki  <keiichi@nanap.org>
1318
1319         * lisp/message.el (message-yank-add-new-references): New option
1320         value `message-id-only'.
1321         (message-yank-original): Likewise.
1322         (message-list-references-add-position): New user option.
1323         (message-list-references): When
1324         `message-list-references-add-position' is integer value, the order
1325         of designate number message-ids is kept.
1326
1327 1999-12-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1328
1329         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1330
1331         * lisp/gnus-offline.el (gnus): Don't advise here.
1332         (TopLevel): Call `gnus-offline-define-menu-and-key'.
1333         (gnus-offline-setup): Don't call
1334         `gnus-offline-define-menu-and-key' here.
1335
1336         * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
1337         rely on `gnus-load-hook'.
1338         (gnus): New advice. Call `gnus-offline-setup' when everything is
1339         done.
1340
1341         * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
1342         at the compile time. Use `gnus-alive-p'.
1343
1344 1999-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
1345
1346         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1347
1348         * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
1349         don't use `byte-defop-compiler'.
1350         (byte-optimize-form-code-walker): Advise it for fixing the bug in
1351         and/or forms.  The original idea is devised by FUKUI-san, modified
1352         by KOBAYASHI-san.
1353         (max-specpdl-size): Set 3000.
1354
1355 1999-12-05  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1356
1357         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1358
1359         * lisp/gnus-offline.el (gnus): New advice. synchronize
1360         `gnus-offline-connected' with `gnus-plugged'.
1361
1362 1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1363
1364         * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
1365         (gnus-revision-number): Clear to 00.
1366
1367         * README.branch.ja: Update for t-gnus-6_14 branch.
1368         * README.branch: Ditto.
1369         * README.T-gnus: Ditto.
1370         * README.semi.ja: Ditto.
1371         * README.semi: Ditto.
1372
1373         * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
1374         nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
1375         mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
1376         gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
1377         gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
1378
1379         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1380         gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
1381         Gnus v5.8.2.
1382
1383         * t-gnus-6_14: NEW PUBLIC BRANCH.
1384
1385 1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1386             Katsumi Yamaoka <yamaoka@jpl.org>
1387
1388         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1389
1390         * lisp/dgnushack.el (char-before): Use compiler macro instead of
1391         byte-optimizer.
1392         (char-after): Comment out the byte-optimization.
1393
1394         * imap.el (imap-base64-encode-string, imap-base64-decode-string):
1395         New functions.  They are identical to the built-in codec if
1396         possible, otherwise the functions defined in mel are used.
1397         (imap-cram-md5-auth): Use them.
1398
1399 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1400
1401         * lisp/imap.el: Remove autoload settings for `base64-decode-string'
1402         and `base64-encode-string'.
1403
1404 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1405
1406         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
1407         (gnus-revision-number): Clear to 00.
1408
1409         * README.T-gnus: Update.
1410
1411         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
1412
1413         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
1414         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
1415         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1416         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
1417         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1418         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1419         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
1420         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
1421         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
1422         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
1423
1424         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
1425         files.
1426
1427         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1428         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
1429         Gnus v0.99.
1430
1431 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1432
1433         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
1434         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
1435         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
1436         (gnus-after-getting-new-news-hook): Ditto.
1437
1438         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
1439
1440 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
1441
1442         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1443
1444         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
1445         char with old Emacsen as well.
1446
1447 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1448
1449         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
1450         appears in the backquoted form.
1451         (gnus-category-edit-score): Ditto.
1452
1453         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
1454         appears in the backquoted form.
1455
1456 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1457
1458         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1459
1460         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
1461         bug -- do add-hook.
1462         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
1463         defined. If not, call `easy-menu-create-keymaps'.
1464
1465 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1466
1467         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1468
1469         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
1470         "static" at the compile time.
1471         (gnus-offline-hangup-function): Abolish.
1472         (gnus-offline-auto-ppp): New variable.
1473         (gnus-offline-gnus-get-new-news): Refer to it.
1474         (gnus-offline-set-unplugged-state): Ditto.
1475         (gnus-offline-set-auto-ppp): New function. It replaces the
1476         function `gnus-offline-toggle-auto-hangup'.
1477         (gnus-offline-toggle-auto-hangup): Abolish.
1478         (gnus-offline-define-menu-and-key): Use `static-if' and
1479         `static-cond'.
1480         (gnus-offline-popup-menu): Do not define this function under XEmacs.
1481         (gnus-offline-popup): New function.
1482
1483         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
1484         (gnus-ofsetup-resource-en): Fix doc strings.
1485         (gnus-ofsetup-resource-ja): Ditto.
1486
1487 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1488
1489         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1490
1491         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
1492         Pterodactyl Gnus v0.98.
1493
1494 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1495
1496         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
1497
1498         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
1499
1500         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
1501         `car' and `cdr' instead of `cadr'.
1502
1503         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
1504         instead of `push'; use `if' instead of `when'.
1505
1506         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
1507         instead of `pop'.
1508         (gnus-useful-groups): Use `or' instead of `unless'.
1509
1510         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
1511         instead of `cadr'.
1512
1513 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1514
1515         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
1516         `when' in the body of `defadvice'.  Use `if' instead.
1517
1518         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
1519         cl functions.
1520
1521 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
1522
1523         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
1524         the macro `when' in the arg of `defcustom'.  Use `if' instead.
1525
1526 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
1527
1528         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1529
1530         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
1531         `next-single-property-change' LIMIT as `point-max'.
1532         (gnus-article-prepare-mime-display): Ditto.
1533         (article-hide-signature): Ditto.
1534
1535 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
1536
1537         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
1538         are removed to fill gnus-version within 80 columns.
1539
1540 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
1541
1542         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
1543
1544 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
1545
1546         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1547
1548         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
1549         instead of `union'.
1550
1551         * lisp/gnus-util.el (gnus-union): New function.
1552
1553         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
1554         `copy-sequence' instead of `copy-list'.
1555         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
1556
1557         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
1558
1559 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
1560
1561         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1562
1563         * lisp/dgnushack.el (union, copy-list): New compiler macros for
1564         emulating cl functions.
1565
1566 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
1567
1568         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1569         (gnus-select-method): Use `condition-case' instead of
1570         `ignore-errors'.
1571
1572         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1573         instead of `ignore-errors'.
1574
1575         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
1576
1577         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
1578         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
1579         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
1580         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
1581         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1582         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1583         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
1584         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
1585         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
1586         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
1587
1588 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
1589
1590         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1591
1592         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
1593         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
1594         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
1595         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
1596         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1597         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
1598         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
1599         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
1600         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
1601         Require `cl' at the top level.
1602
1603         * lisp/gnus.el (gnus-select-method): Undo last change.
1604         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
1605         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
1606
1607         * lisp/gnus-ems.el (gnus-split-string): Remove.
1608
1609 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1610
1611         * lisp/pop3.el: Add description about STLS extension; add autoload
1612         setting for `starttls-open-stream' and `starttls-negotiate'.
1613         (pop3-stls): New function.
1614         (pop3-open-tls-stream): New function.
1615         (pop3-open-server): Use `pop3-open-tls-stream' if
1616         'pop3-connection-type' is bound to `tls'.
1617
1618 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1619
1620         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
1621         and `starttls-negotiate'.
1622         (imap-stream-alist): Add TLS entry.
1623         (imap-tls-p): New function.
1624         (imap-tls-open): New function.
1625         (imap-ssl-open): Enclose `open-ssl-stream' with
1626         `as-binary-process'.
1627
1628 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
1629
1630         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1631         (gnus-select-method): Use `condition-case' instead of
1632         `ignore-errors'.
1633
1634         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
1635         level.
1636
1637         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
1638         `coding' and `noerror' for the stopgaps.
1639
1640         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
1641         `coding' and `noerror'.
1642         (function-max-args): Maybe-fbind for FSF Emacsen.
1643
1644         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
1645         as `binary' if possible.
1646         (imap-log): Default to nil (synched with pgnus 0.99).
1647         (base64-decode-string): Autoload "mel" instead of "base64".
1648         (md5): Autoload "md5" without `eval-and-compile'.
1649
1650         * lisp/gnus-util.el (copy-list): New function defined by
1651         `defun-maybe'.
1652
1653         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
1654         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
1655
1656         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1657         instead of `ignore-errors'.
1658
1659         * lisp/gnus-picon.el: Require `cl'.
1660
1661         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
1662         gnus-offline.el} (cl): Enclose the requiring procedure with
1663         `eval-when-compile'.
1664
1665         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
1666         procedure with `eval-when-compile' instead of `eval-and-compile'.
1667
1668 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1669
1670         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1671         Use mail-sources instead of nnmail-spool-file.
1672         From: Toshiaki -PCX- Tanaka.
1673
1674 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
1675
1676         * lisp/gnus.el (gnus-group-startup-message): Insert space before
1677         "based on".
1678         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
1679
1680 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
1681
1682         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
1683         (gnus-revision-number): Clear to 00.
1684
1685         * README.T-gnus: Update.
1686
1687         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
1688         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
1689         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
1690         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
1691         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
1692         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1693
1694         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
1695
1696         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
1697         translation.
1698
1699         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1700
1701 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
1702
1703         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
1704         `message-save-drafts' instead of `set-buffer-modified-p' and
1705         `save-buffer'.
1706         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
1707         because the reply data is lost in Drafts.
1708         * lisp/gnus-art.el (gnus-signature-face): Don't check
1709         window-system type.
1710
1711 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1712
1713         * lisp/pop3.el (pop3-progress-message): New function.
1714         (pop3-movemail): Use it.
1715
1716 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
1717
1718         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
1719         `gnus-following-method'.
1720
1721         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
1722         wide reply as a mail if the message is not a news; use the macro
1723         `gnus-setup-message'.
1724
1725         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
1726
1727 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
1728
1729         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1730         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
1731         function `gnus-smiley-display'.
1732
1733         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
1734         `window-system' is nil.
1735         (gnus-article-x-face-command): Default to external command if
1736         `window-system' is nil.
1737
1738 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
1739
1740         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1741         (TopLevel): Rearrange autoload settings.
1742
1743         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
1744         `smiley-buffer'.
1745
1746         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
1747         "Toggle smileys" in "Washing" menu.
1748         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
1749
1750         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
1751         (smiley-toggle-buffer): New function.
1752         (smiley-buffer): Don't quote the function.
1753         (smiley-toggle-extents): Ditto.
1754
1755 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1756
1757         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1758         (TopLevel): Add and delete autoloads for functions defined in
1759         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
1760
1761         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
1762         defined in "miee".
1763
1764         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
1765         `gnus-custom-mode' defined in "gnus-cus".
1766
1767 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1768
1769         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1770
1771         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
1772         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
1773         header.
1774
1775 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
1776
1777         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1778         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
1779         functions `x-face-mule-gnus-article-display-x-face' and
1780         `smiley-buffer'.
1781
1782         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
1783
1784         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
1785         `gnus-mule-group-startup-message'.
1786         (gnus-mule-group-startup-message): Remove.
1787         (gnus-mule-bitmap-image-file): Remove.
1788
1789         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
1790         ordinary text if the feature `smiley-mule' is provided and FSF
1791         Emacs is used.
1792         (TopLevel): Require `static' at the compile time.
1793
1794         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
1795         `mime-display-text/plain-hook' to nil.
1796         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
1797         treat the next entity position as a marker.
1798         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
1799         `gnus-smiley-display' under FSF Emacsen.
1800         (gnus-treat-display-smileys): Default to t if the module
1801         `smiley-mule' is installed.
1802         (gnus-treat-display-xface): Default to `head' if the value of
1803         `gnus-article-x-face-command' is
1804         `x-face-mule-gnus-article-display-x-face'.
1805         (gnus-article-x-face-command): Default to
1806         `x-face-mule-gnus-article-display-x-face' if the module
1807         `x-face-mule' is installed.
1808         (TopLevel): Require `static' first; require `path-util'.
1809
1810 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
1811
1812         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1813
1814         * lisp/message.el (message-mode): Make
1815         `message-font-lock-last-position' as buffer local.
1816         (message-font-lock-keywords-2): Use
1817         `message-font-lock-cited-text-matcher' instead of regexp.
1818         (message-font-lock-cited-text-matcher): New function.
1819         (font-lock-after-change-function): Advice to the keep last cursor
1820         position in `message-font-lock-last-position' before fontifying.
1821         (message-font-lock-last-position): New variable.
1822         (message-font-lock-citation-name-max-column): New variable.
1823         (message-font-lock-cited-text-regexp): New variable.
1824         (message-font-lock-fence-close-position): New variable.
1825         (message-font-lock-fence-open-position): New variable.
1826         (message-font-lock-fence-close-regexp): New variable.
1827         (message-font-lock-fence-open-regexp): New variables.
1828
1829 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1830
1831         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
1832         using `message-font-lock-keywords', `message-font-lock-keywords-1'
1833         and `message-font-lock-keywords-2'.
1834         (message-font-lock-keywords): Restruct.
1835         (message-font-lock-keywords-1): New variable split from
1836         `message-font-lock-keywords'.
1837         (message-font-lock-keywords-2): Ditto.
1838
1839 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
1840
1841         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1842
1843         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
1844         before highlighting or hiding it.
1845         (gnus-article-buttonize-signature): New function.
1846         (gnus-article-highlight-signature): Don't buttonize.
1847         (gnus-treatment-function-alist): Undo the last change.
1848         (gnus-treat-emphasize): Default to nil.
1849
1850 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
1851
1852         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1853         (TopLevel): Autoload "gnus-art" for the function
1854         `gnus-article-show-all'.
1855
1856         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
1857         hidden text if the command `gnus-summary-toggle-mime' is used.
1858
1859         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
1860         following parts.
1861         (gnus-article-highlight-signature): Work for forwarded messages.
1862         (gnus-article-show-all): New function based on `article-show-all'.
1863         (gnus-article-show-all-headers): Based on
1864         `article-show-all-headers'.
1865         (article-show-all-headers): New function to show all *HEADERS*.
1866         (article-show-all): Show *ALL* literally.
1867         (article-hide-signature): Work for forwarded messages.
1868         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
1869         off after `gnus-treat-highlight-signature'.
1870
1871 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
1872
1873         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1874
1875         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
1876         against forwarded messages without MIME structure.
1877         (gnus-treatment-function-alist): Move
1878         'gnus-treat-decode-article-as-default-mime-charset' to the top;
1879         put `gnus-treat-emphasize' off after
1880         `gnus-treat-highlight-headers'.
1881
1882 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1883
1884         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1885
1886 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
1887
1888         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
1889         argument is list or not before condition.
1890
1891 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1892
1893         * lisp/gnus-art.el (gnus-treat-predicate): Work for
1894         (typep "something").
1895
1896 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1897
1898         * lisp/gnus-art.el (gnus-article-prepare-display):
1899         Pass argument nil as a condition to gnus-treat-article.
1900         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
1901         Ditto. Also, treat last part of multipart article correctly.
1902
1903 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
1904
1905         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1906
1907         * lisp/message.el (message-generate-headers): Don't insert
1908         excessive newline.
1909
1910         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
1911         negative number for the 2nd arg of `insert-char'.
1912
1913 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1914
1915         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
1916         gnus-ja instead of gnus if Japanese environment is on.
1917
1918 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
1919
1920         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1921         (semi-gnus-developers): Remove.
1922         (gnus-maintainer): Change mail address.
1923         (gnus-group-startup-message): Display version string.
1924
1925         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
1926
1927         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
1928         version string; fix glyph position.
1929
1930 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1931
1932         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
1933         to previous version until problem of respooling from
1934         nnimap to nnml is solved.
1935         (gnus-summary-move-article): Ditto.
1936
1937 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
1938
1939         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1940
1941         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
1942         value is t before checking for `condition'.
1943         (gnus-article-prepare-mime-display): Search for the entity children
1944         if the primary type is `multipart'.
1945
1946 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1947
1948         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1949
1950         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
1951         instead of signaling an error if the destination group is not
1952         newly created.
1953         (gnus-summary-move-article): Do nothing if the destination group
1954         is not newly created.
1955
1956         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
1957         environment part.
1958
1959 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1960
1961         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
1962         active entry for the group even if it doesn't exist.
1963
1964 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1965
1966         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
1967
1968 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
1969
1970         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
1971         (gnus-revision-number): Clear to 00.
1972
1973         * README.T-gnus: Update.
1974
1975         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1976         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1977
1978         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
1979         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
1980         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
1981         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
1982         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1983
1984 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
1985
1986         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1987
1988         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
1989         smooth scrolling under XEmacs.
1990         (gnus-article-next-page):Ditto.
1991
1992         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
1993         descriptions about the problem of loaddefs.el and the patch for
1994         CUSTOM 1.9962.
1995
1996 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1997
1998         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1999
2000         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
2001         `:predicate' for old Emacsen; require `static'.
2002
2003         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
2004         `:path' and `:predicate'.
2005
2006 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2007
2008         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
2009         modeline as modified.
2010
2011 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2012
2013         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2014
2015         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
2016         `mime-view-entity' in the modified header under FSF Emacsen.
2017
2018 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2019
2020         * README-offline.en: Rewrite the usage description.
2021         * README-offline.ja: Ditto.
2022
2023 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2024
2025         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2026
2027         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
2028         `gnus-offline'.
2029
2030 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2031
2032         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
2033         * README-offline.ja: Ditto.
2034
2035 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2036
2037         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2038
2039         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
2040         the current buffer as modified.
2041
2042         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
2043         (gnus-offline-get-menu-items): New function.
2044         (gnus-offline-define-menu-on-miee): Use it.
2045         (gnus-offline-define-menu-on-agent): Ditto.
2046
2047 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2048
2049         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
2050
2051         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
2052         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
2053         (pop3-quit): Clear `pop3-uidl-obarray'.
2054
2055 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2056
2057         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2058
2059         * lisp/gnus-offline.el (gnus-offline-resource-en,
2060         gnus-offline-resource-ja,
2061         gnus-offline-resource-ja_complete): New variables.
2062         (gnus-offline-get-message): News function.
2063         (gnus-offline-error-check): Use it.
2064         (gnus-offline-connect-server): Ditto.
2065         (gnus-offline-get-new-news-function): Ditto.
2066         (gnus-offline-set-mail-group-level): Ditto.
2067         (gnus-offline-hangup-line): Ditto.
2068         (gnus-offline-after-jobs-done): Ditto.
2069         (gnus-offline-toggle-auto-hangup): Ditto.
2070         (gnus-offline-toggle-on/off-send-mail): Ditto.
2071         (gnus-offline-toggle-articles-to-fetch): Ditto.
2072         (gnus-offline-empting-spool): Ditto.
2073         (gnus-offline-set-interval-time): Ditto.
2074
2075         * lisp/gnus-ofsetup.el (gnus-offline-lang,
2076         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
2077         variables.
2078         (gnus-ofsetup-get-message): New function.
2079         (gnus-setup-for-offline): Use it.
2080         (gnus-ofsetup-find-parameters): Ditto.
2081         (gnus-ofsetup-prepapre-for-miee): Ditto.
2082         (gnus-ofsetup-completing-read-symbol): Ditto.
2083         (gnus-ofsetup-customize): Ditto.
2084         (gnus-ofsetup-customize-done): Ditto.
2085
2086 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
2087
2088         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
2089         `isearch-lazy-highlight'.
2090
2091 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
2092
2093         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2094
2095         * lisp/lpath.el (babel-as-string): Bind it.
2096
2097         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
2098         original X-Face field while searching.  It is done for only FSF
2099         Emacsen.
2100         (gnus-summary-search-article-highlight-matched-text): Ditto.
2101         (gnus-summary-search-article-matched-data): Bind it explicitly.
2102
2103 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
2104
2105         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
2106         (gnus-revision-number): Clear to 00.
2107
2108         * README.T-gnus: Update.
2109
2110         * README: Sync up with Pterodactyl Gnus v0.96.
2111         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
2112         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
2113         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
2114         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
2115         gnus-agent.el,ChangeLog}: Ditto.
2116         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
2117
2118 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2119
2120         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
2121         don't retrieve any incoming mails.; Don't filter articles here.
2122         Use `convert-standard-filename' to generate fresh UIDL file names.
2123         (pop3-get-message-numbers): Rewrite.
2124         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
2125         of `with-temp-buffer'.
2126
2127 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2128
2129         * README-offline.ja : Fix.
2130
2131         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
2132         Fix typo.
2133
2134         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
2135         requirements; Enclose the autoload for `gnus-custom-mode' with
2136         `eval-and-compile'.
2137
2138 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
2139
2140         * lisp/gnus.el (gnus-revision-number): Increment to 15.
2141
2142         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
2143         for them before lpath.el is loaded.  Because lpath.el requires
2144         `poe' via `path-util'.  [cf. <tm-ja:5051>]
2145
2146         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
2147         X-Face image if the regexp "^X-Face:" is specified.
2148         (gnus-summary-search-article-highlight-matched-text): Use
2149         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
2150         X-Face image if it is requested.
2151         (gnus-summary-search-article-highlight-goto-x-face): New macro.
2152
2153 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2154
2155         * lisp/gnus.el (gnus-revision-number): Increment to 14.
2156
2157         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
2158         recenter the article when touchdown; popup the article buffer if
2159         it is disappeared.
2160         (gnus-summary-search-article-highlight-matched-text): Treat the
2161         article before highlighting; use old style backquote syntax.
2162         (gnus-summary-search-article-position-point): Fix the beginning
2163         position; use old style backquote syntax.
2164         (gnus-summary-select-article): Undo the last change.
2165         (gnus-summary-display-article): Bind
2166         `gnus-summary-search-article-matched-data' in the article buffer
2167         locally.  It is moved from `gnus-summary-select-article'.
2168
2169 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
2170
2171         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
2172         (clean): Remove formatted info files.
2173         (distclean): Just remove Makefile.
2174
2175 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2176
2177         * lisp/gnus.el (gnus-revision-number): Increment to 13.
2178
2179         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
2180         (gnus-agent-fetch-headers): Limit downloadable articles if the
2181         number of unread articles exceeds `gnus-agent-large-newsgroup'.
2182         (gnus-agent-expire): Do not expire saved or replied articles when
2183         `gnus-agent-expire-all' is nil.
2184
2185         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
2186         variable.
2187         (gnus-offline-agent-expire): Check it; Bind
2188         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
2189         (gnus-offline-after-jobs-done): Don't check
2190         `gnus-agent-expire-all'.
2191
2192         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
2193         `user-login-name' and `user-real-login-name' returns the same
2194         value or not.
2195         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
2196         (gnus-ofsetup-update-setting-file): Ditto.
2197         (gnus-ofsetup-prepare): New macro.
2198         (gnus-setup-for-offline): Use it.
2199         (gnus-ofsetup-customize-done): Ditto.
2200
2201 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
2202
2203         * lisp/gnus.el (gnus-revision-number): Increment to 12.
2204
2205         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
2206         (gnus-summary-search-article-highlight-matched-text): Rearrange.
2207         (gnus-summary-search-article-position-point): New macro.
2208         (gnus-summary-search-article-matched-data): Rename from
2209         `gnus-summary-search-article-matched-text'.
2210         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
2211         use `gnus-article-show-all-headers' for exposing the visited
2212         article.
2213         (gnus-summary-select-article): Bind
2214         `gnus-summary-search-article-matched-data' in the article buffer
2215         locally.
2216
2217         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
2218         if the value of `gnus-inhibit-treatment' is non-nil.
2219         (article-toggle-headers): Don't redisplay X-Face if the value of
2220         `gnus-inhibit-treatment' is non-nil.
2221         (gnus-article-treat-custom): Add new treatment variable `mime'.
2222
2223 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2224
2225         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
2226         documentation.
2227
2228         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
2229         `gnus-newsgroup-incorporated' explicitly.
2230
2231 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2232
2233         * README.semi: Update for the recent a-ftp sites and directories.
2234         * README.semi.ja: Ditto.
2235         * texi/gnus-faq.texi: Ditto.
2236         * texi/gnus-faq-ja.texi: Ditto.
2237
2238 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2239
2240         * lisp/gnus.el (gnus-revision-number): Increment to 11.
2241         (gnus-summary-incorporated-face): New face spec.
2242
2243         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
2244         entry about the format specifier `w'.
2245         (gnus-group-line-format): Fix documentation.
2246
2247         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
2248         newly incorporated mails with `gnus-summary-incorporated-face'.
2249         (gnus-newsgroup-incorporated): New variable.
2250         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
2251         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
2252
2253         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
2254
2255         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
2256         `K' if the group has already been subscribed.
2257
2258 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2259
2260         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
2261         `isearch-lazy-highlight' t in the buffer locally; goto the
2262         beginning of the buffer before searching.
2263
2264         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
2265         selected frame.
2266
2267 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
2268
2269         * lisp/gnus.el (gnus-revision-number): Increment to 10.
2270
2271         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
2272         matched text after the searching is done; call
2273         `gnus-summary-select-article' with the args nil and t; bind
2274         `gnus-treat-*' to nil.
2275         (gnus-summary-search-article-highlight-matched-text): New macro
2276         for highlighting matched text.  It is bound at the compile time
2277         only.
2278         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
2279         with the args nil and t; bind `gnus-treat-*' to nil.
2280
2281         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
2282         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
2283         `with-temp-file'; use `insert-file-contents-as-binary' instead of
2284         `insert-file-contents'.
2285
2286 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2287
2288         * lisp/gnus.el (gnus-revision-number): Increment to 09.
2289
2290         * lisp/gnus-offline.el: Fix comments.
2291         (TopLevel): Delete the code for emulating custom. Do not inhibit
2292         byte-compile-warnings, but hide useless ones.
2293         (gnus-offline-dialup-program-arguments): defvar instead of
2294         defcustom.
2295         (gnus-offline-hangup-program-arguments): Ditto.
2296         (gnus-offline-interval-time): Ditto.
2297         (gnus-offline-dialup-program, gnus-offline-hangup-program,
2298         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
2299         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
2300         codes.
2301         Set `mail-sources' instead of `nnmail-spool-file'.
2302         (gnus-offline-enable-fetch-mail): Ditto.
2303         (gnus-offline-toggle-movemail-program): Abolish.
2304         (gnus-offline-define-menu-and-key): Modify according to it.
2305         (gnus-offline-define-menu-on-miee): Ditto.
2306         (gnus-offline-define-menu-on-agent): Ditto.
2307         (gnus-offline-message-add-header): Bind temporary variables.
2308         (gnus-offline-add-custom-header): Ditto.
2309         (gnus-offline-restore-mail-group-level): Ditto.
2310
2311         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
2312         gnus-offline at the compile time. Do not inhibit
2313         byte-compile-warnings.
2314         (gnus-setup-for-offline): Really bind all temporary variables.
2315         (gnus-ofsetup-write-settting-file): Check if interval is a
2316         integer.
2317         Use `mail-sources' instead of `nnmail-spool-file'.
2318         (gnus-ofsetup-update-setting-file): Redefine as a macro.
2319         (gnus-ofsetup-prepare-for-miee): Ditto.
2320
2321         * README-offline.en : Update.
2322         * README-offline.ja : Ditto.
2323
2324 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2325
2326         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
2327         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
2328
2329 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2330
2331         * lisp/gnus.el (gnus-revision-number): Increment to 08.
2332
2333 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
2334
2335         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
2336         group name with `\N'.
2337
2338 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2339
2340         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2341
2342         * lisp/pop3.el (pop3-except-header-regexp): New variable.
2343         (pop3-movemail): Don't retrieve messages whose headers are
2344         matching `pop3-except-header-regexp'.
2345         (pop3-top): New function.
2346         (pop3-retr): Don't use `save-restriction'.
2347
2348 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2349
2350         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
2351
2352 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
2353
2354         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2355
2356         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
2357         `gnus-article-next-page' when the last page is not displayed.
2358         (mime-preview-over-to-previous-method-alist): Use
2359         `gnus-article-prev-page' when the first page is not displayed.
2360         (gnus-next-page-map): Use `make-sparse-keymap' instead of
2361         `make-keymap'; don't use `suppress-keymap'.
2362         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
2363         Succeed to the value of the text property `mime-view-situation' in
2364         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
2365         current local map as a parent under FSF Emacsen.
2366
2367 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2368
2369         * lisp/pop3.el (pop3-retr): Undo last change.
2370
2371 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2372
2373         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2374
2375         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
2376         `accept-process-output'; Move point to the end of the normal
2377         response.
2378         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
2379         (pop3-get-list): Abolish.
2380         (pop3-retr): Don't use `save-restriction'.
2381         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
2382         (pop3-list): Likewise.
2383
2384 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2385
2386         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2387
2388         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
2389         `event-basic-type' instead of `event-button' under FSF Emacsen.
2390
2391 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2392
2393         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2394
2395 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2396
2397         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
2398         `gnus-summary-mode-hook'.
2399         (gnus-use-wheel): New variable.
2400         (gnus-wheel-scroll-amount): New variable.
2401         (gnus-wheel-edge-resistance): New variable.
2402         (gnus-wheel-summary-scroll): New function.
2403         (gnus-wheel-install): New function.
2404
2405 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2406
2407         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2408
2409         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
2410         `defun' instead of `defsubst'.
2411         (make-full-mail-header): Ditto.
2412
2413         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
2414         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
2415
2416 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2417
2418         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2419
2420         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
2421         is being sent.
2422
2423         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
2424         function from Nana-gnus.
2425         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
2426         (gnus-ofsetup-update-setting-file): Rename from
2427         `gnus-ofsetup-write-setting-file'.
2428         (gnus-ofsetup-find-parameters): Rename from
2429         `gnus-ofsetup-parameters'.
2430         (gnus-ofsetup-customize-done): Rewrite.
2431
2432 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2433
2434         * pop3.el: Sync up with pop3.el version 2.04.
2435         (pop3-leave-mail-on-server): New variable.
2436         (pop3-maximum-message-size): New variable.
2437         (pop3-uidl-file-name): New variable.
2438         (pop3-uidl-support): New variable.
2439         (pop3-uidl-obarray): New variable.
2440         (pop3-movemail): Check message size on every retrieval.
2441         (pop3-open-ssl-stream-1): Use new style macro.
2442         (pop3-get-message-numbers): New function.
2443         (pop3-get-list): New function.
2444         (pop3-get-uidl): New function.
2445         (pop3-get-unread-message-numbers): New function.
2446         (pop3-save-uidls): New function.
2447         (pop3-retr): Use `pop3-get-extended-response'.
2448         (pop3-list): New implementation.
2449         (pop3-uidl): New function.
2450         (pop3-get-extended-response): New function.
2451
2452 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2453
2454         * lisp/gnus.el: T-gnus 6.13.0 is released.
2455
2456 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2457
2458         * ChangeLog.2: New file, rename from ChangeLog.
2459
2460         * lisp/dgnushack.el (TopLevel): Rearrange.
2461
2462         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
2463         * README.branch: Ditto.
2464
2465         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
2466
2467         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
2468         * texi/message-ja.texi: Ditto.
2469         * texi/message.texi: Ditto.
2470         * texi/gnus-ja.texi: Ditto.
2471         * texi/gnus.texi: Ditto.
2472         * README-offline.ja: Ditto.
2473         * README-offline.en: Ditto.
2474         * README.semi.ja: Ditto.
2475         * README.semi: Ditto.
2476         * README.T-gnus: Ditto.
2477
2478         * t-gnus-6_13: NEW PUBLIC BRANCH.
2479
2480 See ChangeLog.2 for earlier changes.