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