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