X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=258c1699deb2e9ebede4652b3312573cecfe6eff;hb=b19ab0bcf7b463d4b14b41bd23f2a5d62d03795a;hp=6a99f9533329e2db132d52f49e7c41dd1e7a1b84;hpb=11bbb9dc78aaca5a11345d65515910054e2b2bd1;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a99f9533..258c1699d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,454 @@ +Sun Aug 25 23:09:18 1996 Lars Magne Ingebrigtsen + + * message.el (message-send-mail-with-qmail): Use + `message-qmail-program', which doesn't exist. + + * nndoc.el (nndoc-type-alist): Slack digests are guessable. + +Sun Aug 25 21:27:17 1996 Lars Magne Ingebrigtsen + + * gnus-salt.el (gnus-pick-mode): Nixed out the format. + (gnus-summary-pick-line-format): Buggy def. + + * gnus-sum.el (gnus-summary-read-document): Provide a quit-conf. + (gnus-summary-read-document): Do better names. + + * nnvirtual.el (nnvirtual-close-group): Don't do the unread + setting on ephemeral groups. + + * nntp.el (nntp-retrieve-groups): Would infloop. + +Sun Aug 25 02:52:11 1996 Sudish Joseph + + * message.el (message-qmail-inject-program): New variable. + (message-qmail-inject-args): New variable. + (message-send-mail-with-qmail): New function, suitable for use + as message-send-mail-function. + +Sun Aug 25 20:41:45 1996 Lars Magne Ingebrigtsen + + * nnweb.el (nnweb-fetch-form): Clear buffer file name. + + * nntp.el (nntp-request-article): Would try to copy to the same + buffer. + + * gnus-group.el (gnus-group-read-ephemeral-group): Better error + message. + + * nnweb.el (nnweb-request-group): Better error report. + + * gnus-score.el (gnus-score-load-file): Gave `nil' as a day param. + +Sun Aug 25 03:32:51 1996 Lars Magne Ingebrigtsen + + * gnus.el: Red Gnus v0.14 is released. + +Sun Aug 25 00:16:44 1996 Lars Magne Ingebrigtsen + + * gnus-util.el (gnus-prin1): New function. + (gnus-prin1-to-string): New function. + + * gnus-sum.el (gnus-summary-refer-parent-article): Bugout. + + * nndb.el (nndb-request-accept-article): Use new nntp functions. + + * pop3.el: Make MD5 defined when compiling. + + * article.el (article-strip-blank-lines): Called Gnus functions. + + * nnweb.el (nnweb-init): Create a better buffer name. + (nnweb-altavista-search): Wasn't defined. + (nnweb-reference-search): Use advanced search. + + * nnfolder.el (nnfolder-request-accept-article): Wrong params to + `save-mail'. + * nnbabyl.el (nnbabyl-request-accept-article): Ditto. + * nnmbox.el (nnmbox-request-accept-article): Ditto. + * nnmh.el (nnmh-request-accept-article): Ditto. + * nnml.el (nnml-request-accept-article): Ditto. + +Sat Aug 24 23:53:32 1996 Lars Magne Ingebrigtsen + + * nnmail.el (nnmail-get-new-mail): Tried calling nonexistsing + functions. + +Sat Aug 24 23:30:07 1996 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-enter-directory): Temporarily bound + `nneething-read-only'. + +Fri Aug 23 23:22:16 1996 Katsumi Yamaoka + + * gnus-ems.el (gnus-ems-redefine): Set + `gnus-summary-display-table' to nil. + +Fri Aug 23 22:55:09 1996 Lars Magne Ingebrigtsen + + * gnus-art.el (gnus-summary-save-in-file): Didn't check before + creating dir. + (gnus-summary-save-in-rmail): Ditto. + (gnus-summary-save-body-in-file): Ditto. + + * message.el (message-check-news-syntax): Faulty Newsgroups + regexp. + +Thu Aug 22 20:47:48 1996 Lars Magne Ingebrigtsen + + * nnmail.el (nnmail-split-hook): New variable. + + * nnmh.el (nnmh-update-gnus-unreads): cl-nged. + (nnmh-active-number): Find the largest article number. + +Thu Aug 22 20:39:10 1996 Sam Falkner + + * nnmh.el (nnmh-update-gnus-unreads): Check all articles. + +Thu Aug 22 16:49:35 1996 Lars Magne Ingebrigtsen + + * gnus-kill.el (gnus-execute): Ignored read articles. + + * gnus-sum.el (gnus-summary-execute-command): Give a form, not a + function. + + * gnus-kill.el (gnus-execute-1): Evaled functions instead of + calling them. + + * nnmail.el (nnmail-move-inbox): Allow continuation after error. + + * gnus-score.el (gnus-adaptive-word-syntax-table): New variable. + (gnus-score-adaptive): Use it. + + * nnbabyl.el (nnbabyl-request-scan): Change group. + + * nnmbox.el (nnmbox-request-scan): Change group. + + * gnus-score.el (gnus-ignored-adaptive-words): Renamed. + (gnus-ignored-adaptive-words): New variable. + (gnus-score-adaptive): Use it. + (gnus-score-adaptive): Bugged out on undefined symbols. + (gnus-summary-score-entry): Accept numerical DATE. + (gnus-score-adaptive): Pos in wrong buf. + (gnus-score-string): Didn't accept word matches. + (gnus-enter-score-words-into-hashtb): Wrong sequence. + (gnus-score-string): Word matches inflooped. + +Wed Aug 21 15:06:47 1996 + + * smiley.el (smiley-buffer): Added some additinal extent parameters. + (smiley-toggle-extent): rewrote to use above. + +Mon Aug 19 20:19:59 1996 Lars Magne Ingebrigtsen + + * gnus-spec.el (gnus-tilde-cut-form): Cut off wrong part. + +Mon Aug 19 20:09:44 1996 Samuel Tardieu + + * gnus-cache.el (gnus-cache-write-active): Would try to create + existing directory. + +Mon Aug 19 00:12:11 1996 Lars Magne Ingebrigtsen + + * article.el (article-strip-multiple-blank-lines): New command and + keystroke. + (article-strip-blank-lines): New command and keystroke. + + * nnmail.el (nnmail-move-inbox): Set file permissions on the + Incoming files. + + * gnus-group.el (gnus-group-fetch-faq): Go through the FAQ dirs + until we manage to open one. + + * nntp.el (nntp-send-authinfo-function): New variable. + (nntp-wait-for): Handle authinfo requests better. + + * gnus-sum.el (gnus-summary-article-posted-p): New command and + keystroke. + + * gnus-topic.el (gnus-topic-display-empty-topics): New variable. + + * gnus-msg.el (gnus-setup-message): Make `gnus-newsgroup-name' + local to the message buffers. + + * gnus-int.el (gnus-remove-denial): New function. + + * gnus-sum.el (gnus-summary-refer-parent-article): Allow negative + prefixes. + (gnus-summary-refer-parent-article): Allow skipping past canceled + articles. + + * gnus-util.el (gnus-parent-id): Take an optional N ancestor + param. + + * gnus-async.el (gnus-async-prefetch-article): Don't clobber async + fetches already in progress. + + * nnmail.el (nnmail-check-duplication): Allow /dev/null mail + filing. + + * gnus-sum.el (gnus-summary-catchup): Didn't do suppression. + (gnus-summary-limit-children): Never hide ticked articles. + (gnus-highlight-selected-summary): Selected face spans the entire + %(-%) area. + +Sun Aug 18 22:05:00 1996 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-restart): Better prompt. + + * gnus-async.el (gnus-async-prefetch-article): Don't try to fetch + old-fetched articles. + +Sun Aug 18 22:02:17 1996 Raja R. Harinath + + * gnus-gl.el (gnus-grouplens-mode): Make hooks local. + +Sun Aug 18 16:53:19 1996 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-get-new-news): Don't move point. + + * nnweb.el (nndejagnus): Renamed from nndejagnus. + (nnweb-remove-markup): New function. + +Sun Aug 18 14:53:55 1996 Lars Magne Ingebrigtsen + + * gnus.el: Red Gnus v0.13 is released. + +Tue Aug 20 17:30:00 1996 + + * smiley.el (smiley-map): New keymap for smiley's. + (smiley-toggle-extent): New function to toggle smiley invisiblity. + (smiley-buffer): Use them. + +Sun Aug 18 12:46:12 1996 Lars Magne Ingebrigtsen + + * nnoo.el (nnoo-define-skeleton-1): Defined too many functions. + +Sat Aug 17 18:43:22 1996 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-make-dejanews-group): New command and + keystroke. + + * gnus-start.el (gnus-site-init-file): New variable. + (gnus-read-init-file): Use it. + + * nndejanews.el: New file. + + * nnheader.el (make-full-mail-header): New function. + + * nngateway.el (nngateway-open-server): Used nntp vars. + +Sat Aug 17 15:35:28 1996 Lars Magne Ingebrigtsen + + * gnus.el: Red Gnus v0.12 is released. + +Sat Aug 17 12:58:28 1996 Lars Magne Ingebrigtsen + + * gnus-win.el (gnus-window-configuration-element): New function. + (gnus-windows-old-to-new): Use it. + (gnus-windows-old-to-new): Produced bogus results. + + * message.el (message-cancel-message): New variable. + + * gnus-srvr.el (gnus-server-mode-map): Buggy keymap. + + * gnus-group.el (gnus-group-get-new-news-this-group): Illegal + gnus-error value. + +Fri Aug 16 21:22:12 1996 Lars Magne Ingebrigtsen + + * nnmail.el (nnmail-replace-status, nnmail-decode-status, + nnmail-encode-status): New variables. + + * nnml.el (nnml-article-to-file): New function. + +Fri Aug 16 20:26:12 1996 Kurt Swanson + + * nnfolder.el (nnfolder-generate-active-file): Test the right + files. + +Fri Aug 16 19:30:57 1996 Lars Magne Ingebrigtsen + + * gnus-salt.el (gnus-possibly-generate-tree): Would bug out on + unthreaded buffers. + + * gnus-xmas.el (gnus-xmas-modeline-right-extent): Disabled. + (gnus-xmas-modeline-left-extent): Ditto. + + * gnus-group.el (gnus-group-make-menu-bar): Bugged out on + undefined variable. + + * gnus.el (gnus-read-method): Return the virtual server name if + possible. + +Thu Aug 15 18:15:58 1996 Lars Magne Ingebrigtsen + + * nngateway.el: New file. + + * nnoo.el (nnoo-define-skeleton): New macro. + (nnoo-define-skeleton-1): New function. + + * gnus-start.el (gnus-strip-killed-list): New function. + (gnus-gnus-to-quick-newsrc-format): Use it. + + * gnus-sum.el (gnus-summary-process-mark-set): New function. + (gnus-summary-yank-process-mark, gnus-summary-kill-process-mark, + gnus-summary-save-process-mark): New commands and keystrokes. + + * nnml.el (nnml-generate-nov-file): Set modes. + + * nnmail.el (nnmail-default-file-modes): New variable. + (nnmail-write-region): New function. + + * gnus-score.el (gnus-score-score-files-1): Bind case-fold-search + to nil. + +Wed Aug 14 21:20:07 1996 Lars Magne Ingebrigtsen + + * gnus-soup.el (gnus-soup-send-packet): Disable syntax checks. + +Wed Aug 14 20:28:09 1996 Fred Johansen + + * gnus-logic.el (gnus-advanced-score-rule): `and' rules were + treated improperly. + +Wed Aug 14 15:29:39 1996 Lars Magne Ingebrigtsen + + * gnus-salt.el (gnus-mouse-pick-article): New command. + + * gnus-art.el (gnus-button-url): Call with one argument. + + * gnus-start.el (gnus-set-default-directory): New function. + + * gnus-load.el (gnus-default-directory): New variable. + +Wed Aug 14 15:03:01 1996 Sudish Joseph + + * gnus-score.el (gnus-home-score-file): Changed syntax. + +Tue Aug 13 22:07:11 1996 Jan Vroonhof + + * nndoc.el (nndoc-dissect-buffer): Went into infinite loop if end + of file token wasn't properly detected. + (nndoc-type-alist): Better end-of-header regexp for + lanl.gov preprints + (nndoc-article-type): Updated doc string + +Mon Aug 12 21:01:25 1996 Sudish Joseph + + * nntp.el (nntp-request-newgroups): Switch to nntp-server-buffer + first. + +Tue Aug 13 09:44:46 1996 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-sort-by-real-name): New function. + + * gnus-sum.el (gnus-summary-save-article): Pass on number of + articles to be saved. + + * gnus-art.el (gnus-article-edit-article): Remove all text props. + (gnus-read-save-file-name): Take an optional defaultish parameter. + + * nntp.el (nntp-retrieve-groups): Saved. + + * message.el (message-forward): Didn't work well with multi-line + separators. + + * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Check + wheteher followup-to was restricted. + + * nnsoup.el (nnsoup-store-reply): Would insert double courtesy + headers. + + * gnus-group.el (gnus-group-highlight-line): New `total' number. + +Mon Aug 12 06:25:00 1996 Lars Magne Ingebrigtsen + + * gnus.el: Red Gnus v0.11 is released. + +Mon Aug 12 03:51:57 1996 Lars Magne Ingebrigtsen + + * gnus-async.el (gnus-make-async-article-function): New function. + (gnus-async-prefetch-article): Use it. + +Sat Aug 10 07:16:29 1996 Greg Stark + + * gnus-start.el (gnus-activate-level): Doc fix. + +Sun Aug 11 03:33:02 1996 Lars Magne Ingebrigtsen + + * gnus-msg.el (gnus-summary-mail-crosspost-complaint): New command. + (gnus-crosspost-message): New variable. + + * gnus-vis.el: Removed file -- functions spread out over + gnus-group.el, gnus-sum.el and gnus-art.el. + + * gnus-util.el (gnus-turn-off-edit-menu): Renamed function. + + * gnus-salt.el (gnus-carpal-mode): Moved to this file. + + * gnus-vis.el (gnus-score-set-default): Removed. + (gnus-visual-score-map): Removed. + + * nntp.el (nntp-send-nosy-authinfo): Don't echo password. + + * gnus-srvr.el (gnus-server-open-all-servers): New command and + keystroke. + (gnus-server-close-all-servers): Ditto. + + * gnus-async.el (gnus-async-get-semaphore): New function. + (gnus-async-release-semaphore): New function. + (gnus-async-prefetch-article): Use them. + + * nntp.el (nntp-make-process-buffer): New function. + (nntp-retrieve-data): Use after-change instead of filter. + (nntp-after-change-function): New function. + + * gnus.el (gnus-read-method): Intern method. + + * gnus-cache.el (gnus-cache-save-buffers): Didn't check before + making dir. + +Sat Aug 10 14:55:33 1996 Sudish Joseph + + * gnus-win.el (gnus-buffer-configuration): Don't create picon + frame if gnus-picons-display-where is 'article. + +Sun Aug 11 02:47:30 1996 Lars Magne Ingebrigtsen + + * gnus-vis.el (gnus-highlight-selected-summary): Would bug out on + some lines. + + * gnus-spec.el (gnus-tilde-cut-form): Typo. + (gnus-parse-simple-format): Forgot to check `max-right' and + `max-left'. + (gnus-compile): Don't issue warnings. + +Fri Aug 2 14:53:02 1996 Christoph Wedler + + * smiley.el (smiley-buffer): `smiley-regexp-alist' can be a symbol + now. + +Sun Aug 11 02:37:57 1996 Greg Stark + + * gnus-msg.el (gnus-post-method): Tested the wrong variable. + +Sun Aug 11 02:28:30 1996 Lars Magne Ingebrigtsen + + * message.el (message-check-news-syntax): Messaged wrong number. + +Sat Aug 10 11:26:56 1996 Lars Magne Ingebrigtsen + + * message.el (message-y-or-n-p): Moved to before usage. + +Fri Aug 9 16:42:52 1996 Danny Siu + + * gnus-picon.el (gnus-article-display-picons): display picon even if + From line doesn't have full domain name. + +Sat Aug 10 10:11:21 1996 Lars Magne Ingebrigtsen + + * message.el (message-reply): Didn't narrow properly to the head. + (message-indent-citation): Remove all blank lines at the start. + Sat Aug 10 07:00:34 1996 Lars Magne Ingebrigtsen * gnus.el: Red Gnus v0.9 is released.