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