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