Update.
[elisp/gnus.git-] / ChangeLog
1 1999-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/message.el (message-yank-add-new-references): Fix doc string.
4
5         * texi/{message-ja.texi, message.texi}
6         (message-list-references-add-position,
7         message-yank-add-new-references): Add documentations.
8
9 1999-12-07  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
10
11         * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
12         `gnus-offline-get-message'.
13
14         * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
15         `gnus-ofsetup-get-message'.
16
17 1999-12-07  Katsumi Yamaoka <yamaoka@jpl.org>
18
19         * lisp/gnus.el (gnus-revision-number): Increment to 04.
20         (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
21
22         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
23         `get-text-property' in the outside of the boundary.
24         (gnus-article-smiley-display): New function.
25         (gnus-treatment-function-alist): Use it.
26
27         * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
28         the bug fixed version rigidly instead of the use of `defadvice'.
29
30         * lisp/message.el (font-lock-after-change-function): Don't use
31         `compile' for the arg of `defadvice'.
32
33 1999-12-06  Keiichi Suzuki  <keiichi@nanap.org>
34
35         * lisp/message.el (message-yank-add-new-references): New option
36         value `message-id-only'.
37         (message-yank-original): Likewise.
38         (message-list-references-add-position): New user option.
39         (message-list-references): When
40         `message-list-references-add-position' is integer value, the order
41         of designate number message-ids is kept.
42
43 1999-12-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
44
45         * lisp/gnus.el (gnus-revision-number): Increment to 03.
46
47         * lisp/gnus-offline.el (gnus): Don't advise here.
48         (TopLevel): Call `gnus-offline-define-menu-and-key'.
49         (gnus-offline-setup): Don't call
50         `gnus-offline-define-menu-and-key' here.
51
52         * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
53         rely on `gnus-load-hook'.
54         (gnus): New advice. Call `gnus-offline-setup' when everything is
55         done.
56
57         * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
58         at the compile time. Use `gnus-alive-p'.
59
60 1999-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
61
62         * lisp/gnus.el (gnus-revision-number): Increment to 02.
63
64         * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
65         don't use `byte-defop-compiler'.
66         (byte-optimize-form-code-walker): Advise it for fixing the bug in
67         and/or forms.  The original idea is devised by FUKUI-san, modified
68         by KOBAYASHI-san.
69         (max-specpdl-size): Set 3000.
70
71 1999-12-05  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
72
73         * lisp/gnus.el (gnus-revision-number): Increment to 01.
74
75         * lisp/gnus-offline.el (gnus): New advice. synchronize
76         `gnus-offline-connected' with `gnus-plugged'.
77
78 1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
79
80         * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
81         (gnus-revision-number): Clear to 00.
82
83         * README.branch.ja: Update for t-gnus-6_14 branch.
84         * README.branch: Ditto.
85         * README.T-gnus: Ditto.
86         * README.semi.ja: Ditto.
87         * README.semi: Ditto.
88
89         * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
90         nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
91         mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
92         gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
93         gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
94
95         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
96         gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
97         Gnus v5.8.2.
98
99         * t-gnus-6_14: NEW PUBLIC BRANCH.
100
101 1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
102             Katsumi Yamaoka <yamaoka@jpl.org>
103
104         * lisp/gnus.el (gnus-revision-number): Increment to 01.
105
106         * lisp/dgnushack.el (char-before): Use compiler macro instead of
107         byte-optimizer.
108         (char-after): Comment out the byte-optimization.
109
110         * imap.el (imap-base64-encode-string, imap-base64-decode-string):
111         New functions.  They are identical to the built-in codec if
112         possible, otherwise the functions defined in mel are used.
113         (imap-cram-md5-auth): Use them.
114
115 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
116
117         * lisp/imap.el: Remove autoload settings for `base64-decode-string'
118         and `base64-encode-string'.
119
120 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
121
122         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
123         (gnus-revision-number): Clear to 00.
124
125         * README.T-gnus: Update.
126
127         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
128
129         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
130         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
131         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
132         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
133         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
134         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
135         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
136         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
137         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
138         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
139
140         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
141         files.
142
143         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
144         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
145         Gnus v0.99.
146
147 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
148
149         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
150         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
151         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
152         (gnus-after-getting-new-news-hook): Ditto.
153
154         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
155
156 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
157
158         * lisp/gnus.el (gnus-revision-number): Increment to 10.
159
160         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
161         char with old Emacsen as well.
162
163 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
164
165         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
166         appears in the backquoted form.
167         (gnus-category-edit-score): Ditto.
168
169         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
170         appears in the backquoted form.
171
172 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
173
174         * lisp/gnus.el (gnus-revision-number): Increment to 09.
175
176         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
177         bug -- do add-hook.
178         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
179         defined. If not, call `easy-menu-create-keymaps'.
180
181 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
182
183         * lisp/gnus.el (gnus-revision-number): Increment to 08.
184
185         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
186         "static" at the compile time.
187         (gnus-offline-hangup-function): Abolish.
188         (gnus-offline-auto-ppp): New variable.
189         (gnus-offline-gnus-get-new-news): Refer to it.
190         (gnus-offline-set-unplugged-state): Ditto.
191         (gnus-offline-set-auto-ppp): New function. It replaces the
192         function `gnus-offline-toggle-auto-hangup'.
193         (gnus-offline-toggle-auto-hangup): Abolish.
194         (gnus-offline-define-menu-and-key): Use `static-if' and
195         `static-cond'.
196         (gnus-offline-popup-menu): Do not define this function under XEmacs.
197         (gnus-offline-popup): New function.
198
199         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
200         (gnus-ofsetup-resource-en): Fix doc strings.
201         (gnus-ofsetup-resource-ja): Ditto.
202
203 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
204
205         * lisp/gnus.el (gnus-revision-number): Increment to 07.
206
207         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
208         Pterodactyl Gnus v0.98.
209
210 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
211
212         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
213
214         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
215
216         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
217         `car' and `cdr' instead of `cadr'.
218
219         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
220         instead of `push'; use `if' instead of `when'.
221
222         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
223         instead of `pop'.
224         (gnus-useful-groups): Use `or' instead of `unless'.
225
226         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
227         instead of `cadr'.
228
229 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
230
231         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
232         `when' in the body of `defadvice'.  Use `if' instead.
233
234         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
235         cl functions.
236
237 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
238
239         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
240         the macro `when' in the arg of `defcustom'.  Use `if' instead.
241
242 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
243
244         * lisp/gnus.el (gnus-revision-number): Increment to 06.
245
246         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
247         `next-single-property-change' LIMIT as `point-max'.
248         (gnus-article-prepare-mime-display): Ditto.
249         (article-hide-signature): Ditto.
250
251 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
252
253         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
254         are removed to fill gnus-version within 80 columns.
255
256 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
257
258         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
259
260 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
261
262         * lisp/gnus.el (gnus-revision-number): Increment to 05.
263
264         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
265         instead of `union'.
266
267         * lisp/gnus-util.el (gnus-union): New function.
268
269         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
270         `copy-sequence' instead of `copy-list'.
271         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
272
273         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
274
275 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
276
277         * lisp/gnus.el (gnus-revision-number): Increment to 04.
278
279         * lisp/dgnushack.el (union, copy-list): New compiler macros for
280         emulating cl functions.
281
282 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
283
284         * lisp/gnus.el (gnus-revision-number): Increment to 03.
285         (gnus-select-method): Use `condition-case' instead of
286         `ignore-errors'.
287
288         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
289         instead of `ignore-errors'.
290
291         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
292
293         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
294         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
295         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
296         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
297         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
298         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
299         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
300         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
301         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
302         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
303
304 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
305
306         * lisp/gnus.el (gnus-revision-number): Increment to 02.
307
308         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
309         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
310         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
311         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
312         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
313         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
314         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
315         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
316         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
317         Require `cl' at the top level.
318
319         * lisp/gnus.el (gnus-select-method): Undo last change.
320         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
321         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
322
323         * lisp/gnus-ems.el (gnus-split-string): Remove.
324
325 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
326
327         * lisp/pop3.el: Add description about STLS extension; add autoload
328         setting for `starttls-open-stream' and `starttls-negotiate'.
329         (pop3-stls): New function.
330         (pop3-open-tls-stream): New function.
331         (pop3-open-server): Use `pop3-open-tls-stream' if
332         'pop3-connection-type' is bound to `tls'.
333
334 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
335
336         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
337         and `starttls-negotiate'.
338         (imap-stream-alist): Add TLS entry.
339         (imap-tls-p): New function.
340         (imap-tls-open): New function.
341         (imap-ssl-open): Enclose `open-ssl-stream' with
342         `as-binary-process'.
343
344 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
345
346         * lisp/gnus.el (gnus-revision-number): Increment to 01.
347         (gnus-select-method): Use `condition-case' instead of
348         `ignore-errors'.
349
350         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
351         level.
352
353         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
354         `coding' and `noerror' for the stopgaps.
355
356         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
357         `coding' and `noerror'.
358         (function-max-args): Maybe-fbind for FSF Emacsen.
359
360         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
361         as `binary' if possible.
362         (imap-log): Default to nil (synched with pgnus 0.99).
363         (base64-decode-string): Autoload "mel" instead of "base64".
364         (md5): Autoload "md5" without `eval-and-compile'.
365
366         * lisp/gnus-util.el (copy-list): New function defined by
367         `defun-maybe'.
368
369         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
370         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
371
372         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
373         instead of `ignore-errors'.
374
375         * lisp/gnus-picon.el: Require `cl'.
376
377         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
378         gnus-offline.el} (cl): Enclose the requiring procedure with
379         `eval-when-compile'.
380
381         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
382         procedure with `eval-when-compile' instead of `eval-and-compile'.
383
384 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
385
386         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
387         Use mail-sources instead of nnmail-spool-file.
388         From: Toshiaki -PCX- Tanaka.
389
390 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
391
392         * lisp/gnus.el (gnus-group-startup-message): Insert space before
393         "based on".
394         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
395
396 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
397
398         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
399         (gnus-revision-number): Clear to 00.
400
401         * README.T-gnus: Update.
402
403         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
404         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
405         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
406         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
407         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
408         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
409
410         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
411
412         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
413         translation.
414
415         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
416
417 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
418
419         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
420         `message-save-drafts' instead of `set-buffer-modified-p' and
421         `save-buffer'.
422         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
423         because the reply data is lost in Drafts.
424         * lisp/gnus-art.el (gnus-signature-face): Don't check
425         window-system type.
426
427 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
428
429         * lisp/pop3.el (pop3-progress-message): New function.
430         (pop3-movemail): Use it.
431
432 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
433
434         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
435         `gnus-following-method'.
436
437         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
438         wide reply as a mail if the message is not a news; use the macro
439         `gnus-setup-message'.
440
441         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
442
443 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
444
445         * lisp/gnus.el (gnus-revision-number): Increment to 14.
446         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
447         function `gnus-smiley-display'.
448
449         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
450         `window-system' is nil.
451         (gnus-article-x-face-command): Default to external command if
452         `window-system' is nil.
453
454 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
455
456         * lisp/gnus.el (gnus-revision-number): Increment to 13.
457         (TopLevel): Rearrange autoload settings.
458
459         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
460         `smiley-buffer'.
461
462         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
463         "Toggle smileys" in "Washing" menu.
464         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
465
466         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
467         (smiley-toggle-buffer): New function.
468         (smiley-buffer): Don't quote the function.
469         (smiley-toggle-extents): Ditto.
470
471 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
472
473         * lisp/gnus.el (gnus-revision-number): Increment to 12.
474         (TopLevel): Add and delete autoloads for functions defined in
475         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
476
477         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
478         defined in "miee".
479
480         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
481         `gnus-custom-mode' defined in "gnus-cus".
482
483 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
484
485         * lisp/gnus.el (gnus-revision-number): Increment to 11.
486
487         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
488         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
489         header.
490
491 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
492
493         * lisp/gnus.el (gnus-revision-number): Increment to 10.
494         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
495         functions `x-face-mule-gnus-article-display-x-face' and
496         `smiley-buffer'.
497
498         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
499
500         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
501         `gnus-mule-group-startup-message'.
502         (gnus-mule-group-startup-message): Remove.
503         (gnus-mule-bitmap-image-file): Remove.
504
505         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
506         ordinary text if the feature `smiley-mule' is provided and FSF
507         Emacs is used.
508         (TopLevel): Require `static' at the compile time.
509
510         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
511         `mime-display-text/plain-hook' to nil.
512         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
513         treat the next entity position as a marker.
514         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
515         `gnus-smiley-display' under FSF Emacsen.
516         (gnus-treat-display-smileys): Default to t if the module
517         `smiley-mule' is installed.
518         (gnus-treat-display-xface): Default to `head' if the value of
519         `gnus-article-x-face-command' is
520         `x-face-mule-gnus-article-display-x-face'.
521         (gnus-article-x-face-command): Default to
522         `x-face-mule-gnus-article-display-x-face' if the module
523         `x-face-mule' is installed.
524         (TopLevel): Require `static' first; require `path-util'.
525
526 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
527
528         * lisp/gnus.el (gnus-revision-number): Increment to 09.
529
530         * lisp/message.el (message-mode): Make
531         `message-font-lock-last-position' as buffer local.
532         (message-font-lock-keywords-2): Use
533         `message-font-lock-cited-text-matcher' instead of regexp.
534         (message-font-lock-cited-text-matcher): New function.
535         (font-lock-after-change-function): Advice to the keep last cursor
536         position in `message-font-lock-last-position' before fontifying.
537         (message-font-lock-last-position): New variable.
538         (message-font-lock-citation-name-max-column): New variable.
539         (message-font-lock-cited-text-regexp): New variable.
540         (message-font-lock-fence-close-position): New variable.
541         (message-font-lock-fence-open-position): New variable.
542         (message-font-lock-fence-close-regexp): New variable.
543         (message-font-lock-fence-open-regexp): New variables.
544
545 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
546
547         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
548         using `message-font-lock-keywords', `message-font-lock-keywords-1'
549         and `message-font-lock-keywords-2'.
550         (message-font-lock-keywords): Restruct.
551         (message-font-lock-keywords-1): New variable split from
552         `message-font-lock-keywords'.
553         (message-font-lock-keywords-2): Ditto.
554
555 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
556
557         * lisp/gnus.el (gnus-revision-number): Increment to 08.
558
559         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
560         before highlighting or hiding it.
561         (gnus-article-buttonize-signature): New function.
562         (gnus-article-highlight-signature): Don't buttonize.
563         (gnus-treatment-function-alist): Undo the last change.
564         (gnus-treat-emphasize): Default to nil.
565
566 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
567
568         * lisp/gnus.el (gnus-revision-number): Increment to 07.
569         (TopLevel): Autoload "gnus-art" for the function
570         `gnus-article-show-all'.
571
572         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
573         hidden text if the command `gnus-summary-toggle-mime' is used.
574
575         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
576         following parts.
577         (gnus-article-highlight-signature): Work for forwarded messages.
578         (gnus-article-show-all): New function based on `article-show-all'.
579         (gnus-article-show-all-headers): Based on
580         `article-show-all-headers'.
581         (article-show-all-headers): New function to show all *HEADERS*.
582         (article-show-all): Show *ALL* literally.
583         (article-hide-signature): Work for forwarded messages.
584         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
585         off after `gnus-treat-highlight-signature'.
586
587 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
588
589         * lisp/gnus.el (gnus-revision-number): Increment to 06.
590
591         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
592         against forwarded messages without MIME structure.
593         (gnus-treatment-function-alist): Move
594         'gnus-treat-decode-article-as-default-mime-charset' to the top;
595         put `gnus-treat-emphasize' off after
596         `gnus-treat-highlight-headers'.
597
598 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
599
600         * lisp/gnus.el (gnus-revision-number): Increment to 05.
601
602 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
603
604         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
605         argument is list or not before condition.
606
607 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
608
609         * lisp/gnus-art.el (gnus-treat-predicate): Work for
610         (typep "something").
611
612 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
613
614         * lisp/gnus-art.el (gnus-article-prepare-display):
615         Pass argument nil as a condition to gnus-treat-article.
616         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
617         Ditto. Also, treat last part of multipart article correctly.
618
619 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
620
621         * lisp/gnus.el (gnus-revision-number): Increment to 04.
622
623         * lisp/message.el (message-generate-headers): Don't insert
624         excessive newline.
625
626         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
627         negative number for the 2nd arg of `insert-char'.
628
629 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
630
631         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
632         gnus-ja instead of gnus if Japanese environment is on.
633
634 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
635
636         * lisp/gnus.el (gnus-revision-number): Increment to 03.
637         (semi-gnus-developers): Remove.
638         (gnus-maintainer): Change mail address.
639         (gnus-group-startup-message): Display version string.
640
641         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
642
643         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
644         version string; fix glyph position.
645
646 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
647
648         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
649         to previous version until problem of respooling from
650         nnimap to nnml is solved.
651         (gnus-summary-move-article): Ditto.
652
653 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
654
655         * lisp/gnus.el (gnus-revision-number): Increment to 02.
656
657         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
658         value is t before checking for `condition'.
659         (gnus-article-prepare-mime-display): Search for the entity children
660         if the primary type is `multipart'.
661
662 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
663
664         * lisp/gnus.el (gnus-revision-number): Increment to 01.
665
666         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
667         instead of signaling an error if the destination group is not
668         newly created.
669         (gnus-summary-move-article): Do nothing if the destination group
670         is not newly created.
671
672         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
673         environment part.
674
675 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
676
677         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
678         active entry for the group even if it doesn't exist.
679
680 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
681
682         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
683
684 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
685
686         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
687         (gnus-revision-number): Clear to 00.
688
689         * README.T-gnus: Update.
690
691         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
692         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
693
694         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
695         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
696         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
697         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
698         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
699
700 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
701
702         * lisp/gnus.el (gnus-revision-number): Increment to 07.
703
704         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
705         smooth scrolling under XEmacs.
706         (gnus-article-next-page):Ditto.
707
708         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
709         descriptions about the problem of loaddefs.el and the patch for
710         CUSTOM 1.9962.
711
712 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
713
714         * lisp/gnus.el (gnus-revision-number): Increment to 06.
715
716         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
717         `:predicate' for old Emacsen; require `static'.
718
719         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
720         `:path' and `:predicate'.
721
722 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
723
724         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
725         modeline as modified.
726
727 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
728
729         * lisp/gnus.el (gnus-revision-number): Increment to 05.
730
731         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
732         `mime-view-entity' in the modified header under FSF Emacsen.
733
734 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
735
736         * README-offline.en: Rewrite the usage description.
737         * README-offline.ja: Ditto.
738
739 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
740
741         * lisp/gnus.el (gnus-revision-number): Increment to 04.
742
743         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
744         `gnus-offline'.
745
746 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
747
748         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
749         * README-offline.ja: Ditto.
750
751 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
752
753         * lisp/gnus.el (gnus-revision-number): Increment to 03.
754
755         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
756         the current buffer as modified.
757
758         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
759         (gnus-offline-get-menu-items): New function.
760         (gnus-offline-define-menu-on-miee): Use it.
761         (gnus-offline-define-menu-on-agent): Ditto.
762
763 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
764
765         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
766
767         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
768         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
769         (pop3-quit): Clear `pop3-uidl-obarray'.
770
771 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
772
773         * lisp/gnus.el (gnus-revision-number): Increment to 02.
774
775         * lisp/gnus-offline.el (gnus-offline-resource-en,
776         gnus-offline-resource-ja,
777         gnus-offline-resource-ja_complete): New variables.
778         (gnus-offline-get-message): News function.
779         (gnus-offline-error-check): Use it.
780         (gnus-offline-connect-server): Ditto.
781         (gnus-offline-get-new-news-function): Ditto.
782         (gnus-offline-set-mail-group-level): Ditto.
783         (gnus-offline-hangup-line): Ditto.
784         (gnus-offline-after-jobs-done): Ditto.
785         (gnus-offline-toggle-auto-hangup): Ditto.
786         (gnus-offline-toggle-on/off-send-mail): Ditto.
787         (gnus-offline-toggle-articles-to-fetch): Ditto.
788         (gnus-offline-empting-spool): Ditto.
789         (gnus-offline-set-interval-time): Ditto.
790
791         * lisp/gnus-ofsetup.el (gnus-offline-lang,
792         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
793         variables.
794         (gnus-ofsetup-get-message): New function.
795         (gnus-setup-for-offline): Use it.
796         (gnus-ofsetup-find-parameters): Ditto.
797         (gnus-ofsetup-prepapre-for-miee): Ditto.
798         (gnus-ofsetup-completing-read-symbol): Ditto.
799         (gnus-ofsetup-customize): Ditto.
800         (gnus-ofsetup-customize-done): Ditto.
801
802 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
803
804         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
805         `isearch-lazy-highlight'.
806
807 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
808
809         * lisp/gnus.el (gnus-revision-number): Increment to 01.
810
811         * lisp/lpath.el (babel-as-string): Bind it.
812
813         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
814         original X-Face field while searching.  It is done for only FSF
815         Emacsen.
816         (gnus-summary-search-article-highlight-matched-text): Ditto.
817         (gnus-summary-search-article-matched-data): Bind it explicitly.
818
819 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
820
821         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
822         (gnus-revision-number): Clear to 00.
823
824         * README.T-gnus: Update.
825
826         * README: Sync up with Pterodactyl Gnus v0.96.
827         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
828         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
829         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
830         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
831         gnus-agent.el,ChangeLog}: Ditto.
832         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
833
834 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
835
836         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
837         don't retrieve any incoming mails.; Don't filter articles here.
838         Use `convert-standard-filename' to generate fresh UIDL file names.
839         (pop3-get-message-numbers): Rewrite.
840         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
841         of `with-temp-buffer'.
842
843 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
844
845         * README-offline.ja : Fix.
846
847         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
848         Fix typo.
849
850         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
851         requirements; Enclose the autoload for `gnus-custom-mode' with
852         `eval-and-compile'.
853
854 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
855
856         * lisp/gnus.el (gnus-revision-number): Increment to 15.
857
858         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
859         for them before lpath.el is loaded.  Because lpath.el requires
860         `poe' via `path-util'.  [cf. <tm-ja:5051>]
861
862         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
863         X-Face image if the regexp "^X-Face:" is specified.
864         (gnus-summary-search-article-highlight-matched-text): Use
865         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
866         X-Face image if it is requested.
867         (gnus-summary-search-article-highlight-goto-x-face): New macro.
868
869 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
870
871         * lisp/gnus.el (gnus-revision-number): Increment to 14.
872
873         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
874         recenter the article when touchdown; popup the article buffer if
875         it is disappeared.
876         (gnus-summary-search-article-highlight-matched-text): Treat the
877         article before highlighting; use old style backquote syntax.
878         (gnus-summary-search-article-position-point): Fix the beginning
879         position; use old style backquote syntax.
880         (gnus-summary-select-article): Undo the last change.
881         (gnus-summary-display-article): Bind
882         `gnus-summary-search-article-matched-data' in the article buffer
883         locally.  It is moved from `gnus-summary-select-article'.
884
885 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
886
887         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
888         (clean): Remove formatted info files.
889         (distclean): Just remove Makefile.
890
891 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
892
893         * lisp/gnus.el (gnus-revision-number): Increment to 13.
894
895         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
896         (gnus-agent-fetch-headers): Limit downloadable articles if the
897         number of unread articles exceeds `gnus-agent-large-newsgroup'.
898         (gnus-agent-expire): Do not expire saved or replied articles when
899         `gnus-agent-expire-all' is nil.
900
901         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
902         variable.
903         (gnus-offline-agent-expire): Check it; Bind
904         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
905         (gnus-offline-after-jobs-done): Don't check
906         `gnus-agent-expire-all'.
907
908         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
909         `user-login-name' and `user-real-login-name' returns the same
910         value or not.
911         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
912         (gnus-ofsetup-update-setting-file): Ditto.
913         (gnus-ofsetup-prepare): New macro.
914         (gnus-setup-for-offline): Use it.
915         (gnus-ofsetup-customize-done): Ditto.
916
917 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
918
919         * lisp/gnus.el (gnus-revision-number): Increment to 12.
920
921         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
922         (gnus-summary-search-article-highlight-matched-text): Rearrange.
923         (gnus-summary-search-article-position-point): New macro.
924         (gnus-summary-search-article-matched-data): Rename from
925         `gnus-summary-search-article-matched-text'.
926         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
927         use `gnus-article-show-all-headers' for exposing the visited
928         article.
929         (gnus-summary-select-article): Bind
930         `gnus-summary-search-article-matched-data' in the article buffer
931         locally.
932
933         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
934         if the value of `gnus-inhibit-treatment' is non-nil.
935         (article-toggle-headers): Don't redisplay X-Face if the value of
936         `gnus-inhibit-treatment' is non-nil.
937         (gnus-article-treat-custom): Add new treatment variable `mime'.
938
939 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
940
941         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
942         documentation.
943
944         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
945         `gnus-newsgroup-incorporated' explicitly.
946
947 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
948
949         * README.semi: Update for the recent a-ftp sites and directories.
950         * README.semi.ja: Ditto.
951         * texi/gnus-faq.texi: Ditto.
952         * texi/gnus-faq-ja.texi: Ditto.
953
954 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
955
956         * lisp/gnus.el (gnus-revision-number): Increment to 11.
957         (gnus-summary-incorporated-face): New face spec.
958
959         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
960         entry about the format specifier `w'.
961         (gnus-group-line-format): Fix documentation.
962
963         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
964         newly incorporated mails with `gnus-summary-incorporated-face'.
965         (gnus-newsgroup-incorporated): New variable.
966         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
967         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
968
969         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
970
971         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
972         `K' if the group has already been subscribed.
973
974 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
975
976         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
977         `isearch-lazy-highlight' t in the buffer locally; goto the
978         beginning of the buffer before searching.
979
980         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
981         selected frame.
982
983 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
984
985         * lisp/gnus.el (gnus-revision-number): Increment to 10.
986
987         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
988         matched text after the searching is done; call
989         `gnus-summary-select-article' with the args nil and t; bind
990         `gnus-treat-*' to nil.
991         (gnus-summary-search-article-highlight-matched-text): New macro
992         for highlighting matched text.  It is bound at the compile time
993         only.
994         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
995         with the args nil and t; bind `gnus-treat-*' to nil.
996
997         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
998         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
999         `with-temp-file'; use `insert-file-contents-as-binary' instead of
1000         `insert-file-contents'.
1001
1002 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1003
1004         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1005
1006         * lisp/gnus-offline.el: Fix comments.
1007         (TopLevel): Delete the code for emulating custom. Do not inhibit
1008         byte-compile-warnings, but hide useless ones.
1009         (gnus-offline-dialup-program-arguments): defvar instead of
1010         defcustom.
1011         (gnus-offline-hangup-program-arguments): Ditto.
1012         (gnus-offline-interval-time): Ditto.
1013         (gnus-offline-dialup-program, gnus-offline-hangup-program,
1014         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1015         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1016         codes.
1017         Set `mail-sources' instead of `nnmail-spool-file'.
1018         (gnus-offline-enable-fetch-mail): Ditto.
1019         (gnus-offline-toggle-movemail-program): Abolish.
1020         (gnus-offline-define-menu-and-key): Modify according to it.
1021         (gnus-offline-define-menu-on-miee): Ditto.
1022         (gnus-offline-define-menu-on-agent): Ditto.
1023         (gnus-offline-message-add-header): Bind temporary variables.
1024         (gnus-offline-add-custom-header): Ditto.
1025         (gnus-offline-restore-mail-group-level): Ditto.
1026
1027         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1028         gnus-offline at the compile time. Do not inhibit
1029         byte-compile-warnings.
1030         (gnus-setup-for-offline): Really bind all temporary variables.
1031         (gnus-ofsetup-write-settting-file): Check if interval is a
1032         integer.
1033         Use `mail-sources' instead of `nnmail-spool-file'.
1034         (gnus-ofsetup-update-setting-file): Redefine as a macro.
1035         (gnus-ofsetup-prepare-for-miee): Ditto.
1036
1037         * README-offline.en : Update.
1038         * README-offline.ja : Ditto.
1039
1040 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1041
1042         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1043         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1044
1045 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1046
1047         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1048
1049 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
1050
1051         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1052         group name with `\N'.
1053
1054 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1055
1056         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1057
1058         * lisp/pop3.el (pop3-except-header-regexp): New variable.
1059         (pop3-movemail): Don't retrieve messages whose headers are
1060         matching `pop3-except-header-regexp'.
1061         (pop3-top): New function.
1062         (pop3-retr): Don't use `save-restriction'.
1063
1064 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1065
1066         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1067
1068 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1069
1070         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1071
1072         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1073         `gnus-article-next-page' when the last page is not displayed.
1074         (mime-preview-over-to-previous-method-alist): Use
1075         `gnus-article-prev-page' when the first page is not displayed.
1076         (gnus-next-page-map): Use `make-sparse-keymap' instead of
1077         `make-keymap'; don't use `suppress-keymap'.
1078         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1079         Succeed to the value of the text property `mime-view-situation' in
1080         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1081         current local map as a parent under FSF Emacsen.
1082
1083 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1084
1085         * lisp/pop3.el (pop3-retr): Undo last change.
1086
1087 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1088
1089         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1090
1091         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1092         `accept-process-output'; Move point to the end of the normal
1093         response.
1094         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1095         (pop3-get-list): Abolish.
1096         (pop3-retr): Don't use `save-restriction'.
1097         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1098         (pop3-list): Likewise.
1099
1100 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1101
1102         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1103
1104         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1105         `event-basic-type' instead of `event-button' under FSF Emacsen.
1106
1107 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1108
1109         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1110
1111 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1112
1113         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1114         `gnus-summary-mode-hook'.
1115         (gnus-use-wheel): New variable.
1116         (gnus-wheel-scroll-amount): New variable.
1117         (gnus-wheel-edge-resistance): New variable.
1118         (gnus-wheel-summary-scroll): New function.
1119         (gnus-wheel-install): New function.
1120
1121 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1122
1123         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1124
1125         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1126         `defun' instead of `defsubst'.
1127         (make-full-mail-header): Ditto.
1128
1129         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1130         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1131
1132 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1133
1134         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1135
1136         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1137         is being sent.
1138
1139         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1140         function from Nana-gnus.
1141         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1142         (gnus-ofsetup-update-setting-file): Rename from
1143         `gnus-ofsetup-write-setting-file'.
1144         (gnus-ofsetup-find-parameters): Rename from
1145         `gnus-ofsetup-parameters'.
1146         (gnus-ofsetup-customize-done): Rewrite.
1147
1148 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1149
1150         * pop3.el: Sync up with pop3.el version 2.04.
1151         (pop3-leave-mail-on-server): New variable.
1152         (pop3-maximum-message-size): New variable.
1153         (pop3-uidl-file-name): New variable.
1154         (pop3-uidl-support): New variable.
1155         (pop3-uidl-obarray): New variable.
1156         (pop3-movemail): Check message size on every retrieval.
1157         (pop3-open-ssl-stream-1): Use new style macro.
1158         (pop3-get-message-numbers): New function.
1159         (pop3-get-list): New function.
1160         (pop3-get-uidl): New function.
1161         (pop3-get-unread-message-numbers): New function.
1162         (pop3-save-uidls): New function.
1163         (pop3-retr): Use `pop3-get-extended-response'.
1164         (pop3-list): New implementation.
1165         (pop3-uidl): New function.
1166         (pop3-get-extended-response): New function.
1167
1168 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1169
1170         * lisp/gnus.el: T-gnus 6.13.0 is released.
1171
1172 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1173
1174         * ChangeLog.2: New file, rename from ChangeLog.
1175
1176         * lisp/dgnushack.el (TopLevel): Rearrange.
1177
1178         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1179         * README.branch: Ditto.
1180
1181         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1182
1183         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1184         * texi/message-ja.texi: Ditto.
1185         * texi/message.texi: Ditto.
1186         * texi/gnus-ja.texi: Ditto.
1187         * texi/gnus.texi: Ditto.
1188         * README-offline.ja: Ditto.
1189         * README-offline.en: Ditto.
1190         * README.semi.ja: Ditto.
1191         * README.semi: Ditto.
1192         * README.T-gnus: Ditto.
1193
1194         * t-gnus-6_13: NEW PUBLIC BRANCH.
1195
1196 See ChangeLog.2 for earlier changes.