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