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