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