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