Require `gnus-ems'.
[elisp/gnus.git-] / ChangeLog
1 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus-util.el (gnus-ems-redefine): Call it.
4         (gnus-union): Fix doc string.
5
6         * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
7
8 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
9
10         * lisp/gnus.el (gnus-revision-number): Increment to 06.
11
12 1999-12-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
13
14         * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
15         in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
16
17 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
18
19         * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
20         function.
21         (mapc): Bug fix - treat the last arg as a list.
22
23 1999-12-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
24
25         * lisp/gnus.el (gnus-revision-number): Increment to 05.
26
27         * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
28         modeline "Plugged" status display with the value of
29         `gnus-plugged'.
30
31         * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
32         compile time.
33         (gnus-offline-set-online-sendmail-function): defsubst.
34         (gnus-offline-set-offline-sendmail-function): Ditto.
35         (gnus-offline-set-offline-post-news-function): Ditto.
36         (gnus-offline-set-online-post-news-function): Ditto.
37         (gnus-offline-disable-fetch-mail): Ditto.
38         (gnus-offline-enable-fetch-mail): Ditto.
39         (gnus-offline-setup): Fix typo.
40         (gnus-offline-gnus-get-new-news): Abolish.
41         (gnus-offline-toggle-plugged): Ditto.
42         (gnus-offline-agent-expire): Ditto.
43         (gnus-group-get-new-news): New advice which does things
44         `gnus-offline-gnus-get-new-news' was doing.
45         (gnus-agent-toggle-plugged): New advice which does thing
46         `gnus-offline-toggle-plugged' was doing.
47         (gnus-agent-expire): New advice which does things
48         `gnus-offline-agent-expire' was doing.
49         (gnus-offline-define-menu-and-key): No longer substitute key
50         definitions on `gnus-group-mode-map'. No longer swap commands for
51         a toolbar button.
52         (gnus-offline-after-get-new-news): Do jobs only when
53         `gnus-plugged' is t.
54
55         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
56         expressions.
57
58 1999-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
59
60         * lisp/message.el (message-yank-add-new-references): Fix doc string.
61
62         * texi/{message-ja.texi, message.texi}
63         (message-list-references-add-position,
64         message-yank-add-new-references): Add documentations.
65
66 1999-12-07  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
67
68         * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
69         `gnus-offline-get-message'.
70
71         * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
72         `gnus-ofsetup-get-message'.
73
74 1999-12-07  Katsumi Yamaoka <yamaoka@jpl.org>
75
76         * lisp/gnus.el (gnus-revision-number): Increment to 04.
77         (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
78
79         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
80         `get-text-property' in the outside of the boundary.
81         (gnus-article-smiley-display): New function.
82         (gnus-treatment-function-alist): Use it.
83
84         * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
85         the bug fixed version rigidly instead of the use of `defadvice'.
86
87         * lisp/message.el (font-lock-after-change-function): Don't use
88         `compile' for the arg of `defadvice'.
89
90 1999-12-06  Keiichi Suzuki  <keiichi@nanap.org>
91
92         * lisp/message.el (message-yank-add-new-references): New option
93         value `message-id-only'.
94         (message-yank-original): Likewise.
95         (message-list-references-add-position): New user option.
96         (message-list-references): When
97         `message-list-references-add-position' is integer value, the order
98         of designate number message-ids is kept.
99
100 1999-12-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
101
102         * lisp/gnus.el (gnus-revision-number): Increment to 03.
103
104         * lisp/gnus-offline.el (gnus): Don't advise here.
105         (TopLevel): Call `gnus-offline-define-menu-and-key'.
106         (gnus-offline-setup): Don't call
107         `gnus-offline-define-menu-and-key' here.
108
109         * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
110         rely on `gnus-load-hook'.
111         (gnus): New advice. Call `gnus-offline-setup' when everything is
112         done.
113
114         * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
115         at the compile time. Use `gnus-alive-p'.
116
117 1999-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
118
119         * lisp/gnus.el (gnus-revision-number): Increment to 02.
120
121         * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
122         don't use `byte-defop-compiler'.
123         (byte-optimize-form-code-walker): Advise it for fixing the bug in
124         and/or forms.  The original idea is devised by FUKUI-san, modified
125         by KOBAYASHI-san.
126         (max-specpdl-size): Set 3000.
127
128 1999-12-05  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
129
130         * lisp/gnus.el (gnus-revision-number): Increment to 01.
131
132         * lisp/gnus-offline.el (gnus): New advice. synchronize
133         `gnus-offline-connected' with `gnus-plugged'.
134
135 1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
136
137         * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
138         (gnus-revision-number): Clear to 00.
139
140         * README.branch.ja: Update for t-gnus-6_14 branch.
141         * README.branch: Ditto.
142         * README.T-gnus: Ditto.
143         * README.semi.ja: Ditto.
144         * README.semi: Ditto.
145
146         * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
147         nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
148         mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
149         gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
150         gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
151
152         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
153         gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
154         Gnus v5.8.2.
155
156         * t-gnus-6_14: NEW PUBLIC BRANCH.
157
158 1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
159             Katsumi Yamaoka <yamaoka@jpl.org>
160
161         * lisp/gnus.el (gnus-revision-number): Increment to 01.
162
163         * lisp/dgnushack.el (char-before): Use compiler macro instead of
164         byte-optimizer.
165         (char-after): Comment out the byte-optimization.
166
167         * imap.el (imap-base64-encode-string, imap-base64-decode-string):
168         New functions.  They are identical to the built-in codec if
169         possible, otherwise the functions defined in mel are used.
170         (imap-cram-md5-auth): Use them.
171
172 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
173
174         * lisp/imap.el: Remove autoload settings for `base64-decode-string'
175         and `base64-encode-string'.
176
177 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
178
179         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
180         (gnus-revision-number): Clear to 00.
181
182         * README.T-gnus: Update.
183
184         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
185
186         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
187         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
188         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
189         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
190         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
191         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
192         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
193         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
194         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
195         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
196
197         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
198         files.
199
200         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
201         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
202         Gnus v0.99.
203
204 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
205
206         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
207         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
208         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
209         (gnus-after-getting-new-news-hook): Ditto.
210
211         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
212
213 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
214
215         * lisp/gnus.el (gnus-revision-number): Increment to 10.
216
217         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
218         char with old Emacsen as well.
219
220 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
221
222         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
223         appears in the backquoted form.
224         (gnus-category-edit-score): Ditto.
225
226         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
227         appears in the backquoted form.
228
229 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
230
231         * lisp/gnus.el (gnus-revision-number): Increment to 09.
232
233         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
234         bug -- do add-hook.
235         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
236         defined. If not, call `easy-menu-create-keymaps'.
237
238 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
239
240         * lisp/gnus.el (gnus-revision-number): Increment to 08.
241
242         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
243         "static" at the compile time.
244         (gnus-offline-hangup-function): Abolish.
245         (gnus-offline-auto-ppp): New variable.
246         (gnus-offline-gnus-get-new-news): Refer to it.
247         (gnus-offline-set-unplugged-state): Ditto.
248         (gnus-offline-set-auto-ppp): New function. It replaces the
249         function `gnus-offline-toggle-auto-hangup'.
250         (gnus-offline-toggle-auto-hangup): Abolish.
251         (gnus-offline-define-menu-and-key): Use `static-if' and
252         `static-cond'.
253         (gnus-offline-popup-menu): Do not define this function under XEmacs.
254         (gnus-offline-popup): New function.
255
256         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
257         (gnus-ofsetup-resource-en): Fix doc strings.
258         (gnus-ofsetup-resource-ja): Ditto.
259
260 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
261
262         * lisp/gnus.el (gnus-revision-number): Increment to 07.
263
264         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
265         Pterodactyl Gnus v0.98.
266
267 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
268
269         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
270
271         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
272
273         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
274         `car' and `cdr' instead of `cadr'.
275
276         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
277         instead of `push'; use `if' instead of `when'.
278
279         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
280         instead of `pop'.
281         (gnus-useful-groups): Use `or' instead of `unless'.
282
283         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
284         instead of `cadr'.
285
286 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
287
288         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
289         `when' in the body of `defadvice'.  Use `if' instead.
290
291         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
292         cl functions.
293
294 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
295
296         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
297         the macro `when' in the arg of `defcustom'.  Use `if' instead.
298
299 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
300
301         * lisp/gnus.el (gnus-revision-number): Increment to 06.
302
303         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
304         `next-single-property-change' LIMIT as `point-max'.
305         (gnus-article-prepare-mime-display): Ditto.
306         (article-hide-signature): Ditto.
307
308 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
309
310         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
311         are removed to fill gnus-version within 80 columns.
312
313 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
314
315         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
316
317 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
318
319         * lisp/gnus.el (gnus-revision-number): Increment to 05.
320
321         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
322         instead of `union'.
323
324         * lisp/gnus-util.el (gnus-union): New function.
325
326         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
327         `copy-sequence' instead of `copy-list'.
328         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
329
330         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
331
332 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
333
334         * lisp/gnus.el (gnus-revision-number): Increment to 04.
335
336         * lisp/dgnushack.el (union, copy-list): New compiler macros for
337         emulating cl functions.
338
339 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
340
341         * lisp/gnus.el (gnus-revision-number): Increment to 03.
342         (gnus-select-method): Use `condition-case' instead of
343         `ignore-errors'.
344
345         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
346         instead of `ignore-errors'.
347
348         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
349
350         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
351         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
352         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
353         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
354         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
355         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
356         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
357         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
358         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
359         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
360
361 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
362
363         * lisp/gnus.el (gnus-revision-number): Increment to 02.
364
365         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
366         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
367         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
368         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
369         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
370         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
371         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
372         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
373         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
374         Require `cl' at the top level.
375
376         * lisp/gnus.el (gnus-select-method): Undo last change.
377         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
378         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
379
380         * lisp/gnus-ems.el (gnus-split-string): Remove.
381
382 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
383
384         * lisp/pop3.el: Add description about STLS extension; add autoload
385         setting for `starttls-open-stream' and `starttls-negotiate'.
386         (pop3-stls): New function.
387         (pop3-open-tls-stream): New function.
388         (pop3-open-server): Use `pop3-open-tls-stream' if
389         'pop3-connection-type' is bound to `tls'.
390
391 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
392
393         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
394         and `starttls-negotiate'.
395         (imap-stream-alist): Add TLS entry.
396         (imap-tls-p): New function.
397         (imap-tls-open): New function.
398         (imap-ssl-open): Enclose `open-ssl-stream' with
399         `as-binary-process'.
400
401 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
402
403         * lisp/gnus.el (gnus-revision-number): Increment to 01.
404         (gnus-select-method): Use `condition-case' instead of
405         `ignore-errors'.
406
407         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
408         level.
409
410         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
411         `coding' and `noerror' for the stopgaps.
412
413         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
414         `coding' and `noerror'.
415         (function-max-args): Maybe-fbind for FSF Emacsen.
416
417         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
418         as `binary' if possible.
419         (imap-log): Default to nil (synched with pgnus 0.99).
420         (base64-decode-string): Autoload "mel" instead of "base64".
421         (md5): Autoload "md5" without `eval-and-compile'.
422
423         * lisp/gnus-util.el (copy-list): New function defined by
424         `defun-maybe'.
425
426         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
427         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
428
429         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
430         instead of `ignore-errors'.
431
432         * lisp/gnus-picon.el: Require `cl'.
433
434         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
435         gnus-offline.el} (cl): Enclose the requiring procedure with
436         `eval-when-compile'.
437
438         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
439         procedure with `eval-when-compile' instead of `eval-and-compile'.
440
441 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
442
443         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
444         Use mail-sources instead of nnmail-spool-file.
445         From: Toshiaki -PCX- Tanaka.
446
447 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
448
449         * lisp/gnus.el (gnus-group-startup-message): Insert space before
450         "based on".
451         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
452
453 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
454
455         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
456         (gnus-revision-number): Clear to 00.
457
458         * README.T-gnus: Update.
459
460         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
461         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
462         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
463         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
464         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
465         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
466
467         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
468
469         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
470         translation.
471
472         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
473
474 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
475
476         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
477         `message-save-drafts' instead of `set-buffer-modified-p' and
478         `save-buffer'.
479         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
480         because the reply data is lost in Drafts.
481         * lisp/gnus-art.el (gnus-signature-face): Don't check
482         window-system type.
483
484 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
485
486         * lisp/pop3.el (pop3-progress-message): New function.
487         (pop3-movemail): Use it.
488
489 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
490
491         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
492         `gnus-following-method'.
493
494         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
495         wide reply as a mail if the message is not a news; use the macro
496         `gnus-setup-message'.
497
498         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
499
500 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
501
502         * lisp/gnus.el (gnus-revision-number): Increment to 14.
503         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
504         function `gnus-smiley-display'.
505
506         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
507         `window-system' is nil.
508         (gnus-article-x-face-command): Default to external command if
509         `window-system' is nil.
510
511 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
512
513         * lisp/gnus.el (gnus-revision-number): Increment to 13.
514         (TopLevel): Rearrange autoload settings.
515
516         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
517         `smiley-buffer'.
518
519         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
520         "Toggle smileys" in "Washing" menu.
521         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
522
523         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
524         (smiley-toggle-buffer): New function.
525         (smiley-buffer): Don't quote the function.
526         (smiley-toggle-extents): Ditto.
527
528 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
529
530         * lisp/gnus.el (gnus-revision-number): Increment to 12.
531         (TopLevel): Add and delete autoloads for functions defined in
532         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
533
534         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
535         defined in "miee".
536
537         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
538         `gnus-custom-mode' defined in "gnus-cus".
539
540 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
541
542         * lisp/gnus.el (gnus-revision-number): Increment to 11.
543
544         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
545         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
546         header.
547
548 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
549
550         * lisp/gnus.el (gnus-revision-number): Increment to 10.
551         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
552         functions `x-face-mule-gnus-article-display-x-face' and
553         `smiley-buffer'.
554
555         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
556
557         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
558         `gnus-mule-group-startup-message'.
559         (gnus-mule-group-startup-message): Remove.
560         (gnus-mule-bitmap-image-file): Remove.
561
562         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
563         ordinary text if the feature `smiley-mule' is provided and FSF
564         Emacs is used.
565         (TopLevel): Require `static' at the compile time.
566
567         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
568         `mime-display-text/plain-hook' to nil.
569         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
570         treat the next entity position as a marker.
571         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
572         `gnus-smiley-display' under FSF Emacsen.
573         (gnus-treat-display-smileys): Default to t if the module
574         `smiley-mule' is installed.
575         (gnus-treat-display-xface): Default to `head' if the value of
576         `gnus-article-x-face-command' is
577         `x-face-mule-gnus-article-display-x-face'.
578         (gnus-article-x-face-command): Default to
579         `x-face-mule-gnus-article-display-x-face' if the module
580         `x-face-mule' is installed.
581         (TopLevel): Require `static' first; require `path-util'.
582
583 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
584
585         * lisp/gnus.el (gnus-revision-number): Increment to 09.
586
587         * lisp/message.el (message-mode): Make
588         `message-font-lock-last-position' as buffer local.
589         (message-font-lock-keywords-2): Use
590         `message-font-lock-cited-text-matcher' instead of regexp.
591         (message-font-lock-cited-text-matcher): New function.
592         (font-lock-after-change-function): Advice to the keep last cursor
593         position in `message-font-lock-last-position' before fontifying.
594         (message-font-lock-last-position): New variable.
595         (message-font-lock-citation-name-max-column): New variable.
596         (message-font-lock-cited-text-regexp): New variable.
597         (message-font-lock-fence-close-position): New variable.
598         (message-font-lock-fence-open-position): New variable.
599         (message-font-lock-fence-close-regexp): New variable.
600         (message-font-lock-fence-open-regexp): New variables.
601
602 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
603
604         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
605         using `message-font-lock-keywords', `message-font-lock-keywords-1'
606         and `message-font-lock-keywords-2'.
607         (message-font-lock-keywords): Restruct.
608         (message-font-lock-keywords-1): New variable split from
609         `message-font-lock-keywords'.
610         (message-font-lock-keywords-2): Ditto.
611
612 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
613
614         * lisp/gnus.el (gnus-revision-number): Increment to 08.
615
616         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
617         before highlighting or hiding it.
618         (gnus-article-buttonize-signature): New function.
619         (gnus-article-highlight-signature): Don't buttonize.
620         (gnus-treatment-function-alist): Undo the last change.
621         (gnus-treat-emphasize): Default to nil.
622
623 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
624
625         * lisp/gnus.el (gnus-revision-number): Increment to 07.
626         (TopLevel): Autoload "gnus-art" for the function
627         `gnus-article-show-all'.
628
629         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
630         hidden text if the command `gnus-summary-toggle-mime' is used.
631
632         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
633         following parts.
634         (gnus-article-highlight-signature): Work for forwarded messages.
635         (gnus-article-show-all): New function based on `article-show-all'.
636         (gnus-article-show-all-headers): Based on
637         `article-show-all-headers'.
638         (article-show-all-headers): New function to show all *HEADERS*.
639         (article-show-all): Show *ALL* literally.
640         (article-hide-signature): Work for forwarded messages.
641         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
642         off after `gnus-treat-highlight-signature'.
643
644 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
645
646         * lisp/gnus.el (gnus-revision-number): Increment to 06.
647
648         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
649         against forwarded messages without MIME structure.
650         (gnus-treatment-function-alist): Move
651         'gnus-treat-decode-article-as-default-mime-charset' to the top;
652         put `gnus-treat-emphasize' off after
653         `gnus-treat-highlight-headers'.
654
655 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
656
657         * lisp/gnus.el (gnus-revision-number): Increment to 05.
658
659 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
660
661         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
662         argument is list or not before condition.
663
664 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
665
666         * lisp/gnus-art.el (gnus-treat-predicate): Work for
667         (typep "something").
668
669 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
670
671         * lisp/gnus-art.el (gnus-article-prepare-display):
672         Pass argument nil as a condition to gnus-treat-article.
673         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
674         Ditto. Also, treat last part of multipart article correctly.
675
676 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
677
678         * lisp/gnus.el (gnus-revision-number): Increment to 04.
679
680         * lisp/message.el (message-generate-headers): Don't insert
681         excessive newline.
682
683         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
684         negative number for the 2nd arg of `insert-char'.
685
686 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
687
688         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
689         gnus-ja instead of gnus if Japanese environment is on.
690
691 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
692
693         * lisp/gnus.el (gnus-revision-number): Increment to 03.
694         (semi-gnus-developers): Remove.
695         (gnus-maintainer): Change mail address.
696         (gnus-group-startup-message): Display version string.
697
698         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
699
700         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
701         version string; fix glyph position.
702
703 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
704
705         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
706         to previous version until problem of respooling from
707         nnimap to nnml is solved.
708         (gnus-summary-move-article): Ditto.
709
710 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
711
712         * lisp/gnus.el (gnus-revision-number): Increment to 02.
713
714         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
715         value is t before checking for `condition'.
716         (gnus-article-prepare-mime-display): Search for the entity children
717         if the primary type is `multipart'.
718
719 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
720
721         * lisp/gnus.el (gnus-revision-number): Increment to 01.
722
723         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
724         instead of signaling an error if the destination group is not
725         newly created.
726         (gnus-summary-move-article): Do nothing if the destination group
727         is not newly created.
728
729         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
730         environment part.
731
732 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
733
734         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
735         active entry for the group even if it doesn't exist.
736
737 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
738
739         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
740
741 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
742
743         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
744         (gnus-revision-number): Clear to 00.
745
746         * README.T-gnus: Update.
747
748         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
749         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
750
751         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
752         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
753         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
754         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
755         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
756
757 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
758
759         * lisp/gnus.el (gnus-revision-number): Increment to 07.
760
761         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
762         smooth scrolling under XEmacs.
763         (gnus-article-next-page):Ditto.
764
765         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
766         descriptions about the problem of loaddefs.el and the patch for
767         CUSTOM 1.9962.
768
769 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
770
771         * lisp/gnus.el (gnus-revision-number): Increment to 06.
772
773         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
774         `:predicate' for old Emacsen; require `static'.
775
776         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
777         `:path' and `:predicate'.
778
779 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
780
781         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
782         modeline as modified.
783
784 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
785
786         * lisp/gnus.el (gnus-revision-number): Increment to 05.
787
788         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
789         `mime-view-entity' in the modified header under FSF Emacsen.
790
791 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
792
793         * README-offline.en: Rewrite the usage description.
794         * README-offline.ja: Ditto.
795
796 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
797
798         * lisp/gnus.el (gnus-revision-number): Increment to 04.
799
800         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
801         `gnus-offline'.
802
803 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
804
805         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
806         * README-offline.ja: Ditto.
807
808 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
809
810         * lisp/gnus.el (gnus-revision-number): Increment to 03.
811
812         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
813         the current buffer as modified.
814
815         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
816         (gnus-offline-get-menu-items): New function.
817         (gnus-offline-define-menu-on-miee): Use it.
818         (gnus-offline-define-menu-on-agent): Ditto.
819
820 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
821
822         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
823
824         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
825         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
826         (pop3-quit): Clear `pop3-uidl-obarray'.
827
828 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
829
830         * lisp/gnus.el (gnus-revision-number): Increment to 02.
831
832         * lisp/gnus-offline.el (gnus-offline-resource-en,
833         gnus-offline-resource-ja,
834         gnus-offline-resource-ja_complete): New variables.
835         (gnus-offline-get-message): News function.
836         (gnus-offline-error-check): Use it.
837         (gnus-offline-connect-server): Ditto.
838         (gnus-offline-get-new-news-function): Ditto.
839         (gnus-offline-set-mail-group-level): Ditto.
840         (gnus-offline-hangup-line): Ditto.
841         (gnus-offline-after-jobs-done): Ditto.
842         (gnus-offline-toggle-auto-hangup): Ditto.
843         (gnus-offline-toggle-on/off-send-mail): Ditto.
844         (gnus-offline-toggle-articles-to-fetch): Ditto.
845         (gnus-offline-empting-spool): Ditto.
846         (gnus-offline-set-interval-time): Ditto.
847
848         * lisp/gnus-ofsetup.el (gnus-offline-lang,
849         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
850         variables.
851         (gnus-ofsetup-get-message): New function.
852         (gnus-setup-for-offline): Use it.
853         (gnus-ofsetup-find-parameters): Ditto.
854         (gnus-ofsetup-prepapre-for-miee): Ditto.
855         (gnus-ofsetup-completing-read-symbol): Ditto.
856         (gnus-ofsetup-customize): Ditto.
857         (gnus-ofsetup-customize-done): Ditto.
858
859 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
860
861         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
862         `isearch-lazy-highlight'.
863
864 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
865
866         * lisp/gnus.el (gnus-revision-number): Increment to 01.
867
868         * lisp/lpath.el (babel-as-string): Bind it.
869
870         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
871         original X-Face field while searching.  It is done for only FSF
872         Emacsen.
873         (gnus-summary-search-article-highlight-matched-text): Ditto.
874         (gnus-summary-search-article-matched-data): Bind it explicitly.
875
876 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
877
878         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
879         (gnus-revision-number): Clear to 00.
880
881         * README.T-gnus: Update.
882
883         * README: Sync up with Pterodactyl Gnus v0.96.
884         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
885         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
886         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
887         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
888         gnus-agent.el,ChangeLog}: Ditto.
889         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
890
891 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
892
893         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
894         don't retrieve any incoming mails.; Don't filter articles here.
895         Use `convert-standard-filename' to generate fresh UIDL file names.
896         (pop3-get-message-numbers): Rewrite.
897         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
898         of `with-temp-buffer'.
899
900 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
901
902         * README-offline.ja : Fix.
903
904         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
905         Fix typo.
906
907         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
908         requirements; Enclose the autoload for `gnus-custom-mode' with
909         `eval-and-compile'.
910
911 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
912
913         * lisp/gnus.el (gnus-revision-number): Increment to 15.
914
915         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
916         for them before lpath.el is loaded.  Because lpath.el requires
917         `poe' via `path-util'.  [cf. <tm-ja:5051>]
918
919         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
920         X-Face image if the regexp "^X-Face:" is specified.
921         (gnus-summary-search-article-highlight-matched-text): Use
922         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
923         X-Face image if it is requested.
924         (gnus-summary-search-article-highlight-goto-x-face): New macro.
925
926 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
927
928         * lisp/gnus.el (gnus-revision-number): Increment to 14.
929
930         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
931         recenter the article when touchdown; popup the article buffer if
932         it is disappeared.
933         (gnus-summary-search-article-highlight-matched-text): Treat the
934         article before highlighting; use old style backquote syntax.
935         (gnus-summary-search-article-position-point): Fix the beginning
936         position; use old style backquote syntax.
937         (gnus-summary-select-article): Undo the last change.
938         (gnus-summary-display-article): Bind
939         `gnus-summary-search-article-matched-data' in the article buffer
940         locally.  It is moved from `gnus-summary-select-article'.
941
942 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
943
944         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
945         (clean): Remove formatted info files.
946         (distclean): Just remove Makefile.
947
948 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
949
950         * lisp/gnus.el (gnus-revision-number): Increment to 13.
951
952         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
953         (gnus-agent-fetch-headers): Limit downloadable articles if the
954         number of unread articles exceeds `gnus-agent-large-newsgroup'.
955         (gnus-agent-expire): Do not expire saved or replied articles when
956         `gnus-agent-expire-all' is nil.
957
958         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
959         variable.
960         (gnus-offline-agent-expire): Check it; Bind
961         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
962         (gnus-offline-after-jobs-done): Don't check
963         `gnus-agent-expire-all'.
964
965         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
966         `user-login-name' and `user-real-login-name' returns the same
967         value or not.
968         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
969         (gnus-ofsetup-update-setting-file): Ditto.
970         (gnus-ofsetup-prepare): New macro.
971         (gnus-setup-for-offline): Use it.
972         (gnus-ofsetup-customize-done): Ditto.
973
974 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
975
976         * lisp/gnus.el (gnus-revision-number): Increment to 12.
977
978         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
979         (gnus-summary-search-article-highlight-matched-text): Rearrange.
980         (gnus-summary-search-article-position-point): New macro.
981         (gnus-summary-search-article-matched-data): Rename from
982         `gnus-summary-search-article-matched-text'.
983         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
984         use `gnus-article-show-all-headers' for exposing the visited
985         article.
986         (gnus-summary-select-article): Bind
987         `gnus-summary-search-article-matched-data' in the article buffer
988         locally.
989
990         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
991         if the value of `gnus-inhibit-treatment' is non-nil.
992         (article-toggle-headers): Don't redisplay X-Face if the value of
993         `gnus-inhibit-treatment' is non-nil.
994         (gnus-article-treat-custom): Add new treatment variable `mime'.
995
996 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
997
998         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
999         documentation.
1000
1001         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1002         `gnus-newsgroup-incorporated' explicitly.
1003
1004 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
1005
1006         * README.semi: Update for the recent a-ftp sites and directories.
1007         * README.semi.ja: Ditto.
1008         * texi/gnus-faq.texi: Ditto.
1009         * texi/gnus-faq-ja.texi: Ditto.
1010
1011 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1012
1013         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1014         (gnus-summary-incorporated-face): New face spec.
1015
1016         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1017         entry about the format specifier `w'.
1018         (gnus-group-line-format): Fix documentation.
1019
1020         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1021         newly incorporated mails with `gnus-summary-incorporated-face'.
1022         (gnus-newsgroup-incorporated): New variable.
1023         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1024         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1025
1026         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1027
1028         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1029         `K' if the group has already been subscribed.
1030
1031 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
1032
1033         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1034         `isearch-lazy-highlight' t in the buffer locally; goto the
1035         beginning of the buffer before searching.
1036
1037         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1038         selected frame.
1039
1040 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
1041
1042         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1043
1044         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1045         matched text after the searching is done; call
1046         `gnus-summary-select-article' with the args nil and t; bind
1047         `gnus-treat-*' to nil.
1048         (gnus-summary-search-article-highlight-matched-text): New macro
1049         for highlighting matched text.  It is bound at the compile time
1050         only.
1051         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1052         with the args nil and t; bind `gnus-treat-*' to nil.
1053
1054         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1055         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1056         `with-temp-file'; use `insert-file-contents-as-binary' instead of
1057         `insert-file-contents'.
1058
1059 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1060
1061         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1062
1063         * lisp/gnus-offline.el: Fix comments.
1064         (TopLevel): Delete the code for emulating custom. Do not inhibit
1065         byte-compile-warnings, but hide useless ones.
1066         (gnus-offline-dialup-program-arguments): defvar instead of
1067         defcustom.
1068         (gnus-offline-hangup-program-arguments): Ditto.
1069         (gnus-offline-interval-time): Ditto.
1070         (gnus-offline-dialup-program, gnus-offline-hangup-program,
1071         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1072         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1073         codes.
1074         Set `mail-sources' instead of `nnmail-spool-file'.
1075         (gnus-offline-enable-fetch-mail): Ditto.
1076         (gnus-offline-toggle-movemail-program): Abolish.
1077         (gnus-offline-define-menu-and-key): Modify according to it.
1078         (gnus-offline-define-menu-on-miee): Ditto.
1079         (gnus-offline-define-menu-on-agent): Ditto.
1080         (gnus-offline-message-add-header): Bind temporary variables.
1081         (gnus-offline-add-custom-header): Ditto.
1082         (gnus-offline-restore-mail-group-level): Ditto.
1083
1084         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1085         gnus-offline at the compile time. Do not inhibit
1086         byte-compile-warnings.
1087         (gnus-setup-for-offline): Really bind all temporary variables.
1088         (gnus-ofsetup-write-settting-file): Check if interval is a
1089         integer.
1090         Use `mail-sources' instead of `nnmail-spool-file'.
1091         (gnus-ofsetup-update-setting-file): Redefine as a macro.
1092         (gnus-ofsetup-prepare-for-miee): Ditto.
1093
1094         * README-offline.en : Update.
1095         * README-offline.ja : Ditto.
1096
1097 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1098
1099         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1100         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1101
1102 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1103
1104         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1105
1106 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
1107
1108         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1109         group name with `\N'.
1110
1111 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1112
1113         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1114
1115         * lisp/pop3.el (pop3-except-header-regexp): New variable.
1116         (pop3-movemail): Don't retrieve messages whose headers are
1117         matching `pop3-except-header-regexp'.
1118         (pop3-top): New function.
1119         (pop3-retr): Don't use `save-restriction'.
1120
1121 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1122
1123         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1124
1125 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1126
1127         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1128
1129         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1130         `gnus-article-next-page' when the last page is not displayed.
1131         (mime-preview-over-to-previous-method-alist): Use
1132         `gnus-article-prev-page' when the first page is not displayed.
1133         (gnus-next-page-map): Use `make-sparse-keymap' instead of
1134         `make-keymap'; don't use `suppress-keymap'.
1135         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1136         Succeed to the value of the text property `mime-view-situation' in
1137         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1138         current local map as a parent under FSF Emacsen.
1139
1140 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1141
1142         * lisp/pop3.el (pop3-retr): Undo last change.
1143
1144 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1145
1146         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1147
1148         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1149         `accept-process-output'; Move point to the end of the normal
1150         response.
1151         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1152         (pop3-get-list): Abolish.
1153         (pop3-retr): Don't use `save-restriction'.
1154         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1155         (pop3-list): Likewise.
1156
1157 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1158
1159         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1160
1161         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1162         `event-basic-type' instead of `event-button' under FSF Emacsen.
1163
1164 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1165
1166         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1167
1168 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1169
1170         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1171         `gnus-summary-mode-hook'.
1172         (gnus-use-wheel): New variable.
1173         (gnus-wheel-scroll-amount): New variable.
1174         (gnus-wheel-edge-resistance): New variable.
1175         (gnus-wheel-summary-scroll): New function.
1176         (gnus-wheel-install): New function.
1177
1178 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1179
1180         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1181
1182         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1183         `defun' instead of `defsubst'.
1184         (make-full-mail-header): Ditto.
1185
1186         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1187         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1188
1189 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1190
1191         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1192
1193         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1194         is being sent.
1195
1196         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1197         function from Nana-gnus.
1198         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1199         (gnus-ofsetup-update-setting-file): Rename from
1200         `gnus-ofsetup-write-setting-file'.
1201         (gnus-ofsetup-find-parameters): Rename from
1202         `gnus-ofsetup-parameters'.
1203         (gnus-ofsetup-customize-done): Rewrite.
1204
1205 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1206
1207         * pop3.el: Sync up with pop3.el version 2.04.
1208         (pop3-leave-mail-on-server): New variable.
1209         (pop3-maximum-message-size): New variable.
1210         (pop3-uidl-file-name): New variable.
1211         (pop3-uidl-support): New variable.
1212         (pop3-uidl-obarray): New variable.
1213         (pop3-movemail): Check message size on every retrieval.
1214         (pop3-open-ssl-stream-1): Use new style macro.
1215         (pop3-get-message-numbers): New function.
1216         (pop3-get-list): New function.
1217         (pop3-get-uidl): New function.
1218         (pop3-get-unread-message-numbers): New function.
1219         (pop3-save-uidls): New function.
1220         (pop3-retr): Use `pop3-get-extended-response'.
1221         (pop3-list): New implementation.
1222         (pop3-uidl): New function.
1223         (pop3-get-extended-response): New function.
1224
1225 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1226
1227         * lisp/gnus.el: T-gnus 6.13.0 is released.
1228
1229 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1230
1231         * ChangeLog.2: New file, rename from ChangeLog.
1232
1233         * lisp/dgnushack.el (TopLevel): Rearrange.
1234
1235         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1236         * README.branch: Ditto.
1237
1238         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1239
1240         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1241         * texi/message-ja.texi: Ditto.
1242         * texi/message.texi: Ditto.
1243         * texi/gnus-ja.texi: Ditto.
1244         * texi/gnus.texi: Ditto.
1245         * README-offline.ja: Ditto.
1246         * README-offline.en: Ditto.
1247         * README.semi.ja: Ditto.
1248         * README.semi: Ditto.
1249         * README.T-gnus: Ditto.
1250
1251         * t-gnus-6_13: NEW PUBLIC BRANCH.
1252
1253 See ChangeLog.2 for earlier changes.