Update.
[elisp/gnus.git-] / ChangeLog
1 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 13.
4
5         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
6         (gnus-agent-fetch-headers): Limit downloadable articles if the
7         number of unread articles exceeds `gnus-agent-large-newsgroup'.
8         (gnus-agent-expire): Do not expire saved or replied articles when
9         `gnus-agent-expire-all' is nil.
10
11         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
12         variable.
13         (gnus-offline-agent-expire): Check it; Bind
14         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
15         (gnus-offline-after-jobs-done): Don't check
16         `gnus-agent-expire-all'.
17
18         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
19         `user-login-name' and `user-real-login-name' returns the same
20         value or not.
21         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
22         (gnus-ofsetup-update-setting-file): Ditto.
23         (gnus-ofsetup-prepare): New macro.
24         (gnus-setup-for-offline): Use it.
25         (gnus-ofsetup-customize-done): Ditto.
26
27 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
28
29         * lisp/gnus.el (gnus-revision-number): Increment to 12.
30
31         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
32         (gnus-summary-search-article-highlight-matched-text): Rearrange.
33         (gnus-summary-search-article-position-point): New macro.
34         (gnus-summary-search-article-matched-data): Rename from
35         `gnus-summary-search-article-matched-text'.
36         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
37         use `gnus-article-show-all-headers' for exposing the visited
38         article.
39         (gnus-summary-select-article): Bind
40         `gnus-summary-search-article-matched-data' in the article buffer
41         locally.
42
43         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
44         if the value of `gnus-inhibit-treatment' is non-nil.
45         (article-toggle-headers): Don't redisplay X-Face if the value of
46         `gnus-inhibit-treatment' is non-nil.
47         (gnus-article-treat-custom): Add new treatment variable `mime'.
48
49 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
50
51         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
52         documentation.
53
54         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
55         `gnus-newsgroup-incorporated' explicitly.
56
57 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
58
59         * README.semi: Update for the recent a-ftp sites and directories.
60         * README.semi.ja: Ditto.
61         * texi/gnus-faq.texi: Ditto.
62         * texi/gnus-faq-ja.texi: Ditto.
63
64 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
65
66         * lisp/gnus.el (gnus-revision-number): Increment to 11.
67         (gnus-summary-incorporated-face): New face spec.
68
69         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
70         entry about the format specifier `w'.
71         (gnus-group-line-format): Fix documentation.
72
73         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
74         newly incorporated mails with `gnus-summary-incorporated-face'.
75         (gnus-newsgroup-incorporated): New variable.
76         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
77         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
78
79         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
80
81         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
82         `K' if the group has already been subscribed.
83
84 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
85
86         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
87         `isearch-lazy-highlight' t in the buffer locally; goto the
88         beginning of the buffer before searching.
89
90         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
91         selected frame.
92
93 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
94
95         * lisp/gnus.el (gnus-revision-number): Increment to 10.
96
97         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
98         matched text after the searching is done; call
99         `gnus-summary-select-article' with the args nil and t; bind
100         `gnus-treat-*' to nil.
101         (gnus-summary-search-article-highlight-matched-text): New macro
102         for highlighting matched text.  It is bound at the compile time
103         only.
104         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
105         with the args nil and t; bind `gnus-treat-*' to nil.
106
107         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
108         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
109         `with-temp-file'; use `insert-file-contents-as-binary' instead of
110         `insert-file-contents'.
111
112 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
113
114         * lisp/gnus.el (gnus-revision-number): Increment to 09.
115
116         * lisp/gnus-offline.el: Fix comments.
117         (TopLevel): Delete the code for emulating custom. Do not inhibit
118         byte-compile-warnings, but hide useless ones.
119         (gnus-offline-dialup-program-arguments): defvar instead of
120         defcustom.
121         (gnus-offline-hangup-program-arguments): Ditto.
122         (gnus-offline-interval-time): Ditto.
123         (gnus-offline-dialup-program, gnus-offline-hangup-program,
124         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
125         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
126         codes.
127         Set `mail-sources' instead of `nnmail-spool-file'.
128         (gnus-offline-enable-fetch-mail): Ditto.
129         (gnus-offline-toggle-movemail-program): Abolish.
130         (gnus-offline-define-menu-and-key): Modify according to it.
131         (gnus-offline-define-menu-on-miee): Ditto.
132         (gnus-offline-define-menu-on-agent): Ditto.
133         (gnus-offline-message-add-header): Bind temporary variables.
134         (gnus-offline-add-custom-header): Ditto.
135         (gnus-offline-restore-mail-group-level): Ditto.
136
137         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
138         gnus-offline at the compile time. Do not inhibit
139         byte-compile-warnings.
140         (gnus-setup-for-offline): Really bind all temporary variables.
141         (gnus-ofsetup-write-settting-file): Check if interval is a
142         integer.
143         Use `mail-sources' instead of `nnmail-spool-file'.
144         (gnus-ofsetup-update-setting-file): Redefine as a macro.
145         (gnus-ofsetup-prepare-for-miee): Ditto.
146
147         * README-offline.en : Update.
148         * README-offline.ja : Ditto.
149
150 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
151
152         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
153         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
154
155 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
156
157         * lisp/gnus.el (gnus-revision-number): Increment to 08.
158
159 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
160
161         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
162         group name with `\N'.
163
164 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
165
166         * lisp/gnus.el (gnus-revision-number): Increment to 07.
167
168         * lisp/pop3.el (pop3-except-header-regexp): New variable.
169         (pop3-movemail): Don't retrieve messages whose headers are
170         matching `pop3-except-header-regexp'.
171         (pop3-top): New function.
172         (pop3-retr): Don't use `save-restriction'.
173
174 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
175
176         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
177
178 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
179
180         * lisp/gnus.el (gnus-revision-number): Increment to 06.
181
182         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
183         `gnus-article-next-page' when the last page is not displayed.
184         (mime-preview-over-to-previous-method-alist): Use
185         `gnus-article-prev-page' when the first page is not displayed.
186         (gnus-next-page-map): Use `make-sparse-keymap' instead of
187         `make-keymap'; don't use `suppress-keymap'.
188         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
189         Succeed to the value of the text property `mime-view-situation' in
190         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
191         current local map as a parent under FSF Emacsen.
192
193 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
194
195         * lisp/pop3.el (pop3-retr): Undo last change.
196
197 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
198
199         * lisp/gnus.el (gnus-revision-number): Increment to 05.
200
201         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
202         `accept-process-output'; Move point to the end of the normal
203         response.
204         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
205         (pop3-get-list): Abolish.
206         (pop3-retr): Don't use `save-restriction'.
207         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
208         (pop3-list): Likewise.
209
210 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
211
212         * lisp/gnus.el (gnus-revision-number): Increment to 04.
213
214         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
215         `event-basic-type' instead of `event-button' under FSF Emacsen.
216
217 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
218
219         * lisp/gnus.el (gnus-revision-number): Increment to 03.
220
221 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
222
223         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
224         `gnus-summary-mode-hook'.
225         (gnus-use-wheel): New variable.
226         (gnus-wheel-scroll-amount): New variable.
227         (gnus-wheel-edge-resistance): New variable.
228         (gnus-wheel-summary-scroll): New function.
229         (gnus-wheel-install): New function.
230
231 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
232
233         * lisp/gnus.el (gnus-revision-number): Increment to 02.
234
235         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
236         `defun' instead of `defsubst'.
237         (make-full-mail-header): Ditto.
238
239         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
240         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
241
242 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
243
244         * lisp/gnus.el (gnus-revision-number): Increment to 01.
245
246         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
247         is being sent.
248
249         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
250         function from Nana-gnus.
251         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
252         (gnus-ofsetup-update-setting-file): Rename from
253         `gnus-ofsetup-write-setting-file'.
254         (gnus-ofsetup-find-parameters): Rename from
255         `gnus-ofsetup-parameters'.
256         (gnus-ofsetup-customize-done): Rewrite.
257
258 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
259
260         * pop3.el: Sync up with pop3.el version 2.04.
261         (pop3-leave-mail-on-server): New variable.
262         (pop3-maximum-message-size): New variable.
263         (pop3-uidl-file-name): New variable.
264         (pop3-uidl-support): New variable.
265         (pop3-uidl-obarray): New variable.
266         (pop3-movemail): Check message size on every retrieval.
267         (pop3-open-ssl-stream-1): Use new style macro.
268         (pop3-get-message-numbers): New function.
269         (pop3-get-list): New function.
270         (pop3-get-uidl): New function.
271         (pop3-get-unread-message-numbers): New function.
272         (pop3-save-uidls): New function.
273         (pop3-retr): Use `pop3-get-extended-response'.
274         (pop3-list): New implementation.
275         (pop3-uidl): New function.
276         (pop3-get-extended-response): New function.
277
278 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
279
280         * lisp/gnus.el: T-gnus 6.13.0 is released.
281
282 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
283
284         * ChangeLog.2: New file, rename from ChangeLog.
285
286         * lisp/dgnushack.el (TopLevel): Rearrange.
287
288         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
289         * README.branch: Ditto.
290
291         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
292
293         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
294         * texi/message-ja.texi: Ditto.
295         * texi/message.texi: Ditto.
296         * texi/gnus-ja.texi: Ditto.
297         * texi/gnus.texi: Ditto.
298         * README-offline.ja: Ditto.
299         * README-offline.en: Ditto.
300         * README.semi.ja: Ditto.
301         * README.semi: Ditto.
302         * README.T-gnus: Ditto.
303
304         * t-gnus-6_13: NEW PUBLIC BRANCH.
305
306 See ChangeLog.2 for earlier changes.