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