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