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