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