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