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