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