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