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