c7488bc8b9ea4a516294fc6078e9123a4931d835
[elisp/gnus.git-] / ChangeLog
1 2000-11-06  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/Makefile.in (install): Don't check for the file names.
4
5 2000-11-04  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6
7         * lisp/gnus-topic.el (gnus-group-topic-map): Define "T" prefix
8         command in `gnus-topic-mode-map' instead of `gnus-group-mode-map'.
9
10 2000-10-25  Katsuhiro Hermit Endo  <hermit@tomato.saino.ne.jp>
11
12         * lisp/gnus-topic.el (gnus-topic-rename): Use current topic as
13         initial value for read-string.
14
15 2000-11-06  Katsumi Yamaoka <yamaoka@jpl.org>
16
17         * lisp/Makefile.in (install): Use the lisp function
18         `dgnushack-exported-files'.
19
20         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
21         `binary'.
22         * lisp/nnheader.el (nnheader-pathname-coding-system): Ditto.
23
24         * lisp/message.el (message-get-reply-headers): Remove useless
25         `concat'.
26
27         * lisp/md5.el: Restore the file.
28
29         * lisp/dgnushack.el (dgnushack-compile): Refer to the constant
30         `dgnushack-exported-files'.
31         (dgnushack-exported-files): New function.
32         (dgnushack-exported-files): New constant.
33         (dgnushack-unexported-files): Add some files.
34         (dgnushack-tool-files): Remove, merge it into
35         `dgnushack-unexported-files'.
36
37         * lisp/base64.el: New file -- base64 encoding functions using MEL.
38
39 2000-11-05  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
40
41         * lisp/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
42         the winking face.
43
44 2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
45
46         * lisp/dgnushack.el (dgnushack-make-manifest): Fix info directory.
47
48 2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
49
50         * Makefile.in (install-package-ja): Compile and install lisp files
51         first.
52         (install-package): Ditto.
53         (compose-package, install-package-info-ja, install-package-info,
54         install-package-lick): New sub targets.
55
56         * lisp/Makefile.in (install-package-info-ja, install-package-info,
57         install-package-lick): New targets.
58         (compose-package): Rename from `package'.
59         (install-package): Remove.
60
61         * lisp/dgnushack.el (dgnushack-install-package-info-ja,
62         dgnushack-install-package-info, dgnushack-install-package-lick,
63         dgnushack-install-package-pkginfo,
64         dgnushack-install-package-info-files, dgnushack-make-manifest,
65         dgnushack-gnus-product-name, dgnushack-examine-package-dir,
66         dgnushack-make-autoloads): New functions.
67         (dgnushack-install-package): Remove.
68         (dgnushack-compose-package): Rename from `dgnushack-make-package'.
69         (dgnushack-info-file-regexp-ja, dgnushack-info-file-regexp-en):
70         Split from `dgnushack-info-file-regexp'.
71         (dgnushack-texi-file-regexp): Remove.
72
73 2000-11-01  Katsumi Yamaoka <yamaoka@jpl.org>
74
75         * lisp/dgnushack.el (dgnushack-texi-format): Remove @ignore'd areas
76         before processing.
77
78 2000-11-01  Katsumi Yamaoka <yamaoka@jpl.org>
79
80         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
81
82         * lisp/gnus.el (gnus-product-variable-file-list): Check for
83         `emacs-version' in the file "cache" as well.
84         * lisp/gnus-start.el (gnus-product-read-variable-file-1): Make it
85         talkative.
86
87 2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
88
89         * lisp/dgnushack.el: Bind `:key-type' and `:value-type' for old
90         Emacsen.
91
92 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
93
94         * lisp/ptexinfmt.el (texinfo-format-direntry): Fixed broken
95         direntry generate probrem.
96         (Advised by Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>)
97
98 2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
99
100         * lisp/gnus-sum.el (gnus-summary-insert-line): Work with quoted
101         double-quote characters.
102         (gnus-summary-prepare-threads): Ditto.
103
104 2000-10-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
105
106         * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice-flag): Renamed
107         from `ptexinfmt-disable-broken-notice'.
108
109 2000-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
110
111         * lisp/ptexinfmt.el (texinfo-format-printindex): Mule for Windows
112         detection fixed.
113
114 2000-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
115
116         * lisp/gnus.el (gnus-group-startup-message): Rewrite for Emacs 21.
117         * lisp/lpath.el: Fbind `propertize'.
118
119 2000-10-22  Katsuhiro Hermit Endo <hermit@tomato.saino.ne.jp>
120
121         * texi/gnus-ja.texi (Changing Servers): Fix typo.
122
123 2000-10-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
124
125         * lisp/nnshimbun.el (nnshimbun-netbsd-get-headers): Fix regular
126         expression to extract xover urls.
127
128 2000-10-12  Jesper Harder <jesper_harder@hotmail.com>
129
130         * make.bat: Makes it possible to generate the Info files on
131         windows again.
132
133 2000-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
134
135         * Makefile.in (info-ja, xinfo-ja): No need to use `MAKEINFO=no'.
136         (install-info-ja, install-info, install-lisp, install-ja): New
137         targets (possibly for FSF Emacsen).
138
139         * texi/Makefile.in (install-ja-info, install-info, install-ja,
140         %-ja.info, %-ja): New targets.
141
142         * texi/message-ja.texi (direntry): Replace "message" with
143         "message-ja".
144
145 2000-10-08  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
146
147         * lisp/nnshimbun.el (nnshimbun-type-definition): Fix regular
148         expression to extract article body from `ZDNet'.
149
150 2000-10-06  Katsumi Yamaoka <yamaoka@jpl.org>
151
152         * lisp/imap.el: Require `base64' instead of to autoload it.
153
154 2000-10-05  Katsumi Yamaoka <yamaoka@jpl.org>
155
156         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
157         `gnus-point-at-eol'.
158         * lisp/gnus.el (gnus-group-startup-message): Ditto.
159
160         * lisp/gnus-ems.el (gnus-ems-redefine): Revive annulling of
161         `gnus-summary-set-display-table'.
162
163 2000-10-04  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
164
165         * lisp/gnus-sum.el (gnus-build-sparse-threads): Use
166         `make-full-mail-header-from-decoded-header' instead of
167         `make-full-mail-header'.
168
169 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
170
171         * lisp/gnus-group.el (gnus-group-get-new-news): Update modeline
172         using `gnus-agent-toggle-plugged' if agent is activated.
173         * lisp/gnus-agent.el (gnus-group-get-new-news): Don't advise it,
174         merge it into gnus-group.el instead.
175
176         * lisp/gnus-offline.el (gnus-offline-after-jobs-done): Use `ding'
177         with `play-sound-file' for XEmacs statically.
178
179         * lisp/gnus-art.el (gnus-article-add-button): Quote
180         `:button-keymap' for Mule 2.3 but it won't work.
181
182 2000-09-29  Katsumi Yamaoka <yamaoka@jpl.org>
183
184         * lisp/message.el (message-ignored-supersedes-headers): Synch with
185         Gnus.
186
187 2000-09-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
188
189         * list/ptexinfmt.el (texinfo-multitable-widths): Fix
190         broken-facility probrem when use multitable unsupported
191         texinfmt.el.
192
193 2000-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
194
195         * lisp/ptexinfmt.el (texinfo-format-printindex): Use (featurep
196         'meadow) instead of `texinfmt-version'.
197
198 2000-09-25  Katsumi Yamaoka <yamaoka@jpl.org>
199
200         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
201
202         * texi/gnus-faq-ja.texi, lisp/gnus.el, README.semi.ja, README.semi,
203         README: Replace "<semi-gnus-*@meadow.scphys.kyoto-u.ac.jp>" with
204         "<semi-gnus-*@meadowy.org>".
205
206 2000-09-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
207
208         * lisp/ptexinfmt.el (texinfo-format-printindex): Add
209         broken-facility check, for Mule for Windows.
210         (texinfo-format-printindex): New function.
211
212 2000-09-19  Katsumi Yamaoka <yamaoka@jpl.org>
213
214         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode bitmap
215         smileys to ordinary text before removing any text properties.  It
216         is synchronized with the latest smiley-mule.el.
217
218 2000-09-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
219
220         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
221         of `ZDNet'.
222
223 2000-09-15   Daiki Ueno  <ueno@unixuser.org>
224
225         * lisp/gnus-art.el: Always require `wid-edit'.
226
227 2000-09-14  Katsumi Yamaoka <yamaoka@jpl.org>
228
229         * lisp/dgnushack.el (dgnushack-compile): Don't compile gnus-ml.el
230         when FSFmacs is running.
231
232         * lisp/gnus-ml.el: Bind some undeclared variables.
233
234         * lisp/gnus-art.el (gnus-article-add-button): Add widget button.
235         (gnus-article-display-mime-message): Don't set
236         `mime-button-mother-dispatcher'.
237
238         * lisp/message.el: Require `reporter' for the function
239         `define-mail-user-agent' when Mule 2.3 is running.
240
241 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
242
243         * lisp/smiley.el (smiley-buffer, smiley-create-glyph): Work with
244         GTK XEmacs as well.
245
246 2000-09-06  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
247
248         * lisp/nnshimbun.el (nnshimbun-header-xref): New function.
249         (nnshimbun-insert-header): Use `nnshimbun-header-xref', instead of
250         `mail-header-xref'.
251         (nnshimbun-make-mhonarc-contents): Took a measure against
252         unexpected TAB characters.
253
254 2000-09-05  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
255
256         * lisp/nnshimbun.el: Add `netbsd' support.
257         (nnshimbun-nov-fix-header): Change a form storing Message-Id.
258         (nnshimbun-search-id): Ditto.
259         (nnshimbun-make-mhonarc-contents): Use optional header
260         information.
261
262 2000-09-05   Daiki Ueno  <ueno@unixuser.org>
263
264         * lisp/pop3.el (pop3-quit): Don't clear `pop3-uidl-obarray'.
265         (pop3-save-uidls): Clear `pop3-uidl-obarray' here.
266
267 2000-09-04   Daiki Ueno  <ueno@unixuser.org>
268
269         * lisp/mail-source.el (pop3-leave-mail-on-server): Declare.
270         (mail-source-keyword-map): New keyword `:leave' for pop.
271         (mail-source-fetch-pop): Refer it.
272
273         * lisp/pop3.el (pop3-ssl-program-name): New variable.
274
275 2000-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
276
277         * lisp/ptexinfmt.el (texinfo-multitable-widths,
278         texinfo-multitable-item): Apply char-width probrem fix patch
279         (by KOIE Hidetaka <koie@skipjack.koie.org>).
280         Newsgroups: fj.editor.emacs
281         Message-ID: <5dzom3nxq7.fsf@skipjack.koie.org>
282
283         * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice): New
284         variable.
285
286 2000-08-29  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
287
288         * lisp/nnshimbun.el (nnshimbun-zdnet-get-headers): Follow changes
289         of ZDNet.
290
291 2000-08-25  Katsumi Yamaoka <yamaoka@jpl.org>
292
293         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
294
295 2000-08-25  Yagi Tatsuya  <yagi@is.titech.ac.jp>
296             Katsumi Yamaoka <yamaoka@jpl.org>
297
298         * lisp/nntp.el (nntp-list-options, nntp-options-subscribe,
299         nntp-options-not-subscribe): New server variables.
300         (nntp-request-list): Use them.
301         * texi/gnus.texi, texi/gnus-ja.texi: Update for them.
302
303 2000-08-23  Katsumi Yamaoka <yamaoka@jpl.org>
304
305         * lisp/gnus.el (gnus-group-startup-message): Use `image-size' to
306         simplify the program.
307
308         * lisp/gnus-group.el (gnus-group-rename-group): Inhibit renaming of
309         zombie or killed groups.
310
311 2000-08-21  Katsumi Yamaoka <yamaoka@jpl.org>
312
313         * lisp/nnheader.el (nnheader-replace-chars-in-string): Use
314         `static-if'.
315         * lisp/message.el (message-replace-chars-in-string): Ditto.
316
317 2000-08-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
318
319         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow changes of
320         ZDNet.
321         (nnshimbun-make-text-or-html-contents): Ditto.
322         (nnshimbun-make-html-contents): Ditto.
323
324 2000-08-18  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
325             Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
326
327         * lisp/nnshimbun.el: Add `mew' and `xemacs' support.
328
329 2000-08-17  Katsumi Yamaoka <yamaoka@jpl.org>
330
331         * lisp/dgnushack.el (dgnushack-texi-format): Require `ptexinfmt'
332         instead of `texinfmt'.
333         (dgnushack-install-package): Don't install ptexinfmt.el.
334         (dgnushack-make-package): Don't include ptexinfmt.el in MANIFEST.
335         (dgnushack-compile): Don't compile dgnushack.el nor ptexinfmt.el.
336         (dgnushack-unexported-files, dgnushack-tool-files): New constants.
337
338         * lisp/Makefile.in (install-package): No need to remove
339         dgnushack.elc.
340         (install): Don't install ptexinfmt.el; no need to remove
341         dgnushack.elc.
342
343         * lisp/ptexinfmt.el: New file imported from Wanderlust.
344
345 2000-08-09  Katsumi Yamaoka <yamaoka@jpl.org>
346
347         * lisp/nntp.el (nntp-open-telnet): Wait for the telnet prompt
348         before sending a command; allow the rtelnet prompt as well.
349
350         * lisp/message.el (message-make-forward-subject): Remove garbage
351         line.
352
353 2000-08-01  Katsumi Yamaoka <yamaoka@jpl.org>
354
355         * configure: Regenerate.
356         * aclocal.m4 (AC_CHECK_EMACS): Unset `EMACS' environment variable
357         if it is `t'.
358
359 2000-07-24  Katsumi Yamaoka <yamaoka@jpl.org>
360
361         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
362
363         * configure: Regenerate with autoconf v2.14.1.
364
365         * configure.in: Rewrite for using new macros in aclocal.m4.
366
367         * aclocal.m4: (AC_ADD_LOAD_PATH, AC_PATH_PACKAGEDIR,
368         AC_CHECK_EMACS, AC_DEFINE_GNUS_PRODUCT_NAME): New macros.
369         (AC_PATH_LISPDIR): Set `lispdir' to ".../site-lisp/t-gnus" by
370         default.
371         (AC_CHECK_EMACS_FLAVOR): Rename from `AC_XEMACS_P'; check for
372         `MULE' as well.
373         (AM_PATH_LISPDIR): Remove.
374
375         * acinclude.m4: Remove.
376
377         * lisp/dgnushack.el: Don't add "/usr/share/emacs/site-lisp" to
378         `load-path'.
379
380         * lisp/gnus-ems.el (gnus-ems-redefine): Defalias
381         `gnus-summary-set-display-table' to `(lambda ())' instead of
382         `ignore' (don't synch. with Gnus).
383
384 2000-07-21   Daiki Ueno  <ueno@unixuser.org>
385
386         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Use
387         mime-entity-fetch-field instead of mail-header-from.
388
389 2000-07-18   Daiki Ueno  <ueno@unixuser.org>
390
391         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
392
393         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Don't refer
394         gnus-original-article-buffer.
395         (gnus-bbdb-insinuate): Set gnus-article-display-hook instead of
396         gnus-article-prepare-hook.
397         (gnus-bbdb/extract-field-value): Use mime-entity-fetch-field
398         instead of mail-fetch-field.
399         (gnus-bbdb/extract-field-value-init): Just return extractor.
400
401 2000-07-15   Daiki Ueno  <ueno@unixuser.org>
402
403         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
404
405         * README-gnus-bbdb.{ja|en}: Add example setting about
406         gnus-bbdb-insinuate-message.
407         (bbdb-auto-notes-hook): Don't use pop.
408
409         * lisp/gnus-bbdb.el: Check defvaralias when compiling.
410
411         * lisp/gnus-art.el (gnus-article-setup-buffer): Set
412         gnus-original-article-buffer as unibyte.
413         (gnus-request-article-this-buffer): Ditto.
414
415         * lisp/nnimap.el (nnimap-callback): Don't use nnimap-demule.
416         (nnimap-request-article-part): Ditto.
417
418         * lisp/imap.el (imap-open): Set process buffer as unibyte.
419
420 2000-07-13 10:09:52  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * acinclude.m4 (AC_CHECK_W3): Fix typo.
423
424 2000-07-13  Katsumi Yamaoka <yamaoka@jpl.org>
425
426         * configure: Regenerate with autoconf v2.14.1.
427         * aclocal.m4: Regenerate with aclocal v1.4.
428
429         * configure.in: Don't call `AC_CHECK_PROG' for `EMACS'.
430
431         * acinclude.m4: Merge ShengHuo's changes.
432         (AC_CHECK_W3): Use `quote' instead of '.
433         (AC_XEMACS_P): Don't modify the value of `XEMACS'.
434         (AC_EMACS_LISP): Safely quote the elisp form.
435
436 2000-07-12 15:47:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
437
438         * aclocal.m4: Stolen macros from w3.
439         * configure.in: Use them.
440         * configure: Generate it.
441
442 2000-07-03  Katsumi Yamaoka <yamaoka@jpl.org>
443
444         * lisp/gnus-vers.el (T-gnus): Update to 6.14.5.
445         (gnus-revision-number): Clear to 00.
446
447         * README.T-gnus: Update.
448
449         * lisp/{webmail.el,rfc2047.el,qp.el,pop3.el,nnwarchive.el,
450         nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,nnmail.el,
451         nnimap.el,nnheader.el,nnfolder.el,nndraft.el,nndoc.el,mml.el,
452         mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
453         message.el,mail-source.el,lpath.el,imap.el,gnus.el,gnus-uu.el,
454         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
455         gnus-soup.el,gnus-score.el,gnus-msg.el,gnus-mailcap.el,
456         gnus-group.el,gnus-ems.el,gnus-demon.el,gnus-cus.el,gnus-art.el,
457         gnus-agent.el,ChangeLog}: Sync up with Gnus v5.8.7.
458
459         * texi/{message.texi,gnus.texi,gnus-ja.texi,ChangeLog}: Sync up
460         with Gnus v5.8.7.
461
462         * contrib/rfc2015.el: New file.
463
464 2000-06-27  Katsumi Yamaoka <yamaoka@jpl.org>
465
466         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
467
468         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): Use
469         `mime-insert-entity-content' instead of obsolete functions.
470
471 2000-06-13  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
472
473         * lisp/gnus-bbdb.el(gnus-bbdb/update-record): Fix to fetch last
474         mail field.
475
476 2000-06-09  Katsumi Yamaoka <yamaoka@jpl.org>
477
478         * lisp/gnus.el (gnus-news-group-p): Sync with Gnus.
479         (gnus-select-method): Remove "*" from doc string.
480         (gnus-group-startup-message): Use `dino' colors.
481
482 2000-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
483
484         * lisp/message.el (message-fix-before-sending): Expose all
485         invisible text with the property `message-invisible'; don't expose
486         invisible X-Face fields; widen at first.
487         (message-invisible-region): New function, substitute for
488         `invisible-region'.
489         (message-send): Call `message-fix-before-sending' after evaluating
490         `message-send-hook'.
491         (message-check-ignore-invisible-x-face-field): Remove.  You can use
492         (add-hook 'message-send-hook 'x-face-xmas-remove-x-face-glyph)
493         instead.
494
495 2000-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
496
497         * lisp/message.el (message-save-drafts): Rewrite.
498
499         * lisp/nnheader.el (nnheader-text-coding-system-for-write,
500         nnheader-text-coding-system): New variables, substitutes for
501         `mm-text-coding-system-for-write' or `mm-text-coding-system'.
502
503         * lisp/nnmbox.el (nnmbox-active-file-coding-system,
504         nnmbox-file-coding-system): Use `nnheader-text-coding-system'.
505         * lisp/nnmail.el (nnmail-incoming-coding-system): Ditto.
506         * lisp/nnfolder.el (nnfolder-file-coding-system): Ditto.
507         (nnfolder-active-file-coding-system): Ditto.
508
509         * lisp/mail-source.el (mail-source-text-coding-system): Remove.
510         (TopLevel): require `nnheader'.
511
512         * lisp/nndraft.el (nndraft-request-article): Bind coding system to
513         `nnheader-text-coding-system'.
514         (nndraft-request-replace-article): Ditto.
515         * lisp/mail-source.el (mail-source-fetch-maildir): Ditto.
516         * lisp/gnus-uu.el (gnus-uu-save-article): Ditto.
517         * lisp/gnus-util.el (gnus-output-to-mail, gnus-output-to-rmail):
518         Ditto.
519         * lisp/gnus-soup.el (gnus-soup-write-prefixes): Ditto.
520
521         * lisp/gnus-util.el (gnus-write-buffer): Bind
522         `file-name-coding-system' to `nnmail-pathname-coding-system'.
523         * lisp/gnus-start.el (gnus-slave-save-newsrc): Bind coding system
524         to `gnus-startup-file-coding-system'.
525
526 2000-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
527
528         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
529
530         * lisp/message.el (message-fix-before-sending): Don't check for
531         invisible X-Face fields if
532         `message-check-ignore-invisible-x-face-field' is non-nil.
533         (message-send): Call `message-fix-before-sending' before encoding.
534         (message-check-ignore-invisible-x-face-field): New user option.
535
536 2000-06-01  KANEMATSU Daiji <kanematu@sra.co.jp>
537
538         * texi/gnus-ja.texi (gnus-summary-hide-all-threads): Fix typo.
539
540 2000-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
541
542         * nnshimbun.el (nnshimbun-request-article-1): Fix to insert x-face
543         unless SERVER.
544         (nnshimbun-asahi-get-headers): Fix for subjects which contain ^M.
545
546 2000-05-26  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
547
548         * lisp/nnshimbun.el (nnshimbun-write-nov): New function.
549         (nnshimbun-close-group): Call nnshimbun-write-nov.
550         (nnshimbun-generate-nov-database): Ditto.
551         (nnshimbun-generate-nov-for-each-group): Fix bug which occur new
552         entries add NOV database.
553         (nnshimbun-generate-nov-for-all-groups): Ditto.
554         (nnshimbun-search-id): Add argument to return header, and modify
555         for search of original message id.
556         (nnshimbun-nov-fix-header): New function.
557         (nnshimbun-make-date-string): Fix for a two-digit year.
558
559 2000-05-26  Katsumi Yamaoka <yamaoka@jpl.org>
560
561         * lisp/nnshimbun.el (nnshimbun-make-html-contents): Show X-Face.
562         (nnshimbun-make-text-or-html-contents): Ditto.
563         (nnshimbun-request-article-1): Ditto.
564         (nnshimbun-x-face-alist): New variable.
565
566 2000-05-25  Tanaka Akira      <akr@m17n.org>
567
568         * README.semi, README.semi.ja: Update for CVS via SSH.
569
570 2000-05-25  Katsumi Yamaoka <yamaoka@jpl.org>
571
572         * texi/gnus-ja.texi: Change coding-system to `iso-2022-7bit-ss2'.
573         * texi/TRANSLATION.ja: Replace CRLF with LF.
574
575 2000-05-25  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
576
577         * lisp/nnshimbun.el (nnshimbun-fill-line): Use
578         `nnshimbun-fill-column' instead of `fill-column'.
579
580 2000-05-25  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
581
582         * lisp/nnshimbun.el: Clean up codes.
583
584         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Follow
585         changes in nnshimbun.el.
586         * texi/gnus-ja.texi (nnshimbun): Ditto.
587
588 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
589
590         * lisp/nnshimbun.el: Add `ZDNet Japan', `Yomiuri', and `Wired
591         News' support.
592         (nnshimbun-regexp-opt): New function.
593         (nnshimbun-wired-get-all-headers): Replace regexp-opt with
594         nnshimbun-regexp-opt.
595
596 2000-05-24  Katsumi Yamaoka <yamaoka@jpl.org>
597
598         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Complete
599         completions.
600
601 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
602
603         * lisp/nnshimbun.el: Add `CNET Japan' support.
604         (nnshimbun-make-date-string): New function.
605         (nnshimbun-asahi-get-headers): Use nnshimbun-make-date-string.
606         (nnshimbun-sponichi-get-headers): Ditto.
607
608 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
609
610         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Add argument to
611         ignore w3's cache.
612
613 2000-05-24  Katsumi Yamaoka <yamaoka@jpl.org>
614
615         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Add
616         completion to the shimbun address; delete empty strings from
617         `gnus-group-shimbun-type-history' and
618         `gnus-group-shimbun-address-history'.
619
620         * lisp/nnshimbun.el (nnshimbun-asahi-get-headers): Don't use
621         `timezone'.
622         (nnshimbun-type-definition): Add address.
623
624 2000-05-23  Tatsuya Ichikawa <ichikawa@erc.epson.com>
625
626         * lisp/nnshimbun.el: Add `sponichi' support.
627
628 2000-05-23  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
629
630         * lisp/nnshimbun.el (nnshimbun-mime-encode-string): Fix wrong
631         close brackets.
632
633 2000-05-23  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
634
635         * lisp/nnshimbun.el: Change coding-system.
636
637 2000-05-21  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
638
639         * texi/gnus-ja.texi (nnshimbun): Add description.
640
641 2000-05-21  Katsumi Yamaoka <yamaoka@jpl.org>
642
643         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
644
645         * lisp/dgnushack.el (dgnushack-texi-format): Fix last change.
646
647 2000-05-21  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
648
649         * lisp/nnshimbun.el: New backend.
650
651         * lisp/gnus-group.el (gnus-group-make-shimbun-group): New command.
652
653 2000-05-17  Kenichi OKADA <okada@opaopa.org>
654
655         * lisp/imap.el (imap-digest-md5-auth): Rewrite for the use of
656         `sasl-digest-md5-digest-response' instead of
657         `digest-md5-digest-response'.
658         (TopLevel): Require `sasl' when compiling instead of `digest-md5';
659         don't autoload "digest-md5".
660
661 2000-05-17  Katsumi Yamaoka <yamaoka@jpl.org>
662
663         * lisp/nndraft.el (nndraft-request-replace-article): Replace
664         `mm-text-coding-system' with `mail-source-text-coding-system';
665         Replace `mm-auto-save-coding-system' with
666         `message-draft-coding-system'.
667
668         * lisp/mail-source.el (mail-source-fetch-maildir): Replace
669         `mm-text-coding-system' with `mail-source-text-coding-system'.
670         (mail-source-text-coding-system): New variable.
671
672         * lisp/dgnushack.el (dgnushack-texi-format): Use
673         `output-coding-system' instead of `coding-system-for-write' when
674         old Mule is used.
675
676 2000-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
677
678         * lisp/message.el (message-forward) Replace the use of `eolp' with
679         `bolp' for detecting the start of the line.
680         (message-indent-citation): Ditto.
681
682 2000-05-10   Daiki Ueno  <ueno@unixuser.org>
683
684         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Don't bind
685         `bbdb-use-pop-up' while executing `bbdb-pop-up-bbdb-buffer'.
686
687 2000-05-10  Katsumi Yamaoka <yamaoka@jpl.org>
688
689         * lisp/gnus-msg.el (gnus-debug): Break MIME tags from the snoopies.
690         (gnus-bug): Insert text/plain tag at the end of the buffer.
691
692 2000-05-10  Katsumi Yamaoka <yamaoka@jpl.org>
693
694         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
695
696 2000-05-10  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
697
698         * lisp/message.el (message-list-references): Do not insert
699         duplicate Message-Id, when specified
700         `message-list-references-add-position'.
701
702         * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Support group address.
703         (gnus-bbdb/insert-address-regexp): New function.
704
705 2000-05-09  Katsumi Yamaoka <yamaoka@jpl.org>
706
707         * lisp/gnus-msg.el (gnus-debug): Add "nntp.el" and `defvoo'.
708
709 2000-05-08  Katsumi Yamaoka <yamaoka@jpl.org>
710
711         * lisp/gnus-vers.el (T-gnus): Update to 6.14.4.
712
713         * README.T-gnus: Update.
714
715         * lisp/{webmail.el,rfc2047.el,nnmbox.el,nndoc.el,mml.el,mm-view.el,
716         mm-partial.el,mm-decode.el,mm-bodies.el,message.el,lpath.el,
717         gnus.el,gnus-vers.el,gnus-util.el,gnus-start.el,gnus-score.el,
718         gnus-msg.el,gnus-mailcap.el,gnus-ems.el,gnus-draft.el,gnus-art.el,
719         ChangeLog}: Sync up with Gnus v5.8.6.
720         * texi/{postamble.tex,message.texi,message-ja.texi,gnusref.tex,
721         gnus.texi,gnus-ja.texi,emacs-mime.texi,Makefile.in,ChangeLog}: Sync
722         up with Gnus v5.8.6.
723
724 2000-04-28  Katsumi Yamaoka <yamaoka@jpl.org>
725
726         * texi/gnus.texi, texi/gnus-ja.texi, texi/gnus-faq-ja.texi, README:
727         You might be able to use T-gnus with the versions of XEmacs prior
728         to 21.1.1.
729
730         * contrib/timer.el: New file. Imported from fsf-compat-1.07-pkg.
731
732 2000-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
733
734         * lisp/mm-view.el (gnus-article-mime-handles): Don't bind it.
735
736         * lisp/gnus-sum.el (gnus-article-mime-handles): Restore from Gnus.
737         (gnus-article-decoded-p): Ditto.
738
739         * lisp/gnus-art.el (gnus-article-mime-handles): Don't bind it.
740         (gnus-article-decoded-p): Ditto.
741
742 2000-04-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
743
744         * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to
745         make info from texi. Thanks to Hayashi-san.
746
747 2000-04-25  Katsumi Yamaoka <yamaoka@jpl.org>
748
749         * lisp/dgnushack.el (union, member-if, mapcon, last): Remove
750         compiler macros.
751
752 2000-04-24  Katsumi Yamaoka <yamaoka@jpl.org>
753
754         * lisp/gnus-vers.el (T-gnus): Update to 6.14.3.
755
756         * README.T-gnus: Update.
757
758         * GNUS-NEWS: Sync up with Gnus v5.8.5.
759         * lisp/{webmail.el,utf7.el,time-date.el,smiley.el,rfc2047.el,
760         rfc1843.el,qp.el,pop3.el,parse-time.el,nnweb.el,nnwarchive.el,
761         nnvirtual.el,nnultimate.el,nntp.el,nnspool.el,nnslashdot.el,
762         nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
763         nndoc.el,nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
764         mm-encode.el,mm-decode.el,mm-bodies.el,message.el,mail-source.el,
765         mail-prsvr.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,gnus.el,
766         gnus-xmas.el,gnus-win.el,gnus-uu.el,gnus-util.el,gnus-topic.el,
767         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,
768         gnus-msg.el,gnus-move.el,gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,
769         gnus-logic.el,gnus-kill.el,gnus-int.el,gnus-group.el,gnus-ems.el,
770         gnus-eform.el,gnus-dup.el,gnus-draft.el,gnus-cite.el,gnus-cache.el,
771         gnus-bcklg.el,gnus-async.el,gnus-art.el,gnus-agent.el,
772         format-spec.el,flow-fill.el,fill-flowed.el,dgnushack.el,ChangeLog}:
773         Sync up with Gnus v5.8.5.
774         * texi/{refcard.tex,gnusref.tex,gnus.texi,gnus-ja.texi,
775         gnus-faq-ja.texi,Makefile.in,ChangeLog}: Sync up with Gnus v5.8.5.
776
777         * README: Requires XEmacs 21.1.1 and later.
778         * texi/{gnus.texi, gnus-faq-ja.texi}: Ditto.
779
780 2000-04-20  Katsumi Yamaoka <yamaoka@jpl.org>
781
782         * lisp/gnus-vers.el (T-gnus): Update to 6.14.2.
783         (gnus-revision-number): Clear to 00.
784
785         * README.T-gnus: Update.
786
787         * lisp/{webmail.el,utf7.el,time-date.el,rfc2047.el,qp.el,pop3.el,
788         parse-time.el,nnweb.el,nnwarchive.el,nnultimate.el,nntp.el,
789         nnslashdot.el,nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,
790         mm-view.el,mm-util.el,mm-decode.el,mm-bodies.el,message.el,
791         mail-source.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,
792         gnus.el,gnus-win.el,gnus-vers.el,gnus-uu.el,gnus-topic.el,
793         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-mailcap.el,
794         gnus-group.el,gnus-cus.el,gnus-art.el,gnus-agent.el,base64.el,
795         ChangeLog}: Sync up with Gnus v5.8.4.
796
797         * lisp/fill-flowed.el: New file.
798
799         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Gnus v5.8.4.
800
801         * contrib/{vcard.el,one-line-cookie.diff,README}: New files.
802
803 2000-04-14  Katsumi Yamaoka <yamaoka@jpl.org>
804
805         * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use
806         of the separated message frames; use `gnus-copy-article-buffer'.
807
808 2000-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
809
810         * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
811         (gnus-extended-version): Use `gnus-product-name' and
812         `gnus-version-number' instead of the use of `product-string'.
813         (gnus-version-number): Exclude `gnus-revision-number'.
814         (Defining product): Include `gnus-revision-number'.
815         (TopLevel): Require `poe' for the function `butlast'.
816
817 2000-04-13  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
818
819         * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
820         modification.
821         (gnus-search-or-regist-spec): Change interface.
822
823 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
824
825         * lisp/gnus-art.el (gnus-article-prev-page): Bind
826         `window-pixel-scroll-increment' to nil while scrolling for
827         canceling a backlash and a modeline erosion.  It may work under
828         XEmacs 21.2.20 and later.
829         (gnus-article-next-page): Ditto.
830
831 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
832
833         * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
834
835         * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
836
837 2000-04-11  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
838
839         * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
840         arguments.
841
842         * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
843         (gnus-update-format-specifications): Support new data structure of
844         `gnus-format-specs-compiled'.
845         (gnus-update-format-specification-1): Likewise.
846         (gnus-update-format): Support new data structure of
847         `gnus-format-specs'.
848         (gnus-format-specs): Modify data structure.
849
850 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
851
852         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
853         article case insensitively.
854
855 2000-04-07  Katsumi Yamaoka <yamaoka@jpl.org>
856
857         * lisp/message.el (message-cite-original): Use "unknown sender" if
858         from field does not exist in the yanked article.
859
860 2000-04-06  Katsumi Yamaoka <yamaoka@jpl.org>
861
862         * lisp/message.el (message-cite-original): Extract from field for
863         the simple citation line.
864
865 2000-03-21  Katsumi Yamaoka <yamaoka@jpl.org>
866
867         * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
868         article does not exist.
869
870 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
871
872         * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
873
874         * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
875         `output-coding-system' for Mule 2.3.
876         * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
877         * lisp/imap.el (imap-ssl-open): Ditto.
878         * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
879
880 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
881
882         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
883         (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
884         file using `gnus-re-read-newsrc-el-file'.  In that case, the
885         compiled format specs in the file which may be created by the other
886         Gnusae should be ignored.
887
888 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
889
890         * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
891         when Mule 2.3 is running.
892
893 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
894
895         * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
896
897         * lisp/gnus.el (gnus-continuum-version): Remove.
898         (gnus-product-variable-file-list): Use `product-version' instead of
899         the constant values.
900         (TopLevel): Don't autoload "gnus-msg" for the function
901         `gnus-extended-version'.
902         (gnus-version): Move to gnus-vers.el.
903         (gnus-version): Ditto.
904         (gnus-version-number): Ditto.
905         (gnus-product-name): Ditto.
906         (gnus-original-product-name): Ditto.
907         (running-pterodactyl-gnus-0_73-or-later): Ditto.
908         (gnus-original-version-number): Ditto.
909         (gnus-revision-number): Ditto.
910
911         * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
912         (gnus-version): Move from gnus.el.
913         (gnus-version): Ditto.
914         (gnus-version-number): Ditto.
915         (gnus-product-name): Ditto.
916         (gnus-original-product-name): Ditto.
917         (running-pterodactyl-gnus-0_73-or-later): Ditto.
918         (gnus-original-version-number): Ditto.
919         (gnus-revision-number): Ditto.
920
921         * lisp/gnus-start.el (gnus-product-quick-file-format): Use
922         `gnus-vers' instead of `gnus' for the product.
923         (gnus-product-save-variable-file-1): Message an absolute file name;
924         use `save-buffer-as-coding-system'; use `gnus-vers' instead of
925         `gnus' for the product.
926         (gnus-convert-old-ticks): Remove.
927         (gnus-convert-old-newsrc): Remove.
928         (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
929
930         * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
931         `gnus-format-specs-compiled'.
932         (gnus-update-format-specifications): Specify the arg `format' for
933         `gnus-update-format-specification-1'.
934         (gnus-update-format-specification-1): Modify for the new form of
935         `gnus-format-specs-compiled'; add a new arg `format'.
936         (gnus-format-specs-compiled): Allow the plural compiled functions
937         for each element.
938
939         * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
940
941 2000-03-14  Keiichi Suzuki  <keiichi@nanap.org>
942
943         NOTE: It requires `product' in APEL 10.0 or later.
944         Will be created ``~/News/.T-gnus/'' directory automatically by
945         default.   You can customize location by `gnus-product-directory'.
946         ``cache'' and  ``strict-cache'' files will be created under the
947         directory.
948
949         * lisp/gnus.el (TopLevel): Require `gnus-vers'.
950         (gnus-product-name): Abolished.
951         (gnus-version-number): Ditto.
952         (gnus-version): Use `product-string'. (Format changed)
953         (gnus-variable-list): Delete `gnus-format-specs'.
954         (gnus-product-variable-file-list): New variable.
955         (TopLevel): Use `product-provide'.
956
957         * lisp/gnus-vers.el: New file.
958
959         * lisp/gnus-start.el (gnus-product-directory): New user option.
960         (gnus-clear-quick-file-variables): New function.
961         (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
962         (gnus-read-newsrc-file): Likewise.
963         (gnus-read-newsrc-el-file): Read product's variable files.
964         (gnus-product-read-variable-file-1): New function.
965         (gnus-save-newsrc-file): Save product's variable files.
966         (gnus-product-variable-touch): New function.
967         (gnus-product-variables-dirty-p): Ditto.
968         (gnus-product-save-variable-file): Ditto.
969         (gnus-product-save-variable-file-1): Ditto.
970         (gnus-product-quick-file-format): Ditto.
971
972         * lisp/gnus-spec.el (gnus-update-format): Use
973         `gnus-product-variable-touch'.
974         (gnus-update-format-specification-1): Likewise.
975         (gnus-update-format-specifications): Do not check `emacs-version'
976         and `gnus-newsrc-file-version'.  Use
977         `gnus-product-variable-touch'.
978
979         * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
980         `product-string'.
981
982 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
983
984         * lisp/gnus.el (gnus-revision-number): Increment to 14.
985         (gnus-compile-user-specs): New user option.
986
987         * texi/gnus.texi: Update.
988         * texi/gnus-ja.texi: Update.
989
990         * lisp/gnus-start.el (gnus-setup-news): Revert.
991         (gnus-setup-news-hook): Revert.
992
993         * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
994         as well; don't bind `gnus-tmp-func'.
995         (gnus-update-format-specifications): Revert; use
996         `gnus-update-format-specification-1'.
997         (gnus-update-format-specification-1): New function.
998         (gnus-format-specs-compiled): Modify the form.
999         (TopLevel): Require `alist'.
1000
1001 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
1002
1003         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1004
1005         * texi/gnus.texi: Update.
1006         * texi/gnus-ja.texi: Update.
1007
1008         * lisp/gnus-start.el (gnus-setup-news): Update all format specs
1009         just before `gnus-setup-news-hook' is evaluated.
1010         (gnus-setup-news-hook): Default to `gnus-compile'.
1011
1012         * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
1013         `gnus-format-specs', generate compiled specs in
1014         `gnus-format-specs-compiled' instead; don't touch the dribble
1015         buffer.
1016         (gnus-update-format-specifications): Bind `gnus-format-specs' to
1017         `gnus-format-specs-compiled' if the latter is non-nil; use
1018         `gnus-update-format-specifications-1'.
1019         (gnus-update-format-specifications-1): Rename from
1020         `gnus-update-format-specifications'; update the value of
1021         `gnus-newsrc-file-version' if the updating is forced.
1022         (gnus-format-specs-compiled): New internal variable.
1023
1024 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
1025
1026         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
1027         update format specifications, when differ `gnus-version' and
1028         `gnus-newsrc-file-version' instead of `gnus-version' and
1029         `gnus-version' in `gnus-format-specs'.
1030         Do not add `gnus-version' into `gnus-format-specs'.
1031
1032 2000-03-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1033
1034         * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
1035         from gnus-format-specs.
1036
1037 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
1038
1039         * nnvirtual.el (nnvirtual-request-article):
1040         Bind gnus-override-method to nil.
1041         (nnvirtual-request-update-mark): Don't update mark when
1042         article is not there.
1043
1044 2000-03-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1045
1046         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1047
1048         * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
1049         and `pgg-verify-region'.
1050         (gnus-summary-decrypt-article): New command.
1051         (gnus-summary-verify-article): New command.
1052         (gnus-summary-article-map): Bind them.
1053         (gnus-wheel-summary-scroll): Fix paren style.
1054
1055 2000-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
1056
1057         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1058
1059 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1060
1061         * lisp/nnheader.el (nnheader-insert-nov): Use
1062         `mime-entity-fetch-field' instead of `mime-fetch-field'.
1063
1064         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
1065         `mime-entity-read-field' instead of `mime-read-field'.
1066         (gnus-article-sort-by-author): Likewise.
1067
1068 2000-03-02   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1069
1070         * lisp/nnimap.el (nnimap-request-article-part): Don't use
1071         `imap-capability' to detect BODYDETAIL response.
1072
1073 2000-03-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1074
1075         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1076
1077         * lisp/nnimap.el
1078         (nnimap-request-article-part): Handle `BODY' fetch response when
1079         the server implements IMAP4 rev1 capabilities.
1080         (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
1081         this attribute was obsoleted in RFC2060.
1082         (nnimap-request-body): Ditto.
1083
1084 2000-02-29  Katsumi Yamaoka <yamaoka@jpl.org>
1085
1086         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1087
1088         * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
1089         from gnus-xmas.el; share them with XEmacs-MULE.
1090
1091         * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
1092         Move to gnus-ems.el.
1093
1094 2000-02-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1095
1096         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1097
1098         * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
1099         `gnus-bbdb/split-mail'.
1100         * README-gnus-bbdb.ja: Ditto.
1101
1102 2000-02-08  Yoshiki Hayashi <yoshiki@xemacs.org>
1103
1104         * gnus-art.el (article-display-face): Show folded X-Face.
1105
1106 2000-02-08  Keiichi Suzuki  <keiichi@nanap.org>
1107
1108         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1109
1110         * lisp/nnmail.el (nnmail-get-new-mail): Do not check
1111         `nnmail-spool-file'.
1112
1113 2000-02-06   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1114
1115         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1116
1117         * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
1118         (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
1119         `digest-md5' to IMAP authenticators.
1120
1121         * lisp/gnus-offline.el (gnus-group-get-new-news,
1122         gnus-agent-toggle-plugged,gnus-agent-expire,
1123         gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
1124         redefining.
1125
1126         * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
1127
1128         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
1129         confusing tabs from original header.
1130
1131 2000-02-02  Katsumi Yamaoka <yamaoka@jpl.org>
1132
1133         * lisp/pop3.el (pop3-md5): Fset to `md5' if the module `md5' is
1134         installed.
1135         (pop3-apop): Use built-in `md5' if it exists.
1136
1137 2000-01-27  Katsumi Yamaoka <yamaoka@jpl.org>
1138
1139         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1140
1141         * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
1142         module `gnus-bitmap' instead of `smiley-mule'.
1143
1144         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
1145         without redisplaying if the point is out of view.
1146
1147 2000-01-25  Katsumi Yamaoka <yamaoka@jpl.org>
1148
1149         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1150
1151 2000-01-24  SANETO Takanori <sanewo@ba2.so-net.ne.jp>
1152
1153         * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
1154
1155         * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
1156         * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
1157         Ditto.
1158
1159         * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
1160         arg of `message'.
1161         * lisp/gnus.el (gnus-version): Ditto.
1162         * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
1163         * lisp/gnus-offline.el (gnus-offline-set-interval-time,
1164         gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
1165         gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
1166         gnus-offline-hangup-line, gnus-offline-get-new-news-function,
1167         gnus-offline-connect-server): Ditto.
1168         * lisp/dgnushack.el (dgnushack-make-package): Ditto.
1169
1170 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1171
1172         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1173
1174         * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
1175         buffer if it is called non-interactively.
1176
1177 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1178
1179         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1180
1181         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
1182         if the point is out of view.
1183
1184 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1185
1186         * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
1187         `pos-visible-in-window-p' returns nil.
1188
1189 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1190
1191         * lisp/gnus-offline.el (gnus-agent-mode): New advice.
1192
1193 2000-01-12  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1194
1195         * lisp/base64.el: Unbound base64-*-string and base64-*-region
1196         when defined by autoload.
1197
1198 2000-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
1199
1200         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
1201         the original code; hide group contents while rescanning.
1202
1203 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1204
1205         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
1206         lines in the imitation buffer; turn off h-scrollbar for XEmacs.
1207
1208 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1209
1210         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1211
1212         * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
1213         nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
1214         gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
1215         gnus-agent.el}: Require `gnus-clfns' when compiling.
1216
1217         * lisp/rfc2231.el: Require `cl' when compiling.
1218
1219         * lisp/gnus-clfns.el: New file.
1220
1221         * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
1222         gnus-clfns.el.
1223
1224         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
1225         rescan the current newsgroup before exiting; wear an imitation
1226         summary buffer while rescanning.
1227
1228 2000-01-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1229
1230         * lisp/dgnushack.el (char-before): Use the byte-optimaization.
1231
1232 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1233
1234         * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
1235         (gnus-revision-number): Clear to 00.
1236
1237         * README.T-gnus: Update.
1238
1239         * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
1240         score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
1241         nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
1242         nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
1243         nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
1244         nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
1245         nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1246         mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
1247         mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
1248         gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
1249         gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1250         gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
1251         gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
1252         gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
1253         gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
1254         gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
1255         gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
1256         gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
1257         v5.8.3.
1258
1259         * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
1260         emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
1261
1262 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1263
1264         * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
1265         the new CVS server.
1266
1267         * lisp/gnus-sum.el (gnus-articles-to-read): Bind
1268         `cursor-in-echo-area' to nil while `read-from-minibuffer'.
1269
1270 1999-12-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1271
1272         * lisp/gnus-offline.el (TopLevel): Call
1273         `define-process-argument-editiong' only under Meadow -- i.e. don't
1274         call this function under NTEmacs.
1275
1276 1999-12-28  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1277
1278         * lisp/gnus.el (gnus-revision-number): Increment to 15.
1279
1280         * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
1281         `gnus-offline-agent-automatic-expire'.
1282         (gnus-agent-expire): Fix the advice.
1283         (gnus-offline-after-jobs-done): Refer to
1284         `gnus-offline-auto-expire'.
1285
1286         * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
1287         messages.
1288         (gnus-offline-resource-ja): Ditto.
1289
1290         * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
1291         bind `coding-system-for-read' to raw-text-dos, else bind it to
1292         binary.
1293
1294 1999-12-28  Katsumi Yamaoka <yamaoka@jpl.org>
1295
1296         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1297
1298         * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
1299
1300 1999-12-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1301
1302         * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
1303         (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
1304         value depends on the version of ssl.el.
1305         (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
1306         `coding-system-for-read' to raw-text-dos, else bind it to binary.
1307
1308 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
1309
1310         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
1311         `save-restriction'.
1312
1313 1999-12-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1314
1315         * lisp/imap.el (imap-streams,imap-stream-alist,
1316         imap-authenticators,imap-authenticator-alist,
1317         imap-digest-md5-p): Sync with latest Gnus.
1318         (imap-starttls-p): Rename from `imap-tls-p'.
1319         (imap-starttls-open): Rename from `imap-tls-open'.
1320
1321 1999-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1322
1323         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1324
1325         * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
1326         as its parent directory.
1327
1328         * lisp/imap.el (base64-encode-string, base64-decode-string):
1329         Autoload "base64" instead of the tricky definitions.
1330
1331         * lisp/base64.el: Restore the original code and invalidate it; use
1332         mel for the base64 codec.
1333
1334 1999-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1335
1336         * lisp/imap.el (mel-find-function): Always require `mel' instead of
1337         the use of autoloading.  Because the function `mel-find-function'
1338         is defined by `defsubst'.
1339
1340 1999-12-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1341
1342         * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
1343         `gnus-offline-connected', not `gnus-plugged'.
1344
1345         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
1346         `unless'. Use `when'.
1347
1348         * lisp/imap.el (base64-encode-string): Fix. May work.
1349
1350 1999-12-16  Katsumi Yamaoka <yamaoka@jpl.org>
1351
1352         * lisp/message.el (message-goto-mail-copies-to): If the field is
1353         newly created, a string "never" is inserted in default.
1354         (message-goto-mail-followup-to): If the field is newly created and
1355         To field contains only one address, the address is inserted in
1356         default.
1357         (message-mode-map): New key stroke `C-c C-f c' for the command
1358         `message-goto-mail-copies-to'.
1359
1360 1999-12-15  Katsumi Yamaoka <yamaoka@jpl.org>
1361
1362         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1363
1364         * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
1365
1366         * lisp/lpath.el (toolbar-gnus, get-charset-property,
1367         font-lock-set-defaults, find-coding-system, coding-system-get):
1368         Bind them for FSF Emacsen.
1369         (read-color, x-defined-colors, compute-motion): Don't bind.
1370
1371         * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
1372         `base64-encode-string' and `base64-decode-string' instead of
1373         `imap-base64-encode-string' or `imap-base64-decode-string'.
1374         (base64-encode-string): New function.  It won't be defined if it
1375         is already bound and the optional second arg is allowed.
1376         (base64-decode-string): New function defined by `defun-maybe'.
1377         (imap-base64-encode-string, imap-base64-decode-string): Remove.
1378         (mel-find-function): Autoload "mel".
1379
1380         * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
1381         get-popup-menu-response, toolbar-gnus, get-charset-property,
1382         find-coding-system, coding-system-get, font-lock-set-defaults):
1383         Don't bind.
1384         (union, member-if, mapcon, mapc, last): Don't define as compiler
1385         macros under XEmacs.  It is based on Hrvoje's advice.
1386         (member-if): New compiler macro for emulating cl function.
1387
1388 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1389
1390         * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
1391         of `static-condition-case'.
1392
1393 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1394
1395         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1396
1397         * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
1398         arg `no-line-break'.
1399
1400 1999-12-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1401
1402         * lisp/imap.el: Require `digest-md5' when compiling; add autoload
1403         settings for `digest-md5-parse-digest-challenge' and
1404         `digest-md5-digest-response'.
1405         (imap-authenticators): Add `digest-md5'.
1406         (imap-authenticator-alist): Setup for `digest-md5'.
1407         (imap-digest-md5-p): New function.
1408         (imap-digest-md5-auth): New function.
1409
1410 1999-12-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1411
1412         * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
1413         buffer name must be specific to its mail source.
1414
1415 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1416
1417         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1418
1419         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
1420         call too many `static-if's.
1421
1422         * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
1423         `make-symbolic-link' is not availabe.
1424
1425         * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
1426
1427 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1428
1429         * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
1430         the original `gnus-agent-toggle-plugged'.
1431
1432         * lisp/mail-source.el (mail-source-fetch-imap): Don't create
1433         multiple temporary buffers, and don't kill one.
1434
1435 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1436
1437         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1438
1439         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
1440         optional argument `force'. Use `read-file-name' instead of
1441         `read-directory-name'.
1442
1443 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1444
1445         * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
1446
1447         * lisp/gnus-agent.el (gnus): Give up to advise here.
1448         (gnus-group-get-new-news): New advice instead.
1449
1450         * lisp/gnus-offline.el (gnus-offline-setup): Call
1451         `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
1452         here.
1453         (gnus-offline-define-menu-and-key): Simplify.
1454         (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
1455         interactively.
1456
1457         * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
1458         `gnus-offline-setting-file'.
1459         (gnus-nntp-service): Set this variable here, not in
1460         `gnus-offline-setting-file'
1461         (gnus-nntp-server): Ditto.
1462         (gnus-after-getting-new-news-hook): Ditto.
1463         (message-send-hook): Ditto.
1464         (mail-source-read-passwd): Ditto.
1465         (gnus-setup-news-hook): Ditto.
1466         (gnus-setup-for-offline): Now one can get mails from `imap',
1467         `file', `directory' or `maildir'.
1468
1469         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1470         Ignore non-POP mail sources.
1471
1472 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
1473
1474         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1475
1476         * lisp/gnus-util.el (gnus-union): Remove.
1477         (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
1478
1479         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
1480         instead of `gnus-union'.
1481
1482 1999-12-10  A.Hitachi       <a_hitachi@msi.biglobe.ne.jp>
1483             Katsumi Yamaoka <yamaoka@jpl.org>
1484
1485         * lisp/dgnushack.el (union): New compiler macro for emulating cl
1486         function.
1487
1488 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
1489
1490         * lisp/gnus-util.el: Require `gnus-ems'.
1491         (gnus-ems-redefine): Call it to redefine the functions
1492         `gnus-truncate-string', etc.
1493         (gnus-union): Fix doc string.
1494
1495         * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
1496
1497 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
1498
1499         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1500
1501 1999-12-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1502
1503         * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
1504         in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
1505
1506 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
1507
1508         * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
1509         function.
1510         (mapc): Bug fix - treat the last arg as a list.
1511
1512 1999-12-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1513
1514         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1515
1516         * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
1517         modeline "Plugged" status display with the value of
1518         `gnus-plugged'.
1519
1520         * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
1521         compile time.
1522         (gnus-offline-set-online-sendmail-function): defsubst.
1523         (gnus-offline-set-offline-sendmail-function): Ditto.
1524         (gnus-offline-set-offline-post-news-function): Ditto.
1525         (gnus-offline-set-online-post-news-function): Ditto.
1526         (gnus-offline-disable-fetch-mail): Ditto.
1527         (gnus-offline-enable-fetch-mail): Ditto.
1528         (gnus-offline-setup): Fix typo.
1529         (gnus-offline-gnus-get-new-news): Abolish.
1530         (gnus-offline-toggle-plugged): Ditto.
1531         (gnus-offline-agent-expire): Ditto.
1532         (gnus-group-get-new-news): New advice which does things
1533         `gnus-offline-gnus-get-new-news' was doing.
1534         (gnus-agent-toggle-plugged): New advice which does thing
1535         `gnus-offline-toggle-plugged' was doing.
1536         (gnus-agent-expire): New advice which does things
1537         `gnus-offline-agent-expire' was doing.
1538         (gnus-offline-define-menu-and-key): No longer substitute key
1539         definitions on `gnus-group-mode-map'. No longer swap commands for
1540         a toolbar button.
1541         (gnus-offline-after-get-new-news): Do jobs only when
1542         `gnus-plugged' is t.
1543
1544         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
1545         expressions.
1546
1547 1999-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
1548
1549         * lisp/message.el (message-yank-add-new-references): Fix doc string.
1550
1551         * texi/{message-ja.texi, message.texi}
1552         (message-list-references-add-position,
1553         message-yank-add-new-references): Add documentations.
1554
1555 1999-12-07  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1556
1557         * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
1558         `gnus-offline-get-message'.
1559
1560         * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
1561         `gnus-ofsetup-get-message'.
1562
1563 1999-12-07  Katsumi Yamaoka <yamaoka@jpl.org>
1564
1565         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1566         (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
1567
1568         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
1569         `get-text-property' in the outside of the boundary.
1570         (gnus-article-smiley-display): New function.
1571         (gnus-treatment-function-alist): Use it.
1572
1573         * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
1574         the bug fixed version rigidly instead of the use of `defadvice'.
1575
1576         * lisp/message.el (font-lock-after-change-function): Don't use
1577         `compile' for the arg of `defadvice'.
1578
1579 1999-12-06  Keiichi Suzuki  <keiichi@nanap.org>
1580
1581         * lisp/message.el (message-yank-add-new-references): New option
1582         value `message-id-only'.
1583         (message-yank-original): Likewise.
1584         (message-list-references-add-position): New user option.
1585         (message-list-references): When
1586         `message-list-references-add-position' is integer value, the order
1587         of designate number message-ids is kept.
1588
1589 1999-12-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1590
1591         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1592
1593         * lisp/gnus-offline.el (gnus): Don't advise here.
1594         (TopLevel): Call `gnus-offline-define-menu-and-key'.
1595         (gnus-offline-setup): Don't call
1596         `gnus-offline-define-menu-and-key' here.
1597
1598         * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
1599         rely on `gnus-load-hook'.
1600         (gnus): New advice. Call `gnus-offline-setup' when everything is
1601         done.
1602
1603         * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
1604         at the compile time. Use `gnus-alive-p'.
1605
1606 1999-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
1607
1608         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1609
1610         * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
1611         don't use `byte-defop-compiler'.
1612         (byte-optimize-form-code-walker): Advise it for fixing the bug in
1613         and/or forms.  The original idea is devised by FUKUI-san, modified
1614         by KOBAYASHI-san.
1615         (max-specpdl-size): Set 3000.
1616
1617 1999-12-05  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1618
1619         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1620
1621         * lisp/gnus-offline.el (gnus): New advice. synchronize
1622         `gnus-offline-connected' with `gnus-plugged'.
1623
1624 1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1625
1626         * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
1627         (gnus-revision-number): Clear to 00.
1628
1629         * README.branch.ja: Update for t-gnus-6_14 branch.
1630         * README.branch: Ditto.
1631         * README.T-gnus: Ditto.
1632         * README.semi.ja: Ditto.
1633         * README.semi: Ditto.
1634
1635         * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
1636         nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
1637         mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
1638         gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
1639         gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
1640
1641         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1642         gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
1643         Gnus v5.8.2.
1644
1645         * t-gnus-6_14: NEW PUBLIC BRANCH.
1646
1647 1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1648             Katsumi Yamaoka <yamaoka@jpl.org>
1649
1650         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1651
1652         * lisp/dgnushack.el (char-before): Use compiler macro instead of
1653         byte-optimizer.
1654         (char-after): Comment out the byte-optimization.
1655
1656         * imap.el (imap-base64-encode-string, imap-base64-decode-string):
1657         New functions.  They are identical to the built-in codec if
1658         possible, otherwise the functions defined in mel are used.
1659         (imap-cram-md5-auth): Use them.
1660
1661 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1662
1663         * lisp/imap.el: Remove autoload settings for `base64-decode-string'
1664         and `base64-encode-string'.
1665
1666 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1667
1668         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
1669         (gnus-revision-number): Clear to 00.
1670
1671         * README.T-gnus: Update.
1672
1673         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
1674
1675         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
1676         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
1677         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1678         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
1679         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1680         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1681         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
1682         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
1683         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
1684         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
1685
1686         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
1687         files.
1688
1689         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1690         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
1691         Gnus v0.99.
1692
1693 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1694
1695         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
1696         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
1697         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
1698         (gnus-after-getting-new-news-hook): Ditto.
1699
1700         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
1701
1702 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
1703
1704         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1705
1706         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
1707         char with old Emacsen as well.
1708
1709 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1710
1711         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
1712         appears in the backquoted form.
1713         (gnus-category-edit-score): Ditto.
1714
1715         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
1716         appears in the backquoted form.
1717
1718 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1719
1720         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1721
1722         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
1723         bug -- do add-hook.
1724         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
1725         defined. If not, call `easy-menu-create-keymaps'.
1726
1727 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1728
1729         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1730
1731         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
1732         "static" at the compile time.
1733         (gnus-offline-hangup-function): Abolish.
1734         (gnus-offline-auto-ppp): New variable.
1735         (gnus-offline-gnus-get-new-news): Refer to it.
1736         (gnus-offline-set-unplugged-state): Ditto.
1737         (gnus-offline-set-auto-ppp): New function. It replaces the
1738         function `gnus-offline-toggle-auto-hangup'.
1739         (gnus-offline-toggle-auto-hangup): Abolish.
1740         (gnus-offline-define-menu-and-key): Use `static-if' and
1741         `static-cond'.
1742         (gnus-offline-popup-menu): Do not define this function under XEmacs.
1743         (gnus-offline-popup): New function.
1744
1745         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
1746         (gnus-ofsetup-resource-en): Fix doc strings.
1747         (gnus-ofsetup-resource-ja): Ditto.
1748
1749 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1750
1751         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1752
1753         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
1754         Pterodactyl Gnus v0.98.
1755
1756 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1757
1758         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
1759
1760         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
1761
1762         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
1763         `car' and `cdr' instead of `cadr'.
1764
1765         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
1766         instead of `push'; use `if' instead of `when'.
1767
1768         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
1769         instead of `pop'.
1770         (gnus-useful-groups): Use `or' instead of `unless'.
1771
1772         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
1773         instead of `cadr'.
1774
1775 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1776
1777         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
1778         `when' in the body of `defadvice'.  Use `if' instead.
1779
1780         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
1781         cl functions.
1782
1783 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
1784
1785         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
1786         the macro `when' in the arg of `defcustom'.  Use `if' instead.
1787
1788 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
1789
1790         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1791
1792         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
1793         `next-single-property-change' LIMIT as `point-max'.
1794         (gnus-article-prepare-mime-display): Ditto.
1795         (article-hide-signature): Ditto.
1796
1797 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
1798
1799         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
1800         are removed to fill gnus-version within 80 columns.
1801
1802 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
1803
1804         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
1805
1806 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
1807
1808         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1809
1810         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
1811         instead of `union'.
1812
1813         * lisp/gnus-util.el (gnus-union): New function.
1814
1815         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
1816         `copy-sequence' instead of `copy-list'.
1817         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
1818
1819         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
1820
1821 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
1822
1823         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1824
1825         * lisp/dgnushack.el (union, copy-list): New compiler macros for
1826         emulating cl functions.
1827
1828 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
1829
1830         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1831         (gnus-select-method): Use `condition-case' instead of
1832         `ignore-errors'.
1833
1834         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1835         instead of `ignore-errors'.
1836
1837         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
1838
1839         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
1840         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
1841         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
1842         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
1843         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1844         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1845         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
1846         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
1847         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
1848         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
1849
1850 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
1851
1852         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1853
1854         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
1855         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
1856         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
1857         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
1858         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1859         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
1860         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
1861         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
1862         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
1863         Require `cl' at the top level.
1864
1865         * lisp/gnus.el (gnus-select-method): Undo last change.
1866         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
1867         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
1868
1869         * lisp/gnus-ems.el (gnus-split-string): Remove.
1870
1871 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1872
1873         * lisp/pop3.el: Add description about STLS extension; add autoload
1874         setting for `starttls-open-stream' and `starttls-negotiate'.
1875         (pop3-stls): New function.
1876         (pop3-open-tls-stream): New function.
1877         (pop3-open-server): Use `pop3-open-tls-stream' if
1878         'pop3-connection-type' is bound to `tls'.
1879
1880 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1881
1882         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
1883         and `starttls-negotiate'.
1884         (imap-stream-alist): Add TLS entry.
1885         (imap-tls-p): New function.
1886         (imap-tls-open): New function.
1887         (imap-ssl-open): Enclose `open-ssl-stream' with
1888         `as-binary-process'.
1889
1890 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
1891
1892         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1893         (gnus-select-method): Use `condition-case' instead of
1894         `ignore-errors'.
1895
1896         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
1897         level.
1898
1899         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
1900         `coding' and `noerror' for the stopgaps.
1901
1902         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
1903         `coding' and `noerror'.
1904         (function-max-args): Maybe-fbind for FSF Emacsen.
1905
1906         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
1907         as `binary' if possible.
1908         (imap-log): Default to nil (synched with pgnus 0.99).
1909         (base64-decode-string): Autoload "mel" instead of "base64".
1910         (md5): Autoload "md5" without `eval-and-compile'.
1911
1912         * lisp/gnus-util.el (copy-list): New function defined by
1913         `defun-maybe'.
1914
1915         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
1916         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
1917
1918         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1919         instead of `ignore-errors'.
1920
1921         * lisp/gnus-picon.el: Require `cl'.
1922
1923         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
1924         gnus-offline.el} (cl): Enclose the requiring procedure with
1925         `eval-when-compile'.
1926
1927         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
1928         procedure with `eval-when-compile' instead of `eval-and-compile'.
1929
1930 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1931
1932         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1933         Use mail-sources instead of nnmail-spool-file.
1934         From: Toshiaki -PCX- Tanaka.
1935
1936 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
1937
1938         * lisp/gnus.el (gnus-group-startup-message): Insert space before
1939         "based on".
1940         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
1941
1942 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
1943
1944         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
1945         (gnus-revision-number): Clear to 00.
1946
1947         * README.T-gnus: Update.
1948
1949         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
1950         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
1951         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
1952         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
1953         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
1954         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1955
1956         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
1957
1958         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
1959         translation.
1960
1961         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1962
1963 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
1964
1965         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
1966         `message-save-drafts' instead of `set-buffer-modified-p' and
1967         `save-buffer'.
1968         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
1969         because the reply data is lost in Drafts.
1970         * lisp/gnus-art.el (gnus-signature-face): Don't check
1971         window-system type.
1972
1973 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1974
1975         * lisp/pop3.el (pop3-progress-message): New function.
1976         (pop3-movemail): Use it.
1977
1978 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
1979
1980         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
1981         `gnus-following-method'.
1982
1983         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
1984         wide reply as a mail if the message is not a news; use the macro
1985         `gnus-setup-message'.
1986
1987         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
1988
1989 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
1990
1991         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1992         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
1993         function `gnus-smiley-display'.
1994
1995         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
1996         `window-system' is nil.
1997         (gnus-article-x-face-command): Default to external command if
1998         `window-system' is nil.
1999
2000 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
2001
2002         * lisp/gnus.el (gnus-revision-number): Increment to 13.
2003         (TopLevel): Rearrange autoload settings.
2004
2005         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
2006         `smiley-buffer'.
2007
2008         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
2009         "Toggle smileys" in "Washing" menu.
2010         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
2011
2012         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
2013         (smiley-toggle-buffer): New function.
2014         (smiley-buffer): Don't quote the function.
2015         (smiley-toggle-extents): Ditto.
2016
2017 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2018
2019         * lisp/gnus.el (gnus-revision-number): Increment to 12.
2020         (TopLevel): Add and delete autoloads for functions defined in
2021         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
2022
2023         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
2024         defined in "miee".
2025
2026         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
2027         `gnus-custom-mode' defined in "gnus-cus".
2028
2029 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2030
2031         * lisp/gnus.el (gnus-revision-number): Increment to 11.
2032
2033         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
2034         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
2035         header.
2036
2037 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039         * lisp/gnus.el (gnus-revision-number): Increment to 10.
2040         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
2041         functions `x-face-mule-gnus-article-display-x-face' and
2042         `smiley-buffer'.
2043
2044         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
2045
2046         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
2047         `gnus-mule-group-startup-message'.
2048         (gnus-mule-group-startup-message): Remove.
2049         (gnus-mule-bitmap-image-file): Remove.
2050
2051         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
2052         ordinary text if the feature `smiley-mule' is provided and FSF
2053         Emacs is used.
2054         (TopLevel): Require `static' at the compile time.
2055
2056         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
2057         `mime-display-text/plain-hook' to nil.
2058         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
2059         treat the next entity position as a marker.
2060         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
2061         `gnus-smiley-display' under FSF Emacsen.
2062         (gnus-treat-display-smileys): Default to t if the module
2063         `smiley-mule' is installed.
2064         (gnus-treat-display-xface): Default to `head' if the value of
2065         `gnus-article-x-face-command' is
2066         `x-face-mule-gnus-article-display-x-face'.
2067         (gnus-article-x-face-command): Default to
2068         `x-face-mule-gnus-article-display-x-face' if the module
2069         `x-face-mule' is installed.
2070         (TopLevel): Require `static' first; require `path-util'.
2071
2072 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
2073
2074         * lisp/gnus.el (gnus-revision-number): Increment to 09.
2075
2076         * lisp/message.el (message-mode): Make
2077         `message-font-lock-last-position' as buffer local.
2078         (message-font-lock-keywords-2): Use
2079         `message-font-lock-cited-text-matcher' instead of regexp.
2080         (message-font-lock-cited-text-matcher): New function.
2081         (font-lock-after-change-function): Advice to the keep last cursor
2082         position in `message-font-lock-last-position' before fontifying.
2083         (message-font-lock-last-position): New variable.
2084         (message-font-lock-citation-name-max-column): New variable.
2085         (message-font-lock-cited-text-regexp): New variable.
2086         (message-font-lock-fence-close-position): New variable.
2087         (message-font-lock-fence-open-position): New variable.
2088         (message-font-lock-fence-close-regexp): New variable.
2089         (message-font-lock-fence-open-regexp): New variables.
2090
2091 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2092
2093         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
2094         using `message-font-lock-keywords', `message-font-lock-keywords-1'
2095         and `message-font-lock-keywords-2'.
2096         (message-font-lock-keywords): Restruct.
2097         (message-font-lock-keywords-1): New variable split from
2098         `message-font-lock-keywords'.
2099         (message-font-lock-keywords-2): Ditto.
2100
2101 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
2102
2103         * lisp/gnus.el (gnus-revision-number): Increment to 08.
2104
2105         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
2106         before highlighting or hiding it.
2107         (gnus-article-buttonize-signature): New function.
2108         (gnus-article-highlight-signature): Don't buttonize.
2109         (gnus-treatment-function-alist): Undo the last change.
2110         (gnus-treat-emphasize): Default to nil.
2111
2112 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
2113
2114         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2115         (TopLevel): Autoload "gnus-art" for the function
2116         `gnus-article-show-all'.
2117
2118         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
2119         hidden text if the command `gnus-summary-toggle-mime' is used.
2120
2121         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
2122         following parts.
2123         (gnus-article-highlight-signature): Work for forwarded messages.
2124         (gnus-article-show-all): New function based on `article-show-all'.
2125         (gnus-article-show-all-headers): Based on
2126         `article-show-all-headers'.
2127         (article-show-all-headers): New function to show all *HEADERS*.
2128         (article-show-all): Show *ALL* literally.
2129         (article-hide-signature): Work for forwarded messages.
2130         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
2131         off after `gnus-treat-highlight-signature'.
2132
2133 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
2134
2135         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2136
2137         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
2138         against forwarded messages without MIME structure.
2139         (gnus-treatment-function-alist): Move
2140         'gnus-treat-decode-article-as-default-mime-charset' to the top;
2141         put `gnus-treat-emphasize' off after
2142         `gnus-treat-highlight-headers'.
2143
2144 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2145
2146         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2147
2148 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
2149
2150         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
2151         argument is list or not before condition.
2152
2153 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2154
2155         * lisp/gnus-art.el (gnus-treat-predicate): Work for
2156         (typep "something").
2157
2158 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2159
2160         * lisp/gnus-art.el (gnus-article-prepare-display):
2161         Pass argument nil as a condition to gnus-treat-article.
2162         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
2163         Ditto. Also, treat last part of multipart article correctly.
2164
2165 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
2166
2167         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2168
2169         * lisp/message.el (message-generate-headers): Don't insert
2170         excessive newline.
2171
2172         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
2173         negative number for the 2nd arg of `insert-char'.
2174
2175 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2176
2177         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
2178         gnus-ja instead of gnus if Japanese environment is on.
2179
2180 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
2181
2182         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2183         (semi-gnus-developers): Remove.
2184         (gnus-maintainer): Change mail address.
2185         (gnus-group-startup-message): Display version string.
2186
2187         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
2188
2189         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
2190         version string; fix glyph position.
2191
2192 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2193
2194         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
2195         to previous version until problem of respooling from
2196         nnimap to nnml is solved.
2197         (gnus-summary-move-article): Ditto.
2198
2199 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
2200
2201         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2202
2203         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
2204         value is t before checking for `condition'.
2205         (gnus-article-prepare-mime-display): Search for the entity children
2206         if the primary type is `multipart'.
2207
2208 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
2209
2210         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2211
2212         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
2213         instead of signaling an error if the destination group is not
2214         newly created.
2215         (gnus-summary-move-article): Do nothing if the destination group
2216         is not newly created.
2217
2218         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
2219         environment part.
2220
2221 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2222
2223         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
2224         active entry for the group even if it doesn't exist.
2225
2226 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2227
2228         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
2229
2230 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
2231
2232         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
2233         (gnus-revision-number): Clear to 00.
2234
2235         * README.T-gnus: Update.
2236
2237         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
2238         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
2239
2240         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
2241         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
2242         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
2243         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
2244         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
2245
2246 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2247
2248         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2249
2250         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
2251         smooth scrolling under XEmacs.
2252         (gnus-article-next-page):Ditto.
2253
2254         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
2255         descriptions about the problem of loaddefs.el and the patch for
2256         CUSTOM 1.9962.
2257
2258 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2259
2260         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2261
2262         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
2263         `:predicate' for old Emacsen; require `static'.
2264
2265         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
2266         `:path' and `:predicate'.
2267
2268 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2269
2270         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
2271         modeline as modified.
2272
2273 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2274
2275         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2276
2277         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
2278         `mime-view-entity' in the modified header under FSF Emacsen.
2279
2280 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2281
2282         * README-offline.en: Rewrite the usage description.
2283         * README-offline.ja: Ditto.
2284
2285 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2286
2287         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2288
2289         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
2290         `gnus-offline'.
2291
2292 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2293
2294         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
2295         * README-offline.ja: Ditto.
2296
2297 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2298
2299         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2300
2301         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
2302         the current buffer as modified.
2303
2304         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
2305         (gnus-offline-get-menu-items): New function.
2306         (gnus-offline-define-menu-on-miee): Use it.
2307         (gnus-offline-define-menu-on-agent): Ditto.
2308
2309 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2310
2311         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
2312
2313         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
2314         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
2315         (pop3-quit): Clear `pop3-uidl-obarray'.
2316
2317 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2318
2319         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2320
2321         * lisp/gnus-offline.el (gnus-offline-resource-en,
2322         gnus-offline-resource-ja,
2323         gnus-offline-resource-ja_complete): New variables.
2324         (gnus-offline-get-message): News function.
2325         (gnus-offline-error-check): Use it.
2326         (gnus-offline-connect-server): Ditto.
2327         (gnus-offline-get-new-news-function): Ditto.
2328         (gnus-offline-set-mail-group-level): Ditto.
2329         (gnus-offline-hangup-line): Ditto.
2330         (gnus-offline-after-jobs-done): Ditto.
2331         (gnus-offline-toggle-auto-hangup): Ditto.
2332         (gnus-offline-toggle-on/off-send-mail): Ditto.
2333         (gnus-offline-toggle-articles-to-fetch): Ditto.
2334         (gnus-offline-empting-spool): Ditto.
2335         (gnus-offline-set-interval-time): Ditto.
2336
2337         * lisp/gnus-ofsetup.el (gnus-offline-lang,
2338         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
2339         variables.
2340         (gnus-ofsetup-get-message): New function.
2341         (gnus-setup-for-offline): Use it.
2342         (gnus-ofsetup-find-parameters): Ditto.
2343         (gnus-ofsetup-prepapre-for-miee): Ditto.
2344         (gnus-ofsetup-completing-read-symbol): Ditto.
2345         (gnus-ofsetup-customize): Ditto.
2346         (gnus-ofsetup-customize-done): Ditto.
2347
2348 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
2349
2350         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
2351         `isearch-lazy-highlight'.
2352
2353 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
2354
2355         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2356
2357         * lisp/lpath.el (babel-as-string): Bind it.
2358
2359         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
2360         original X-Face field while searching.  It is done for only FSF
2361         Emacsen.
2362         (gnus-summary-search-article-highlight-matched-text): Ditto.
2363         (gnus-summary-search-article-matched-data): Bind it explicitly.
2364
2365 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
2366
2367         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
2368         (gnus-revision-number): Clear to 00.
2369
2370         * README.T-gnus: Update.
2371
2372         * README: Sync up with Pterodactyl Gnus v0.96.
2373         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
2374         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
2375         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
2376         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
2377         gnus-agent.el,ChangeLog}: Ditto.
2378         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
2379
2380 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2381
2382         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
2383         don't retrieve any incoming mails.; Don't filter articles here.
2384         Use `convert-standard-filename' to generate fresh UIDL file names.
2385         (pop3-get-message-numbers): Rewrite.
2386         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
2387         of `with-temp-buffer'.
2388
2389 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2390
2391         * README-offline.ja : Fix.
2392
2393         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
2394         Fix typo.
2395
2396         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
2397         requirements; Enclose the autoload for `gnus-custom-mode' with
2398         `eval-and-compile'.
2399
2400 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
2401
2402         * lisp/gnus.el (gnus-revision-number): Increment to 15.
2403
2404         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
2405         for them before lpath.el is loaded.  Because lpath.el requires
2406         `poe' via `path-util'.  [cf. <tm-ja:5051>]
2407
2408         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
2409         X-Face image if the regexp "^X-Face:" is specified.
2410         (gnus-summary-search-article-highlight-matched-text): Use
2411         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
2412         X-Face image if it is requested.
2413         (gnus-summary-search-article-highlight-goto-x-face): New macro.
2414
2415 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2416
2417         * lisp/gnus.el (gnus-revision-number): Increment to 14.
2418
2419         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
2420         recenter the article when touchdown; popup the article buffer if
2421         it is disappeared.
2422         (gnus-summary-search-article-highlight-matched-text): Treat the
2423         article before highlighting; use old style backquote syntax.
2424         (gnus-summary-search-article-position-point): Fix the beginning
2425         position; use old style backquote syntax.
2426         (gnus-summary-select-article): Undo the last change.
2427         (gnus-summary-display-article): Bind
2428         `gnus-summary-search-article-matched-data' in the article buffer
2429         locally.  It is moved from `gnus-summary-select-article'.
2430
2431 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
2432
2433         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
2434         (clean): Remove formatted info files.
2435         (distclean): Just remove Makefile.
2436
2437 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2438
2439         * lisp/gnus.el (gnus-revision-number): Increment to 13.
2440
2441         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
2442         (gnus-agent-fetch-headers): Limit downloadable articles if the
2443         number of unread articles exceeds `gnus-agent-large-newsgroup'.
2444         (gnus-agent-expire): Do not expire saved or replied articles when
2445         `gnus-agent-expire-all' is nil.
2446
2447         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
2448         variable.
2449         (gnus-offline-agent-expire): Check it; Bind
2450         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
2451         (gnus-offline-after-jobs-done): Don't check
2452         `gnus-agent-expire-all'.
2453
2454         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
2455         `user-login-name' and `user-real-login-name' returns the same
2456         value or not.
2457         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
2458         (gnus-ofsetup-update-setting-file): Ditto.
2459         (gnus-ofsetup-prepare): New macro.
2460         (gnus-setup-for-offline): Use it.
2461         (gnus-ofsetup-customize-done): Ditto.
2462
2463 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
2464
2465         * lisp/gnus.el (gnus-revision-number): Increment to 12.
2466
2467         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
2468         (gnus-summary-search-article-highlight-matched-text): Rearrange.
2469         (gnus-summary-search-article-position-point): New macro.
2470         (gnus-summary-search-article-matched-data): Rename from
2471         `gnus-summary-search-article-matched-text'.
2472         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
2473         use `gnus-article-show-all-headers' for exposing the visited
2474         article.
2475         (gnus-summary-select-article): Bind
2476         `gnus-summary-search-article-matched-data' in the article buffer
2477         locally.
2478
2479         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
2480         if the value of `gnus-inhibit-treatment' is non-nil.
2481         (article-toggle-headers): Don't redisplay X-Face if the value of
2482         `gnus-inhibit-treatment' is non-nil.
2483         (gnus-article-treat-custom): Add new treatment variable `mime'.
2484
2485 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2486
2487         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
2488         documentation.
2489
2490         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
2491         `gnus-newsgroup-incorporated' explicitly.
2492
2493 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2494
2495         * README.semi: Update for the recent a-ftp sites and directories.
2496         * README.semi.ja: Ditto.
2497         * texi/gnus-faq.texi: Ditto.
2498         * texi/gnus-faq-ja.texi: Ditto.
2499
2500 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2501
2502         * lisp/gnus.el (gnus-revision-number): Increment to 11.
2503         (gnus-summary-incorporated-face): New face spec.
2504
2505         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
2506         entry about the format specifier `w'.
2507         (gnus-group-line-format): Fix documentation.
2508
2509         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
2510         newly incorporated mails with `gnus-summary-incorporated-face'.
2511         (gnus-newsgroup-incorporated): New variable.
2512         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
2513         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
2514
2515         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
2516
2517         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
2518         `K' if the group has already been subscribed.
2519
2520 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2521
2522         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
2523         `isearch-lazy-highlight' t in the buffer locally; goto the
2524         beginning of the buffer before searching.
2525
2526         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
2527         selected frame.
2528
2529 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
2530
2531         * lisp/gnus.el (gnus-revision-number): Increment to 10.
2532
2533         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
2534         matched text after the searching is done; call
2535         `gnus-summary-select-article' with the args nil and t; bind
2536         `gnus-treat-*' to nil.
2537         (gnus-summary-search-article-highlight-matched-text): New macro
2538         for highlighting matched text.  It is bound at the compile time
2539         only.
2540         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
2541         with the args nil and t; bind `gnus-treat-*' to nil.
2542
2543         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
2544         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
2545         `with-temp-file'; use `insert-file-contents-as-binary' instead of
2546         `insert-file-contents'.
2547
2548 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2549
2550         * lisp/gnus.el (gnus-revision-number): Increment to 09.
2551
2552         * lisp/gnus-offline.el: Fix comments.
2553         (TopLevel): Delete the code for emulating custom. Do not inhibit
2554         byte-compile-warnings, but hide useless ones.
2555         (gnus-offline-dialup-program-arguments): defvar instead of
2556         defcustom.
2557         (gnus-offline-hangup-program-arguments): Ditto.
2558         (gnus-offline-interval-time): Ditto.
2559         (gnus-offline-dialup-program, gnus-offline-hangup-program,
2560         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
2561         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
2562         codes.
2563         Set `mail-sources' instead of `nnmail-spool-file'.
2564         (gnus-offline-enable-fetch-mail): Ditto.
2565         (gnus-offline-toggle-movemail-program): Abolish.
2566         (gnus-offline-define-menu-and-key): Modify according to it.
2567         (gnus-offline-define-menu-on-miee): Ditto.
2568         (gnus-offline-define-menu-on-agent): Ditto.
2569         (gnus-offline-message-add-header): Bind temporary variables.
2570         (gnus-offline-add-custom-header): Ditto.
2571         (gnus-offline-restore-mail-group-level): Ditto.
2572
2573         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
2574         gnus-offline at the compile time. Do not inhibit
2575         byte-compile-warnings.
2576         (gnus-setup-for-offline): Really bind all temporary variables.
2577         (gnus-ofsetup-write-settting-file): Check if interval is a
2578         integer.
2579         Use `mail-sources' instead of `nnmail-spool-file'.
2580         (gnus-ofsetup-update-setting-file): Redefine as a macro.
2581         (gnus-ofsetup-prepare-for-miee): Ditto.
2582
2583         * README-offline.en : Update.
2584         * README-offline.ja : Ditto.
2585
2586 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2587
2588         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
2589         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
2590
2591 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2592
2593         * lisp/gnus.el (gnus-revision-number): Increment to 08.
2594
2595 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
2596
2597         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
2598         group name with `\N'.
2599
2600 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2601
2602         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2603
2604         * lisp/pop3.el (pop3-except-header-regexp): New variable.
2605         (pop3-movemail): Don't retrieve messages whose headers are
2606         matching `pop3-except-header-regexp'.
2607         (pop3-top): New function.
2608         (pop3-retr): Don't use `save-restriction'.
2609
2610 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2611
2612         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
2613
2614 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
2615
2616         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2617
2618         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
2619         `gnus-article-next-page' when the last page is not displayed.
2620         (mime-preview-over-to-previous-method-alist): Use
2621         `gnus-article-prev-page' when the first page is not displayed.
2622         (gnus-next-page-map): Use `make-sparse-keymap' instead of
2623         `make-keymap'; don't use `suppress-keymap'.
2624         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
2625         Succeed to the value of the text property `mime-view-situation' in
2626         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
2627         current local map as a parent under FSF Emacsen.
2628
2629 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2630
2631         * lisp/pop3.el (pop3-retr): Undo last change.
2632
2633 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2634
2635         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2636
2637         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
2638         `accept-process-output'; Move point to the end of the normal
2639         response.
2640         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
2641         (pop3-get-list): Abolish.
2642         (pop3-retr): Don't use `save-restriction'.
2643         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
2644         (pop3-list): Likewise.
2645
2646 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2647
2648         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2649
2650         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
2651         `event-basic-type' instead of `event-button' under FSF Emacsen.
2652
2653 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2654
2655         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2656
2657 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2658
2659         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
2660         `gnus-summary-mode-hook'.
2661         (gnus-use-wheel): New variable.
2662         (gnus-wheel-scroll-amount): New variable.
2663         (gnus-wheel-edge-resistance): New variable.
2664         (gnus-wheel-summary-scroll): New function.
2665         (gnus-wheel-install): New function.
2666
2667 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2668
2669         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2670
2671         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
2672         `defun' instead of `defsubst'.
2673         (make-full-mail-header): Ditto.
2674
2675         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
2676         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
2677
2678 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2679
2680         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2681
2682         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
2683         is being sent.
2684
2685         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
2686         function from Nana-gnus.
2687         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
2688         (gnus-ofsetup-update-setting-file): Rename from
2689         `gnus-ofsetup-write-setting-file'.
2690         (gnus-ofsetup-find-parameters): Rename from
2691         `gnus-ofsetup-parameters'.
2692         (gnus-ofsetup-customize-done): Rewrite.
2693
2694 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2695
2696         * pop3.el: Sync up with pop3.el version 2.04.
2697         (pop3-leave-mail-on-server): New variable.
2698         (pop3-maximum-message-size): New variable.
2699         (pop3-uidl-file-name): New variable.
2700         (pop3-uidl-support): New variable.
2701         (pop3-uidl-obarray): New variable.
2702         (pop3-movemail): Check message size on every retrieval.
2703         (pop3-open-ssl-stream-1): Use new style macro.
2704         (pop3-get-message-numbers): New function.
2705         (pop3-get-list): New function.
2706         (pop3-get-uidl): New function.
2707         (pop3-get-unread-message-numbers): New function.
2708         (pop3-save-uidls): New function.
2709         (pop3-retr): Use `pop3-get-extended-response'.
2710         (pop3-list): New implementation.
2711         (pop3-uidl): New function.
2712         (pop3-get-extended-response): New function.
2713
2714 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2715
2716         * lisp/gnus.el: T-gnus 6.13.0 is released.
2717
2718 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2719
2720         * ChangeLog.2: New file, rename from ChangeLog.
2721
2722         * lisp/dgnushack.el (TopLevel): Rearrange.
2723
2724         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
2725         * README.branch: Ditto.
2726
2727         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
2728
2729         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
2730         * texi/message-ja.texi: Ditto.
2731         * texi/message.texi: Ditto.
2732         * texi/gnus-ja.texi: Ditto.
2733         * texi/gnus.texi: Ditto.
2734         * README-offline.ja: Ditto.
2735         * README-offline.en: Ditto.
2736         * README.semi.ja: Ditto.
2737         * README.semi: Ditto.
2738         * README.T-gnus: Ditto.
2739
2740         * t-gnus-6_13: NEW PUBLIC BRANCH.
2741
2742 See ChangeLog.2 for earlier changes.