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