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