Update.
[elisp/gnus.git-] / ChangeLog
1 2000-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
4         (gnus-extended-version): Use `gnus-product-name' and
5         `gnus-version-number' instead of the use of `product-string'.
6         (gnus-version-number): Exclude `gnus-revision-number'.
7         (Defining product): Include `gnus-revision-number'.
8         (TopLevel): Require `poe' for the function `butlast'.
9
10 2000-04-13  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
11
12         * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
13         modification.
14         (gnus-search-or-regist-spec): Change interface.
15
16 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
17
18         * lisp/gnus-art.el (gnus-article-prev-page): Bind
19         `window-pixel-scroll-increment' to nil while scrolling for
20         canceling a backlash and a modeline erosion.  It may work under
21         XEmacs 21.2.20 and later.
22         (gnus-article-next-page): Ditto.
23
24 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
25
26         * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
27
28         * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
29
30 2000-04-11  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
31
32         * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
33         arguments.
34
35         * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
36         (gnus-update-format-specifications): Support new data structure of
37         `gnus-format-specs-compiled'.
38         (gnus-update-format-specification-1): Likewise.
39         (gnus-update-format): Support new data structure of
40         `gnus-format-specs'.
41         (gnus-format-specs): Modify data structure.
42
43 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
44
45         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
46         article case insensitively.
47
48 2000-04-07  Katsumi Yamaoka <yamaoka@jpl.org>
49
50         * lisp/message.el (message-cite-original): Use "unknown sender" if
51         from field does not exist in the yanked article.
52
53 2000-04-06  Katsumi Yamaoka <yamaoka@jpl.org>
54
55         * lisp/message.el (message-cite-original): Extract from field for
56         the simple citation line.
57
58 2000-03-21  Katsumi Yamaoka <yamaoka@jpl.org>
59
60         * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
61         article does not exist.
62
63 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
64
65         * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
66
67         * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
68         `output-coding-system' for Mule 2.3.
69         * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
70         * lisp/imap.el (imap-ssl-open): Ditto.
71         * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
72
73 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
74
75         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
76         (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
77         file using `gnus-re-read-newsrc-el-file'.  In that case, the
78         compiled format specs in the file which may be created by the other
79         Gnusae should be ignored.
80
81 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
82
83         * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
84         when Mule 2.3 is running.
85
86 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
87
88         * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
89
90         * lisp/gnus.el (gnus-continuum-version): Remove.
91         (gnus-product-variable-file-list): Use `product-version' instead of
92         the constant values.
93         (TopLevel): Don't autoload "gnus-msg" for the function
94         `gnus-extended-version'.
95         (gnus-version): Move to gnus-vers.el.
96         (gnus-version): Ditto.
97         (gnus-version-number): Ditto.
98         (gnus-product-name): Ditto.
99         (gnus-original-product-name): Ditto.
100         (running-pterodactyl-gnus-0_73-or-later): Ditto.
101         (gnus-original-version-number): Ditto.
102         (gnus-revision-number): Ditto.
103
104         * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
105         (gnus-version): Move from gnus.el.
106         (gnus-version): Ditto.
107         (gnus-version-number): Ditto.
108         (gnus-product-name): Ditto.
109         (gnus-original-product-name): Ditto.
110         (running-pterodactyl-gnus-0_73-or-later): Ditto.
111         (gnus-original-version-number): Ditto.
112         (gnus-revision-number): Ditto.
113
114         * lisp/gnus-start.el (gnus-product-quick-file-format): Use
115         `gnus-vers' instead of `gnus' for the product.
116         (gnus-product-save-variable-file-1): Message an absolute file name;
117         use `save-buffer-as-coding-system'; use `gnus-vers' instead of
118         `gnus' for the product.
119         (gnus-convert-old-ticks): Remove.
120         (gnus-convert-old-newsrc): Remove.
121         (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
122
123         * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
124         `gnus-format-specs-compiled'.
125         (gnus-update-format-specifications): Specify the arg `format' for
126         `gnus-update-format-specification-1'.
127         (gnus-update-format-specification-1): Modify for the new form of
128         `gnus-format-specs-compiled'; add a new arg `format'.
129         (gnus-format-specs-compiled): Allow the plural compiled functions
130         for each element.
131
132         * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
133
134 2000-03-14  Keiichi Suzuki  <keiichi@nanap.org>
135
136         NOTE: It requires `product' in APEL 10.0 or later.
137         Will be created ``~/News/.T-gnus/'' directory automatically by
138         default.   You can customize location by `gnus-product-directory'.
139         ``cache'' and  ``strict-cache'' files will be created under the
140         directory.
141
142         * lisp/gnus.el (TopLevel): Require `gnus-vers'.
143         (gnus-product-name): Abolished.
144         (gnus-version-number): Ditto.
145         (gnus-version): Use `product-string'. (Format changed)
146         (gnus-variable-list): Delete `gnus-format-specs'.
147         (gnus-product-variable-file-list): New variable.
148         (TopLevel): Use `product-provide'.
149
150         * lisp/gnus-vers.el: New file.
151
152         * lisp/gnus-start.el (gnus-product-directory): New user option.
153         (gnus-clear-quick-file-variables): New function.
154         (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
155         (gnus-read-newsrc-file): Likewise.
156         (gnus-read-newsrc-el-file): Read product's variable files.
157         (gnus-product-read-variable-file-1): New function.
158         (gnus-save-newsrc-file): Save product's variable files.
159         (gnus-product-variable-touch): New function.
160         (gnus-product-variables-dirty-p): Ditto.
161         (gnus-product-save-variable-file): Ditto.
162         (gnus-product-save-variable-file-1): Ditto.
163         (gnus-product-quick-file-format): Ditto.
164
165         * lisp/gnus-spec.el (gnus-update-format): Use
166         `gnus-product-variable-touch'.
167         (gnus-update-format-specification-1): Likewise.
168         (gnus-update-format-specifications): Do not check `emacs-version'
169         and `gnus-newsrc-file-version'.  Use
170         `gnus-product-variable-touch'.
171
172         * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
173         `product-string'.
174
175 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
176
177         * lisp/gnus.el (gnus-revision-number): Increment to 14.
178         (gnus-compile-user-specs): New user option.
179
180         * texi/gnus.texi: Update.
181         * texi/gnus-ja.texi: Update.
182
183         * lisp/gnus-start.el (gnus-setup-news): Revert.
184         (gnus-setup-news-hook): Revert.
185
186         * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
187         as well; don't bind `gnus-tmp-func'.
188         (gnus-update-format-specifications): Revert; use
189         `gnus-update-format-specification-1'.
190         (gnus-update-format-specification-1): New function.
191         (gnus-format-specs-compiled): Modify the form.
192         (TopLevel): Require `alist'.
193
194 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
195
196         * lisp/gnus.el (gnus-revision-number): Increment to 13.
197
198         * texi/gnus.texi: Update.
199         * texi/gnus-ja.texi: Update.
200
201         * lisp/gnus-start.el (gnus-setup-news): Update all format specs
202         just before `gnus-setup-news-hook' is evaluated.
203         (gnus-setup-news-hook): Default to `gnus-compile'.
204
205         * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
206         `gnus-format-specs', generate compiled specs in
207         `gnus-format-specs-compiled' instead; don't touch the dribble
208         buffer.
209         (gnus-update-format-specifications): Bind `gnus-format-specs' to
210         `gnus-format-specs-compiled' if the latter is non-nil; use
211         `gnus-update-format-specifications-1'.
212         (gnus-update-format-specifications-1): Rename from
213         `gnus-update-format-specifications'; update the value of
214         `gnus-newsrc-file-version' if the updating is forced.
215         (gnus-format-specs-compiled): New internal variable.
216
217 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
218
219         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
220         update format specifications, when differ `gnus-version' and
221         `gnus-newsrc-file-version' instead of `gnus-version' and
222         `gnus-version' in `gnus-format-specs'.
223         Do not add `gnus-version' into `gnus-format-specs'.
224
225 2000-03-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
226
227         * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
228         from gnus-format-specs.
229
230 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
231
232         * nnvirtual.el (nnvirtual-request-article):
233         Bind gnus-override-method to nil.
234         (nnvirtual-request-update-mark): Don't update mark when
235         article is not there.
236
237 2000-03-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
238
239         * lisp/gnus.el (gnus-revision-number): Increment to 12.
240
241         * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
242         and `pgg-verify-region'.
243         (gnus-summary-decrypt-article): New command.
244         (gnus-summary-verify-article): New command.
245         (gnus-summary-article-map): Bind them.
246         (gnus-wheel-summary-scroll): Fix paren style.
247
248 2000-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
249
250         * lisp/gnus.el (gnus-revision-number): Increment to 11.
251
252 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
253
254         * lisp/nnheader.el (nnheader-insert-nov): Use
255         `mime-entity-fetch-field' instead of `mime-fetch-field'.
256
257         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
258         `mime-entity-read-field' instead of `mime-read-field'.
259         (gnus-article-sort-by-author): Likewise.
260
261 2000-03-02   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
262
263         * lisp/nnimap.el (nnimap-request-article-part): Don't use
264         `imap-capability' to detect BODYDETAIL response.
265
266 2000-03-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
267
268         * lisp/gnus.el (gnus-revision-number): Increment to 10.
269
270         * lisp/nnimap.el
271         (nnimap-request-article-part): Handle `BODY' fetch response when
272         the server implements IMAP4 rev1 capabilities.
273         (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
274         this attribute was obsoleted in RFC2060.
275         (nnimap-request-body): Ditto.
276
277 2000-02-29  Katsumi Yamaoka <yamaoka@jpl.org>
278
279         * lisp/gnus.el (gnus-revision-number): Increment to 09.
280
281         * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
282         from gnus-xmas.el; share them with XEmacs-MULE.
283
284         * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
285         Move to gnus-ems.el.
286
287 2000-02-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
288
289         * lisp/gnus.el (gnus-revision-number): Increment to 08.
290
291         * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
292         `gnus-bbdb/split-mail'.
293         * README-gnus-bbdb.ja: Ditto.
294
295 2000-02-08  Yoshiki Hayashi <yoshiki@xemacs.org>
296
297         * gnus-art.el (article-display-face): Show folded X-Face.
298
299 2000-02-08  Keiichi Suzuki  <keiichi@nanap.org>
300
301         * lisp/gnus.el (gnus-revision-number): Increment to 07.
302
303         * lisp/nnmail.el (nnmail-get-new-mail): Do not check
304         `nnmail-spool-file'.
305
306 2000-02-06   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
307
308         * lisp/gnus.el (gnus-revision-number): Increment to 06.
309
310         * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
311         (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
312         `digest-md5' to IMAP authenticators.
313
314         * lisp/gnus-offline.el (gnus-group-get-new-news,
315         gnus-agent-toggle-plugged,gnus-agent-expire,
316         gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
317         redefining.
318
319         * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
320
321         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
322         confusing tabs from original header.
323
324 2000-01-27  Katsumi Yamaoka <yamaoka@jpl.org>
325
326         * lisp/gnus.el (gnus-revision-number): Increment to 05.
327
328         * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
329         module `gnus-bitmap' instead of `smiley-mule'.
330
331         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
332         without redisplaying if the point is out of view.
333
334 2000-01-25  Katsumi Yamaoka <yamaoka@jpl.org>
335
336         * lisp/gnus.el (gnus-revision-number): Increment to 04.
337
338 2000-01-24  SANETO Takanori <sanewo@ba2.so-net.ne.jp>
339
340         * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
341
342         * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
343         * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
344         Ditto.
345
346         * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
347         arg of `message'.
348         * lisp/gnus.el (gnus-version): Ditto.
349         * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
350         * lisp/gnus-offline.el (gnus-offline-set-interval-time,
351         gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
352         gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
353         gnus-offline-hangup-line, gnus-offline-get-new-news-function,
354         gnus-offline-connect-server): Ditto.
355         * lisp/dgnushack.el (dgnushack-make-package): Ditto.
356
357 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
358
359         * lisp/gnus.el (gnus-revision-number): Increment to 03.
360
361         * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
362         buffer if it is called non-interactively.
363
364 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
365
366         * lisp/gnus.el (gnus-revision-number): Increment to 02.
367
368         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
369         if the point is out of view.
370
371 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
372
373         * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
374         `pos-visible-in-window-p' returns nil.
375
376 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
377
378         * lisp/gnus-offline.el (gnus-agent-mode): New advice.
379
380 2000-01-12  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
381
382         * lisp/base64.el: Unbound base64-*-string and base64-*-region
383         when defined by autoload.
384
385 2000-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
386
387         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
388         the original code; hide group contents while rescanning.
389
390 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
391
392         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
393         lines in the imitation buffer; turn off h-scrollbar for XEmacs.
394
395 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
396
397         * lisp/gnus.el (gnus-revision-number): Increment to 01.
398
399         * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
400         nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
401         gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
402         gnus-agent.el}: Require `gnus-clfns' when compiling.
403
404         * lisp/rfc2231.el: Require `cl' when compiling.
405
406         * lisp/gnus-clfns.el: New file.
407
408         * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
409         gnus-clfns.el.
410
411         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
412         rescan the current newsgroup before exiting; wear an imitation
413         summary buffer while rescanning.
414
415 2000-01-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
416
417         * lisp/dgnushack.el (char-before): Use the byte-optimaization.
418
419 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
420
421         * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
422         (gnus-revision-number): Clear to 00.
423
424         * README.T-gnus: Update.
425
426         * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
427         score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
428         nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
429         nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
430         nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
431         nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
432         nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
433         mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
434         mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
435         gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
436         gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
437         gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
438         gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
439         gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
440         gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
441         gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
442         gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
443         gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
444         v5.8.3.
445
446         * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
447         emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
448
449 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
450
451         * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
452         the new CVS server.
453
454         * lisp/gnus-sum.el (gnus-articles-to-read): Bind
455         `cursor-in-echo-area' to nil while `read-from-minibuffer'.
456
457 1999-12-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
458
459         * lisp/gnus-offline.el (TopLevel): Call
460         `define-process-argument-editiong' only under Meadow -- i.e. don't
461         call this function under NTEmacs.
462
463 1999-12-28  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
464
465         * lisp/gnus.el (gnus-revision-number): Increment to 15.
466
467         * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
468         `gnus-offline-agent-automatic-expire'.
469         (gnus-agent-expire): Fix the advice.
470         (gnus-offline-after-jobs-done): Refer to
471         `gnus-offline-auto-expire'.
472
473         * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
474         messages.
475         (gnus-offline-resource-ja): Ditto.
476
477         * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
478         bind `coding-system-for-read' to raw-text-dos, else bind it to
479         binary.
480
481 1999-12-28  Katsumi Yamaoka <yamaoka@jpl.org>
482
483         * lisp/gnus.el (gnus-revision-number): Increment to 14.
484
485         * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
486
487 1999-12-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
488
489         * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
490         (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
491         value depends on the version of ssl.el.
492         (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
493         `coding-system-for-read' to raw-text-dos, else bind it to binary.
494
495 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
496
497         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
498         `save-restriction'.
499
500 1999-12-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
501
502         * lisp/imap.el (imap-streams,imap-stream-alist,
503         imap-authenticators,imap-authenticator-alist,
504         imap-digest-md5-p): Sync with latest Gnus.
505         (imap-starttls-p): Rename from `imap-tls-p'.
506         (imap-starttls-open): Rename from `imap-tls-open'.
507
508 1999-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
509
510         * lisp/gnus.el (gnus-revision-number): Increment to 13.
511
512         * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
513         as its parent directory.
514
515         * lisp/imap.el (base64-encode-string, base64-decode-string):
516         Autoload "base64" instead of the tricky definitions.
517
518         * lisp/base64.el: Restore the original code and invalidate it; use
519         mel for the base64 codec.
520
521 1999-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
522
523         * lisp/imap.el (mel-find-function): Always require `mel' instead of
524         the use of autoloading.  Because the function `mel-find-function'
525         is defined by `defsubst'.
526
527 1999-12-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
528
529         * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
530         `gnus-offline-connected', not `gnus-plugged'.
531
532         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
533         `unless'. Use `when'.
534
535         * lisp/imap.el (base64-encode-string): Fix. May work.
536
537 1999-12-16  Katsumi Yamaoka <yamaoka@jpl.org>
538
539         * lisp/message.el (message-goto-mail-copies-to): If the field is
540         newly created, a string "never" is inserted in default.
541         (message-goto-mail-followup-to): If the field is newly created and
542         To field contains only one address, the address is inserted in
543         default.
544         (message-mode-map): New key stroke `C-c C-f c' for the command
545         `message-goto-mail-copies-to'.
546
547 1999-12-15  Katsumi Yamaoka <yamaoka@jpl.org>
548
549         * lisp/gnus.el (gnus-revision-number): Increment to 12.
550
551         * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
552
553         * lisp/lpath.el (toolbar-gnus, get-charset-property,
554         font-lock-set-defaults, find-coding-system, coding-system-get):
555         Bind them for FSF Emacsen.
556         (read-color, x-defined-colors, compute-motion): Don't bind.
557
558         * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
559         `base64-encode-string' and `base64-decode-string' instead of
560         `imap-base64-encode-string' or `imap-base64-decode-string'.
561         (base64-encode-string): New function.  It won't be defined if it
562         is already bound and the optional second arg is allowed.
563         (base64-decode-string): New function defined by `defun-maybe'.
564         (imap-base64-encode-string, imap-base64-decode-string): Remove.
565         (mel-find-function): Autoload "mel".
566
567         * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
568         get-popup-menu-response, toolbar-gnus, get-charset-property,
569         find-coding-system, coding-system-get, font-lock-set-defaults):
570         Don't bind.
571         (union, member-if, mapcon, mapc, last): Don't define as compiler
572         macros under XEmacs.  It is based on Hrvoje's advice.
573         (member-if): New compiler macro for emulating cl function.
574
575 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
576
577         * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
578         of `static-condition-case'.
579
580 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
581
582         * lisp/gnus.el (gnus-revision-number): Increment to 11.
583
584         * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
585         arg `no-line-break'.
586
587 1999-12-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
588
589         * lisp/imap.el: Require `digest-md5' when compiling; add autoload
590         settings for `digest-md5-parse-digest-challenge' and
591         `digest-md5-digest-response'.
592         (imap-authenticators): Add `digest-md5'.
593         (imap-authenticator-alist): Setup for `digest-md5'.
594         (imap-digest-md5-p): New function.
595         (imap-digest-md5-auth): New function.
596
597 1999-12-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
598
599         * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
600         buffer name must be specific to its mail source.
601
602 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
603
604         * lisp/gnus.el (gnus-revision-number): Increment to 10.
605
606         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
607         call too many `static-if's.
608
609         * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
610         `make-symbolic-link' is not availabe.
611
612         * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
613
614 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
615
616         * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
617         the original `gnus-agent-toggle-plugged'.
618
619         * lisp/mail-source.el (mail-source-fetch-imap): Don't create
620         multiple temporary buffers, and don't kill one.
621
622 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
623
624         * lisp/gnus.el (gnus-revision-number): Increment to 09.
625
626         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
627         optional argument `force'. Use `read-file-name' instead of
628         `read-directory-name'.
629
630 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
631
632         * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
633
634         * lisp/gnus-agent.el (gnus): Give up to advise here.
635         (gnus-group-get-new-news): New advice instead.
636
637         * lisp/gnus-offline.el (gnus-offline-setup): Call
638         `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
639         here.
640         (gnus-offline-define-menu-and-key): Simplify.
641         (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
642         interactively.
643
644         * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
645         `gnus-offline-setting-file'.
646         (gnus-nntp-service): Set this variable here, not in
647         `gnus-offline-setting-file'
648         (gnus-nntp-server): Ditto.
649         (gnus-after-getting-new-news-hook): Ditto.
650         (message-send-hook): Ditto.
651         (mail-source-read-passwd): Ditto.
652         (gnus-setup-news-hook): Ditto.
653         (gnus-setup-for-offline): Now one can get mails from `imap',
654         `file', `directory' or `maildir'.
655
656         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
657         Ignore non-POP mail sources.
658
659 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
660
661         * lisp/gnus.el (gnus-revision-number): Increment to 07.
662
663         * lisp/gnus-util.el (gnus-union): Remove.
664         (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
665
666         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
667         instead of `gnus-union'.
668
669 1999-12-10  A.Hitachi       <a_hitachi@msi.biglobe.ne.jp>
670             Katsumi Yamaoka <yamaoka@jpl.org>
671
672         * lisp/dgnushack.el (union): New compiler macro for emulating cl
673         function.
674
675 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
676
677         * lisp/gnus-util.el: Require `gnus-ems'.
678         (gnus-ems-redefine): Call it to redefine the functions
679         `gnus-truncate-string', etc.
680         (gnus-union): Fix doc string.
681
682         * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
683
684 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
685
686         * lisp/gnus.el (gnus-revision-number): Increment to 06.
687
688 1999-12-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
689
690         * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
691         in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
692
693 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
694
695         * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
696         function.
697         (mapc): Bug fix - treat the last arg as a list.
698
699 1999-12-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
700
701         * lisp/gnus.el (gnus-revision-number): Increment to 05.
702
703         * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
704         modeline "Plugged" status display with the value of
705         `gnus-plugged'.
706
707         * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
708         compile time.
709         (gnus-offline-set-online-sendmail-function): defsubst.
710         (gnus-offline-set-offline-sendmail-function): Ditto.
711         (gnus-offline-set-offline-post-news-function): Ditto.
712         (gnus-offline-set-online-post-news-function): Ditto.
713         (gnus-offline-disable-fetch-mail): Ditto.
714         (gnus-offline-enable-fetch-mail): Ditto.
715         (gnus-offline-setup): Fix typo.
716         (gnus-offline-gnus-get-new-news): Abolish.
717         (gnus-offline-toggle-plugged): Ditto.
718         (gnus-offline-agent-expire): Ditto.
719         (gnus-group-get-new-news): New advice which does things
720         `gnus-offline-gnus-get-new-news' was doing.
721         (gnus-agent-toggle-plugged): New advice which does thing
722         `gnus-offline-toggle-plugged' was doing.
723         (gnus-agent-expire): New advice which does things
724         `gnus-offline-agent-expire' was doing.
725         (gnus-offline-define-menu-and-key): No longer substitute key
726         definitions on `gnus-group-mode-map'. No longer swap commands for
727         a toolbar button.
728         (gnus-offline-after-get-new-news): Do jobs only when
729         `gnus-plugged' is t.
730
731         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
732         expressions.
733
734 1999-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
735
736         * lisp/message.el (message-yank-add-new-references): Fix doc string.
737
738         * texi/{message-ja.texi, message.texi}
739         (message-list-references-add-position,
740         message-yank-add-new-references): Add documentations.
741
742 1999-12-07  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
743
744         * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
745         `gnus-offline-get-message'.
746
747         * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
748         `gnus-ofsetup-get-message'.
749
750 1999-12-07  Katsumi Yamaoka <yamaoka@jpl.org>
751
752         * lisp/gnus.el (gnus-revision-number): Increment to 04.
753         (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
754
755         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
756         `get-text-property' in the outside of the boundary.
757         (gnus-article-smiley-display): New function.
758         (gnus-treatment-function-alist): Use it.
759
760         * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
761         the bug fixed version rigidly instead of the use of `defadvice'.
762
763         * lisp/message.el (font-lock-after-change-function): Don't use
764         `compile' for the arg of `defadvice'.
765
766 1999-12-06  Keiichi Suzuki  <keiichi@nanap.org>
767
768         * lisp/message.el (message-yank-add-new-references): New option
769         value `message-id-only'.
770         (message-yank-original): Likewise.
771         (message-list-references-add-position): New user option.
772         (message-list-references): When
773         `message-list-references-add-position' is integer value, the order
774         of designate number message-ids is kept.
775
776 1999-12-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
777
778         * lisp/gnus.el (gnus-revision-number): Increment to 03.
779
780         * lisp/gnus-offline.el (gnus): Don't advise here.
781         (TopLevel): Call `gnus-offline-define-menu-and-key'.
782         (gnus-offline-setup): Don't call
783         `gnus-offline-define-menu-and-key' here.
784
785         * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
786         rely on `gnus-load-hook'.
787         (gnus): New advice. Call `gnus-offline-setup' when everything is
788         done.
789
790         * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
791         at the compile time. Use `gnus-alive-p'.
792
793 1999-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
794
795         * lisp/gnus.el (gnus-revision-number): Increment to 02.
796
797         * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
798         don't use `byte-defop-compiler'.
799         (byte-optimize-form-code-walker): Advise it for fixing the bug in
800         and/or forms.  The original idea is devised by FUKUI-san, modified
801         by KOBAYASHI-san.
802         (max-specpdl-size): Set 3000.
803
804 1999-12-05  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
805
806         * lisp/gnus.el (gnus-revision-number): Increment to 01.
807
808         * lisp/gnus-offline.el (gnus): New advice. synchronize
809         `gnus-offline-connected' with `gnus-plugged'.
810
811 1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
812
813         * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
814         (gnus-revision-number): Clear to 00.
815
816         * README.branch.ja: Update for t-gnus-6_14 branch.
817         * README.branch: Ditto.
818         * README.T-gnus: Ditto.
819         * README.semi.ja: Ditto.
820         * README.semi: Ditto.
821
822         * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
823         nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
824         mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
825         gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
826         gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
827
828         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
829         gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
830         Gnus v5.8.2.
831
832         * t-gnus-6_14: NEW PUBLIC BRANCH.
833
834 1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
835             Katsumi Yamaoka <yamaoka@jpl.org>
836
837         * lisp/gnus.el (gnus-revision-number): Increment to 01.
838
839         * lisp/dgnushack.el (char-before): Use compiler macro instead of
840         byte-optimizer.
841         (char-after): Comment out the byte-optimization.
842
843         * imap.el (imap-base64-encode-string, imap-base64-decode-string):
844         New functions.  They are identical to the built-in codec if
845         possible, otherwise the functions defined in mel are used.
846         (imap-cram-md5-auth): Use them.
847
848 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
849
850         * lisp/imap.el: Remove autoload settings for `base64-decode-string'
851         and `base64-encode-string'.
852
853 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
854
855         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
856         (gnus-revision-number): Clear to 00.
857
858         * README.T-gnus: Update.
859
860         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
861
862         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
863         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
864         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
865         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
866         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
867         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
868         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
869         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
870         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
871         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
872
873         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
874         files.
875
876         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
877         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
878         Gnus v0.99.
879
880 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
881
882         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
883         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
884         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
885         (gnus-after-getting-new-news-hook): Ditto.
886
887         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
888
889 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
890
891         * lisp/gnus.el (gnus-revision-number): Increment to 10.
892
893         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
894         char with old Emacsen as well.
895
896 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
897
898         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
899         appears in the backquoted form.
900         (gnus-category-edit-score): Ditto.
901
902         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
903         appears in the backquoted form.
904
905 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
906
907         * lisp/gnus.el (gnus-revision-number): Increment to 09.
908
909         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
910         bug -- do add-hook.
911         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
912         defined. If not, call `easy-menu-create-keymaps'.
913
914 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
915
916         * lisp/gnus.el (gnus-revision-number): Increment to 08.
917
918         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
919         "static" at the compile time.
920         (gnus-offline-hangup-function): Abolish.
921         (gnus-offline-auto-ppp): New variable.
922         (gnus-offline-gnus-get-new-news): Refer to it.
923         (gnus-offline-set-unplugged-state): Ditto.
924         (gnus-offline-set-auto-ppp): New function. It replaces the
925         function `gnus-offline-toggle-auto-hangup'.
926         (gnus-offline-toggle-auto-hangup): Abolish.
927         (gnus-offline-define-menu-and-key): Use `static-if' and
928         `static-cond'.
929         (gnus-offline-popup-menu): Do not define this function under XEmacs.
930         (gnus-offline-popup): New function.
931
932         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
933         (gnus-ofsetup-resource-en): Fix doc strings.
934         (gnus-ofsetup-resource-ja): Ditto.
935
936 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
937
938         * lisp/gnus.el (gnus-revision-number): Increment to 07.
939
940         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
941         Pterodactyl Gnus v0.98.
942
943 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
944
945         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
946
947         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
948
949         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
950         `car' and `cdr' instead of `cadr'.
951
952         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
953         instead of `push'; use `if' instead of `when'.
954
955         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
956         instead of `pop'.
957         (gnus-useful-groups): Use `or' instead of `unless'.
958
959         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
960         instead of `cadr'.
961
962 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
963
964         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
965         `when' in the body of `defadvice'.  Use `if' instead.
966
967         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
968         cl functions.
969
970 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
971
972         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
973         the macro `when' in the arg of `defcustom'.  Use `if' instead.
974
975 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
976
977         * lisp/gnus.el (gnus-revision-number): Increment to 06.
978
979         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
980         `next-single-property-change' LIMIT as `point-max'.
981         (gnus-article-prepare-mime-display): Ditto.
982         (article-hide-signature): Ditto.
983
984 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
985
986         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
987         are removed to fill gnus-version within 80 columns.
988
989 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
990
991         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
992
993 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
994
995         * lisp/gnus.el (gnus-revision-number): Increment to 05.
996
997         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
998         instead of `union'.
999
1000         * lisp/gnus-util.el (gnus-union): New function.
1001
1002         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
1003         `copy-sequence' instead of `copy-list'.
1004         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
1005
1006         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
1007
1008 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
1009
1010         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1011
1012         * lisp/dgnushack.el (union, copy-list): New compiler macros for
1013         emulating cl functions.
1014
1015 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
1016
1017         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1018         (gnus-select-method): Use `condition-case' instead of
1019         `ignore-errors'.
1020
1021         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1022         instead of `ignore-errors'.
1023
1024         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
1025
1026         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
1027         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
1028         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
1029         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
1030         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1031         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1032         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
1033         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
1034         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
1035         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
1036
1037 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
1038
1039         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1040
1041         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
1042         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
1043         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
1044         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
1045         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1046         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
1047         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
1048         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
1049         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
1050         Require `cl' at the top level.
1051
1052         * lisp/gnus.el (gnus-select-method): Undo last change.
1053         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
1054         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
1055
1056         * lisp/gnus-ems.el (gnus-split-string): Remove.
1057
1058 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1059
1060         * lisp/pop3.el: Add description about STLS extension; add autoload
1061         setting for `starttls-open-stream' and `starttls-negotiate'.
1062         (pop3-stls): New function.
1063         (pop3-open-tls-stream): New function.
1064         (pop3-open-server): Use `pop3-open-tls-stream' if
1065         'pop3-connection-type' is bound to `tls'.
1066
1067 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1068
1069         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
1070         and `starttls-negotiate'.
1071         (imap-stream-alist): Add TLS entry.
1072         (imap-tls-p): New function.
1073         (imap-tls-open): New function.
1074         (imap-ssl-open): Enclose `open-ssl-stream' with
1075         `as-binary-process'.
1076
1077 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
1078
1079         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1080         (gnus-select-method): Use `condition-case' instead of
1081         `ignore-errors'.
1082
1083         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
1084         level.
1085
1086         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
1087         `coding' and `noerror' for the stopgaps.
1088
1089         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
1090         `coding' and `noerror'.
1091         (function-max-args): Maybe-fbind for FSF Emacsen.
1092
1093         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
1094         as `binary' if possible.
1095         (imap-log): Default to nil (synched with pgnus 0.99).
1096         (base64-decode-string): Autoload "mel" instead of "base64".
1097         (md5): Autoload "md5" without `eval-and-compile'.
1098
1099         * lisp/gnus-util.el (copy-list): New function defined by
1100         `defun-maybe'.
1101
1102         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
1103         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
1104
1105         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1106         instead of `ignore-errors'.
1107
1108         * lisp/gnus-picon.el: Require `cl'.
1109
1110         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
1111         gnus-offline.el} (cl): Enclose the requiring procedure with
1112         `eval-when-compile'.
1113
1114         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
1115         procedure with `eval-when-compile' instead of `eval-and-compile'.
1116
1117 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1118
1119         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1120         Use mail-sources instead of nnmail-spool-file.
1121         From: Toshiaki -PCX- Tanaka.
1122
1123 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
1124
1125         * lisp/gnus.el (gnus-group-startup-message): Insert space before
1126         "based on".
1127         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
1128
1129 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
1130
1131         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
1132         (gnus-revision-number): Clear to 00.
1133
1134         * README.T-gnus: Update.
1135
1136         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
1137         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
1138         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
1139         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
1140         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
1141         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1142
1143         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
1144
1145         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
1146         translation.
1147
1148         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1149
1150 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
1151
1152         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
1153         `message-save-drafts' instead of `set-buffer-modified-p' and
1154         `save-buffer'.
1155         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
1156         because the reply data is lost in Drafts.
1157         * lisp/gnus-art.el (gnus-signature-face): Don't check
1158         window-system type.
1159
1160 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1161
1162         * lisp/pop3.el (pop3-progress-message): New function.
1163         (pop3-movemail): Use it.
1164
1165 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
1166
1167         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
1168         `gnus-following-method'.
1169
1170         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
1171         wide reply as a mail if the message is not a news; use the macro
1172         `gnus-setup-message'.
1173
1174         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
1175
1176 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
1177
1178         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1179         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
1180         function `gnus-smiley-display'.
1181
1182         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
1183         `window-system' is nil.
1184         (gnus-article-x-face-command): Default to external command if
1185         `window-system' is nil.
1186
1187 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
1188
1189         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1190         (TopLevel): Rearrange autoload settings.
1191
1192         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
1193         `smiley-buffer'.
1194
1195         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
1196         "Toggle smileys" in "Washing" menu.
1197         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
1198
1199         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
1200         (smiley-toggle-buffer): New function.
1201         (smiley-buffer): Don't quote the function.
1202         (smiley-toggle-extents): Ditto.
1203
1204 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1205
1206         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1207         (TopLevel): Add and delete autoloads for functions defined in
1208         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
1209
1210         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
1211         defined in "miee".
1212
1213         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
1214         `gnus-custom-mode' defined in "gnus-cus".
1215
1216 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1217
1218         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1219
1220         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
1221         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
1222         header.
1223
1224 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
1225
1226         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1227         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
1228         functions `x-face-mule-gnus-article-display-x-face' and
1229         `smiley-buffer'.
1230
1231         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
1232
1233         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
1234         `gnus-mule-group-startup-message'.
1235         (gnus-mule-group-startup-message): Remove.
1236         (gnus-mule-bitmap-image-file): Remove.
1237
1238         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
1239         ordinary text if the feature `smiley-mule' is provided and FSF
1240         Emacs is used.
1241         (TopLevel): Require `static' at the compile time.
1242
1243         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
1244         `mime-display-text/plain-hook' to nil.
1245         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
1246         treat the next entity position as a marker.
1247         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
1248         `gnus-smiley-display' under FSF Emacsen.
1249         (gnus-treat-display-smileys): Default to t if the module
1250         `smiley-mule' is installed.
1251         (gnus-treat-display-xface): Default to `head' if the value of
1252         `gnus-article-x-face-command' is
1253         `x-face-mule-gnus-article-display-x-face'.
1254         (gnus-article-x-face-command): Default to
1255         `x-face-mule-gnus-article-display-x-face' if the module
1256         `x-face-mule' is installed.
1257         (TopLevel): Require `static' first; require `path-util'.
1258
1259 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
1260
1261         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1262
1263         * lisp/message.el (message-mode): Make
1264         `message-font-lock-last-position' as buffer local.
1265         (message-font-lock-keywords-2): Use
1266         `message-font-lock-cited-text-matcher' instead of regexp.
1267         (message-font-lock-cited-text-matcher): New function.
1268         (font-lock-after-change-function): Advice to the keep last cursor
1269         position in `message-font-lock-last-position' before fontifying.
1270         (message-font-lock-last-position): New variable.
1271         (message-font-lock-citation-name-max-column): New variable.
1272         (message-font-lock-cited-text-regexp): New variable.
1273         (message-font-lock-fence-close-position): New variable.
1274         (message-font-lock-fence-open-position): New variable.
1275         (message-font-lock-fence-close-regexp): New variable.
1276         (message-font-lock-fence-open-regexp): New variables.
1277
1278 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1279
1280         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
1281         using `message-font-lock-keywords', `message-font-lock-keywords-1'
1282         and `message-font-lock-keywords-2'.
1283         (message-font-lock-keywords): Restruct.
1284         (message-font-lock-keywords-1): New variable split from
1285         `message-font-lock-keywords'.
1286         (message-font-lock-keywords-2): Ditto.
1287
1288 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
1289
1290         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1291
1292         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
1293         before highlighting or hiding it.
1294         (gnus-article-buttonize-signature): New function.
1295         (gnus-article-highlight-signature): Don't buttonize.
1296         (gnus-treatment-function-alist): Undo the last change.
1297         (gnus-treat-emphasize): Default to nil.
1298
1299 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
1300
1301         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1302         (TopLevel): Autoload "gnus-art" for the function
1303         `gnus-article-show-all'.
1304
1305         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
1306         hidden text if the command `gnus-summary-toggle-mime' is used.
1307
1308         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
1309         following parts.
1310         (gnus-article-highlight-signature): Work for forwarded messages.
1311         (gnus-article-show-all): New function based on `article-show-all'.
1312         (gnus-article-show-all-headers): Based on
1313         `article-show-all-headers'.
1314         (article-show-all-headers): New function to show all *HEADERS*.
1315         (article-show-all): Show *ALL* literally.
1316         (article-hide-signature): Work for forwarded messages.
1317         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
1318         off after `gnus-treat-highlight-signature'.
1319
1320 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
1321
1322         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1323
1324         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
1325         against forwarded messages without MIME structure.
1326         (gnus-treatment-function-alist): Move
1327         'gnus-treat-decode-article-as-default-mime-charset' to the top;
1328         put `gnus-treat-emphasize' off after
1329         `gnus-treat-highlight-headers'.
1330
1331 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1332
1333         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1334
1335 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
1336
1337         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
1338         argument is list or not before condition.
1339
1340 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1341
1342         * lisp/gnus-art.el (gnus-treat-predicate): Work for
1343         (typep "something").
1344
1345 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1346
1347         * lisp/gnus-art.el (gnus-article-prepare-display):
1348         Pass argument nil as a condition to gnus-treat-article.
1349         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
1350         Ditto. Also, treat last part of multipart article correctly.
1351
1352 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
1353
1354         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1355
1356         * lisp/message.el (message-generate-headers): Don't insert
1357         excessive newline.
1358
1359         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
1360         negative number for the 2nd arg of `insert-char'.
1361
1362 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1363
1364         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
1365         gnus-ja instead of gnus if Japanese environment is on.
1366
1367 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
1368
1369         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1370         (semi-gnus-developers): Remove.
1371         (gnus-maintainer): Change mail address.
1372         (gnus-group-startup-message): Display version string.
1373
1374         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
1375
1376         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
1377         version string; fix glyph position.
1378
1379 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1380
1381         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
1382         to previous version until problem of respooling from
1383         nnimap to nnml is solved.
1384         (gnus-summary-move-article): Ditto.
1385
1386 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
1387
1388         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1389
1390         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
1391         value is t before checking for `condition'.
1392         (gnus-article-prepare-mime-display): Search for the entity children
1393         if the primary type is `multipart'.
1394
1395 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1396
1397         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1398
1399         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
1400         instead of signaling an error if the destination group is not
1401         newly created.
1402         (gnus-summary-move-article): Do nothing if the destination group
1403         is not newly created.
1404
1405         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
1406         environment part.
1407
1408 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1409
1410         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
1411         active entry for the group even if it doesn't exist.
1412
1413 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1414
1415         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
1416
1417 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
1418
1419         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
1420         (gnus-revision-number): Clear to 00.
1421
1422         * README.T-gnus: Update.
1423
1424         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1425         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1426
1427         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
1428         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
1429         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
1430         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
1431         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1432
1433 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
1434
1435         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1436
1437         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
1438         smooth scrolling under XEmacs.
1439         (gnus-article-next-page):Ditto.
1440
1441         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
1442         descriptions about the problem of loaddefs.el and the patch for
1443         CUSTOM 1.9962.
1444
1445 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1446
1447         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1448
1449         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
1450         `:predicate' for old Emacsen; require `static'.
1451
1452         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
1453         `:path' and `:predicate'.
1454
1455 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1456
1457         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
1458         modeline as modified.
1459
1460 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1461
1462         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1463
1464         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
1465         `mime-view-entity' in the modified header under FSF Emacsen.
1466
1467 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1468
1469         * README-offline.en: Rewrite the usage description.
1470         * README-offline.ja: Ditto.
1471
1472 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1473
1474         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1475
1476         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
1477         `gnus-offline'.
1478
1479 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1480
1481         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
1482         * README-offline.ja: Ditto.
1483
1484 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1485
1486         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1487
1488         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
1489         the current buffer as modified.
1490
1491         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
1492         (gnus-offline-get-menu-items): New function.
1493         (gnus-offline-define-menu-on-miee): Use it.
1494         (gnus-offline-define-menu-on-agent): Ditto.
1495
1496 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1497
1498         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
1499
1500         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
1501         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
1502         (pop3-quit): Clear `pop3-uidl-obarray'.
1503
1504 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1505
1506         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1507
1508         * lisp/gnus-offline.el (gnus-offline-resource-en,
1509         gnus-offline-resource-ja,
1510         gnus-offline-resource-ja_complete): New variables.
1511         (gnus-offline-get-message): News function.
1512         (gnus-offline-error-check): Use it.
1513         (gnus-offline-connect-server): Ditto.
1514         (gnus-offline-get-new-news-function): Ditto.
1515         (gnus-offline-set-mail-group-level): Ditto.
1516         (gnus-offline-hangup-line): Ditto.
1517         (gnus-offline-after-jobs-done): Ditto.
1518         (gnus-offline-toggle-auto-hangup): Ditto.
1519         (gnus-offline-toggle-on/off-send-mail): Ditto.
1520         (gnus-offline-toggle-articles-to-fetch): Ditto.
1521         (gnus-offline-empting-spool): Ditto.
1522         (gnus-offline-set-interval-time): Ditto.
1523
1524         * lisp/gnus-ofsetup.el (gnus-offline-lang,
1525         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
1526         variables.
1527         (gnus-ofsetup-get-message): New function.
1528         (gnus-setup-for-offline): Use it.
1529         (gnus-ofsetup-find-parameters): Ditto.
1530         (gnus-ofsetup-prepapre-for-miee): Ditto.
1531         (gnus-ofsetup-completing-read-symbol): Ditto.
1532         (gnus-ofsetup-customize): Ditto.
1533         (gnus-ofsetup-customize-done): Ditto.
1534
1535 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1536
1537         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
1538         `isearch-lazy-highlight'.
1539
1540 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
1541
1542         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1543
1544         * lisp/lpath.el (babel-as-string): Bind it.
1545
1546         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
1547         original X-Face field while searching.  It is done for only FSF
1548         Emacsen.
1549         (gnus-summary-search-article-highlight-matched-text): Ditto.
1550         (gnus-summary-search-article-matched-data): Bind it explicitly.
1551
1552 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
1553
1554         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
1555         (gnus-revision-number): Clear to 00.
1556
1557         * README.T-gnus: Update.
1558
1559         * README: Sync up with Pterodactyl Gnus v0.96.
1560         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
1561         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
1562         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
1563         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
1564         gnus-agent.el,ChangeLog}: Ditto.
1565         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
1566
1567 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1568
1569         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
1570         don't retrieve any incoming mails.; Don't filter articles here.
1571         Use `convert-standard-filename' to generate fresh UIDL file names.
1572         (pop3-get-message-numbers): Rewrite.
1573         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
1574         of `with-temp-buffer'.
1575
1576 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1577
1578         * README-offline.ja : Fix.
1579
1580         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
1581         Fix typo.
1582
1583         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
1584         requirements; Enclose the autoload for `gnus-custom-mode' with
1585         `eval-and-compile'.
1586
1587 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
1588
1589         * lisp/gnus.el (gnus-revision-number): Increment to 15.
1590
1591         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
1592         for them before lpath.el is loaded.  Because lpath.el requires
1593         `poe' via `path-util'.  [cf. <tm-ja:5051>]
1594
1595         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
1596         X-Face image if the regexp "^X-Face:" is specified.
1597         (gnus-summary-search-article-highlight-matched-text): Use
1598         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
1599         X-Face image if it is requested.
1600         (gnus-summary-search-article-highlight-goto-x-face): New macro.
1601
1602 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1603
1604         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1605
1606         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
1607         recenter the article when touchdown; popup the article buffer if
1608         it is disappeared.
1609         (gnus-summary-search-article-highlight-matched-text): Treat the
1610         article before highlighting; use old style backquote syntax.
1611         (gnus-summary-search-article-position-point): Fix the beginning
1612         position; use old style backquote syntax.
1613         (gnus-summary-select-article): Undo the last change.
1614         (gnus-summary-display-article): Bind
1615         `gnus-summary-search-article-matched-data' in the article buffer
1616         locally.  It is moved from `gnus-summary-select-article'.
1617
1618 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
1619
1620         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
1621         (clean): Remove formatted info files.
1622         (distclean): Just remove Makefile.
1623
1624 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1625
1626         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1627
1628         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
1629         (gnus-agent-fetch-headers): Limit downloadable articles if the
1630         number of unread articles exceeds `gnus-agent-large-newsgroup'.
1631         (gnus-agent-expire): Do not expire saved or replied articles when
1632         `gnus-agent-expire-all' is nil.
1633
1634         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
1635         variable.
1636         (gnus-offline-agent-expire): Check it; Bind
1637         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
1638         (gnus-offline-after-jobs-done): Don't check
1639         `gnus-agent-expire-all'.
1640
1641         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
1642         `user-login-name' and `user-real-login-name' returns the same
1643         value or not.
1644         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
1645         (gnus-ofsetup-update-setting-file): Ditto.
1646         (gnus-ofsetup-prepare): New macro.
1647         (gnus-setup-for-offline): Use it.
1648         (gnus-ofsetup-customize-done): Ditto.
1649
1650 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
1651
1652         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1653
1654         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
1655         (gnus-summary-search-article-highlight-matched-text): Rearrange.
1656         (gnus-summary-search-article-position-point): New macro.
1657         (gnus-summary-search-article-matched-data): Rename from
1658         `gnus-summary-search-article-matched-text'.
1659         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
1660         use `gnus-article-show-all-headers' for exposing the visited
1661         article.
1662         (gnus-summary-select-article): Bind
1663         `gnus-summary-search-article-matched-data' in the article buffer
1664         locally.
1665
1666         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
1667         if the value of `gnus-inhibit-treatment' is non-nil.
1668         (article-toggle-headers): Don't redisplay X-Face if the value of
1669         `gnus-inhibit-treatment' is non-nil.
1670         (gnus-article-treat-custom): Add new treatment variable `mime'.
1671
1672 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1673
1674         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1675         documentation.
1676
1677         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1678         `gnus-newsgroup-incorporated' explicitly.
1679
1680 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
1681
1682         * README.semi: Update for the recent a-ftp sites and directories.
1683         * README.semi.ja: Ditto.
1684         * texi/gnus-faq.texi: Ditto.
1685         * texi/gnus-faq-ja.texi: Ditto.
1686
1687 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1688
1689         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1690         (gnus-summary-incorporated-face): New face spec.
1691
1692         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1693         entry about the format specifier `w'.
1694         (gnus-group-line-format): Fix documentation.
1695
1696         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1697         newly incorporated mails with `gnus-summary-incorporated-face'.
1698         (gnus-newsgroup-incorporated): New variable.
1699         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1700         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1701
1702         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1703
1704         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1705         `K' if the group has already been subscribed.
1706
1707 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
1708
1709         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1710         `isearch-lazy-highlight' t in the buffer locally; goto the
1711         beginning of the buffer before searching.
1712
1713         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1714         selected frame.
1715
1716 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
1717
1718         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1719
1720         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1721         matched text after the searching is done; call
1722         `gnus-summary-select-article' with the args nil and t; bind
1723         `gnus-treat-*' to nil.
1724         (gnus-summary-search-article-highlight-matched-text): New macro
1725         for highlighting matched text.  It is bound at the compile time
1726         only.
1727         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1728         with the args nil and t; bind `gnus-treat-*' to nil.
1729
1730         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1731         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1732         `with-temp-file'; use `insert-file-contents-as-binary' instead of
1733         `insert-file-contents'.
1734
1735 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1736
1737         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1738
1739         * lisp/gnus-offline.el: Fix comments.
1740         (TopLevel): Delete the code for emulating custom. Do not inhibit
1741         byte-compile-warnings, but hide useless ones.
1742         (gnus-offline-dialup-program-arguments): defvar instead of
1743         defcustom.
1744         (gnus-offline-hangup-program-arguments): Ditto.
1745         (gnus-offline-interval-time): Ditto.
1746         (gnus-offline-dialup-program, gnus-offline-hangup-program,
1747         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1748         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1749         codes.
1750         Set `mail-sources' instead of `nnmail-spool-file'.
1751         (gnus-offline-enable-fetch-mail): Ditto.
1752         (gnus-offline-toggle-movemail-program): Abolish.
1753         (gnus-offline-define-menu-and-key): Modify according to it.
1754         (gnus-offline-define-menu-on-miee): Ditto.
1755         (gnus-offline-define-menu-on-agent): Ditto.
1756         (gnus-offline-message-add-header): Bind temporary variables.
1757         (gnus-offline-add-custom-header): Ditto.
1758         (gnus-offline-restore-mail-group-level): Ditto.
1759
1760         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1761         gnus-offline at the compile time. Do not inhibit
1762         byte-compile-warnings.
1763         (gnus-setup-for-offline): Really bind all temporary variables.
1764         (gnus-ofsetup-write-settting-file): Check if interval is a
1765         integer.
1766         Use `mail-sources' instead of `nnmail-spool-file'.
1767         (gnus-ofsetup-update-setting-file): Redefine as a macro.
1768         (gnus-ofsetup-prepare-for-miee): Ditto.
1769
1770         * README-offline.en : Update.
1771         * README-offline.ja : Ditto.
1772
1773 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1774
1775         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1776         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1777
1778 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1779
1780         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1781
1782 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
1783
1784         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1785         group name with `\N'.
1786
1787 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1788
1789         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1790
1791         * lisp/pop3.el (pop3-except-header-regexp): New variable.
1792         (pop3-movemail): Don't retrieve messages whose headers are
1793         matching `pop3-except-header-regexp'.
1794         (pop3-top): New function.
1795         (pop3-retr): Don't use `save-restriction'.
1796
1797 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1798
1799         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1800
1801 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1802
1803         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1804
1805         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1806         `gnus-article-next-page' when the last page is not displayed.
1807         (mime-preview-over-to-previous-method-alist): Use
1808         `gnus-article-prev-page' when the first page is not displayed.
1809         (gnus-next-page-map): Use `make-sparse-keymap' instead of
1810         `make-keymap'; don't use `suppress-keymap'.
1811         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1812         Succeed to the value of the text property `mime-view-situation' in
1813         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1814         current local map as a parent under FSF Emacsen.
1815
1816 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1817
1818         * lisp/pop3.el (pop3-retr): Undo last change.
1819
1820 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1821
1822         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1823
1824         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1825         `accept-process-output'; Move point to the end of the normal
1826         response.
1827         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1828         (pop3-get-list): Abolish.
1829         (pop3-retr): Don't use `save-restriction'.
1830         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1831         (pop3-list): Likewise.
1832
1833 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1834
1835         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1836
1837         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1838         `event-basic-type' instead of `event-button' under FSF Emacsen.
1839
1840 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1841
1842         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1843
1844 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1845
1846         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1847         `gnus-summary-mode-hook'.
1848         (gnus-use-wheel): New variable.
1849         (gnus-wheel-scroll-amount): New variable.
1850         (gnus-wheel-edge-resistance): New variable.
1851         (gnus-wheel-summary-scroll): New function.
1852         (gnus-wheel-install): New function.
1853
1854 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1855
1856         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1857
1858         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1859         `defun' instead of `defsubst'.
1860         (make-full-mail-header): Ditto.
1861
1862         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1863         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1864
1865 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1866
1867         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1868
1869         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1870         is being sent.
1871
1872         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1873         function from Nana-gnus.
1874         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1875         (gnus-ofsetup-update-setting-file): Rename from
1876         `gnus-ofsetup-write-setting-file'.
1877         (gnus-ofsetup-find-parameters): Rename from
1878         `gnus-ofsetup-parameters'.
1879         (gnus-ofsetup-customize-done): Rewrite.
1880
1881 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1882
1883         * pop3.el: Sync up with pop3.el version 2.04.
1884         (pop3-leave-mail-on-server): New variable.
1885         (pop3-maximum-message-size): New variable.
1886         (pop3-uidl-file-name): New variable.
1887         (pop3-uidl-support): New variable.
1888         (pop3-uidl-obarray): New variable.
1889         (pop3-movemail): Check message size on every retrieval.
1890         (pop3-open-ssl-stream-1): Use new style macro.
1891         (pop3-get-message-numbers): New function.
1892         (pop3-get-list): New function.
1893         (pop3-get-uidl): New function.
1894         (pop3-get-unread-message-numbers): New function.
1895         (pop3-save-uidls): New function.
1896         (pop3-retr): Use `pop3-get-extended-response'.
1897         (pop3-list): New implementation.
1898         (pop3-uidl): New function.
1899         (pop3-get-extended-response): New function.
1900
1901 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1902
1903         * lisp/gnus.el: T-gnus 6.13.0 is released.
1904
1905 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1906
1907         * ChangeLog.2: New file, rename from ChangeLog.
1908
1909         * lisp/dgnushack.el (TopLevel): Rearrange.
1910
1911         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1912         * README.branch: Ditto.
1913
1914         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1915
1916         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1917         * texi/message-ja.texi: Ditto.
1918         * texi/message.texi: Ditto.
1919         * texi/gnus-ja.texi: Ditto.
1920         * texi/gnus.texi: Ditto.
1921         * README-offline.ja: Ditto.
1922         * README-offline.en: Ditto.
1923         * README.semi.ja: Ditto.
1924         * README.semi: Ditto.
1925         * README.T-gnus: Ditto.
1926
1927         * t-gnus-6_13: NEW PUBLIC BRANCH.
1928
1929 See ChangeLog.2 for earlier changes.