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