1 2000-01-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
3 * lisp/dgnushack.el (char-before): Use the byte-optimaization.
5 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7 * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
8 (gnus-revision-number): Clear to 00.
10 * README.T-gnus: Update.
12 * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
13 score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
14 nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
15 nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
16 nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
17 nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
18 nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
19 mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
20 mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
21 gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
22 gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
23 gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
24 gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
25 gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
26 gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
27 gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
28 gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
29 gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
32 * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
33 emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
35 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
37 * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
40 * lisp/gnus-sum.el (gnus-articles-to-read): Bind
41 `cursor-in-echo-area' to nil while `read-from-minibuffer'.
43 1999-12-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
45 * lisp/gnus-offline.el (TopLevel): Call
46 `define-process-argument-editiong' only under Meadow -- i.e. don't
47 call this function under NTEmacs.
49 1999-12-28 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
51 * lisp/gnus.el (gnus-revision-number): Increment to 15.
53 * lisp/gnus-offline.el (gnus-offline-auto-expre): Rename from
54 `gnus-offline-agent-automatic-expire'.
55 (gnus-agent-expire): Fix the advice.
56 (gnus-offline-after-jobs-done): Refer to
57 `gnus-offline-auto-expire'.
59 * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
61 (gnus-offline-resource-ja): Ditto.
63 * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
64 bind `coding-system-for-read' to raw-text-dos, else bind it to
67 1999-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
69 * lisp/gnus.el (gnus-revision-number): Increment to 14.
71 * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
73 1999-12-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
75 * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
76 (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
77 value depends on the version of ssl.el.
78 (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
79 `coding-system-for-read' to raw-text-dos, else bind it to binary.
81 1999-12-23 Keiichi Suzuki <keiichi@nanap.org>
83 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
86 1999-12-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
88 * lisp/imap.el (imap-streams,imap-stream-alist,
89 imap-authenticators,imap-authenticator-alist,
90 imap-digest-md5-p): Sync with latest Gnus.
91 (imap-starttls-p): Rename from `imap-tls-p'.
92 (imap-starttls-open): Rename from `imap-tls-open'.
94 1999-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
96 * lisp/gnus.el (gnus-revision-number): Increment to 13.
98 * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
99 as its parent directory.
101 * lisp/imap.el (base64-encode-string, base64-decode-string):
102 Autoload "base64" instead of the tricky definitions.
104 * lisp/base64.el: Restore the original code and invalidate it; use
105 mel for the base64 codec.
107 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
109 * lisp/imap.el (mel-find-function): Always require `mel' instead of
110 the use of autoloading. Because the function `mel-find-function'
111 is defined by `defsubst'.
113 1999-12-18 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
115 * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
116 `gnus-offline-connected', not `gnus-plugged'.
118 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
119 `unless'. Use `when'.
121 * lisp/imap.el (base64-encode-string): Fix. May work.
123 1999-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
125 * lisp/message.el (message-goto-mail-copies-to): If the field is
126 newly created, a string "never" is inserted in default.
127 (message-goto-mail-followup-to): If the field is newly created and
128 To field contains only one address, the address is inserted in
130 (message-mode-map): New key stroke `C-c C-f c' for the command
131 `message-goto-mail-copies-to'.
133 1999-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
135 * lisp/gnus.el (gnus-revision-number): Increment to 12.
137 * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
139 * lisp/lpath.el (toolbar-gnus, get-charset-property,
140 font-lock-set-defaults, find-coding-system, coding-system-get):
141 Bind them for FSF Emacsen.
142 (read-color, x-defined-colors, compute-motion): Don't bind.
144 * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
145 `base64-encode-string' and `base64-decode-string' instead of
146 `imap-base64-encode-string' or `imap-base64-decode-string'.
147 (base64-encode-string): New function. It won't be defined if it
148 is already bound and the optional second arg is allowed.
149 (base64-decode-string): New function defined by `defun-maybe'.
150 (imap-base64-encode-string, imap-base64-decode-string): Remove.
151 (mel-find-function): Autoload "mel".
153 * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
154 get-popup-menu-response, toolbar-gnus, get-charset-property,
155 find-coding-system, coding-system-get, font-lock-set-defaults):
157 (union, member-if, mapcon, mapc, last): Don't define as compiler
158 macros under XEmacs. It is based on Hrvoje's advice.
159 (member-if): New compiler macro for emulating cl function.
161 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
163 * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
164 of `static-condition-case'.
166 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
168 * lisp/gnus.el (gnus-revision-number): Increment to 11.
170 * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
173 1999-12-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
175 * lisp/imap.el: Require `digest-md5' when compiling; add autoload
176 settings for `digest-md5-parse-digest-challenge' and
177 `digest-md5-digest-response'.
178 (imap-authenticators): Add `digest-md5'.
179 (imap-authenticator-alist): Setup for `digest-md5'.
180 (imap-digest-md5-p): New function.
181 (imap-digest-md5-auth): New function.
183 1999-12-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
185 * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
186 buffer name must be specific to its mail source.
188 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
190 * lisp/gnus.el (gnus-revision-number): Increment to 10.
192 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
193 call too many `static-if's.
195 * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
196 `make-symbolic-link' is not availabe.
198 * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
200 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
202 * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
203 the original `gnus-agent-toggle-plugged'.
205 * lisp/mail-source.el (mail-source-fetch-imap): Don't create
206 multiple temporary buffers, and don't kill one.
208 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
210 * lisp/gnus.el (gnus-revision-number): Increment to 09.
212 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
213 optional argument `force'. Use `read-file-name' instead of
214 `read-directory-name'.
216 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
218 * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
220 * lisp/gnus-agent.el (gnus): Give up to advise here.
221 (gnus-group-get-new-news): New advice instead.
223 * lisp/gnus-offline.el (gnus-offline-setup): Call
224 `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
226 (gnus-offline-define-menu-and-key): Simplify.
227 (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
230 * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
231 `gnus-offline-setting-file'.
232 (gnus-nntp-service): Set this variable here, not in
233 `gnus-offline-setting-file'
234 (gnus-nntp-server): Ditto.
235 (gnus-after-getting-new-news-hook): Ditto.
236 (message-send-hook): Ditto.
237 (mail-source-read-passwd): Ditto.
238 (gnus-setup-news-hook): Ditto.
239 (gnus-setup-for-offline): Now one can get mails from `imap',
240 `file', `directory' or `maildir'.
242 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
243 Ignore non-POP mail sources.
245 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
247 * lisp/gnus.el (gnus-revision-number): Increment to 07.
249 * lisp/gnus-util.el (gnus-union): Remove.
250 (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
252 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
253 instead of `gnus-union'.
255 1999-12-10 A.Hitachi <a_hitachi@msi.biglobe.ne.jp>
256 Katsumi Yamaoka <yamaoka@jpl.org>
258 * lisp/dgnushack.el (union): New compiler macro for emulating cl
261 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
263 * lisp/gnus-util.el: Require `gnus-ems'.
264 (gnus-ems-redefine): Call it to redefine the functions
265 `gnus-truncate-string', etc.
266 (gnus-union): Fix doc string.
268 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
270 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
272 * lisp/gnus.el (gnus-revision-number): Increment to 06.
274 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
276 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
277 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
279 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
281 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
283 (mapc): Bug fix - treat the last arg as a list.
285 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
287 * lisp/gnus.el (gnus-revision-number): Increment to 05.
289 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
290 modeline "Plugged" status display with the value of
293 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
295 (gnus-offline-set-online-sendmail-function): defsubst.
296 (gnus-offline-set-offline-sendmail-function): Ditto.
297 (gnus-offline-set-offline-post-news-function): Ditto.
298 (gnus-offline-set-online-post-news-function): Ditto.
299 (gnus-offline-disable-fetch-mail): Ditto.
300 (gnus-offline-enable-fetch-mail): Ditto.
301 (gnus-offline-setup): Fix typo.
302 (gnus-offline-gnus-get-new-news): Abolish.
303 (gnus-offline-toggle-plugged): Ditto.
304 (gnus-offline-agent-expire): Ditto.
305 (gnus-group-get-new-news): New advice which does things
306 `gnus-offline-gnus-get-new-news' was doing.
307 (gnus-agent-toggle-plugged): New advice which does thing
308 `gnus-offline-toggle-plugged' was doing.
309 (gnus-agent-expire): New advice which does things
310 `gnus-offline-agent-expire' was doing.
311 (gnus-offline-define-menu-and-key): No longer substitute key
312 definitions on `gnus-group-mode-map'. No longer swap commands for
314 (gnus-offline-after-get-new-news): Do jobs only when
317 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
320 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
322 * lisp/message.el (message-yank-add-new-references): Fix doc string.
324 * texi/{message-ja.texi, message.texi}
325 (message-list-references-add-position,
326 message-yank-add-new-references): Add documentations.
328 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
330 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
331 `gnus-offline-get-message'.
333 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
334 `gnus-ofsetup-get-message'.
336 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
338 * lisp/gnus.el (gnus-revision-number): Increment to 04.
339 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
341 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
342 `get-text-property' in the outside of the boundary.
343 (gnus-article-smiley-display): New function.
344 (gnus-treatment-function-alist): Use it.
346 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
347 the bug fixed version rigidly instead of the use of `defadvice'.
349 * lisp/message.el (font-lock-after-change-function): Don't use
350 `compile' for the arg of `defadvice'.
352 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
354 * lisp/message.el (message-yank-add-new-references): New option
355 value `message-id-only'.
356 (message-yank-original): Likewise.
357 (message-list-references-add-position): New user option.
358 (message-list-references): When
359 `message-list-references-add-position' is integer value, the order
360 of designate number message-ids is kept.
362 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
364 * lisp/gnus.el (gnus-revision-number): Increment to 03.
366 * lisp/gnus-offline.el (gnus): Don't advise here.
367 (TopLevel): Call `gnus-offline-define-menu-and-key'.
368 (gnus-offline-setup): Don't call
369 `gnus-offline-define-menu-and-key' here.
371 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
372 rely on `gnus-load-hook'.
373 (gnus): New advice. Call `gnus-offline-setup' when everything is
376 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
377 at the compile time. Use `gnus-alive-p'.
379 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
381 * lisp/gnus.el (gnus-revision-number): Increment to 02.
383 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
384 don't use `byte-defop-compiler'.
385 (byte-optimize-form-code-walker): Advise it for fixing the bug in
386 and/or forms. The original idea is devised by FUKUI-san, modified
388 (max-specpdl-size): Set 3000.
390 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
392 * lisp/gnus.el (gnus-revision-number): Increment to 01.
394 * lisp/gnus-offline.el (gnus): New advice. synchronize
395 `gnus-offline-connected' with `gnus-plugged'.
397 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
399 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
400 (gnus-revision-number): Clear to 00.
402 * README.branch.ja: Update for t-gnus-6_14 branch.
403 * README.branch: Ditto.
404 * README.T-gnus: Ditto.
405 * README.semi.ja: Ditto.
406 * README.semi: Ditto.
408 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
409 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
410 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
411 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
412 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
414 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
415 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
418 * t-gnus-6_14: NEW PUBLIC BRANCH.
420 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
421 Katsumi Yamaoka <yamaoka@jpl.org>
423 * lisp/gnus.el (gnus-revision-number): Increment to 01.
425 * lisp/dgnushack.el (char-before): Use compiler macro instead of
427 (char-after): Comment out the byte-optimization.
429 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
430 New functions. They are identical to the built-in codec if
431 possible, otherwise the functions defined in mel are used.
432 (imap-cram-md5-auth): Use them.
434 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
436 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
437 and `base64-encode-string'.
439 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
441 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
442 (gnus-revision-number): Clear to 00.
444 * README.T-gnus: Update.
446 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
448 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
449 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
450 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
451 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
452 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
453 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
454 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
455 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
456 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
457 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
459 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
462 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
463 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
466 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
468 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
469 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
470 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
471 (gnus-after-getting-new-news-hook): Ditto.
473 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
475 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
477 * lisp/gnus.el (gnus-revision-number): Increment to 10.
479 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
480 char with old Emacsen as well.
482 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
484 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
485 appears in the backquoted form.
486 (gnus-category-edit-score): Ditto.
488 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
489 appears in the backquoted form.
491 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
493 * lisp/gnus.el (gnus-revision-number): Increment to 09.
495 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
497 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
498 defined. If not, call `easy-menu-create-keymaps'.
500 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
502 * lisp/gnus.el (gnus-revision-number): Increment to 08.
504 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
505 "static" at the compile time.
506 (gnus-offline-hangup-function): Abolish.
507 (gnus-offline-auto-ppp): New variable.
508 (gnus-offline-gnus-get-new-news): Refer to it.
509 (gnus-offline-set-unplugged-state): Ditto.
510 (gnus-offline-set-auto-ppp): New function. It replaces the
511 function `gnus-offline-toggle-auto-hangup'.
512 (gnus-offline-toggle-auto-hangup): Abolish.
513 (gnus-offline-define-menu-and-key): Use `static-if' and
515 (gnus-offline-popup-menu): Do not define this function under XEmacs.
516 (gnus-offline-popup): New function.
518 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
519 (gnus-ofsetup-resource-en): Fix doc strings.
520 (gnus-ofsetup-resource-ja): Ditto.
522 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
524 * lisp/gnus.el (gnus-revision-number): Increment to 07.
526 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
527 Pterodactyl Gnus v0.98.
529 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
531 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
533 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
535 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
536 `car' and `cdr' instead of `cadr'.
538 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
539 instead of `push'; use `if' instead of `when'.
541 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
543 (gnus-useful-groups): Use `or' instead of `unless'.
545 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
548 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
550 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
551 `when' in the body of `defadvice'. Use `if' instead.
553 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
556 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
558 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
559 the macro `when' in the arg of `defcustom'. Use `if' instead.
561 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
563 * lisp/gnus.el (gnus-revision-number): Increment to 06.
565 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
566 `next-single-property-change' LIMIT as `point-max'.
567 (gnus-article-prepare-mime-display): Ditto.
568 (article-hide-signature): Ditto.
570 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
572 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
573 are removed to fill gnus-version within 80 columns.
575 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
577 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
579 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
581 * lisp/gnus.el (gnus-revision-number): Increment to 05.
583 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
586 * lisp/gnus-util.el (gnus-union): New function.
588 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
589 `copy-sequence' instead of `copy-list'.
590 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
592 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
594 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
596 * lisp/gnus.el (gnus-revision-number): Increment to 04.
598 * lisp/dgnushack.el (union, copy-list): New compiler macros for
599 emulating cl functions.
601 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
603 * lisp/gnus.el (gnus-revision-number): Increment to 03.
604 (gnus-select-method): Use `condition-case' instead of
607 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
608 instead of `ignore-errors'.
610 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
612 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
613 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
614 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
615 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
616 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
617 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
618 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
619 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
620 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
621 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
623 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
625 * lisp/gnus.el (gnus-revision-number): Increment to 02.
627 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
628 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
629 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
630 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
631 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
632 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
633 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
634 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
635 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
636 Require `cl' at the top level.
638 * lisp/gnus.el (gnus-select-method): Undo last change.
639 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
640 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
642 * lisp/gnus-ems.el (gnus-split-string): Remove.
644 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
646 * lisp/pop3.el: Add description about STLS extension; add autoload
647 setting for `starttls-open-stream' and `starttls-negotiate'.
648 (pop3-stls): New function.
649 (pop3-open-tls-stream): New function.
650 (pop3-open-server): Use `pop3-open-tls-stream' if
651 'pop3-connection-type' is bound to `tls'.
653 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
655 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
656 and `starttls-negotiate'.
657 (imap-stream-alist): Add TLS entry.
658 (imap-tls-p): New function.
659 (imap-tls-open): New function.
660 (imap-ssl-open): Enclose `open-ssl-stream' with
663 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
665 * lisp/gnus.el (gnus-revision-number): Increment to 01.
666 (gnus-select-method): Use `condition-case' instead of
669 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
672 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
673 `coding' and `noerror' for the stopgaps.
675 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
676 `coding' and `noerror'.
677 (function-max-args): Maybe-fbind for FSF Emacsen.
679 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
680 as `binary' if possible.
681 (imap-log): Default to nil (synched with pgnus 0.99).
682 (base64-decode-string): Autoload "mel" instead of "base64".
683 (md5): Autoload "md5" without `eval-and-compile'.
685 * lisp/gnus-util.el (copy-list): New function defined by
688 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
689 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
691 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
692 instead of `ignore-errors'.
694 * lisp/gnus-picon.el: Require `cl'.
696 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
697 gnus-offline.el} (cl): Enclose the requiring procedure with
700 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
701 procedure with `eval-when-compile' instead of `eval-and-compile'.
703 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
705 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
706 Use mail-sources instead of nnmail-spool-file.
707 From: Toshiaki -PCX- Tanaka.
709 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
711 * lisp/gnus.el (gnus-group-startup-message): Insert space before
713 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
715 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
717 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
718 (gnus-revision-number): Clear to 00.
720 * README.T-gnus: Update.
722 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
723 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
724 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
725 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
726 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
727 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
729 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
731 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
734 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
736 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
738 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
739 `message-save-drafts' instead of `set-buffer-modified-p' and
741 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
742 because the reply data is lost in Drafts.
743 * lisp/gnus-art.el (gnus-signature-face): Don't check
746 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
748 * lisp/pop3.el (pop3-progress-message): New function.
749 (pop3-movemail): Use it.
751 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
753 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
754 `gnus-following-method'.
756 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
757 wide reply as a mail if the message is not a news; use the macro
758 `gnus-setup-message'.
760 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
762 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
764 * lisp/gnus.el (gnus-revision-number): Increment to 14.
765 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
766 function `gnus-smiley-display'.
768 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
769 `window-system' is nil.
770 (gnus-article-x-face-command): Default to external command if
771 `window-system' is nil.
773 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
775 * lisp/gnus.el (gnus-revision-number): Increment to 13.
776 (TopLevel): Rearrange autoload settings.
778 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
781 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
782 "Toggle smileys" in "Washing" menu.
783 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
785 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
786 (smiley-toggle-buffer): New function.
787 (smiley-buffer): Don't quote the function.
788 (smiley-toggle-extents): Ditto.
790 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
792 * lisp/gnus.el (gnus-revision-number): Increment to 12.
793 (TopLevel): Add and delete autoloads for functions defined in
794 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
796 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
799 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
800 `gnus-custom-mode' defined in "gnus-cus".
802 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
804 * lisp/gnus.el (gnus-revision-number): Increment to 11.
806 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
807 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
810 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
812 * lisp/gnus.el (gnus-revision-number): Increment to 10.
813 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
814 functions `x-face-mule-gnus-article-display-x-face' and
817 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
819 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
820 `gnus-mule-group-startup-message'.
821 (gnus-mule-group-startup-message): Remove.
822 (gnus-mule-bitmap-image-file): Remove.
824 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
825 ordinary text if the feature `smiley-mule' is provided and FSF
827 (TopLevel): Require `static' at the compile time.
829 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
830 `mime-display-text/plain-hook' to nil.
831 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
832 treat the next entity position as a marker.
833 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
834 `gnus-smiley-display' under FSF Emacsen.
835 (gnus-treat-display-smileys): Default to t if the module
836 `smiley-mule' is installed.
837 (gnus-treat-display-xface): Default to `head' if the value of
838 `gnus-article-x-face-command' is
839 `x-face-mule-gnus-article-display-x-face'.
840 (gnus-article-x-face-command): Default to
841 `x-face-mule-gnus-article-display-x-face' if the module
842 `x-face-mule' is installed.
843 (TopLevel): Require `static' first; require `path-util'.
845 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
847 * lisp/gnus.el (gnus-revision-number): Increment to 09.
849 * lisp/message.el (message-mode): Make
850 `message-font-lock-last-position' as buffer local.
851 (message-font-lock-keywords-2): Use
852 `message-font-lock-cited-text-matcher' instead of regexp.
853 (message-font-lock-cited-text-matcher): New function.
854 (font-lock-after-change-function): Advice to the keep last cursor
855 position in `message-font-lock-last-position' before fontifying.
856 (message-font-lock-last-position): New variable.
857 (message-font-lock-citation-name-max-column): New variable.
858 (message-font-lock-cited-text-regexp): New variable.
859 (message-font-lock-fence-close-position): New variable.
860 (message-font-lock-fence-open-position): New variable.
861 (message-font-lock-fence-close-regexp): New variable.
862 (message-font-lock-fence-open-regexp): New variables.
864 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
866 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
867 using `message-font-lock-keywords', `message-font-lock-keywords-1'
868 and `message-font-lock-keywords-2'.
869 (message-font-lock-keywords): Restruct.
870 (message-font-lock-keywords-1): New variable split from
871 `message-font-lock-keywords'.
872 (message-font-lock-keywords-2): Ditto.
874 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
876 * lisp/gnus.el (gnus-revision-number): Increment to 08.
878 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
879 before highlighting or hiding it.
880 (gnus-article-buttonize-signature): New function.
881 (gnus-article-highlight-signature): Don't buttonize.
882 (gnus-treatment-function-alist): Undo the last change.
883 (gnus-treat-emphasize): Default to nil.
885 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
887 * lisp/gnus.el (gnus-revision-number): Increment to 07.
888 (TopLevel): Autoload "gnus-art" for the function
889 `gnus-article-show-all'.
891 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
892 hidden text if the command `gnus-summary-toggle-mime' is used.
894 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
896 (gnus-article-highlight-signature): Work for forwarded messages.
897 (gnus-article-show-all): New function based on `article-show-all'.
898 (gnus-article-show-all-headers): Based on
899 `article-show-all-headers'.
900 (article-show-all-headers): New function to show all *HEADERS*.
901 (article-show-all): Show *ALL* literally.
902 (article-hide-signature): Work for forwarded messages.
903 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
904 off after `gnus-treat-highlight-signature'.
906 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
908 * lisp/gnus.el (gnus-revision-number): Increment to 06.
910 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
911 against forwarded messages without MIME structure.
912 (gnus-treatment-function-alist): Move
913 'gnus-treat-decode-article-as-default-mime-charset' to the top;
914 put `gnus-treat-emphasize' off after
915 `gnus-treat-highlight-headers'.
917 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
919 * lisp/gnus.el (gnus-revision-number): Increment to 05.
921 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
923 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
924 argument is list or not before condition.
926 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
928 * lisp/gnus-art.el (gnus-treat-predicate): Work for
931 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
933 * lisp/gnus-art.el (gnus-article-prepare-display):
934 Pass argument nil as a condition to gnus-treat-article.
935 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
936 Ditto. Also, treat last part of multipart article correctly.
938 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
940 * lisp/gnus.el (gnus-revision-number): Increment to 04.
942 * lisp/message.el (message-generate-headers): Don't insert
945 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
946 negative number for the 2nd arg of `insert-char'.
948 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
950 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
951 gnus-ja instead of gnus if Japanese environment is on.
953 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
955 * lisp/gnus.el (gnus-revision-number): Increment to 03.
956 (semi-gnus-developers): Remove.
957 (gnus-maintainer): Change mail address.
958 (gnus-group-startup-message): Display version string.
960 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
962 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
963 version string; fix glyph position.
965 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
967 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
968 to previous version until problem of respooling from
969 nnimap to nnml is solved.
970 (gnus-summary-move-article): Ditto.
972 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
974 * lisp/gnus.el (gnus-revision-number): Increment to 02.
976 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
977 value is t before checking for `condition'.
978 (gnus-article-prepare-mime-display): Search for the entity children
979 if the primary type is `multipart'.
981 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
983 * lisp/gnus.el (gnus-revision-number): Increment to 01.
985 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
986 instead of signaling an error if the destination group is not
988 (gnus-summary-move-article): Do nothing if the destination group
989 is not newly created.
991 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
994 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
996 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
997 active entry for the group even if it doesn't exist.
999 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1001 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
1003 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1005 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
1006 (gnus-revision-number): Clear to 00.
1008 * README.T-gnus: Update.
1010 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1011 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1013 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
1014 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
1015 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
1016 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
1017 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1019 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1021 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1023 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
1024 smooth scrolling under XEmacs.
1025 (gnus-article-next-page):Ditto.
1027 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
1028 descriptions about the problem of loaddefs.el and the patch for
1031 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1033 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1035 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
1036 `:predicate' for old Emacsen; require `static'.
1038 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
1039 `:path' and `:predicate'.
1041 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1043 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
1044 modeline as modified.
1046 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1048 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1050 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
1051 `mime-view-entity' in the modified header under FSF Emacsen.
1053 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1055 * README-offline.en: Rewrite the usage description.
1056 * README-offline.ja: Ditto.
1058 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1060 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1062 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
1065 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1067 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
1068 * README-offline.ja: Ditto.
1070 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1072 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1074 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
1075 the current buffer as modified.
1077 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
1078 (gnus-offline-get-menu-items): New function.
1079 (gnus-offline-define-menu-on-miee): Use it.
1080 (gnus-offline-define-menu-on-agent): Ditto.
1082 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1084 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
1086 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
1087 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
1088 (pop3-quit): Clear `pop3-uidl-obarray'.
1090 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1092 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1094 * lisp/gnus-offline.el (gnus-offline-resource-en,
1095 gnus-offline-resource-ja,
1096 gnus-offline-resource-ja_complete): New variables.
1097 (gnus-offline-get-message): News function.
1098 (gnus-offline-error-check): Use it.
1099 (gnus-offline-connect-server): Ditto.
1100 (gnus-offline-get-new-news-function): Ditto.
1101 (gnus-offline-set-mail-group-level): Ditto.
1102 (gnus-offline-hangup-line): Ditto.
1103 (gnus-offline-after-jobs-done): Ditto.
1104 (gnus-offline-toggle-auto-hangup): Ditto.
1105 (gnus-offline-toggle-on/off-send-mail): Ditto.
1106 (gnus-offline-toggle-articles-to-fetch): Ditto.
1107 (gnus-offline-empting-spool): Ditto.
1108 (gnus-offline-set-interval-time): Ditto.
1110 * lisp/gnus-ofsetup.el (gnus-offline-lang,
1111 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
1113 (gnus-ofsetup-get-message): New function.
1114 (gnus-setup-for-offline): Use it.
1115 (gnus-ofsetup-find-parameters): Ditto.
1116 (gnus-ofsetup-prepapre-for-miee): Ditto.
1117 (gnus-ofsetup-completing-read-symbol): Ditto.
1118 (gnus-ofsetup-customize): Ditto.
1119 (gnus-ofsetup-customize-done): Ditto.
1121 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1123 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
1124 `isearch-lazy-highlight'.
1126 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
1128 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1130 * lisp/lpath.el (babel-as-string): Bind it.
1132 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
1133 original X-Face field while searching. It is done for only FSF
1135 (gnus-summary-search-article-highlight-matched-text): Ditto.
1136 (gnus-summary-search-article-matched-data): Bind it explicitly.
1138 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1140 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
1141 (gnus-revision-number): Clear to 00.
1143 * README.T-gnus: Update.
1145 * README: Sync up with Pterodactyl Gnus v0.96.
1146 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
1147 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
1148 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
1149 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
1150 gnus-agent.el,ChangeLog}: Ditto.
1151 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
1153 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1155 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
1156 don't retrieve any incoming mails.; Don't filter articles here.
1157 Use `convert-standard-filename' to generate fresh UIDL file names.
1158 (pop3-get-message-numbers): Rewrite.
1159 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
1160 of `with-temp-buffer'.
1162 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1164 * README-offline.ja : Fix.
1166 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
1169 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
1170 requirements; Enclose the autoload for `gnus-custom-mode' with
1173 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
1175 * lisp/gnus.el (gnus-revision-number): Increment to 15.
1177 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
1178 for them before lpath.el is loaded. Because lpath.el requires
1179 `poe' via `path-util'. [cf. <tm-ja:5051>]
1181 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
1182 X-Face image if the regexp "^X-Face:" is specified.
1183 (gnus-summary-search-article-highlight-matched-text): Use
1184 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
1185 X-Face image if it is requested.
1186 (gnus-summary-search-article-highlight-goto-x-face): New macro.
1188 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
1190 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1192 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
1193 recenter the article when touchdown; popup the article buffer if
1195 (gnus-summary-search-article-highlight-matched-text): Treat the
1196 article before highlighting; use old style backquote syntax.
1197 (gnus-summary-search-article-position-point): Fix the beginning
1198 position; use old style backquote syntax.
1199 (gnus-summary-select-article): Undo the last change.
1200 (gnus-summary-display-article): Bind
1201 `gnus-summary-search-article-matched-data' in the article buffer
1202 locally. It is moved from `gnus-summary-select-article'.
1204 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1206 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
1207 (clean): Remove formatted info files.
1208 (distclean): Just remove Makefile.
1210 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1212 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1214 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
1215 (gnus-agent-fetch-headers): Limit downloadable articles if the
1216 number of unread articles exceeds `gnus-agent-large-newsgroup'.
1217 (gnus-agent-expire): Do not expire saved or replied articles when
1218 `gnus-agent-expire-all' is nil.
1220 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
1222 (gnus-offline-agent-expire): Check it; Bind
1223 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
1224 (gnus-offline-after-jobs-done): Don't check
1225 `gnus-agent-expire-all'.
1227 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
1228 `user-login-name' and `user-real-login-name' returns the same
1230 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
1231 (gnus-ofsetup-update-setting-file): Ditto.
1232 (gnus-ofsetup-prepare): New macro.
1233 (gnus-setup-for-offline): Use it.
1234 (gnus-ofsetup-customize-done): Ditto.
1236 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
1238 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1240 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
1241 (gnus-summary-search-article-highlight-matched-text): Rearrange.
1242 (gnus-summary-search-article-position-point): New macro.
1243 (gnus-summary-search-article-matched-data): Rename from
1244 `gnus-summary-search-article-matched-text'.
1245 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
1246 use `gnus-article-show-all-headers' for exposing the visited
1248 (gnus-summary-select-article): Bind
1249 `gnus-summary-search-article-matched-data' in the article buffer
1252 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
1253 if the value of `gnus-inhibit-treatment' is non-nil.
1254 (article-toggle-headers): Don't redisplay X-Face if the value of
1255 `gnus-inhibit-treatment' is non-nil.
1256 (gnus-article-treat-custom): Add new treatment variable `mime'.
1258 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1260 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1263 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1264 `gnus-newsgroup-incorporated' explicitly.
1266 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1268 * README.semi: Update for the recent a-ftp sites and directories.
1269 * README.semi.ja: Ditto.
1270 * texi/gnus-faq.texi: Ditto.
1271 * texi/gnus-faq-ja.texi: Ditto.
1273 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1275 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1276 (gnus-summary-incorporated-face): New face spec.
1278 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1279 entry about the format specifier `w'.
1280 (gnus-group-line-format): Fix documentation.
1282 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1283 newly incorporated mails with `gnus-summary-incorporated-face'.
1284 (gnus-newsgroup-incorporated): New variable.
1285 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1286 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1288 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1290 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1291 `K' if the group has already been subscribed.
1293 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1295 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1296 `isearch-lazy-highlight' t in the buffer locally; goto the
1297 beginning of the buffer before searching.
1299 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1302 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1304 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1306 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1307 matched text after the searching is done; call
1308 `gnus-summary-select-article' with the args nil and t; bind
1309 `gnus-treat-*' to nil.
1310 (gnus-summary-search-article-highlight-matched-text): New macro
1311 for highlighting matched text. It is bound at the compile time
1313 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1314 with the args nil and t; bind `gnus-treat-*' to nil.
1316 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1317 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1318 `with-temp-file'; use `insert-file-contents-as-binary' instead of
1319 `insert-file-contents'.
1321 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1323 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1325 * lisp/gnus-offline.el: Fix comments.
1326 (TopLevel): Delete the code for emulating custom. Do not inhibit
1327 byte-compile-warnings, but hide useless ones.
1328 (gnus-offline-dialup-program-arguments): defvar instead of
1330 (gnus-offline-hangup-program-arguments): Ditto.
1331 (gnus-offline-interval-time): Ditto.
1332 (gnus-offline-dialup-program, gnus-offline-hangup-program,
1333 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1334 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1336 Set `mail-sources' instead of `nnmail-spool-file'.
1337 (gnus-offline-enable-fetch-mail): Ditto.
1338 (gnus-offline-toggle-movemail-program): Abolish.
1339 (gnus-offline-define-menu-and-key): Modify according to it.
1340 (gnus-offline-define-menu-on-miee): Ditto.
1341 (gnus-offline-define-menu-on-agent): Ditto.
1342 (gnus-offline-message-add-header): Bind temporary variables.
1343 (gnus-offline-add-custom-header): Ditto.
1344 (gnus-offline-restore-mail-group-level): Ditto.
1346 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1347 gnus-offline at the compile time. Do not inhibit
1348 byte-compile-warnings.
1349 (gnus-setup-for-offline): Really bind all temporary variables.
1350 (gnus-ofsetup-write-settting-file): Check if interval is a
1352 Use `mail-sources' instead of `nnmail-spool-file'.
1353 (gnus-ofsetup-update-setting-file): Redefine as a macro.
1354 (gnus-ofsetup-prepare-for-miee): Ditto.
1356 * README-offline.en : Update.
1357 * README-offline.ja : Ditto.
1359 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1361 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1362 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1364 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
1366 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1368 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
1370 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1371 group name with `\N'.
1373 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1375 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1377 * lisp/pop3.el (pop3-except-header-regexp): New variable.
1378 (pop3-movemail): Don't retrieve messages whose headers are
1379 matching `pop3-except-header-regexp'.
1380 (pop3-top): New function.
1381 (pop3-retr): Don't use `save-restriction'.
1383 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1385 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1387 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
1389 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1391 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1392 `gnus-article-next-page' when the last page is not displayed.
1393 (mime-preview-over-to-previous-method-alist): Use
1394 `gnus-article-prev-page' when the first page is not displayed.
1395 (gnus-next-page-map): Use `make-sparse-keymap' instead of
1396 `make-keymap'; don't use `suppress-keymap'.
1397 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1398 Succeed to the value of the text property `mime-view-situation' in
1399 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1400 current local map as a parent under FSF Emacsen.
1402 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1404 * lisp/pop3.el (pop3-retr): Undo last change.
1406 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1408 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1410 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1411 `accept-process-output'; Move point to the end of the normal
1413 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1414 (pop3-get-list): Abolish.
1415 (pop3-retr): Don't use `save-restriction'.
1416 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1417 (pop3-list): Likewise.
1419 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1421 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1423 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1424 `event-basic-type' instead of `event-button' under FSF Emacsen.
1426 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1428 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1430 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1432 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1433 `gnus-summary-mode-hook'.
1434 (gnus-use-wheel): New variable.
1435 (gnus-wheel-scroll-amount): New variable.
1436 (gnus-wheel-edge-resistance): New variable.
1437 (gnus-wheel-summary-scroll): New function.
1438 (gnus-wheel-install): New function.
1440 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1442 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1444 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1445 `defun' instead of `defsubst'.
1446 (make-full-mail-header): Ditto.
1448 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1449 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1451 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1453 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1455 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1458 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1459 function from Nana-gnus.
1460 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1461 (gnus-ofsetup-update-setting-file): Rename from
1462 `gnus-ofsetup-write-setting-file'.
1463 (gnus-ofsetup-find-parameters): Rename from
1464 `gnus-ofsetup-parameters'.
1465 (gnus-ofsetup-customize-done): Rewrite.
1467 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1469 * pop3.el: Sync up with pop3.el version 2.04.
1470 (pop3-leave-mail-on-server): New variable.
1471 (pop3-maximum-message-size): New variable.
1472 (pop3-uidl-file-name): New variable.
1473 (pop3-uidl-support): New variable.
1474 (pop3-uidl-obarray): New variable.
1475 (pop3-movemail): Check message size on every retrieval.
1476 (pop3-open-ssl-stream-1): Use new style macro.
1477 (pop3-get-message-numbers): New function.
1478 (pop3-get-list): New function.
1479 (pop3-get-uidl): New function.
1480 (pop3-get-unread-message-numbers): New function.
1481 (pop3-save-uidls): New function.
1482 (pop3-retr): Use `pop3-get-extended-response'.
1483 (pop3-list): New implementation.
1484 (pop3-uidl): New function.
1485 (pop3-get-extended-response): New function.
1487 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1489 * lisp/gnus.el: T-gnus 6.13.0 is released.
1491 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1493 * ChangeLog.2: New file, rename from ChangeLog.
1495 * lisp/dgnushack.el (TopLevel): Rearrange.
1497 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1498 * README.branch: Ditto.
1500 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1502 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1503 * texi/message-ja.texi: Ditto.
1504 * texi/message.texi: Ditto.
1505 * texi/gnus-ja.texi: Ditto.
1506 * texi/gnus.texi: Ditto.
1507 * README-offline.ja: Ditto.
1508 * README-offline.en: Ditto.
1509 * README.semi.ja: Ditto.
1510 * README.semi: Ditto.
1511 * README.T-gnus: Ditto.
1513 * t-gnus-6_13: NEW PUBLIC BRANCH.
1515 See ChangeLog.2 for earlier changes.