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