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