*** empty log message ***
[gnus] / lisp / ChangeLog
index a890992..f7e581e 100644 (file)
@@ -1,3 +1,474 @@
+Thu May  8 17:37:38 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.51 is released.
+
+Thu May  8 15:58:43 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-execute-command): Place point at start of
+       prompt. 
+
+       * gnus-int.el (gnus-request-replace-article): Don't bug out on
+       unknown groups.
+
+       * gnus-sum.el (gnus-summary-update-info): Force undo boundary here.
+       (gnus-update-read-articles): ... and not here.
+
+       * gnus-art.el (article-display-x-face): Would only show one X-Face.
+
+Wed May  7 05:23:20 1997  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
+
+       * gnus-picon.el: (gnus-picons-url-alist): new variable.
+       (gnus-picons-jobs-alist): new variable.
+       (gnus-picons-remove): clean this new variable. FIXME: race
+       condition.
+       (gnus-picons-job-already-running): new variable.
+       (gnus-article-display-picons): use the job queue if using the
+       network.
+       (gnus-group-display-picons): ditto.
+       (gnus-picons-make-path): function deleted.
+       (gnus-picons-lookup-internal): modified accordingly.
+       (gnus-picons-lookup-user-internal): take the LETs out of the
+       loops.
+       (gnus-picons-lookup-pairs): take constant calculation outside of
+       loop.
+       (gnus-picons-display-picon-or-name): use COND instead of nested IFs
+       (gnus-picons-display-pairs): take the LET outside of loop.
+       (gnus-picons-try-face): ditto.
+       (gnus-picons-users-image-alist): variable deleted.
+       (gnus-picons-clear-cache): don't clear it.
+       (gnus-picons-retrieve-limit): variable deleted.
+       (gnus-picons-url-retrieve): clear url-request-method
+       (gnus-picons-retrieve-user-callback): function deleted.
+       (gnus-picons-retrieve-user): function deleted.
+       (gnus-picons-retrieve-domain-callback): function deleted
+       (gnus-picons-retrieve-domain-internal): function deleted.
+       (gnus-picons-parse-value): new function.
+       (gnus-picons-parse-filenames): new function.
+       (gnus-picons-network-display-internal): new function.
+       (gnus-picons-network-display-callback): new function.
+       (gnus-picons-network-display): new function.
+       (gnus-picons-network-search-internal): new function.
+       (gnus-picons-network-search-callback): new function.
+       (gnus-picons-network-search): new function.
+       (gnus-picons-next-job-internal): new function.
+       (gnus-picons-next-job): new function.
+
+Wed May  7 22:14:32 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-start.el (gnus-setup-news): Don't fold case.
+
+Sat May  3 16:55:25 1997  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
+
+       * gnus-picon.el: * gnus-picons-clear-cache-on-shutdown: new variable.
+       * gnus-picons-piconsearch-cache-user: variable deleted.
+       * gnus-picons-clear-cache: new function.
+       * gnus-picons-close: only clear cache if
+       gnus-picons-clear-cache-on-shutdown.
+       * gnus-picons-url-retrieve: set url-package-name and
+       url-package-version.
+       * gnus-picons-users-image-alist: new variable.
+       * gnus-picons-retrieve-user-callback: use it.
+       * Added support for network retrieval of picons.
+       * gnus-picons-map: removed.
+       * gnus-picons-remove: removed case to handle processes.
+       * gnus-picons-processes-alist: new variable
+       * gnus-picons-x-face-sentinel: simplified.  Use processes alist.
+       * gnus-picons-display-x-face: explicitly request an xface image.
+       Always call gnus-picons-prepare-for-annotations.  Use processes
+       alist.
+       * gnus-picons-lookup-internal: new function.
+       * gnus-picons-lookup: use it.
+       * gnus-picons-lookup-user-internal: ditto.
+       * gnus-picons-display-picon-or-name: no more xface-p argument.
+       * gnus-picons-try-suffixes: removed.
+       * gnus-picons-try-face: new function.  Does the caching in
+       gnus-picons-glyph-alist.
+       * gnus-picons-try-to-find-face: take a glyph argument instead of a
+       path.  No more xface-p argument.  Only use one annotation even if
+       gnus-picons-display-as-address.
+       * gnus-picons-toggle-extent: changed into an annotation action.
+
+Sat May  3 00:59:39 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.50 is released.
+
+Sat May  3 00:30:12 1997  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
+
+       * gnus-picon.el (gnus-picons-prepare-for-annotations): New
+       function, and many changes.
+
+Sat May  3 00:03:51 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnfolder.el (nnfolder-possibly-change-group): Wouldn't always
+       switch buffers.
+
+       * gnus-sum.el (gnus-update-read-articles): Force boundary.
+
+       * gnus-undo.el (gnus-force-undo-boundary): New function.
+
+Fri May  2 23:44:54 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-article-treat-html): w3-parse-buffer
+       incompatibility. 
+
+Thu May  1 17:56:05 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.49 is released.
+
+Sat Apr 19 16:13:03 1997  Erik Toubro Nielsen  <erik@ifad.dk>
+
+       * gnus-sum.el (gnus-summary-exit): Returned to the wrong topic in
+       certain obscure cases if selected group occured in multiple
+       topics.
+
+       * gnus-topic.el (gnus-topic-update-topic): Did not preserve point
+       on the same instance of a group if group occured in multiple
+       topics. Caused gnus-summary-exit to return to wrong topic if the
+       selected group was in more than one topic.
+
+       Above two bugs happened only if the window configuration for
+       summary mode caused the group buffer not to be shown in a window.
+
+Thu May  1 14:28:20 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-send): Would pretend to have sent.
+
+       * nnmh.el (nnmh-request-list-1): Don't use truename.
+
+Sun Apr 27 15:16:16 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+       * gnus-xmas.el: Undo previous change, and restore the version from 
+       5.4.46 (without the require 'gnus-art).
+
+Tue Apr 29 11:08:27 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-score.el (gnus-summary-increase-score): Better error
+       messages. 
+
+Sun Apr 27 23:15:58 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.48 is released.
+
+Sun Apr 27 11:40:57 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+       * gnus-xmas.el (gnus-art): (require 'gnus-art) introduces a
+       circular dependency on gnus-xmas-define and gnus-xmas-redefine.
+       Brute force it away.
+
+Sun Apr 27 12:32:13 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.47 is released.
+
+Sun Apr 27 10:42:08 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-cache.el (gnus-cache-move-cache): Allow entering directory
+       name. 
+
+       * nntp.el (nntp-telnet-command, nntp-telnet-switches): New
+       variables. 
+
+       * gnus-score.el (gnus-summary-increase-score): Refuse illegal
+       match types.
+
+Fri Apr 25 06:16:05 1997  Arne Georg Gleditsch  <argggh@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-refer-article): Go to article when
+       expunged. 
+
+Wed Apr 23 19:48:43 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-ems.el (gnus-article-x-face-command): Removed bogus
+       declaration.
+
+Mon Apr 21 16:44:00 1997  Paul Franklin  <paul@cs.washington.edu>
+
+       * nnmail.el (nnmail-move-inbox): fewer (0?) file calls on inbox if
+       popmail.
+
+Thu Apr 24 14:04:31 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-font-lock-keywords): Be more conservative in
+       determining headers.
+
+       * nnmh.el (nnmh-request-list-1): Use truenames.
+
+       * gnus-undo.el (gnus-undo-mode): Don't infest
+       gnus-summary-exit-hook. 
+
+       * gnus-sum.el (gnus-update-read-articles): Force an undo
+       boundary. 
+
+       * nnweb.el (nnweb-fetch-url): Don't rely on return values from
+       url-insert-file-contents. 
+
+Sat Apr 19 06:11:31 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.46 is released.
+
+Sat Apr 19 05:40:40 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-read-save-file-name): Expand file name i save
+       dir. 
+
+Fri Apr 18 14:25:21 1997  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * gnus-art.el (gnus-signature-face): New face; use it.
+
+Sat Apr 19 05:32:43 1997  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
+
+       * gnus-picon.el (gnus-picons-insert-face-if-exists): Add picons to
+       list.
+
+Tue Apr 15 14:08:32 1997  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * message.el (message-font-lock-keywords): Be a little bit more
+       case-insensitive.
+  
+Wed Apr 16 02:41:31 1997  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * message.el (message-insert-to): New argument FORCE.
+
+Sat Apr 19 05:18:10 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-setup): Nix out undo list.
+
+Sat Apr 19 05:00:06 1997  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
+
+       * gnus-sum.el: Redefine.
+
+Sat Apr 19 04:53:29 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (article-display-x-face): Display all XFace
+       headers. 
+
+       * gnus-ems.el: appt, not appt.el.
+
+Sat Apr 19 04:04:42 1997  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * gnus-xmas.el (gnus-xmas-summary-set-display-table): Don't nix
+       out in Latin1.
+
+Sat Apr 19 02:55:45 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-cancel-news): Only say we cancel if we
+       cancel. 
+
+       * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Deactivate
+       mark. 
+
+Thu Apr 17 21:37:22 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-mail-alias-type): New variable.
+       (message-mode): Use it.
+
+Wed Apr 16 00:03:37 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-demon.el (gnus-demon): Ignore errors.
+
+Tue Apr 15 23:50:02 1997  Brad Howes  <bhowes@cssun3.corp.mot.com>
+
+       * gnus-demon.el (gnus-demon-time-to-step): New version.
+
+Tue Apr 15 23:32:58 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-send-method-alist): New variable.
+       (message-send): Use it.
+       (message-send-via-news): New function.
+       (message-send-via-mail): New function.
+
+Sun Apr 13 18:22:02 1997  Jens Lautenbacher  <jens@metrix.de>
+
+       * gnus.el (gnus-article-display-hook): Fix.
+
+Sun Apr 13 02:07:33 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-get-newsgroup-headers): Protect against bogus
+       Lines headers.
+
+       * gnus-cache.el (gnus-cache-possibly-enter-article): Check number
+       not nil.
+
+Sat Apr 12 23:28:30 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.45 is released.
+
+Sat Apr 12 02:00:51 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-update-article-line): Insert the
+       subject. 
+
+       * gnus-msg.el (gnus-post-news): Use it.
+
+       * message.el (message-wide-reply): Accept ignore-reply-to.
+
+       * gnus-sum.el (gnus-thread-loop-p): Don't recurse; use a stack.
+
+       * message.el (message-generate-headers): Don't insert incomlete
+       Senders in mail-only messages.
+       (message-check-news-header-syntax): Check subject first.
+
+Sat Apr 12 01:42:42 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.44 is released.
+
+Sat Apr 12 01:10:31 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnweb.el (nnweb-request-scan): Init nnweb-hashtb.
+
+Thu Apr 10 20:05:13 1997  Sudish Joseph  <sj@eng.mindspring.net>
+
+       * gnus-art.el (gnus-article-delete-invisible-text): Do an entire
+       region instead a single char in each pass.  It's faster and
+       doesn't confuse ps-print.
+       (gnus-article-delete-text-of-type): Ditto.
+
+Sat Apr 12 00:35:07 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-adjust-marked-articles): Wouldn't remove
+       `expire' marks.
+
+Thu Apr 10 22:07:46 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.43 is released.
+
+Thu Apr 10 21:47:08 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-start.el (gnus-save-newsrc-file): Message less.
+
+Thu Apr 10 21:35:45 1997  ISO-2022-JP  <morioka@jaist.ac.jp>
+
+       * gnus-sum.el (gnus-summary-show-article): Bind gnus-show-mime. 
+
+Thu Apr 10 21:26:19 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Removed gnus-add-hook.
+
+Thu Apr  3 21:08:57 1997  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * gnus-xmas.el (gnus-xmas-summary-set-display-table): Don't change
+       the values that are non-nil in the default table.
+       (gnus-xmas-add-hook): Removed it.
+
+Thu Apr 10 20:44:46 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-article-show-summary): Error better.
+
+       * message.el (message-indent-citation): Tippy-foot when deleting
+       leading empty lines.
+
+       * gnus-sum.el (gnus-summary-move-article): Update group lines. 
+
+       * gnus-srvr.el (gnus-server-exit): Configure windows.
+
+       * gnus-group.el: Added gnus-version to help map.
+
+Thu Apr 10 20:41:11 1997  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * gnus-xmas.el: Customized.
+
+Thu Apr 10 19:58:40 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-next-group): Selected deleted group. 
+
+       * gnus-art.el (article-treat-overstrike): Don't bug out on empty
+       articles. 
+
+Thu Apr 10 19:52:27 1997  David Moore  <dmoore@ucsd.edu>
+
+       * nnvirtual.el (nnvirtual-partition-sequence): Style fix.
+
+Thu Apr 10 19:45:30 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-group.el (gnus-group-kill-group): Kill more carefully.
+
+Tue Apr  8 23:02:30 1997  Michael Welsh Duggan  <md5i@schenley.com>
+
+       * message.el (message-insert-to): Fetch reply field.
+
+Tue Apr  8 21:41:13 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-refer-article): Accept prefix.
+
+Sun Apr  6 14:08:03 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+       * gnus-xmas.el (gnus-xmas-summary-set-display-table): Add
+       missing paren.
+       (gnus-xmas-summary-set-display-table): current-display-table can
+       be nil.
+
+Sun Apr  6 23:17:21 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.42 is released.
+
+Sun Apr  6 23:13:50 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-xmas.el (gnus-xmas-summary-set-display-table): There isn't
+       always a default table, it seems.
+
+Sun Apr  6 22:45:52 1997  Aaron M. Ucko  <amu@mit.edu>
+
+       * gnus-xmas.el (gnus-xmas-summary-set-display-table): Typo.
+
+Sun Apr  6 22:26:52 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-group.el: All the sorting commands were shadowed.
+
+Sun Apr  6 21:46:05 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.41 is released.
+
+Sun Apr  6 20:58:38 1997  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
+
+       * gnus-picon.el (gnus-picons-insert-face-if-exists): "." instead
+       of "".
+
+Sun Apr  6 20:19:49 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-group.el (gnus-group-sort-groups): Touch dribble.
+
+Sun Apr  6 19:28:19 1997  Stainless Steel Rat  <ratinox@peorth.gweep.net>
+
+       * pop3.el (pop3-quit): New version.
+
+Fri Apr  4 21:46:34 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-page-broken): New variable.
+       (gnus-article-prepare): Use it.
+
+Fri Apr  4 05:08:00 1997  Gunnar Horrigmo  <horrigmo@ikke.no>
+
+       * gnus-art.el (article-treat-overstrike): Search from beginning of
+       article.
+
+Thu Apr  3 15:16:05 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-article-hidden-text-p): Be more thorough.
+
+Thu Apr  3 12:23:44 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-score.el: (gnus-score-default-duration): Accept nil in
+       :type. 
+
+Thu Apr  3 05:49:56 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-next-group): Make sure buffer is alive
+       before switching to it.
+
+Wed Apr  2 12:39:15 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+       * gnus-util.el (gnus-kill-all-overlays): Force Gnus to use extents 
+       even when overlays are available.  (From a patch by MORIOKA
+       Tomohiko).
+
+Thu Apr  3 05:28:03 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-topic.el (gnus-topic-goto-missing-group): Make sure topic
+       exists. 
+
+       * gnus-srvr.el (gnus-browse-group-name): Remove text props.
+
+       * gnus-sum.el (gnus-summary-move-article): Enter into dribble.
+
 Wed Apr  2 14:12:45 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
        * gnus.el: Gnus v5.4.40 is released.