Update.
[elisp/gnus.git-] / ChangeLog
1 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 09.
4
5         * lisp/message.el (message-mode): Make
6         `message-font-lock-last-position' as buffer local.
7         (message-font-lock-keywords-2): Use
8         `message-font-lock-cited-text-matcher' instead of regexp.
9         (message-font-lock-cited-text-matcher): New function.
10         (font-lock-after-change-function): Advice to the keep last cursor
11         position in `message-font-lock-last-position' before fontifying.
12         (message-font-lock-last-position): New variable.
13         (message-font-lock-citation-name-max-column): New variable.
14         (message-font-lock-cited-text-regexp): New variable.
15         (message-font-lock-fence-close-position): New variable.
16         (message-font-lock-fence-open-position): New variable.
17         (message-font-lock-fence-close-regexp): New variable.
18         (message-font-lock-fence-open-regexp): New variables.
19
20 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
21
22         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
23         using `message-font-lock-keywords', `message-font-lock-keywords-1'
24         and `message-font-lock-keywords-2'.
25         (message-font-lock-keywords): Restruct.
26         (message-font-lock-keywords-1): New variable split from
27         `message-font-lock-keywords'.
28         (message-font-lock-keywords-2): Ditto.
29
30 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
31
32         * lisp/gnus.el (gnus-revision-number): Increment to 08.
33
34         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
35         before highlighting or hiding it.
36         (gnus-article-buttonize-signature): New function.
37         (gnus-article-highlight-signature): Don't buttonize.
38         (gnus-treatment-function-alist): Undo the last change.
39         (gnus-treat-emphasize): Default to nil.
40
41 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
42
43         * lisp/gnus.el (gnus-revision-number): Increment to 07.
44         (TopLevel): Autoload "gnus-art" for the function
45         `gnus-article-show-all'.
46
47         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
48         hidden text if the command `gnus-summary-toggle-mime' is used.
49
50         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
51         following parts.
52         (gnus-article-highlight-signature): Work for forwarded messages.
53         (gnus-article-show-all): New function based on `article-show-all'.
54         (gnus-article-show-all-headers): Based on
55         `article-show-all-headers'.
56         (article-show-all-headers): New function to show all *HEADERS*.
57         (article-show-all): Show *ALL* literally.
58         (article-hide-signature): Work for forwarded messages.
59         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
60         off after `gnus-treat-highlight-signature'.
61
62 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
63
64         * lisp/gnus.el (gnus-revision-number): Increment to 06.
65
66         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
67         against forwarded messages without MIME structure.
68         (gnus-treatment-function-alist): Move
69         'gnus-treat-decode-article-as-default-mime-charset' to the top;
70         put `gnus-treat-emphasize' off after
71         `gnus-treat-highlight-headers'.
72
73 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74
75         * lisp/gnus.el (gnus-revision-number): Increment to 05.
76
77 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
78
79         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
80         argument is list or not before condition.
81
82 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
83
84         * lisp/gnus-art.el (gnus-treat-predicate): Work for
85         (typep "something").
86
87 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
88
89         * lisp/gnus-art.el (gnus-article-prepare-display):
90         Pass argument nil as a condition to gnus-treat-article.
91         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
92         Ditto. Also, treat last part of multipart article correctly.
93
94 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
95
96         * lisp/gnus.el (gnus-revision-number): Increment to 04.
97
98         * lisp/message.el (message-generate-headers): Don't insert
99         excessive newline.
100
101         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
102         negative number for the 2nd arg of `insert-char'.
103
104 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
105
106         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
107         gnus-ja instead of gnus if Japanese environment is on.
108
109 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
110
111         * lisp/gnus.el (gnus-revision-number): Increment to 03.
112         (semi-gnus-developers): Remove.
113         (gnus-maintainer): Change mail address.
114         (gnus-group-startup-message): Display version string.
115
116         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
117
118         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
119         version string; fix glyph position.
120
121 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
122
123         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
124         to previous version until problem of respooling from
125         nnimap to nnml is solved.
126         (gnus-summary-move-article): Ditto.
127
128 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
129
130         * lisp/gnus.el (gnus-revision-number): Increment to 02.
131
132         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
133         value is t before checking for `condition'.
134         (gnus-article-prepare-mime-display): Search for the entity children
135         if the primary type is `multipart'.
136
137 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
138
139         * lisp/gnus.el (gnus-revision-number): Increment to 01.
140
141         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
142         instead of signaling an error if the destination group is not
143         newly created.
144         (gnus-summary-move-article): Do nothing if the destination group
145         is not newly created.
146
147         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
148         environment part.
149
150 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
151
152         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
153         active entry for the group even if it doesn't exist.
154
155 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
156
157         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
158
159 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
160
161         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
162         (gnus-revision-number): Clear to 00.
163
164         * README.T-gnus: Update.
165
166         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
167         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
168
169         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
170         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
171         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
172         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
173         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
174
175 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
176
177         * lisp/gnus.el (gnus-revision-number): Increment to 07.
178
179         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
180         smooth scrolling under XEmacs.
181         (gnus-article-next-page):Ditto.
182
183         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
184         descriptions about the problem of loaddefs.el and the patch for
185         CUSTOM 1.9962.
186
187 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
188
189         * lisp/gnus.el (gnus-revision-number): Increment to 06.
190
191         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
192         `:predicate' for old Emacsen; require `static'.
193
194         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
195         `:path' and `:predicate'.
196
197 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
198
199         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
200         modeline as modified.
201
202 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
203
204         * lisp/gnus.el (gnus-revision-number): Increment to 05.
205
206         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
207         `mime-view-entity' in the modified header under FSF Emacsen.
208
209 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
210
211         * README-offline.en: Rewrite the usage description.
212         * README-offline.ja: Ditto.
213
214 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
215
216         * lisp/gnus.el (gnus-revision-number): Increment to 04.
217
218         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
219         `gnus-offline'.
220
221 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
222
223         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
224         * README-offline.ja: Ditto.
225
226 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
227
228         * lisp/gnus.el (gnus-revision-number): Increment to 03.
229
230         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
231         the current buffer as modified.
232
233         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
234         (gnus-offline-get-menu-items): New function.
235         (gnus-offline-define-menu-on-miee): Use it.
236         (gnus-offline-define-menu-on-agent): Ditto.
237
238 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
239
240         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
241
242         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
243         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
244         (pop3-quit): Clear `pop3-uidl-obarray'.
245
246 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
247
248         * lisp/gnus.el (gnus-revision-number): Increment to 02.
249
250         * lisp/gnus-offline.el (gnus-offline-resource-en,
251         gnus-offline-resource-ja,
252         gnus-offline-resource-ja_complete): New variables.
253         (gnus-offline-get-message): News function.
254         (gnus-offline-error-check): Use it.
255         (gnus-offline-connect-server): Ditto.
256         (gnus-offline-get-new-news-function): Ditto.
257         (gnus-offline-set-mail-group-level): Ditto.
258         (gnus-offline-hangup-line): Ditto.
259         (gnus-offline-after-jobs-done): Ditto.
260         (gnus-offline-toggle-auto-hangup): Ditto.
261         (gnus-offline-toggle-on/off-send-mail): Ditto.
262         (gnus-offline-toggle-articles-to-fetch): Ditto.
263         (gnus-offline-empting-spool): Ditto.
264         (gnus-offline-set-interval-time): Ditto.
265
266         * lisp/gnus-ofsetup.el (gnus-offline-lang,
267         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
268         variables.
269         (gnus-ofsetup-get-message): New function.
270         (gnus-setup-for-offline): Use it.
271         (gnus-ofsetup-find-parameters): Ditto.
272         (gnus-ofsetup-prepapre-for-miee): Ditto.
273         (gnus-ofsetup-completing-read-symbol): Ditto.
274         (gnus-ofsetup-customize): Ditto.
275         (gnus-ofsetup-customize-done): Ditto.
276
277 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
278
279         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
280         `isearch-lazy-highlight'.
281
282 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
283
284         * lisp/gnus.el (gnus-revision-number): Increment to 01.
285
286         * lisp/lpath.el (babel-as-string): Bind it.
287
288         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
289         original X-Face field while searching.  It is done for only FSF
290         Emacsen.
291         (gnus-summary-search-article-highlight-matched-text): Ditto.
292         (gnus-summary-search-article-matched-data): Bind it explicitly.
293
294 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
295
296         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
297         (gnus-revision-number): Clear to 00.
298
299         * README.T-gnus: Update.
300
301         * README: Sync up with Pterodactyl Gnus v0.96.
302         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
303         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
304         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
305         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
306         gnus-agent.el,ChangeLog}: Ditto.
307         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
308
309 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
310
311         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
312         don't retrieve any incoming mails.; Don't filter articles here.
313         Use `convert-standard-filename' to generate fresh UIDL file names.
314         (pop3-get-message-numbers): Rewrite.
315         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
316         of `with-temp-buffer'.
317
318 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
319
320         * README-offline.ja : Fix.
321
322         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
323         Fix typo.
324
325         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
326         requirements; Enclose the autoload for `gnus-custom-mode' with
327         `eval-and-compile'.
328
329 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
330
331         * lisp/gnus.el (gnus-revision-number): Increment to 15.
332
333         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
334         for them before lpath.el is loaded.  Because lpath.el requires
335         `poe' via `path-util'.  [cf. <tm-ja:5051>]
336
337         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
338         X-Face image if the regexp "^X-Face:" is specified.
339         (gnus-summary-search-article-highlight-matched-text): Use
340         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
341         X-Face image if it is requested.
342         (gnus-summary-search-article-highlight-goto-x-face): New macro.
343
344 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
345
346         * lisp/gnus.el (gnus-revision-number): Increment to 14.
347
348         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
349         recenter the article when touchdown; popup the article buffer if
350         it is disappeared.
351         (gnus-summary-search-article-highlight-matched-text): Treat the
352         article before highlighting; use old style backquote syntax.
353         (gnus-summary-search-article-position-point): Fix the beginning
354         position; use old style backquote syntax.
355         (gnus-summary-select-article): Undo the last change.
356         (gnus-summary-display-article): Bind
357         `gnus-summary-search-article-matched-data' in the article buffer
358         locally.  It is moved from `gnus-summary-select-article'.
359
360 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
361
362         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
363         (clean): Remove formatted info files.
364         (distclean): Just remove Makefile.
365
366 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
367
368         * lisp/gnus.el (gnus-revision-number): Increment to 13.
369
370         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
371         (gnus-agent-fetch-headers): Limit downloadable articles if the
372         number of unread articles exceeds `gnus-agent-large-newsgroup'.
373         (gnus-agent-expire): Do not expire saved or replied articles when
374         `gnus-agent-expire-all' is nil.
375
376         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
377         variable.
378         (gnus-offline-agent-expire): Check it; Bind
379         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
380         (gnus-offline-after-jobs-done): Don't check
381         `gnus-agent-expire-all'.
382
383         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
384         `user-login-name' and `user-real-login-name' returns the same
385         value or not.
386         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
387         (gnus-ofsetup-update-setting-file): Ditto.
388         (gnus-ofsetup-prepare): New macro.
389         (gnus-setup-for-offline): Use it.
390         (gnus-ofsetup-customize-done): Ditto.
391
392 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
393
394         * lisp/gnus.el (gnus-revision-number): Increment to 12.
395
396         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
397         (gnus-summary-search-article-highlight-matched-text): Rearrange.
398         (gnus-summary-search-article-position-point): New macro.
399         (gnus-summary-search-article-matched-data): Rename from
400         `gnus-summary-search-article-matched-text'.
401         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
402         use `gnus-article-show-all-headers' for exposing the visited
403         article.
404         (gnus-summary-select-article): Bind
405         `gnus-summary-search-article-matched-data' in the article buffer
406         locally.
407
408         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
409         if the value of `gnus-inhibit-treatment' is non-nil.
410         (article-toggle-headers): Don't redisplay X-Face if the value of
411         `gnus-inhibit-treatment' is non-nil.
412         (gnus-article-treat-custom): Add new treatment variable `mime'.
413
414 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
415
416         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
417         documentation.
418
419         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
420         `gnus-newsgroup-incorporated' explicitly.
421
422 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
423
424         * README.semi: Update for the recent a-ftp sites and directories.
425         * README.semi.ja: Ditto.
426         * texi/gnus-faq.texi: Ditto.
427         * texi/gnus-faq-ja.texi: Ditto.
428
429 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
430
431         * lisp/gnus.el (gnus-revision-number): Increment to 11.
432         (gnus-summary-incorporated-face): New face spec.
433
434         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
435         entry about the format specifier `w'.
436         (gnus-group-line-format): Fix documentation.
437
438         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
439         newly incorporated mails with `gnus-summary-incorporated-face'.
440         (gnus-newsgroup-incorporated): New variable.
441         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
442         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
443
444         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
445
446         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
447         `K' if the group has already been subscribed.
448
449 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
450
451         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
452         `isearch-lazy-highlight' t in the buffer locally; goto the
453         beginning of the buffer before searching.
454
455         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
456         selected frame.
457
458 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
459
460         * lisp/gnus.el (gnus-revision-number): Increment to 10.
461
462         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
463         matched text after the searching is done; call
464         `gnus-summary-select-article' with the args nil and t; bind
465         `gnus-treat-*' to nil.
466         (gnus-summary-search-article-highlight-matched-text): New macro
467         for highlighting matched text.  It is bound at the compile time
468         only.
469         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
470         with the args nil and t; bind `gnus-treat-*' to nil.
471
472         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
473         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
474         `with-temp-file'; use `insert-file-contents-as-binary' instead of
475         `insert-file-contents'.
476
477 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
478
479         * lisp/gnus.el (gnus-revision-number): Increment to 09.
480
481         * lisp/gnus-offline.el: Fix comments.
482         (TopLevel): Delete the code for emulating custom. Do not inhibit
483         byte-compile-warnings, but hide useless ones.
484         (gnus-offline-dialup-program-arguments): defvar instead of
485         defcustom.
486         (gnus-offline-hangup-program-arguments): Ditto.
487         (gnus-offline-interval-time): Ditto.
488         (gnus-offline-dialup-program, gnus-offline-hangup-program,
489         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
490         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
491         codes.
492         Set `mail-sources' instead of `nnmail-spool-file'.
493         (gnus-offline-enable-fetch-mail): Ditto.
494         (gnus-offline-toggle-movemail-program): Abolish.
495         (gnus-offline-define-menu-and-key): Modify according to it.
496         (gnus-offline-define-menu-on-miee): Ditto.
497         (gnus-offline-define-menu-on-agent): Ditto.
498         (gnus-offline-message-add-header): Bind temporary variables.
499         (gnus-offline-add-custom-header): Ditto.
500         (gnus-offline-restore-mail-group-level): Ditto.
501
502         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
503         gnus-offline at the compile time. Do not inhibit
504         byte-compile-warnings.
505         (gnus-setup-for-offline): Really bind all temporary variables.
506         (gnus-ofsetup-write-settting-file): Check if interval is a
507         integer.
508         Use `mail-sources' instead of `nnmail-spool-file'.
509         (gnus-ofsetup-update-setting-file): Redefine as a macro.
510         (gnus-ofsetup-prepare-for-miee): Ditto.
511
512         * README-offline.en : Update.
513         * README-offline.ja : Ditto.
514
515 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
516
517         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
518         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
519
520 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
521
522         * lisp/gnus.el (gnus-revision-number): Increment to 08.
523
524 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
525
526         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
527         group name with `\N'.
528
529 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
530
531         * lisp/gnus.el (gnus-revision-number): Increment to 07.
532
533         * lisp/pop3.el (pop3-except-header-regexp): New variable.
534         (pop3-movemail): Don't retrieve messages whose headers are
535         matching `pop3-except-header-regexp'.
536         (pop3-top): New function.
537         (pop3-retr): Don't use `save-restriction'.
538
539 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
540
541         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
542
543 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
544
545         * lisp/gnus.el (gnus-revision-number): Increment to 06.
546
547         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
548         `gnus-article-next-page' when the last page is not displayed.
549         (mime-preview-over-to-previous-method-alist): Use
550         `gnus-article-prev-page' when the first page is not displayed.
551         (gnus-next-page-map): Use `make-sparse-keymap' instead of
552         `make-keymap'; don't use `suppress-keymap'.
553         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
554         Succeed to the value of the text property `mime-view-situation' in
555         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
556         current local map as a parent under FSF Emacsen.
557
558 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
559
560         * lisp/pop3.el (pop3-retr): Undo last change.
561
562 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
563
564         * lisp/gnus.el (gnus-revision-number): Increment to 05.
565
566         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
567         `accept-process-output'; Move point to the end of the normal
568         response.
569         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
570         (pop3-get-list): Abolish.
571         (pop3-retr): Don't use `save-restriction'.
572         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
573         (pop3-list): Likewise.
574
575 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
576
577         * lisp/gnus.el (gnus-revision-number): Increment to 04.
578
579         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
580         `event-basic-type' instead of `event-button' under FSF Emacsen.
581
582 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
583
584         * lisp/gnus.el (gnus-revision-number): Increment to 03.
585
586 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
587
588         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
589         `gnus-summary-mode-hook'.
590         (gnus-use-wheel): New variable.
591         (gnus-wheel-scroll-amount): New variable.
592         (gnus-wheel-edge-resistance): New variable.
593         (gnus-wheel-summary-scroll): New function.
594         (gnus-wheel-install): New function.
595
596 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
597
598         * lisp/gnus.el (gnus-revision-number): Increment to 02.
599
600         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
601         `defun' instead of `defsubst'.
602         (make-full-mail-header): Ditto.
603
604         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
605         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
606
607 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
608
609         * lisp/gnus.el (gnus-revision-number): Increment to 01.
610
611         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
612         is being sent.
613
614         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
615         function from Nana-gnus.
616         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
617         (gnus-ofsetup-update-setting-file): Rename from
618         `gnus-ofsetup-write-setting-file'.
619         (gnus-ofsetup-find-parameters): Rename from
620         `gnus-ofsetup-parameters'.
621         (gnus-ofsetup-customize-done): Rewrite.
622
623 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
624
625         * pop3.el: Sync up with pop3.el version 2.04.
626         (pop3-leave-mail-on-server): New variable.
627         (pop3-maximum-message-size): New variable.
628         (pop3-uidl-file-name): New variable.
629         (pop3-uidl-support): New variable.
630         (pop3-uidl-obarray): New variable.
631         (pop3-movemail): Check message size on every retrieval.
632         (pop3-open-ssl-stream-1): Use new style macro.
633         (pop3-get-message-numbers): New function.
634         (pop3-get-list): New function.
635         (pop3-get-uidl): New function.
636         (pop3-get-unread-message-numbers): New function.
637         (pop3-save-uidls): New function.
638         (pop3-retr): Use `pop3-get-extended-response'.
639         (pop3-list): New implementation.
640         (pop3-uidl): New function.
641         (pop3-get-extended-response): New function.
642
643 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
644
645         * lisp/gnus.el: T-gnus 6.13.0 is released.
646
647 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
648
649         * ChangeLog.2: New file, rename from ChangeLog.
650
651         * lisp/dgnushack.el (TopLevel): Rearrange.
652
653         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
654         * README.branch: Ditto.
655
656         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
657
658         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
659         * texi/message-ja.texi: Ditto.
660         * texi/message.texi: Ditto.
661         * texi/gnus-ja.texi: Ditto.
662         * texi/gnus.texi: Ditto.
663         * README-offline.ja: Ditto.
664         * README-offline.en: Ditto.
665         * README.semi.ja: Ditto.
666         * README.semi: Ditto.
667         * README.T-gnus: Ditto.
668
669         * t-gnus-6_13: NEW PUBLIC BRANCH.
670
671 See ChangeLog.2 for earlier changes.