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