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