*** empty log message ***
[gnus] / lisp / ChangeLog
index ddc409e..0b005f2 100644 (file)
+Mon Dec 16 14:33:58 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-msg.el (gnus-bug): Insert nntp server type.
+       (gnus-copy-article-buffer): Remove prev/next buttons.
+
+       * gnus-cache.el (gnus-jog-cache): Let the call func be
+       interactive. 
+
+       * gnus-art.el (gnus-summary-save-in-pipe): Include number of
+       articles. 
+       (gnus-article-add-buttons): Don't add buttons to already
+       buttonized areas.
+
+       * nntp.el (nntp-open-connection): Allow `C-g' to continue.
+
+       * nnbabyl.el (nnbabyl-retrieve-headers): Wouldn't find all
+       articles sometimes.
+
+       * gnus-sum.el (gnus-data-compute-positions): Reinstated.
+       (gnus-remove-thread): Do the right thing with dummy roots.
+
+       * nndoc.el (nndoc-request-article): Only return valid articles.
+
+       * nnfolder.el (nnfolder-delete-mail): Wouldn't delete From lines. 
+
+       * gnus-topic.el (gnus-topic-find-groups): Ignore nil groups. 
+
+       * nnfolder.el (nnfolder-save-mail): Quote all "From " lines.
+
+Sat Dec 14 11:49:21 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-nocem.el (gnus-nocem-groups):
+       news.admin.net-abuse.bulletins is to replace
+       news.admin.net-abuse.announce for nocemish postings.
+
+Mon Dec 16 13:38:38 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-move-inbox): Message at end.
+
+       * gnus-sum.el (gnus-summary-refer-parent-article): Use
+       "in-reply-to" header.
+
+       * gnus-topic.el (gnus-topic-set-parameters): Enter into dribble. 
+
+       * gnus-sum.el (gnus-summary-save-newsrc): Change.
+       (gnus-summary-catchup): Only catch up the limited articles. 
+       (gnus-simplify-subject-fuzzy-regexp): Changed to nil.
+       (gnus-simplify-buffer-fuzzy): Ignore nil
+       gnus-simplify-subject-fuzzy-regexp. 
+
+       * gnus-srvr.el (gnus-server-prepare): Don't insert servers twice.
+
+Thu Dec 12 18:18:11 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-start.el (gnus-setup-news): Use gnus-make-hashtable.
+       (gnus-update-active-hashtb-from-killed): ditto.
+       (gnus-newsrc-to-gnus-format): ditto.
+       
+       * gnus-bcklg.el (gnus-backlog-setup): ditto.
+
+       * gnus-sum.el (gnus-create-xref-hashtb): ditto.
+
+       * gnus-move.el (gnus-move-group-to-server): ditto.
+
+       * gnus-util.el (gnus-create-hash-size): Power of 2 hashtables can
+       be _significantly_ faster than 2^x-1 tables on many risc
+       machines.  Any gains of 2^x-1 are comparably small on other
+       machines. 
+
+Fri Dec 13 05:05:03 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.75 is released.
+
+Fri Dec 13 04:49:21 1996  Andre Deparade  <deparade@i3.informatik.rwth-aachen.de>
+
+       * gnus-cite.el (gnus-cited-text-button-line-format-alist): Make %b
+       and %e usable.
+
+Fri Dec 13 01:06:09 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * article.el (article-decode-rfc1522): Would collate subsequent
+       encodings. 
+
+       * gnus-start.el (gnus-check-bogus-newsgroups): Use
+       `map-y-or-n-p'. 
+
+       * gnus-topic.el (gnus-topic-kill-group): Save topic contents.
+       (gnus-topic-yank-group): Insert topic contents.
+
+       * gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Changed
+       default to "".
+
+       * gnus-score.el (gnus-score-find-favourite-words): Put point at bob.
+
+       * gnus-sum.el (gnus-summary-limit-to-age): Dox fix & interactive
+       spec. 
+
+Fri Dec 13 01:01:46 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-sum.el (gnus-summary-limit-to-age): New function and
+       keystroke. 
+
+Tue Dec 10 23:42:00 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-nocem.el (gnus-nocem-groups): news.lists.filters is to
+       replace alt.nocem.misc
+
+Wed Dec 11 01:15:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnfolder.el (nnfolder-request-expire-articles): Better message.
+       (nnfolder-delete-mail): Actually delete.
+
+       * gnus-sum.el (gnus-summary-update-info): Don't run
+       `gnus-exit-group-hook'. 
+       (gnus-summary-expire-articles): Do it.
+       (gnus-summary-exit): Ditto.
+       (gnus-summary-save-newsrc): New command and keystroke.
+
+Wed Dec 11 00:38:12 1996  Stainless Steel Rat  <ratinox@peorth.gweep.net>
+
+       * gnus-sum.el (gnus-simplify-buffer-fuzzy): New version.
+
+Mon Dec  9 21:00:09 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-sum.el (gnus-summary-catchup): Out dated catchup code
+       removed.
+
+       * nnvirtual.el (nnvirtual-update-read-and-marked): Work around a
+       cache of active count in gnus-update-read-articles.
+
+Mon Dec  9 22:55:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * article.el (article-emphasize): Use it.
+
+       * gnus-util.el (gnus-put-text-property-excluding-newlines): New
+       function. 
+
+Mon Dec  9 08:38:08 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-sum.el: Split customize groups and added links to the manual.
+
+1996-12-08  Dave Love  <d.love@dl.ac.uk>
+
+       * gnus-vis.el (gnus-button-alist): Allow whitespace in `<URL:...'
+       markup (rfc1738), done last, after possible partial matches.
+       (gnus-button-url): Zap any whitespace from a <URL:...> match.
+
+Mon Dec  9 02:18:35 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-button-embedded-url): New function.
+       (gnus-button-alist): Use it.
+
+       * gnus-util.el (gnus-strip-whitespace): New function.
+
+Mon Dec  9 00:04:24 1996  Richard Stallman  <rms@gnu.ai.mit.edu>
+
+       * gnus-start.el (gnus-read-init-file): Don't read init file when
+       started with "emacs -q".
+
+Sun Dec  8 18:25:34 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.74 is released.
+
+Fri Dec  6 12:47:24 1996  Wes Hardaker  <Wesley.Hardaker@sphys.unil.ch>
+
+       * gnus-picon.el (gnus-picons-insert-face-if-exists): Don't reverse
+       domains.
+
+Fri Dec  6 11:33:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnfolder.el (nnfolder-request-article): Use it.
+       (nnfolder-retrieve-headers): Wouldn't find the right header.
+
+       * nnmail.el (nnmail-search-unix-mail-delim-backward): New function.
+
+Thu Dec  5 21:51:03 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el (gnus-server-add-address): Don't add "*-address" to all
+       servers. 
+
+Thu Dec  5 21:01:22 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.73 is released.
+
+Thu Dec  5 19:29:50 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-get-newsgroup-headers-xover): Message the line
+       number.
+
+       * nnml.el (nnml-request-scan): Change server.
+
+Sat Nov 30 00:42:39 1996  Steven L Baur  <steve@altair.xemacs.org>
+
+       * earcon.el: Added Customization.
+
+Thu Dec  5 11:24:15 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-prepare-threads): Don't output
+       articles outside the limit.
+
+       * gnus-group.el (gnus-group-level): New function.
+       (gnus-group-list-active): Faster implementation.
+       (gnus-group-list-all-matching): Accept a `C-u' prefix.
+
+       * message.el (message-news): Make sure newsey things are done.
+
+       * gnus-kill.el (gnus-execute-1): Eval forms properly.
+
+       * gnus-score.el (gnus-score-find-bnews): Treat "+" like ordinary
+       characters. 
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Update.
+
+       * nndoc.el (nndoc-forward-type-p): Don't give false positives. 
+
+       * message.el (message-user-mail-address): Bypass mail-extr.
+       (message-make-forward-subject): Only fetch the first Subject.
+
+       * gnus-art.el (gnus-button-alist): Reconize news:group urls.
+
+       * gnus-start.el (gnus-group-change-level): Didn't quote strings
+       entered into dribble.
+
+       * gnus-util.el (gnus-prin1-to-string): Use print-quoted-
+
+       * nnbabyl.el (nnbabyl-request-article): Wouldn't find first
+       article properly.
+       (nnbabyl-delete-mail): Ditto.
+
+Thu Dec  5 06:16:25 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * nnmail.el (nnmail-split-history): Use
+       `with-output-to-temp-buffer'. 
+
+Thu Dec  5 08:46:26 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * gnus-sum.el (gnus-nov-parse-line): unwind-protect the
+       narrowing. 
+
+Tue Dec  3 14:06:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnheader.el (nnheader-find-file-noselect): Disable local
+       variables. 
+
+       * gnus-group.el (gnus-group-fetch-faq): Ditto.
+
+Mon Dec  2 17:12:26 1996  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
+
+       * gnus-demon.el (gnus-demon-time-to-step): Make it work.
+
+Sun Dec  1 07:35:32 1996  Lars Magne Ingebrigtsen  <larsi@proletcult.slip.ifi.uio.no>
+
+       * nntp.el (nntp-retrieve-articles): New function.
+       (nntp-next-result-arrived-p): New function.
+
+Sat Nov 30 13:50:15 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnfolder.el (nnfolder-retrieve-headers): Parse unix mboxes better.
+       (nnfolder-request-article): Ditto.
+
+       * message.el (message-rename-buffer): Make sure the renamed buffer
+       is valid.
+
+Sat Nov 30 12:06:47 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-cache.el (gnus-cache-enter-article): Warn when trying to
+       cache negative articles.
+
+Sat Nov 30 08:53:48 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.72 is released.
+
+1996-11-30  Markus Linnala  <maage@cs.tut.fi>
+
+       * gnus-sum.el (gnus-summary-refer-parent-article): Work when there
+       are no references.
+
+1996-11-30  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-fetch-field): Fetch all headers.
+
+       * gnus-sum.el (gnus-cut-thread): Would cut off the wrong
+       children. 
+
+       * gnus-score.el (gnus-all-score-files): Take an optional group
+       param. 
+
+       * gnus-start.el (gnus-dribble-touch): New function.
+       (gnus-master-read-slave-newsrc): Use it.
+
+       * gnus-salt.el (gnus-generate-vertical-tree): Would bug out on
+       sparse articles.
+
+       * gnus-sum.el (gnus-summary-search-article): Would infloop.
+
+       * gnus-nocem.el: Ignore invalid entries.
+
+       * gnus-sum.el (gnus-data-remove): Wouldn't update properly when
+       treating the first article in the buffer.
+       (gnus-rebuild-thread): Would compute the wrong offset.
+       (gnus-summary-move-article): Don't mark as read.
+
+1996-11-28  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-thread-loop-p): New function.
+       (gnus-make-threads): Avoid inflooped references.
+
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
+       print-length to nil.
+
+Wed Nov 27 02:41:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-process-babyl-mail-format): Goto-char placed
+       wrongly. 
+
+       * gnus-group.el (gnus-group-select-group-emphemerally): New
+       command and keystroke.
+
+       * gnus-sum.el (gnus-read-header): Fold continuation lines.
+
+Tue Nov 26 18:43:29 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-update-info): Don't change buffer.
+
+Tue Nov 26 17:56:19 1996  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * gnus-sum.el (gnus-summary-print-article): Prompt for file name. 
+
+Tue Nov 26 17:08:07 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * article.el (article-date-ut): Use original date.
+
+Tue Nov 26 08:36:38 1996  Wes Hardaker <Wesley.Hardaker@sphys.unil.ch>
+
+       * gnus-picon.el: Customize.
+
+       * smiley.el: Customize.  Change artist's email address in comments.
+
+Tue Nov 26 04:37:54 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.71 is released.
+
+Tue Nov 26 00:58:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-get-split-value): Expand file names in save
+       dir. 
+
+Mon Nov 25 22:50:19 1996  Jens Lautenbacher  <jens@lemming5.lem.uni-karlsruhe.de>
+
+       * gnus-group.el (gnus-group-make-menu-bar): Moved customize.
+
+Mon Nov 25 15:27:41 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus.el (custom-facep): Removed.
+
+       * gnus-topic.el (gnus-topic-line-format): Added customize
+       support. 
+
+       * gnus.el (gnus-article-display-hook): Moved
+       `gnus-article-treat-overstrike' last.
+
+Mon Nov 25 11:21:15 1996  Wes Hardaker <Wesley.Hardaker@sphys.unil.ch>
+
+       * gnus-picon.el: (gnus-picons-try-to-find-face): New param: rightp.
+       (gnus-picons-insert-face-if-exists): Use it and own new param.
+       More properly detect location of bar and dots.
+       (gnus-group-display-picons): Use above.
+       (gnus-article-display-picons): ditto.
+
+Mon Nov 25 04:17:03 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnfolder.el (nnfolder-read-folder): Make buffer read/write.
+
+       * gnus-sum.el (gnus-summary-print-article): Delete invisible text
+       first. 
+
+       * article.el (article-delete-invisible-text): New function.
+
+       * nntp.el (nntp-possibly-change-group): Would abort async
+       fetches. 
+
+       * gnus-sum.el (gnus-summary-print-article): New command and
+       keystroke. 
+       (gnus-summary-move-article): Select the article first.
+
+       * message.el (message-user-agent): Define the message mail user
+       agent. 
+
+Sun Nov 24 02:28:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nntp.el (nntp-possibly-change-group): Would get confused.
+
+       * gnus-art.el (gnus-button-url-regexp): Allow all word-constituent
+       characters to be part of urls.
+
+       * nntp.el (nntp-possibly-change-group): Wait until the status line
+       arrives and delete it.
+
+Sun Nov 24 01:36:45 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.70 is released.
+
+Sat Nov 23 23:22:27 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * message.el (message-mode-menu): Added `message-caesar-region'. 
+       (message-mode-field-menu): Added `message-insert-to' and
+       `message-insert-newsgroups'. 
+
+Sat Nov 23 19:53:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnkiboze.el: Would destroy all component group infos.
+
+       * gnus-xmas.el (gnus-summary-mail-toolbar): Reversed cathup.
+
+       * gnus-sum.el (gnus-summary-article-unread-p): New function.
+       (gnus-remove-thread-1): Avoid `text-propery-any'.
+       (gnus-summary-insert-subject): Ditto.
+       (gnus-data-compute-positions): Removed.
+
+       * gnus-dup.el (gnus-dup-suppress-articles): Didn't do anything.
+
+       * gnus-group.el (gnus-group-restart): Just start up Gnus
+       properly. 
+
+Sat Nov 23 07:16:39 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.69 is released.
+
+Sat Nov 23 05:00:36 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-cache.el (gnus-cache-update-active): Wouldn't mark the
+       cache active file as changed.
+
+       * gnus-start.el (gnus-setup-news): Slaves shouldn't check for new
+       newsgroups. 
+
+       * gnus-sum.el (gnus-group-make-articles-read): Update group line
+       on undo.
+
+       * gnus-move.el (gnus-move-group-to-server): Check whether
+       to-active is nil.
+
+       * gnus-score.el (gnus-score-find-hierarchical): Do the right thing
+       for prefixed group names.
+
+       * nnml.el (nnml-generate-nov-databases-1): Don't infloop.
+
+Sat Nov 23 04:58:49 1996  Steven L. Baur  <steve@miranova.com>
+
+       * gnus-score.el (gnus-score-score-files-1): Don't infloop. 
+
+Sat Nov 23 04:40:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-article-make-menu-bar): Protect against
+       undefined menu vars.
+
+       * gnus-group.el (gnus-group-rename-group): Prompt fix.
+
+Fri Nov 22 12:17:14 1996  David Moore  <dmoore@ucsd.edu>
+
+       * nnml.el (nnml-generate-nov-databases-1): Don't infloop.
+
+       * gnus-score.el (gnus-score-score-files-1): Don't infloop, be
+       slightly faster.
+
+Fri Nov 22 22:18:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-move.el (gnus-move-group-to-server): Looking-at bug.
+       (gnus-move-group-to-server): Extend.
+
+       * message.el (message-check-news-header-syntax): Change shoot-me
+       line. 
+
+Thu Nov 21 18:31:56 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-util.el (gnus-atomic-progn, gnus-atomic-progn-assign,
+       gnus-atomic-setq): Routines to help protect against corruption to
+       internal Gnus datastructures from C-g or error signals.
+
+       * gnus-util.el (gnus-atomic-be-safe): Variable which can set to
+       nil to disable the C-g atomic protection.
+
+       * nnvirtual.el (nnvirtual-update-read-and-marked): Replaces
+       nnvirtual-update-reads and nnvirtual-update-marked.  Does updates
+       to component groups atomically.
+       (nnvirtual-request-update-info): Update the virtual group
+       atomically.
+
+Fri Nov 22 00:19:23 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Create menu bar even when not using menu-bar-mode.
+
+       * gnus-start.el (gnus-1): Don't paint picture gnu twice.
+
+       * gnus-sum.el (gnus-group-make-articles-read): Undo in the right
+       buffer.
+       (gnus-update-read-articles): Ditto.
+
+Fri Nov 22 00:04:59 1996  Raja R. Harinath  <harinath@cs.umn.edu>
+
+       * nnheader.el (nnheader-generate-fake-message-id): Interact better
+       with duplicate suppression.
+
+Thu Nov 21 23:31:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el (gnus-info-set-entry): Wouldn't extend far enough.
+
+       * gnus-salt.el (gnus-tree-minimize): Ignore errors.
+
+       * gnus-sum.el (gnus-summary-article-sparse-p): New macro.
+       (gnus-summary-article-ancient-p): Ditto.
+       (gnus-summary-search-article): Skip sparse articles.
+
+       * article.el (article-date-ut): Wouldn't pick out the date right. 
+
+Thu Nov 21 23:07:34 1996  Raja R. Harinath  <harinath@cs.umn.edu>
+
+       * gnus-dup.el (gnus-dup-enter-articles): Ignore sparse articles. 
+
+Thu Nov 21 21:57:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-dup.el (gnus-dup-suppress-articles): Only suppress read
+       articles. 
+
+       * article.el (article-delete-text-of-type): Would bug out.
+
+Thu Nov 21 11:02:36 1996  David Moore  <dmoore@ucsd.edu>
+
+       * nnoo.el (nnoo-change-server): Only preserve un-ooed variables if
+       they exist globally.
+
+Thu Nov 21 10:52:39 1996  Steven L Baur  <steve@miranova.com>
+
+       * article.el (article-date-ut): Extend date header recognition to
+       deal with systems that put a TAB after the colon.
+
+Thu Nov 21 19:50:26 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.68 is released.
+
+Thu Nov 21 05:33:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnoo.el (nnoo-change-server): Protect against void vars.
+
+Thu Nov 21 00:00:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.67 is released.
+
+Wed Nov 20 22:54:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-mode-field-menu): Separated.
+
+       * nnoo.el (nnoo-change-server): Preserve un-ooed variables as
+       well. 
+
+       * nnbabyl.el (nnbabyl-read-mbox): Understand movemailed babyl
+       files. 
+
+Wed Nov 20 19:25:40 1996  Kurt Swanson  <kurt@dna.lth.se>
+
+       * gnus-art.el (gnus-article-make-menu-bar): Fix menu bar.
+
+Wed Nov 20 05:27:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-article-sort-by-lines,
+       gnus-thread-sort-by-lines): New functions.
+       (gnus-summary-sort-by-lines): New command and keystroke.
+
+       * gnus.el (gnus-other-frame): Be a bit more clever.
+
+       * gnus-group.el (gnus-group-get-new-news): Check for new
+       newsgroups. 
+
+       * nnheader.el (nnheader-insert-file-contents-literally): Bind
+       `default-major-mode' to nil.
+
+       * gnus-sum.el (gnus-group-make-articles-read): Yet another undo
+       bug. 
+
+       * nnmail.el (nnmail-article-group): Wrong `junk' check.
+
+Wed Nov 20 05:13:05 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.66 is released.
+
+Wed Nov 20 01:57:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-article-group): Would lose mail when using
+       advanced splitting!
+
+       * gnus-sum.el (gnus-update-read-articles): Undo fix.
+
+Tue Nov 19 22:56:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnheader.el (nnheader-auto-mode-alist): New function.
+
+Tue Nov 19 21:57:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.65 is released.
+
+Tue Nov 19 17:41:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-do-fcc): Supply FROM-GNUS param to
+       rmail-output. 
+
+       * gnus-msg.el (gnus-setup-message): Use the buffer name instead of
+       the buffer.
+
+       * nnmail.el (nnmail-article-group): Respect `junk' advanced
+       splits. 
+
+       * gnus-group.el (gnus-group-restart): Clear system.
+
+       * nnfolder.el (nnfolder-read-folder): Handle zipped files.
+
+       * nnheader.el (nnheader-find-file-noselect): New definition.
+
+       * gnus-art.el (gnus-article-make-menu-bar): Use the menu bar.
+
+       * gnus-score.el (gnus-all-score-files): Would still get the score
+       files in wrong order.
+
+       * gnus-start.el (gnus-find-new-newsgroups): End message on wrong
+       level. 
+
+       * gnus-srvr.el (gnus-server-prepare): Don't list servers twice.
+
+       * gnus-xmas.el (gnus-xmas-read-event-char): Mystery hanging bug.
+
+       * gnus-score.el (gnus-all-score-files): Expand all files in the
+       kill files directory.
+
+       * gnus-sum.el (gnus-group-make-articles-read): Register with undo
+       properly. 
+       (gnus-update-read-articles): Ditto.
+
+       * gnus-msg.el (gnus-debug): Include gnus-async in variables.
+
+Tue Nov 19 00:07:14 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.64 is released.
+
+Mon Nov 18 21:42:40 1996  Loren Schall  <schall@saifr00.ateng.az.honeywell.com>
+
+       * gnus-sum.el (gnus-summary-insert-line): Pick apart the From
+       header in reversed order.
+
+Mon Nov 18 02:00:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-refer-references): Protect against nil
+       References.
+
+       * gnus-score.el (gnus-all-score-files): Remove duplicate score
+       files from the end first.
+
+       * gnus-start.el (gnus-after-getting-new-news-hook,
+       gnus-get-new-news-hook): Switched defaults.
+
+       * gnus-score.el (gnus-all-score-files): Returned score files in
+       reverse order. 
+
+       * gnus-util.el (gnus-make-directory): Protect against nil dirs.
+
+       * gnus-art.el (gnus-decode-encoded-word-method): Default to
+       'gnus-article-de-quoted-unreadable. 
+
+       * gnus.el (gnus-read-group): Prohibit : in group name.
+       (gnus-article-display-hook): Removed
+       `gnus-article-de-quoted-unreadable'. 
+
+       * article.el (gnus-emphasis-alist): Accept "-" as word marker.
+
+       * messagexmas.el (message-xmas-dont-activate-region): Changed
+       default to t.
+
+Sun Nov 17 01:09:21 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * message.el: Added customize support.
+
+Sun Nov 17 23:42:03 1996  Raja R. Harinath  <harinath@cs.umn.edu>
+
+       * gnus-gl.el (bbb-extract-token-number): Fix.
+
+Sun Nov 17 12:18:27 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-next-article): Use it.
+       (gnus-group-make-articles-read): Quote undo forms.
+       (gnus-update-read-articles): Ditto.
+
+       * gnus.el (gnus-key-press-event-p): New alias.
+
+Sat Nov 16 22:05:24 1996  Steven L Baur  <steve@miranova.com>
+
+       * gnus-sum.el (gnus-summary-next-article): XEmacs doesn't use
+       integers for keyboard events.
+
+Sun Nov 17 12:09:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-group.el (gnus-group-set-timestamp): Protect against nil
+       gnus-newsgroup-name. 
+
+Sun Nov 17 01:09:21 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * nnmail.el: Added customize support.
+
+Sat Nov 16 22:59:47 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el (gnus-summary-line-format): Dox fix.
+
+       * nnfolder.el (nnfolder-save-mail): Would insert extra newline at
+       the start.
+
+Sat Nov 16 19:43:22 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.63 is released.
+
+Sat Nov 16 11:32:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-next-article): Ignore non-keyboard
+       events before starting to walk.
+
+       * gnus-topic.el (gnus-topic-prepare-topic): Insert topics that
+       have 0 unread if there is anything under.
+
+       * gnus-sum.el (gnus-summary-move-article): Do `B B' properly.
+
+       * gnus-topic.el (gnus-topic-parameters): Return nil on
+       non-existant topics.
+
+       * nntp.el (nntp-possibly-change-group): Would nix out async buffer
+       when switching groups.
+
+       * gnus-sum.el (gnus-summary-expire-articles): Update info before
+       expiring. 
+
+       * article.el (article-strip-leading-blank-lines): Would strip too
+       much. 
+
+       * gnus-sum.el (gnus-summary-mode): Update specs after running
+       hook. 
+
+       * gnus-util.el (gnus-boundp): New function.
+
+       * gnus-start.el (gnus-get-new-news-hook): Default to updating
+       display-time, if present.
+
+Fri Nov 15 13:59:16 1996  Steven L Baur  <steve@miranova.com>
+
+       * gnus-xmas.el (gnus-xmas-define): Better fix for dealing with
+       scroll-in-place, which will be preloaded in XEmacs 19.15.
+
+       * gnus-art.el (gnus-article-prev-page): Guard scroll-(up|down)
+       against scroll-in-place package.
+       (gnus-article-next-page): Ditto.
+
+       * gnus-salt.el (gnus-pick-next-page): Ditto.
+
+Fri Nov 15 21:40:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnweb.el (gnus): Required.
+
+       * gnus-group.el (gnus-group-clear-data-on-native-groups): Offer to
+       move cache.
+
+       * gnus-cache.el (gnus-cache-move-cache): New command.
+
+       * nnvirtual.el (nnvirtual-create-mapping): Handle groups with no
+       articles. 
+
+       * gnus-group.el (gnus-group-insert-group-line-info): Compute the
+       right number for dead groups.
+
+       * nnvirtual.el: Complete-first-sentence-in-first-line-of-doc fix. 
+
+Thu Nov 14 10:20:44 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-win.el: Added customize support.
+
+       * gnus-uu.el: Added customize support.
+
+Thu Nov 14 17:50:12 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.62 is released.
+
+Thu Nov 14 12:25:23 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el (gnus-article-display-hook): Add
+       `gnus-article-de-quoted-unreadable' to default value.
+
+       * gnus-art.el (gnus-summary-article-menu): Dummy define.
+
+       * article.el (custom): Require first.
+
+       * dgnushack.el (require): New implementation.
+
+       * article.el (gnus-emphasis-alist): Recognize emphasis inside
+       quotes. 
+
+Thu Nov 14 10:20:44 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * nnmail.el (nnmail-split-abbrev-alist): Added `uucp' to `mail'. 
+
+Thu Nov 14 11:25:51 1996  Samuel Tardieu  <sam@inf.enst.fr>
+
+       * nnmail.el (nnmail-search-unix-mail-delim): Skip past ">From "
+       after "From ".
+
+Thu Nov 14 10:08:27 1996  Raja R. Harinath  <harinath@cs.umn.edu>
+
+       * gnus-gl.el (bbb-connect-to-bbbd): Only connect if we have the
+       token. 
+
+Thu Nov 14 08:46:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-insert-to): Deny with "never"
+       courtesy-copies-to header.
+
+       * dgnushack.el (require): Try both the uncompiled and the compiled
+       versions.
+
+       * nntp.el (nntp-send-authinfo): Hide password.
+
+Wed Nov 13 12:00:43 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-start.el (gnus-parse-active): Correct range parsing
+       restored.
+
+Tue Nov 12 14:09:15 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-nocem.el (gnus-nocem-enter-article): Don't store the same
+       message id in the cache twice.
+       (gnus-nocem-liberal-fetch): 
+
+       * gnus-nocem.el (gnus-nocem-liberal-fetch): New Variable.
+
+       * gnus-nocem.el (gnus-nocem-check-article,
+       gnus-nocem-scan-groups): Don't re-fetch a crossposted @@NCM
+       posting that we've alread verified and scanned.
+
+Wed Nov 13 23:38:00 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-start.el (gnus-parse-active): Gave wrong results.
+
+       * gnus-win.el (gnus-buffer-configuration): Doc fix.
+
+Wed Nov 13 13:52:20 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-topic.el: Added customize support.
+
+       * gnus-group.el (gnus-group-mode-hook): Added `gnus-topic-mode'
+       option.
+
+       * gnus-util.el (gnus-verbose): Made customizable.
+
+       * gnus.el (gnus-summary-line-format): Customize.
+
+       * gnus-sum.el (gnus-summary-respool-default-method): Customize.
+
+       * gnus.el (gnus-select-method-name): New widget.
+       (gnus-select-method): Use it.
+
+Wed Nov 13 14:19:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-group.el (gnus-info-clear-data): Quote lists.
+
+       * nntp.el (nntp-send-authinfo): Prompt right.
+
+Tue Nov 12 19:33:00 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.61 is released.
+
+Tue Nov 12 17:55:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-move-inbox): Delete empty crash box.
+
+       * gnus-art.el (gnus-article-make-menu-bar): Define summary article
+       map.
+
+       * gnus-group.el (gnus-group-set-timestamp): Removed reference to
+       free variable `group'.
+
+Mon Nov 11 16:29:00 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-group.el (gnus-group-timestamp-delta): New function.
+
+       * gnus-demon.el (gnus-demon-add-scan-timestamps,
+       gnus-demon-scan-timestamps): New functions.
+
+Mon Nov 11 05:27:20 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * article.el (gnus-emphasis-alist): Added ":" as sentence-end. 
+
+Mon Nov 11 05:14:02 1996  David Moore  <dmoore@ucsd.edu>
+
+       * nnvirtual.el: New version.
+
+Mon Nov 11 05:09:14 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * article.el (gnus-emphasis-underline-bold): Renamed.
+
+Mon Nov 11 05:05:09 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * nntp.el (nntp-possibly-change-group): Bind
+       `nnheader-callback-function' to nil.
+
+Sun Nov 10 12:13:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-start.el (gnus-parse-active): Give correct answer.
+
+       * nntp.el (nntp-snarf-error-message): Massage the message.
+
+Sun Nov 10 11:49:33 1996  Joe Wells  <jbw@cs.bu.edu>
+
+       * dgnushack.el (require): Load .el files only.
+
+Sun Nov 10 10:06:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-move.el (gnus-move-group-to-server): Would pass wrong
+       params to `gnus-retrieve-headers'.
+
+       * nntp.el (nntp-wait-for): Accept a `discard' param.
+       (nntp-open-connection): Would mix it up when establishing asynch
+       connections. 
+
+       * nnml.el (nnml-find-id): Would report false positives.
+
+       * gnus-spec.el (gnus-update-format-specifications): Do all
+       computations in the right buffer.
+
+       * nnweb.el (nnweb-type-definition): Moved search engine.
+       (nnweb-fetch-form): Use "POST" instead of `POST'.
+
+       * gnus-undo.el (gnus-undo-register): Entered malformed undo
+       statements. 
+
+       * smiley.el (smiley-nosey-regexp-alist): Add a devilish face.
+
+Sun Nov 10 06:38:38 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.60 is released.
+
+Sun Nov 10 06:31:36 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.59 is released.
+
+Sun Nov 10 06:09:37 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nntp.el (nntp-decode-text): Erased everything.
+
+       * article.el (article-remove-trailing-blank-lines): Would
+       infloop. 
+
+Sun Nov 10 06:06:31 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.58 is released.
+
+Sun Nov 10 06:02:51 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * nntp.el (nntp-possibly-change-group): Bind callback function to
+       nil. 
+
+Sun Nov 10 05:35:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-topic.el (gnus-topic-remove-topic): Remove from alist. 
+
+       * gnus-score.el (gnus-score-string): Didn't trace fuzzies and
+       words. 
+
+Sat Nov  9 18:14:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnweb.el (nnweb-set-hashtb): Typo.
+       (nnweb-read-overview): Typo.
+
+       * nnheader.el (nnheader-skeleton-replace): New macro.
+       (nnheader-replace-string): Use it.
+       (nnheader-replace-regexp): Use it.
+       (nnheader-strip-cr): Use it.
+
+       * nntp.el (nntp-retrieve-headers): Be faster.
+       (nntp-decode-text): Use faster algorithm.
+
+       * nnheader.el (nnheader-replace-string): New function.
+
+Sat Nov  9 17:22:16 1996  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * article.el (gnus-emphasis-alist): Doc fix.
+
+Sat Nov  9 16:27:27 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * nnmail.el (nnmail-split-it): Fix bug in abbrev handling.
+
+Sat Nov  9 05:59:02 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnweb.el (nnweb-set-hashtb): Typo.
+
+       * article.el (gnus-emphasis-alist): One ' too many.
+
+       * gnus-async.el (gnus-async-prefetch-article): Only message when
+       in the summary buffer.
+
+       * gnus-msg.el (gnus-post-news): Handle `newsgroup' param.
+       (gnus-debug): Be `defcustom' aware.
+
+Sat Nov  9 05:41:27 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.57 is released.
+
+Fri Nov  8 22:56:59 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus.el: Added customize support.
+
+Sat Nov  9 05:14:58 1996  David Moore  <dmoore@ucsd.edu>
+
+       * nnmail.el (nnmail-expand-newtext): New version.
+
+Sat Nov  9 04:28:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-xmas.el (gnus-xmas-force-redisplay): New variable.
+       (gnus-xmas-summary-recenter): Use it.
+
+       * gnus-art.el (gnus-button-url): Removed seconds param since old
+       versions of `browse-url.el' don't support it.
+       (gnus-article-make-menu-bar): Add article menu to article menu. 
+
+       * article.el (gnus-emphasis-alist): Use ")" as a sentence end
+       marker. 
+
+Fri Nov  8 05:33:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * article.el (gnus-emphasis-alist): Recognize "_this_here_".
+
+       * gnus-art.el (gnus-article-save): Save the right buffer after
+       stripping headers. 
+
+       * nntp.el (nntp-wait-for): Nix out "nntp reading...." message.
+
+       * article.el (article-narrow-to-signature): Typo.
+
+       * nntp.el (nntp-try-list-active): Would guess wrong on `some'. 
+
+       * gnus.el: condition-case -> ignore-errors.
+
+       * nntp.el (nntp-request-close): Protect against errors.
+
+Fri Nov  8 03:23:02 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.56 is released.
+
+Fri Nov  8 02:45:21 1996  David S. Goldberg  <dsg@linus.mitre.org>
+
+       * gnus-art.el (gnus-button-url): Respect
+       `browse-url-new-window-p'. 
+
+Fri Nov  8 02:34:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-process-unix-mail-format): Fold searches.
+
+Thu Nov  7 09:07:32 1996  Steven L Baur  <steve@miranova.com>
+
+       * nnmail.el (nnmail-search-unix-mail-delim): Take better care in
+       ignoring bogus From_ lines.
+
+Fri Nov  8 02:01:06 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-move-inbox): Cleaned up code.
+
+       * gnus-int.el (gnus-request-regenerate): New function.
+
+       * nnml.el (nnml-request-regenerate): New function.
+
+       * gnus-srvr.el (gnus-server-regenerate-server): New command and
+       keystroke. 
+
+Thu Nov  7 16:12:30 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-start.el: Added customize support.
+
+Fri Nov  8 01:47:16 1996  David S. Goldberg  <dsg@linus.mitre.org>
+
+       * gnus-win.el (gnus-delete-windows-in-gnusey-frames): Would bug
+       out on nil variables.
+
+Fri Nov  8 01:45:06 1996  Kurt Swanson  <kurt@dna.lth.se>
+
+       * gnus-sum.el (gnus-handle-ephemeral-exit): Go to the next
+       article. 
+
+Thu Nov  7 16:12:30 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * article.el (gnus-visible-headers): Convert string to list of
+       strings. 
+
+Fri Nov  8 01:40:38 1996  Kurt Swanson  <Kurt.Swanson@dna.lth.se>
+
+       * gnus-sum.el (gnus-summary-first-article): New function.
+
+       * gnus-salt.el (gnus-pick-start-reading): Use it.
+
+Thu Nov  7 09:42:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-group.el (gnus-group-catchup): Better message.
+
+       * gnus-util.el (gnus-date-get-time): Protect against "" Dates. 
+
+       * article.el (article-strip-leading-blank-lines): Would infloop.
+
+       * gnus-msg.el (gnus-debug): Protect against odd load-paths.
+
+Fri Nov  8 05:30:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-get-newsgroup-headers): `ref' should never be
+       nil. 
+
+       * gnus-msg.el (gnus-summary-followup-to-mail,
+       gnus-summary-followup-to-mail-with-original): New commands.
+
+       * nnmail.el (nnmail-split-it): Use `replace-match'.
+
+Fri Nov  8 05:30:46 1996  David Moore  <dmoore@ucsd.edu>
+
+       * nnmail.el (nnmail-split-it): New version.
+
+Fri Nov  8 03:44:10 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el (gnus-article-display-hook): Customized.
+
+       * article.el (gnus-emphasis-alist): Define more combinations.
+       (gnus-emphasis-underline-bold-italic): New face.
+
+Fri Nov  8 00:20:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.55 is released.
+
+Thu Nov  7 00:14:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-win.el (gnus-delete-windows-in-gnusey-frames): New function.
+       (gnus-configure-windows): Use it.
+
+       * nntp.el (nntp-possibly-change-group): Erased wrong buffer.
+
+       * gnus-score.el (gnus-score-find-bnews): Anchor mathces.
+
+       * gnus-group.el (gnus-group-insert-group-line): Would bug out on
+       on gnus-moderated-hashtb.
+
+Wed Nov  6 22:54:41 1996  Sudish Joseph  <sudish@mindspring.com>
+
+       * gnus-nocem.el (gnus-sum): Required.
+
+Wed Nov  6 09:13:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-date-to-time): Trap errors.
+
+       * nntp.el (nntp-open-connection): Erase contents of the right
+       buffer. 
+
+       * gnus-sum.el (gnus-summary-first-article-p): New function.
+
+       * gnus-topic.el (gnus-topic-remove-group): Didn't use
+       process/prefix. 
+
+       * gnus-group.el (gnus-group-iterate): New macro.
+
+       * gnus-sum.el (gnus-summary-prev-unread-article): Respect
+       `gnus-summary-goto-unread' `never'.
+
+Wed Nov  6 06:55:03 1996  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * article.el (gnus-emphasis-alist): New version.
+
+Wed Nov  6 06:26:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-article-syntax-table): New variable.
+       (gnus-article-mode): Use it.
+
+       * article.el (article-strip-leading-blank-lines): Didn't do much. 
+
+Wed Nov  6 05:51:56 1996  Kevin Buhr  <buhr@stat.wisc.edu>
+
+       * gnus-sum.el (gnus-summary-respool-article): Get the right
+       servers. 
+
+Wed Nov  6 04:00:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnheader.el (nnheader-header-value): Use old definition.
+
+       * message.el: Removed many autoloads.
+
+Wed Nov  6 03:44:44 1996  ISO-2022-JP  <morioka@jaist.ac.jp>
+
+       * gnus-ems.el (gnus-ems-redefine): New Mule definition.
+
+Wed Nov  6 03:02:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-xmas.el (gnus-xmas-summary-recenter): Force redisplay.
+
+       * gnus.el (gnus-check-backend-function): Protect against errors. 
+
+       * gnus-start.el (gnus-group-change-level): Enter info into dribble
+       file. 
+
+Wed Nov  6 01:58:46 1996  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * article.el (gnus-emphasis-alist): New default.
+
+Wed Nov  6 01:47:17 1996  Joe Wells  <jbw@cs.bu.edu>
+
+       * gnus-uu.el (gnus-uu-reginize-string): Buggy.
+       (gnus-uu-uustrip-article): Temp name mixup.
+
+Wed Nov  6 01:27:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-group.el (gnus-group-make-group): Use new function.
+
+       * gnus.el (gnus-read-group): New function.
+
+       * dgnushack.el: Less error messages under XEmacs.
+
+Tue Nov  5 23:59:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-search-unix-mail-delim): New implementation.
+
+Tue Nov  5 23:43:34 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.54 is released.
+
+Tue Nov  5 22:34:01 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-goto-signature): Place point better.
+
+       * gnus-art.el (gnus-summary-save-body-in-file): Restored.
+
+       * nntp.el (nntp-send-authinfo): Better password prompting.
+
+       * nnmail.el (nnmail-read-passwd): Allow format strings.
+
+Tue Nov  5 22:10:20 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-sum.el (gnus-valid-move-group-p): New function.
+       (gnus-read-move-group-name): Faster implementation.
+
+Tue Nov  5 12:35:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-topic.el (gnus-topic-remove-topic): Would wipe out topic
+       parameters. 
+
+       * gnus-sum.el (gnus-summary-stop-page-breaking): Remove all
+       buttons. 
+
+       * nnweb.el (nnweb-set-hashtb): Typo.
+
+Tue Nov  5 10:43:24 1996  Randal Schwartz  <merlyn@stonehenge.com>
+
+       * gnus-uu.el (gnus-uu-be-dangerous): New variable.
+       (gnus-uu-save-files): Use it.
+
+Tue Nov  5 10:19:39 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-read-document): Doc fix.
+       (gnus-summary-catchup-and-exit): Don't exit when replying "n".
+
+       * gnus-art.el (gnus-summary-write-to-file): Doc fix.
+
+       * gnus-uu.el (gnus-uu-get-list-of-articles): Get numerical prefix
+       value. 
+
+Tue Nov  5 10:14:02 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-start.el (gnus-groups-to-gnus-format): Simplified and made
+       faster. 
+
+Tue Nov  5 04:56:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-search-unix-mail-delim): Protect against
+       regexp overflows.
+
+       * nnheader.el (nnheader-header-value): New definition.
+
+       * nntp.el (nntp-open-connection): Erase buffer.
+       (nntp-possibly-change-group): Ditto.
+
+       * nnvirtual.el (nnvirtual-create-mapping): Would ignore groups
+       with just one article.
+
+Tue Nov  5 03:41:30 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus-nocem.el (gnus-nocem-enter-article): Would bug out on some
+       lines. 
+
+Tue Nov  5 03:36:03 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-score.el (gnus-score-find-favourite-words): Put point at
+       bob. 
+
+Tue Nov  5 03:33:04 1996  jeff sparkes  <jsparkes@nortel.ca>
+
+       * gnus-kill.el (gnus-batch-score): Run in slave mode.
+
+Mon Nov  4 03:16:18 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnheader.el (nnheader-directory-regular-files): New function. 
+
+       * nnmail.el (nnmail-get-spool-files): Allow nnmail-spool-file to
+       be a directory.
+
+       * gnus-sum.el (gnus-summary-next-group): Halt prefetch.
+
+       * gnus-async.el (gnus-async-halt-prefetch): New function.
+
+       * message.el (message-check-news-header-syntax): Anchor
+       multiple-searches. 
+
+       * gnus-topic.el (gnus-topic-mode): Reset sorting function.
+
+Tue Oct 29 20:42:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-topic.el (gnus-topic-remove-topic): Fold properly.
+
+Tue Oct 29 19:45:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-generate-new-buffer-clone-locals): Bugged
+       out under XEmacs.
+
+Tue Oct 29 19:21:47 1996  David Moore  <dmoore@ucsd.edu>
+
+       * gnus.el: Fixed autoloads.
+
+Tue Oct 29 17:21:42 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-art.el (gnus-url-mailto): `message-goto-subject' takes no
+       args. 
+
+Mon Oct 28 15:42:21 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus.el: Autoload gnus-score-followup-thread.
+       (gnus-inhibit-startup-message): Doc fix.
+
+Sat Oct 26 15:48:28 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-xmas.el (gnus-xmas-topic-menu-add): Add menu.
+
+       * gnus-topic.el (gnus-topic-kill-group): Enter into dribble.
+
+       * gnus-sum.el (gnus-summary-universal-argument): Bind
+       `gnus-newsgroup-process-marked' to nil before calling functions. 
+
+Sat Oct 26 15:31:18 1996  David Moore  <dmoore@ucsd.edu>
+
+       * nnmail.el (nnmail-activate): Faster version.
+
+Fri Oct 25 09:02:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnsoup.el (nnsoup-pack-replies): Error empty dirs.
+
+       * gnus-msg.el (gnus-summary-mail-forward): Allow prefix to forward
+       full headers. 
+
+Thu Oct 24 07:20:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-nocem.el (gnus-nocem-enter-article): Would enter unbound
+       symbols into hashtb.
+
+Thu Oct 24 07:12:23 1996  Michael R. Cook  <mcook@cognex.com>
+
+       * nnmh.el (nnmh-active-number): Misplaced paren.
+
+Thu Oct 24 07:02:54 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-group.el (gnus-group-list-groups): Clear inboxes.
+
+       * gnus-async.el (gnus-make-async-article-function): Use the
+       success param.
+
+       * nntp.el (nntp-after-change-function-callback): Pass along the
+       right success param.
+
+Wed Oct 23 18:33:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-score.el (gnus-summary-increase-score): Spud.
+
+Wed Oct 23 07:55:42 1996  William Perry  <wmperry@aventail.com>
+
+       * gnus-art.el (gnus-url-mailto): New function.
+
+Wed Oct 23 06:57:10 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnbabyl.el (nnbabyl-create-mbox): New function.
+       (nnbabyl-open-server): Create mbox.
+
+       * nnmbox.el (nnmbox-create-mbox): New function.
+
+Tue Oct 22 07:30:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnml.el (nnml-request-list): Always return t.
+
+Tue Oct 22 03:16:27 1996  Felix Lee  <flee@teleport.com>
+
+       * gnus-score.el (gnus-score-adaptive): Use the right syntax
+       table. 
+
+Tue Oct 22 03:08:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-generate-headers): Rename Original-Sender as
+       well.
+       (message-send-news): Typo.
+       (message-send-news): Don't message.
+
+Tue Oct 22 03:06:49 1996  Felix Lee  <flee@teleport.com>
+
+       * gnus-score.el (gnus-score-adaptive): gnus-score-adaptive will do
+       line scoring or word scoring, but not both.
+
+Tue Oct 22 02:48:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-send-news): Use it.
+       (message-send-mail): Ditto.
+
+Tue Oct 22 02:40:14 1996  Joev Dubach  <dubach1@husc.harvard.edu>
+
+       * message.el (message-generate-new-buffer-clone-locals): New
+       function. 
+
+Tue Oct 22 01:19:47 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el: Removed `lisp-indent-hook' throughout all files. 
+
+       * gnus.el (gnus-sethash): Fix edebug form spec.
+
+       * gnus-cache.el (gnus-cache-file-name): Translate file chars.
+
+Sun Oct 20 03:41:47 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nntp.el (nntp-read-server-type): Fold case.
+
+Sat Oct 19 08:03:17 1996  Michael Ernst  <mernst@cs.washington.edu>
+
+       * article.el (article-hide-headers): Do the right thing on
+       articles with no bodies.
+       (article-narrow-to-signature): Doc fix.
+
+Sat Oct 19 07:53:49 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnsoup.el (nnsoup-pack-replies): Refuse to pack when there is
+       nothing to pack.
+       (nnsoup-read-areas): Don't bug out on empty packets.
+
+       * gnus-soup.el (gnus-soup-pack-packet): Refuse to pack empty
+       packets. 
+
+Sat Oct 19 07:43:33 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
+
+       * gnus-sum.el (gnus-auto-center-summary): Fix.
+
+Sat Oct 19 07:32:27 1996  Marc Horowitz  <marc@cygnus.com>
+
+       * gnus-topic.el (gnus-topic-remove-topic): Would clobber
+       duplicates. 
+
+Sat Oct 19 07:01:14 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-send-mail-hook): New hook.
+       (message-send-news-hook): Ditto.
+
+       * gnus-art.el (gnus-summary-write-to-file): New function.
+
+Sat Oct 19 06:56:34 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
+
+       * gnus-sum.el (gnus-summary-save-article-mail-overwrite): New
+       command and keystroke.
+
+Thu Oct 17 06:25:55 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-article-sort-by-date): Use faster
+       implementation. 
+
+       * gnus-util.el (gnus-string-get-time): New macro.
+
+       * message.el (message-check-news-syntax): Check more thorougly the
+       From header.
+       (message-check): New macro.
+
+Thu Oct 17 06:03:56 1996  Carsten Leonhardt  <leo@arioch.tng.oche.de>
+
+       * gnus-ems.el (gnus-xemacs): Avoid clobbering functions.
+
+Thu Oct 17 05:34:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-cite-function): Initialize from
+       mail-citation-hook. 
+
+Thu Oct 17 02:45:47 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.52 is released.
+
+Wed Oct 16 21:01:41 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-summary-catchup): Return t.
+
+Wed Oct 16 20:32:53 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
+
+       * gnus-group.el (gnus-group-mail-low-empty-face): Face fix.
+
+Wed Oct 16 20:00:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-mode): Doc fix.
+
+       * nnml.el (nnml-request-group): Re-read directory.
+
+Wed Oct 16 04:01:27 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.51 is released.
+
+Wed Oct 16 03:49:12 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * gnus-start.el (gnus-setup-news): Make sure
+       `gnus-group-line-format' is bound.
+
+Wed Oct 16 02:57:37 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * nntp.el (nntp-after-change-function-callback): Would delete the
+       first line of all articles.
+
+Mon Oct 14 21:31:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-summary-limit-to-marks): Accept prefix.
+
+Sun Oct 13 16:37:05 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-srvr.el (gnus-browse-foreign-server): Message better.
+
+Sat Oct 12 19:33:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-indent-citation): Would infloop on empty
+       articles. 
+
+Sat Oct 12 19:21:05 1996  Raja R. Harinath  <harinath@cs.umn.edu>
+
+       * gnus.el: Autoload more functions.
+
+Sat Oct 12 19:09:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-summary-catchup): Don't move point.
+       (gnus-summary-limit-exclude-marks): New command.
+
+Fri Oct 11 15:26:02 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.50 is released.
+
+Thu Oct 10 23:36:32 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * gnus-nocem.el (gnus-nocem): Typo.
+
+Thu Oct 10 23:16:57 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-group.el (gnus-group-clear-data-on-native-groups): Only
+       clear data on native groups.
+
+Thu Oct 10 14:11:18 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-cus.el (gnus-group-customize): Allow unknown entries.
+       (gnus-score-customize): Ditto.
+       (gnus-score-string-convert): Ditto.
+       (gnus-score-parameters): Added `touched'.
+
+Thu Oct 10 23:06:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-start.el (gnus-read-active-file): Don't bug out on null
+       methods. 
+
+Thu Oct 10 22:29:05 1996  Randell Jesup  <Randell.Jesup@scala.com>
+
+       * article.el (article-hide-boring-headers): Reversed `date'
+       check. 
+
+Thu Oct 10 15:24:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-xmas.el (gnus-xmas-define): Removed gnus-display-type.
+
+       * gnus-group.el (gnus-group-new-mail): Strip prefix.
+
+       * nnmail.el (nnmail-new-mail-p): Didn't work.
+
+       * gnus-score.el (gnus-score-adaptive): Use
+       gnus-adaptive-word-score-alist. 
+
+       * nnoo.el (nnoo-define-skeleton-1): Define
+       request-list-newsgroups. 
+
+       * nnweb.el (w3-forms): Removed.
+
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Use directory form. 
+
+Tue Oct  8 14:30:53 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.49 is released.
+
+Tue Oct  8 00:15:04 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-nocem.el: Added customize support.
+
+Tue Oct  8 11:48:25 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-group.el (gnus-group-mail-3-empty-face): Use magenta4.
+
+       * gnus.el (gnus-short-group-name): Would bug out on complex group
+       names. 
+       (gnus-splash-face): New face.
+       (gnus-group-startup-message): Use it.
+
+       * nnvirtual.el (nnvirtual-request-group): Respect
+       `always-rescan'. 
+
+       * gnus-load.el: Removed.
+
+       * gnus.el (gnus-check-backend-function): Require before
+       checking... 
+
+       * gnus-sum.el (gnus-summary-respool-article): Use it.
+
+       * gnus-load.el (gnus-mail-method-history): New variable.
+
+       * gnus-sum.el (gnus-summary-normal-unread-face): Use default
+       face. 
+
+Mon Oct  7 15:00:58 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.48 is released.
+
+Mon Oct  7 02:24:02 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-sum.el: Added customize support.
+
+Sat Oct  5 01:29:20 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-async.el: Added customize support.
+       * gnus-cache.el: Ditto.
+       * gnus-cite.el: Ditto.
+       * gnus-demon.el: Ditto.
+       * gnus-dup.el: Ditto.
+       * gnus-eform.el: Ditto.
+       * gnus-group.el: Ditto.
+       * gnus-int.el: Ditto.
+       * gnus-kill.el: Ditto.
+       * gnus-load.el (gnus-make-face, gnus-face-light-name-list,
+       gnus-face-dark-name-list): Removed.
+
+Fri Oct  4 07:17:09 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-start.el (gnus-setup-news): Slaves should read the slave
+       files. 
+
+       * gnus-art.el (gnus-request-article-this-buffer): Removed
+       reference to doing-request.
+
+Thu Oct  3 05:06:53 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.47 is released.
+
+Thu Oct  3 02:04:37 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-int.el (gnus-request-head): Use the cache.
+
+Wed Oct  2 00:57:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-resend): Message.
+
+       * gnus-group.el (gnus-group-timestamp-string): New function.
+
+       * gnus-util.el (gnus-time-iso8601): New function.
+
+       * gnus-group.el (gnus-group-set-timestamp): New function.
+       (gnus-group-timestamp): New subst.
+
+       * gnus-start.el (gnus-subscribe-hierarchical-interactive): Accept
+       RET as default. 
+
+Tue Oct  1 05:13:57 1996  Martin Buchholz  <mrb@eng.sun.com>
+
+       * gnus-sum.el (gnus-summary-insert-pseudos): Error takes a format
+       string. 
+
+Tue Oct  1 05:12:29 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.46 is released.
+
+Tue Oct  1 03:41:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-picon.el (gnus-picons-glyph-hashtb): Made into hashtb.
+
+Tue Oct  1 01:50:10 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus-group.el (gnus-group-new-mail): New function.
+       (gnus-new-mail-mark): New variable.
+
+       * nnmail.el (nnmail-new-mail-p): New function.
+
+       * gnus-xmas.el (gnus-xmas-splash): New function.
+
+Tue Oct  1 01:36:17 1996  Raja R. Harinath  <harinath@cs.umn.edu>
+
+        * gnus-score.el (gnus-all-score-files): Didn't handle alist.
+
+        * gnus-gl.el: Dropped `bbb-alist'.  Changed cl-hashtable to obarray,
+        using gnus-{get,set}hash to access it.  Dropped a few temp. bindings
+        Changed (aref (assoc "message-id" ...) ...) to (mail-header-id ...).
+
+Mon Sep 30 00:02:13 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus.el: General (and major) indentation, breaking,
+       if/when/unless/and/or, push revision.
+
+       * gnus-sum.el (gnus-read-header): Set buffer before changing
+       vars. 
+
+Sun Sep 29 23:20:26 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-util.el (gnus-write-buffer): New function.
+
+Sun Sep 29 23:05:33 1996  Kurt Swanson  <Kurt.Swanson@dna.lth.se>
+
+       * gnus-sum.el (gnus-handle-ephemeral-exit): New function.
+
+Sun Sep 29 22:41:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-cache.el (gnus-cache-possibly-enter-article): Allow making
+       articles persistent in uncacheable groups.
+
+Sun Sep 29 01:23:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.45 is released.
+
+Sun Sep 29 00:57:13 1996  Dave Disser  <disser@sdd.hp.com>
+
+       * gnus-sum.el (gnus-summary-display-article): Don't show tree
+       unless using threads.
+
+Sun Sep 29 00:19:35 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus-score.el (gnus-all-score-files): Remove duplicates.
+
+Sat Sep 28 23:47:43 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus-score.el (gnus-summary-increase-score): Wouldn't do regexp
+       bodies. 
+
+       * gnus-topic.el (gnus-topic-group-indentation): Give the right
+       indentation always.
+
+Sat Sep 28 23:23:58 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-group.el (gnus-group-quick-select-group): Require
+       gnus-score. 
+
+       * gnus-score.el (gnus-score-thread): New function.
+
+Sat Sep 28 00:41:54 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-cus.el: New file.
+
+Sat Sep 28 21:32:52 1996  Kevin Buhr  <buhr@stat.wisc.edu>
+
+       * nnbabyl.el (nnbabyl-request-article): Would delete wrong
+       articles. 
+
+Fri Sep 27 21:54:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.44 is released.
+
+Fri Sep 27 21:24:46 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-sum.el (gnus-nov-parse-line): Would double articles.
+
+Fri Sep 27 20:52:31 1996  Shlomo Mahlab  <shlomo@en3501.oren.co.il>
+
+       * gnus-cache.el (gnus-jog-cache): Call with function name.
+
+       * gnus-group.el (gnus-group-universal-argument): Shadowed `func'. 
+
+Fri Sep 27 19:48:52 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-cite.el (gnus-article-fill-cited-article): Nix out data
+       after filling.
+
+       * gnus-group.el (gnus-group-unsubscribe-current-group): Accept
+       second param.
+       (gnus-group-unsubscribe): New function.
+       (gnus-group-subscribe): New function.
+
+Fri Sep 27 17:36:31 1996  Kurt Swanson  <kurt@dna.lth.se>
+
+       * gnus-sum.el (gnus-get-newsgroup-headers-xover): Never add nil
+       headers. 
+
+Fri Sep 27 17:33:30 1996  Stephen Peters  <speters@cygnus.com>
+
+       * gnus-art.el (gnus-header-face-alist): Typo.
+
+Fri Sep 27 04:10:21 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Add a tag
+       to the subject.
+       (gnus-mail-yank-original): Elided.
+       (gnus-inews-yank-articles): Would yank articles in reverse order.
+
+Thu Sep 26 22:39:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.43 is released.
+
+Thu Sep 26 22:13:00 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnweb.el (nnweb-altavista-wash-article): Didn't remove all
+       markup. 
+
+       * gnus-nocem.el (gnus-nocem-check-article): Fix security hole. 
+
+Thu Sep 26 20:23:11 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-group.el (gnus-group-make-group): Accept an ARGS param.
+
+       * nnheader.el (nnheader-concat): Accept many file names.
+
+Thu Sep 26 19:53:09 1996  Kurt Swanson  <kurt@dna.lth.se>
+
+       * gnus-art.el (gnus-header-content-face): Buggy color names.
+
+Thu Sep 26 14:57:38 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnmail.el (nnmail-save-active): Rewrite.
+       (nnmail-generate-active): New function.
+
+       * gnus-util.el (gnus-delete-assq): New macro.
+       (gnus-delete-assoc): Ditto.
+
+Wed Sep 25 23:44:40 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-get-newsgroup-headers-xover): Just use one
+       single condition-case.
+
+Wed Sep 25 21:15:59 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.42 is released.
+
+Wed Sep 25 19:40:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-art.el (gnus-header-newsgroups-face): Yucky on light
+       backgrounds. 
+
+Wed Sep 25 19:25:27 1996  Michael R. Cook  <mcook@cognex.com>
+
+       * message.el (message-ignored-news-headers): Strip Resent-Fcc.
+
+Wed Sep 25 19:12:59 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-group.el (gnus-group-jump-to-group): Use
+       `gnus-group-goto-group'. 
+
+       * gnus-xmas.el (gnus-xmas-mode-line-buffer-identification): Don't
+       chop off half line when no colon.
+
+Mon Sep 23 22:12:10 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-nocem.el (gnus-nocem-verifyer): Change to `mc-verify'.
+
+Mon Sep 23 21:43:47 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.41 is released.
+
+Mon Sep 23 21:10:37 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * article.el (article-hide-headers): Don't ignore
+       gnus-visible-headers. 
+
+Mon Sep 23 19:10:20 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-goto-subject): Made into command.
+
+Mon Sep 23 18:26:47 1996  Tonny Madsen  <Tonny.Madsen@netman.dk>
+
+       * nnmail.el (nnmail-default-file-modes): Use integer.
+
+Tue Sep 24 18:39:41 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-summary-respool-query): Better message.
+
+Sun Sep 22 15:12:54 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-art.el: Customized.
+
+       * gnus.el (gnus-inhibit-startup-message): Changed type to
+       boolean. 
+       (gnus-play-startup-jingle): Ditto.
+
+Sun Sep 22 12:58:57 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.40 is released.
+
+Sun Sep 22 11:48:02 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
+
+       * custom.el (defcustom): Eval and compile.
+       * widget.el (define-widget-keywords): Ditto.
+
+Sat Sep 21 09:29:54 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * article.el (article-strip-multiple-blank-lines): Would strip all
+       blank lines.
+
+Fri Sep 20 06:52:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.39 is released.
+
+Thu Sep 19 18:57:59 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-ignored-cited-headers): Doc fix.
+
+Thu Sep 19 03:05:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.38 is released.
+
+Thu Sep 19 03:05:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.37 is released.
+
+Wed Sep 18 10:36:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-async.el (gnus-async-prefetch-article-p): New variable.
+       (gnus-async-prefetch-article): Use it.
+       (gnus-async-unread-p): New function.
+
+Tue Sep 17 14:41:56 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-cite.el (gnus-custom-import-cite-face-list): Removed.
+
+Wed Sep 18 04:28:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnmail.el (nnmail-split-history): mapcar instead of mapconcat.
+
+Tue Sep 17 14:41:56 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus.el: Customized.
+
+       * dgnushack.el (custom-file): Removed.
+
+Wed Sep 18 03:04:17 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnmail.el (nnmail-check-duplication): Do splitting after
+       duplicate suppression.
+
+       * gnus-salt.el (gnus-pick-mode): Don't go to unread article.
+
+       * gnus-dup.el (gnus-dup-enter-articles): Don't enter Message-IDs
+       ento lists multiple times.
+
+Tue Sep 17 03:44:08 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-uu.el (gnus-uu-grab-articles): Don't prefetch.  Ask before
+       deleting. 
+
+       * gnus.el: Red Gnus v0.37 is released.
+
+Tue Sep 17 03:15:26 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * custom.el: 0.9 included.
+
+       * gnus-art.el (browse-url): Required.
+
+       * gnus.el: Red Gnus v0.36 is released.
+
+Tue Sep 17 02:37:26 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-edit.el: Removed.
+
+       * custom.el: Removed.
+
+       * gnus-cus.el: Removed.
+
+Mon Sep 16 05:59:45 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.35 is released.
+
+Sun Sep 15 00:47:08 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * nnmail.el (nnmail-default-file-modes): New default.
+
+Sat Sep 14 01:48:58 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-group.el (gnus-group-make-doc-group): Typo.
+       (gnus-useful-groups): New format.
+
+       * gnus-cache.el (gnus-jog-cache): Doc fix.
+
+Fri Sep 13 02:28:47 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus-group.el (gnus-group-get-new-news): Read slave files here. 
+
+Fri Sep 13 01:04:50 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * article.el (article-decode-rfc1522): New version.
+
+Fri Sep 13 00:00:25 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus-msg.el (gnus-crosspost-complaint): Added a newline.
+       (gnus-summary-mail-crosspost-complaint): Insert message at the
+       head of the message.
+
+Thu Sep 12 01:56:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.34 is released.
+
+Thu Sep 12 01:16:38 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.33 is released.
+
+Wed Sep 11 00:22:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-score.el (gnus-adaptive-word-syntax-table): Modified
+       standard syntax table.
+
+       * nntp.el (nntp-read-server-type): Worked in the wrong buffer.
+
+       * gnus-demon.el (gnus-demon-cancel): Put
+       nnheader-cancel-function-timers back in again.
+
+       * gnus.el: Red Gnus v0.32 is released.
+
+Tue Sep 10 19:10:09 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-kill.el (gnus-batch-score): Didn't work at all.
+
+       * gnus-msg.el (gnus-summary-mail-nastygram): Place point at
+       appropriate place.
+
+       * gnus-util.el (gnus-make-sort-function): Would nix out the
+       sorting list.
+
+       * gnus-demon.el (gnus-demon-cancel): Don't run
+       `cancel-function-timers'. 
+
+       * message.el (message-header-format-alist): Don't fill References
+       headers. 
+
+Mon Sep  9 21:51:46 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nntp.el (nntp-server-action-alist): Don't try LIST ACTIVE GROUP
+       on Netscape's brain-dead nntp server.
+
+       * message.el (message-dont-send): Take proper actions.
+
+Mon Sep  9 21:46:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.31 is released.
+
+Mon Sep  9 21:16:11 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-msg.el (gnus-copy-article-buffer): Decode headers after
+       copying. 
+
+       * gnus-picon.el (gnus-picons-refresh-before-display): New
+       variable.
+       (gnus-picons-insert-face-if-exists): Put bar back in.
+
+Mon Sep  9 20:31:56 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Use the newsgroup name.
+
+Mon Sep  9 20:04:35 1996  Kurt Swanson  <kurt@dna.lth.se>
+
+       * gnus-salt.el (gnus-pick-mouse-pick-region): New function.
+
+Mon Sep  9 18:37:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-enter-digest-group): Bugged.
+
+       * gnus-score.el (gnus-adaptive-word-syntax-table): Make ' a
+       word-constituant character.
+
+Sun Sep  8 14:46:01 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
+
+       * gnus-group.el (gnus-group-make-useful-group): New command and
+       keystroke. 
+       (gnus-useful-groups): New variable.
+
+Sun Sep  8 14:46:01 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.30 is released.
+
+Sun Sep  8 13:26:36 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
+
+       * nndoc.el (nndoc-article-begin-function): Defvarred.
+
+       * gnus-srvr.el (gnus-browse-unsubscribe-group): Would sometimes be
+       somewhat tricky.
+
+       * gnus.el (gnus-kill-ephemeral-group): New function.
+
+       * gnus-art.el (gnus-button-alist): Recognize group-news urls.
+
+       * nndoc.el (nndoc-dissect-buffer): Wouldn't dissect an mbox
+       properly. 
+       (nndoc-article-begin): New function.
+       (nndoc-mbox-body-end): Use it.
+       (nndoc-mbox-article-begin): Would bug out.
+
+Sun Sep  8 13:10:28 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
+
+       * gnus.el (gnus-other-frame): Always pop up a frame.
+
+Sun Sep  8 12:57:03 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.29 is released.
+
+Sun Sep  8 12:24:11 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
+
+       * nntp.el (nntp-accept-process-output): Don't message so
+       obsessively. 
+
+       * gnus.el: Fixed indentation and stuff.
+
+Sun Sep  8 12:23:56 1996  Sudish Joseph  <sudish@mindspring.com>
+
+       * nnweb.el (nnweb-fetch-form): Return t.
+
+Sat Sep  7 15:15:42 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.28 is released.
+
+Sat Sep  7 14:33:17 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
+
+       * nntp.el (nntp-after-change-function-callback): Renamed.
+
+       * nnweb.el (nnweb-reference-search): Nix out file name.
+
+Sat Sep  7 14:07:13 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
+
+       * nnweb.el (nnweb-altavista-search): Nix out buffer file name.
+
+       * gnus-async.el (gnus-asynch-with-semaphore): New macro.
+       (gnus-make-async-article-function): Nix out prefetch list when the
+       summary buffer dies. 
+
+       * nnweb.el (nnweb-altavista-create-mapping): Would search forever
+       when not getting any matches.
+
+Sat Sep  7 12:43:24 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
+
+       * gnus-msg.el (gnus-inews-yank-articles): Goto body before
+       yanking. 
+
+       * nnheader.el (nnheader-insert-file-contents-literally): New
+       definition. 
+       (nnheader-insert-head): Use new definition.
+
+Sat Sep  7 12:35:37 1996  Kurt Swanson  <kurt@dna.lth.se>
+
+       * gnus-salt.el (gnus-pick-elegant-flow): New variable.
+
+Sat Sep  7 12:03:00 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
+
+       * nnheader.el (nnheader-insert-head): Don't use
+       `insert-file-contents-literally'.
+       (nnheader-head-chop-length): New variable.
+
+       * gnus-sum.el (gnus-summary-read-document): Prepend "nnvirtual:"
+       to group name.
+
+Sat Sep  7 11:12:26 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
+
+       * gnus-score.el (gnus-score-save): Don't check result from
+       gnus-make-directory.
+
+       * gnus-util.el (gnus-make-directory): Return t.
+
+Fri Sep  6 17:55:48 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-range.el (gnus-copy-sequence): Didn't work for all
+       sequences. 
+
+Fri Sep  6 14:38:54 1996  Wes Hardaker <Wesley.Hardaker@sphys.unil.ch>
+
+       * gnus-picons.el (gnus-picons-display-as-address): New variable.
+       (gnus-picons-map): New keymap for picons.
+       (gnus-picons-toggle-extent): New function.
+       (gnus-article-display-picons): use them.
+       (gnus-picons-insert-face-if-exists): ditto.
+       (gnus-picons-try-to-find-face): ditto.
+       (gnus-group-display-picons): let display catch up.
+       (gnus-article-display-picons): ditto.
+
+Fri Sep  6 08:11:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnkiboze.el (nnkiboze-close-group): Rewrite.
+       (nnkiboze-request-list, nnkiboze-request-newgroups,
+       nnkiboze-request-list-newsgroups): Removed.
+       (nnkiboze-request-scan): New function.
+       (nnkiboze-directory): New default.
+
+       * gnus-sum.el (gnus-article-read-p): New function.
+
+       * nnkiboze.el (nnkiboze-retrieve-headers): Rewrite.
+       (nnkiboze-open-server): Removed.
+       (nnkiboze-server-opened): Ditto.
+
+       * nnheader.el (nnheader-find-nov-line): Renamed.
+       (nnheader-nov-delete-outside-range): New function.
+
+       * gnus-uu.el (gnus-uu-invert-processable): New command and
+       keystroke. 
+
+       * gnus-load.el (gnus-predefined-server-alist): New variable.
+
+       * gnus.el (gnus-server-to-method): Use it.
+       (gnus-read-method): Ditto.
+
+       * gnus-sum.el (t): "M V" commands weren't defined.
+
+       * gnus-cache.el (gnus-summary-insert-cached-articles): New command
+       and keystroke.
+
+       * gnus-score.el (gnus-sort-score-files): New function.
+       (gnus-score-file-rank): New function.
+       (gnus-score-find-bnews): Use it.
+
+       * gnus-topic.el (gnus-topic-mode-map): New sort submap.
+       (gnus-topic-sort-groups, gnus-topic-sort-groups-by-alphabet,
+       gnus-topic-sort-groups-by-unread, gnus-topic-sort-groups-by-level,
+       gnus-topic-sort-groups-by-score, gnus-topic-sort-groups-by-rank,
+       gnus-topic-sort-groups-by-method): New commands and keystrokes.
+
+       * gnus-group.el (gnus-group-sort-selected): New command.
+       (gnus-group-sort-selected-flat): New function.
+       (gnus-group-sort-selected-groups-by-alphabet,
+       gnus-group-sort-selected-groups-by-unread,
+       gnus-group-sort-selected-groups-by-level,
+       gnus-group-sort-selected-groups-by-score,
+       gnus-group-sort-selected-groups-by-rank,
+       gnus-group-sort-selected-groups-by-method): New commands and
+       keystrokes. 
+       (gnus-group-make-menu-bar): Updated.
+
+       * gnus-util.el (gnus-make-sort-function): Create a complete
+       function. 
+       (gnus-make-sort-function-1): Renamed.
+
+       * gnus-topic.el (gnus-group-sort-topic): New function.
+
+       * gnus-group.el (gnus-group-sort-flat): Made into own function.
+       (gnus-group-sort-alist-function): New variable.
+
+       * nnmail.el (nnmail-split-history): New variable.
+       (nnmail-split-history): New command.
+
+       * gnus-score.el (gnus-score-adaptive): Don't do any work on
+       pseudos. 
+
+       * gnus-msg.el (gnus-post-method): Allow easier posting from mail
+       groups. 
+
+Thu Sep  5 19:56:41 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.27 is released.
+
+Thu Sep  5 19:50:19 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-xmas.el (gnus-xmas-modeline-glyph): Set string properly.
+
+Thu Sep  5 18:39:47 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-edit-article-done): Make params
+       optional. 
+
+       * nntp.el (nntp-list-active-group): Don't change group first. 
+
+       * gnus-util.el (gnus-make-directory): New function.
+
+       * gnus-msg.el (gnus-post-method): Do the right thing in
+       `to-group' groups.
+
+Fri Sep  6 08:05:53 1996  ISO-2022-JP  <morioka@jaist.ac.jp>
+
+       * nnheader.el (nnheader-insert-head): Use
+       nnheader-insert-file-contents-literally. 
+
+Thu Sep  5 08:29:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-win.el (gnus-always-force-window-configuration): New
+       variable. 
+       (gnus-configure-windows): Use it.
+
+       * gnus-sum.el (gnus-summary-save-article): Give better prompts. 
+
+       * gnus-load.el (gnus-valid-select-methods): Update.
+
+       * gnus-score.el (gnus-score-find-favourite-words): Didn't find any
+       words.
+
+       * gnus-sum.el (gnus-scores-exclude-files): Defined.
+
+       * gnus-async.el (gnus-async-prefetch-next): Don't do so much on
+       un-asynch groups.
+
+Thu Sep  5 08:26:11 1996  jeff sparkes  <jsparkes@nortel.ca>
+
+       * gnus-win.el (gnus-buffer-configuration): Bad cut'n'paste.
+
+Thu Sep  5 07:41:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-group.el (gnus-group-list-groups): Update format specs.
+
+Thu Sep  5 07:11:18 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * gnus-sum.el (gnus-summary-read-document): Generated wrong nndoc
+       group names. 
+
+Thu Sep  5 06:53:07 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnvirtual.el (nnvirtual-close-group): Don't update ephemeral
+       groups. 
+
+       * gnus.el (gnus-group-auto-expirable-p): Allow nil expiry params. 
+
+Wed Sep  4 06:46:03 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.26 is released.
+
+Wed Sep  4 06:42:34 1996  Lars Magne Ingebrigtsen  <larsi@nipling.ifi.uio.no>
+
+       * nnmail.el (nnmail-move-inbox): Reverse logic.
+
+Wed Sep  4 06:35:05 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.25 is released.
+
+Wed Sep  4 05:19:58 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * nnmail.el (nnmail-move-inbox): Refuse to move if
+       nnmail-crash-box can't be written.
+
+       * gnus-art.el (gnus-button-url-regexp): Include : and ; in
+       regexp. 
+
+       * gnus-score.el (gnus-adaptive-word-score-alist): New variable. 
+
+       * nnmail.el (nnmail-move-inbox): Set file modes on wrong file. 
+
+Tue Sep  3 06:44:36 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.24 is released.
+
+Tue Sep  3 05:30:02 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-async.el (gnus-async-prefetch-article): Reset async list
+       when the summary buffer is killed.
+
+       * gnus-xmas.el (gnus-xmas-modeline-glyph): Don't use glyph under
+       tty. 
+
+       * gnus-msg.el (gnus-copy-article-buffer): Deleted text in article
+       buffer. 
+
+Tue Sep  3 05:10:19 1996  Kurt Swanson  <kurt@dna.lth.se>
+
+       * gnus-sum.el (gnus-group-no-more-groups-hook): New variable.
+
+Tue Sep  3 04:44:31 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-exit): Would bug out when using a
+       single article buffer.
+
+Mon Sep  2 05:50:07 1996  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
+
+       * gnus-audio.el (gnus-audio-play): Give the sound-file argument as
+       ARG in addition to stdin.
+
+Mon Sep  2 05:28:26 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.23 is released.
+
+Mon Sep  2 05:16:46 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-audio.el: Renamed from "gnus-sound".
+
+Mon Sep  2 05:06:17 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-ems.el (gnus-xemacs): New variable.
+
+Mon Sep  2 03:18:18 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus-async.el (gnus-async-prefetch-next): Don't start fetching
+       the next article until we have been idle a while.
+
+       * gnus-group.el (gnus-group-make-help-group): Use the new find-etc
+       function.
+       
+       * nnheader.el (nnheader-find-etc-directory): Accept a FILE
+       parameter. 
+
+       * gnus-msg.el (gnus-debug): Use `locate-library' instead of doing
+       things the hard way.
+
+       * gnus-sum.el (gnus-set-global-variables): Copy 
+
+Mon Sep  2 03:01:27 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el (gnus-splash): Play jingle.
+
+       * gnus-sound.el (gnus-startup-jingle): New variable.
+       (gnus-play-jingle): New command.
+
+       * gnus.el (gnus-play-startup-jingle): New variable.
+
+Sun Sep  1 06:38:45 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.22 is released.
+
+Sun Sep  1 05:45:59 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Removed unreferenced let bindings from all files. 
+
+Sun Sep  1 02:10:28 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el ((load)): Only do the initial splash on "gnus"
+       commands. 
+
+       * gnus-cus.el (gnus-face-dark-name-list): Don't use "dark blue".
+
+       * nntp.el (nntp-retrieve-headers): Would infloop sometimes.
+
+       * gnus-group.el (gnus-group-insert-group-line-info): Indent
+       properly. 
+
+       * gnus-sum.el (gnus-gather-threads-by-references): Avoid
+       infloops. 
+
+       * gnus-salt.el (gnus-mouse-pick): Changed name.
+
+       * nntp.el (nntp-retrieve-groups): Didn't do the right thing on
+       servers that don't support LIST ACTIVE.
+
+       * gnus-win.el (gnus-current-window-configuration): New variable.
+       (gnus-configure-windows): Use it.
+
+       * gnus-art.el (gnus-article-read-summary-keys): Let `C-d' work
+       properly. 
+
+       * gnus-sum.el (gnus-list-of-unread-articles): Active group.
+
+Sat Aug 31 05:05:14 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.21 is released.
+
+Sat Aug 31 02:54:39 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus-topic.el (gnus-topic-goto-next-group): Go to the proper
+       group when listing.
+
+       * gnus-start.el (gnus-get-killed-groups): Mark .newsrc as needing
+       saving. 
+
+       * nnmail.el (nnmail-remove-tabs): New function.
+
+Fri Aug 30 06:26:37 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-start.el (gnus-set-default-directory): Set to directory
+       file name.
+
+       * nnmail.el (nnmail-remove-list-identifiers): New function.
+       (nnmail-list-identifiers): New variable.
+       (nnmail-prepare-incoming-message-hook): New variable.
+       (nnmail-move-inbox): Allow nnmail-movemail-program to be a
+       function. 
+
+       * article.el (article-mime-decode-quoted-printable-buffer): New
+       function.
+
+       * nnmail.el (nnmail-prepare-incoming-header-hook): New variable.
+       (nnmail-clean-whitespace-from-headers): New function.
+
+       * nntp.el (nntp-connection-alist): New variable.
+       (nntp-open-connection): Use it.
+       (nntp-request-close): New function.
+
+       * gnus-demon.el (timer): Required.
+
+       * message.el (message-reply): Bugged out on wide replies.
+
+Fri Aug 30 03:51:39 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.20 is released.
+
+Fri Aug 30 01:36:10 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * gnus-msg.el (gnus-inews-insert-archive-gcc): Use
+       `gnus-group-find-parameter'.
+
+       * nndoc.el (nndoc-mbox-article-begin): New function.
+
+       * gnus-sum.el (gnus-summary-search-article): Would expose the
+       first hidden thread.
+
+       * gnus-msg.el (gnus-copy-article-buffer): Delete annotations
+       before following up.
+
+       * gnus-cite.el (gnus-article-hide-citation): Mark buttons as
+       annotations. 
+
+       * article.el (article-delete-text-of-type): New function.
+
+       * nndoc.el (nndoc-type-alist): Be slightly more permissive. 
+
+       * gnus-sum.el (gnus-summary-enter-digest-group): Would nix out
+       quit-conf. 
+       (gnus-summary-read-document): Ditto.
+
+       * nndoc.el (nndoc-dissect-buffer): Escape errors in overflows.
+
+       * message.el (message-send-news): Give a message after not
+       posting. 
+       (message-reply): Remove leading spaces from Cc.
+
+Fri Aug 30 01:32:27 1996  Jack Vinson  <jvinson@cheux.ecs.umass.edu>
+
+       * nnmail.el (nnmail-get-split-group): New version.
+
+Fri Aug 30 00:47:17 1996  Jens Lautenbacher  <jens@lemming0.lem.uni-karlsruhe.de>
+
+       * gnus.texi (Group Parameters): Updated documentation 
+
+       * gnus-msg.el (gnus-inews-insert-archive-gcc): Updated to use the
+                 topic's value of gcc-self if no group value present.
+
+Fri Aug 30 00:19:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-start.el (gnus-set-default-directory): Expand default
+       directory. 
+
+       * gnus-group.el (gnus-group-make-web-group): Changed keystroke.
+
+       * gnus-sum.el (gnus-summary-verbose-headers): Show article after
+       toggling. 
+
+Thu Aug 29 23:50:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-demon.el (gnus-demon-add-rescan): New function.
+       (gnus-demon-scan-news): New function.
+
+Thu Aug 29 05:34:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.19 is released.
+
+Thu Aug 29 02:04:35 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
+
+       * nndoc.el (nndoc-babyl-body-begin): Would skip empty messages. 
+
+       * nntp.el (nntp-retrieve-groups): Would infloop on some servers.
+
+       * gnus-sum.el (gnus-nov-parse-line): Don't let messages refer back
+       to themselves.
+
+       * gnus-util.el (gnus-parent-id): Don't bug out on nil references. 
+
+       * gnus-cite.el (gnus-article-hide-citation): Hide/unhide better.
+
+       * article.el (article-hide-text-of-type): New function.
+       (article-hidden-text-type-p): New function.
+
+       * gnus-cite.el (gnus-article-hide-citation): Marked the hidden
+       text with wrong type.
+       (gnus-article-hide-citation-maybe): Ditto.
+       (gnus-article-hide-citation): Toggle.
+
+       * gnus-dup.el (gnus-dup-enter-articles): Would bug out on
+       pseudo-articles. 
+
+       * nntp.el (nntp-server-opened-hook): Send mode reader as a
+       default. 
+       (nntp-retrieve-data): Format error.
+
+Thu Aug 29 01:52:19 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-summary-display-article): Check whether
+       `gnus-current-article' is nil.
+
+Wed Aug 28 08:44:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-async.el (gnus-async-prefetch-article): Would clobber
+       fetches in progress.
+
+       * gnus-sum.el (gnus-summary-prepare): Made into command.
+
+       * gnus-srvr.el (gnus-server-scan-server): New command and
+       keystroke. 
+
+       * gnus-group.el (gnus-group-read-group): Accept a 0 prefix to not
+       generate buffer.
+
+Sun Jul 21 14:56:28 1996  Steven L Baur  <steve@miranova.com>
+
+       * earcon.el (earcon-regexp-alist): Plonk!
+
+Wed Aug 28 04:14:36 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.18 is released.
+
+Wed Aug 28 02:09:20 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnweb.el (nnweb-dejanews-create-mapping): Would just fetch the
+       first 100 hits.
+       (nnweb-close-group): Set file name to nil before killing.
+       (nnweb-altavista-create-mapping): Fetch the required number of
+       articles. 
+
+       * gnus-group.el (gnus-group-read-ephemeral-group): Don't call the
+       activation several times.
+
+       * gnus-sum.el (gnus-summary-enter-digest-group): Copy the parent's
+       params to the nndoc group.
+       (gnus-summary-read-document): Ditto.
+
+       * message.el (message-followup): Would produce buggy messages when
+       replying to messages without Message-IDs.
+
+Sat Aug 10 23:41:07 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus.el (gnus-decode-rfc1522): Start decoding from beginning of
+       headers instead of end.
+
+Wed Aug 28 01:35:26 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-demon.el (gnus-demon-cancel): Cancel function timers.
+
+       * nnheaderxm.el (nnheader-xmas-cancel-function-timers): New
+       function.
+
+       * nnheader.el (nnheader-cancel-function-timers): New alias.
+
+       * gnus-topic.el (gnus-topic-mode): Update groups.
+       (gnus-topic-remove-group): Update topic.
+
+       * gnus-group.el (gnus-group-update-group-function): New variable. 
+       (gnus-group-update-group): Use it.
+
+       * gnus-topic.el (gnus-topic-update-topics-containing-group): New
+       function. 
+
+Tue Aug 27 14:35:01 1996  Ken Raeburn  <raeburn@cygnus.com>
+
+       * nnmail.el (nnmail-move-inbox): Don't try setting modes on
+       "po:$USER".
+
+Tue Aug 27 21:45:14 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-summary-number-of-articles-in-thread): Would
+       bug out on unthreadeds.
+
+Tue Aug 27 21:38:13 1996  Kurt Swanson  <kurt@dna.lth.se>
+
+       * gnus-salt.el (gnus-pick-mode-map): Typo.
+
+Tue Aug 27 21:35:58 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-load.el: Removed gnus-vis thingies.
+
+Tue Aug 27 00:54:05 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.17 is released.
+
+Tue Aug 27 00:46:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnweb.el (nnweb-dejanews-create-mapping): Dummy function.
+
+Tue Aug 27 00:43:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.16 is released.
+
+Tue Aug 27 00:36:58 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-topic.el (gnus-topic-set-parameters): Bugout.
+
+Mon Aug 26 22:41:04 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nntp.el (nntp-retrieve-groups): Didn't inhibit erasing.
+
+       * nnweb.el (nnweb-callback): Ignore if the callback buffer is
+       dead. 
+
+       * gnus-async.el (gnus-async-prefetch-article): Don't do anything
+       if Gnus is dead.
+
+Mon Aug 26 00:57:06 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnweb.el (nnweb-dejanews-create-mapping): Fold search.
+       (nnweb-reference-create-mapping): Ditto.
+       (nnweb-altavista-create-mapping): Ditto.
+
+       * gnus-async.el (gnus-asynchronous): New variable.
+       (gnus-async-prefetch-article): Use it.
+       (gnus-async-prefetch-headers): Ditto.
+
+       * nnweb.el (nnweb-close-group): New function.
+
+       * gnus-topic.el (gnus-topic-clean-alist): Would remove foreign
+       groups from topics.
+
+Mon Aug 26 00:10:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.15 is released.
+
+Sun Aug 25 23:09:18 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * 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  <larsi@ylfing.ifi.uio.no>
+
+       * 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  <sudish@MindSpring.COM>
+
+       * 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  <larsi@ylfing.ifi.uio.no>
+
+       * 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  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.14 is released.
+
+Sun Aug 25 00:16:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * 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  <larsi@ifi.uio.no>
+
+       * nnmail.el (nnmail-get-new-mail): Tried calling nonexisting
+       functions. 
+
+Sat Aug 24 23:30:07 1996  Lars Magne Ingebrigtsen  <larsi@nipling.ifi.uio.no>
+
+       * gnus-group.el (gnus-group-enter-directory): Temporarily bound
+       `nneething-read-only'. 
+
+Fri Aug 23 23:22:16 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
+
+       * gnus-ems.el (gnus-ems-redefine): Set
+       `gnus-summary-display-table' to nil.
+
+Fri Aug 23 22:55:09 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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  <lars@eyesore.no>
+
+       * 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  <sam@steel.central.sun.com>
+
+       * nnmh.el (nnmh-update-gnus-unreads): Check all articles.
+
+Thu Aug 22 16:49:35 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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    <Wesley.Hardaker@sphys.unil.ch>
+
+       * smiley.el (smiley-buffer): Added some additional extent parameters.
+       (smiley-toggle-extent): rewrote to use above.
+
+Mon Aug 19 20:19:59 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-spec.el (gnus-tilde-cut-form): Cut off wrong part.
+
+Mon Aug 19 20:09:44 1996  Samuel Tardieu  <sam@inf.enst.fr>
+
+       * gnus-cache.el (gnus-cache-write-active): Would try to create
+       existing directory.
+
+Mon Aug 19 00:12:11 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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  <lars@eyesore.no>
+
+       * 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  <harinath@cs.umn.edu>
+
+       * gnus-gl.el (gnus-grouplens-mode): Make hooks local.
+
+Sun Aug 18 16:53:19 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.13 is released.
+
+Tue Aug 20 17:30:00 1996    <Wesley.Hardaker@sphys.unil.ch>
+
+       * smiley.el (smiley-map): New keymap for smileys.
+       (smiley-toggle-extent): New function to toggle smiley invisibility.
+       (smiley-buffer): Use them.
+
+Sun Aug 18 12:46:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nnoo.el (nnoo-define-skeleton-1): Defined too many functions.
+
+Sat Aug 17 18:43:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.12 is released.
+
+Sat Aug 17 12:58:28 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * 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  <lars@eyesore.no>
+
+       * 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  <kurt@dna.lth.se>
+
+       * nnfolder.el (nnfolder-generate-active-file): Test the right
+       files. 
+
+Fri Aug 16 19:30:57 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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  <lars@eyesore.no>
+
+       * 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  <lars@eyesore.no>
+
+       * gnus-soup.el (gnus-soup-send-packet): Disable syntax checks.
+
+Wed Aug 14 20:28:09 1996  Fred Johansen  <Fred.Johansen@ifi.ntnu.no>
+
+       * gnus-logic.el (gnus-advanced-score-rule): `and' rules were
+       treated improperly.
+
+Wed Aug 14 15:29:39 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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  <sudish@mindspring.com>
+
+       * gnus-score.el (gnus-home-score-file): Changed syntax.
+
+Tue Aug 13 22:07:11 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * 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  <sudish@mindspring.com>
+
+       * nntp.el (nntp-request-newgroups): Switch to nntp-server-buffer
+       first.
+
+Tue Aug 13 09:44:46 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.11 is released.
+
+Mon Aug 12 03:51:57 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * 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  <gsstark@mit.edu>
+
+       * gnus-start.el (gnus-activate-level): Doc fix.
+
+Sun Aug 11 03:33:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * 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  <sudish@mindspring.com>
+
+       * 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  <lars@eyesore.no>
+
+       * 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  <wedler@fmi.uni-passau.de>
+       
+       * smiley.el (smiley-buffer): `smiley-regexp-alist' can be a symbol
+       now.
+
+Sun Aug 11 02:37:57 1996  Greg Stark  <gsstark@mit.edu>
+
+       * gnus-msg.el (gnus-post-method): Tested the wrong variable. 
+
+Sun Aug 11 02:28:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-check-news-syntax): Messaged wrong number.
+
+Sat Aug 10 11:26:56 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-y-or-n-p): Moved to before usage.
+
+Fri Aug  9 16:42:52 1996  Danny Siu  <dsiu@adobe.com>
+
+       * 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  <lars@eyesore.no>
+
+       * 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  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.9 is released.
+
+Sat Aug 10 06:03:07 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-soup.el (gnus-soup-write-prefixes): Protect against
+       existing dirs.
+
+       * gnus-topic.el (gnus-topic-parameters): Third parameter instead
+       of second.
+       (gnus-topic-set-parameters): Ditto.
+
+Sat Aug 10 05:22:43 1996  Lee Iverson  <leei@ai.sri.com>
+
+       * message.el (message-send-mail-with-mh): Didn't work.
+
+Sat Aug 10 03:57:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-dup.el (gnus-dup-unsuppress-article): Data instead of
+       ingo. 
+       (gnus-dup-unsuppress-article): Set the wrong variable.
+
+Sat Aug 10 00:52:26 1996  Jack Vinson  <jvinson@cheux.ecs.umass.edu>
+
+       * gnus.el (gnus-short-group-name): Bug in dotless names.
+
+Sat Aug 10 00:45:32 1996  Jens Lautenbacher  <jens@lemhrem.lem.uni-karlsruhe.de>
+
+       * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the `gcc-self'
+       parameter. 
+
+Sat Aug 10 00:28:41 1996  François Pinard  <pinard@progiciels-bpi.ca>
+
+       * gnus-load.el (gnus-info-nodes): Add info node for
+       `mime/viewer-mode'. 
+
+Sat Aug 10 00:25:51 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * message.el (message-reply): Don't include first empty line. 
+
+Sat Aug 10 00:11:52 1996  François Pinard  <pinard@progiciels-bpi.ca>
+
+       * gnus-sum.el (gnus-summary-prev-unread-article): Doc fix.
+
+Sat Aug 10 00:08:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-util.el (gnus-date-iso8601): Protect against buggy Dates. 
+
+Fri Aug  9 06:39:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-topic.el (gnus-topic-mode): Hook into parameter thingies. 
+       (gnus-topic-parameters): Buggy definition.
+
+       * gnus-group.el (gnus-group-get-parameter-function): New
+       variable. 
+
+       * gnus.el (gnus-group-find-parameter): New function.
+
+       * gnus-sum.el (gnus-summary-read-document): New command and
+       keystroke. 
+
+       * gnus-group.el (gnus-group-clear-data-on-native-groups): New
+       command. 
+       (gnus-group-read-ephemeral-group): Accept an ACTIVATE-ONLY
+       parameter.
+
+       * gnus-score.el (gnus-decay-score): New function.
+       (gnus-decay-scores): New function.
+       (gnus-decay-score-function): New variable.
+       (gnus-score-date): Accept a `regexp' match.
+
+       * gnus-util.el (gnus-time-to-day): New function.
+
+       * gnus-score.el (gnus-decay-scores): New variable.
+       (gnus-score-decay-constant): New variable.
+       (gnus-score-decay-scale): New variable.
+
+       * gnus-sum.el (gnus-group-make-articles-read): Register undo. 
+
+       * gnus-group.el (gnus-update-read-articles): Register undo.
+
+       * gnus-undo.el (gnus-undo-register-1): Renamed.
+       (gnus-undo-register): New macro.
+
+       * gnus-group.el (gnus-group-yank-group): Be undoable.
+       (gnus-group-kill-group): Be undoable.
+       (gnus-undo): Required.
+       (gnus-group-clear-data): New keystroke.
+
+       * gnus-undo.el (gnus-undo-last-command): New variable.
+       (gnus-undo): Didn't work.
+       (gnus-undo-boundary): Keep track of whether the last command did a
+       boundary.
+       (gnus-undo): Set boundary.
+
+Thu Aug  8 19:43:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-spec.el (gnus-tilde-cut-form): New function.
+       (gnus-tilde-max-form): New definition.
+       (gnus-tilde-ignore-form): New function.
+       (gnus-parse-format): Rewrite to accept extended syntax.
+
+       * gnus-topic.el (gnus-topic-goto-missing-group): Try to be a bit
+       faster.
+
+       * gnus-group.el (gnus-group-goto-group): Accept optional FAR
+       parameter. 
+
+       * gnus-int.el (gnus-request-newgroups): Don't bug out on servers
+       that don't support this.
+
+       * gnus.el (gnus-server-extend-method): Would bug out on non-known
+       methods. 
+
+       * gnus-group.el (gnus-group-get-new-news): Put point in the group
+       buffer. 
+
+Wed Aug  7 15:40:44 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * nntp.el (nntp-open-rlogin): Now can be used as
+       nntp-open-connection function
+       (nntp-open-telnet): Ditto
+       (nntp-open-rlogin): Needed to remove telnet junk from nntp buffer
+       to make new nntp-wait-for happy
+       all: required carriage return for end of line 
+
+Tue Aug  6 21:58:26 1996  Jan Vroonhof  <vroonhof@math.ethz.ch (Jan Vroonhof)>
+
+       * nndoc.el (nndoc-generate-lanl-gov-head): New function
+       (nndoc-transform-lanl-gov-announce): New function
+       (nndoc-lanl-gov-announce-type-p): New function
+       (nndoc-type-alist): Added support for preprint announcements
+       (nndoc-type-alist): Only use 'slack-digests' if forced to.
+
+Tue Aug  6 20:41:02 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * nndoc.el (nndoc-type-alist): tried to call nndoc-guess-type-p
+
+Thu Aug  8 05:40:28 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-summary-walk-group-buffer): Put cursor in echo
+       area.
+
+       * gnus-dup.el (gnus-dup-unsuppress-article): New function.
+
+       * gnus-sum.el (gnus-mark-article-as-unread): Unsuppress
+       duplicates. 
+
+       * gnus-msg.el (gnus-debug): Scan gnus-load.el.
+
+Thu Aug  8 01:48:57 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.8 is released.
+
+Thu Aug  8 01:36:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.7 is released.
+
+Thu Aug  8 01:29:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * message.el (message-deletable-headers): Have Lines be
+       deletable. 
+
+Wed Aug  7 23:41:26 1996  Richard Pieri  <ratinox@unilab.dfci.harvard.edu>
+
+       * gnus.el (gnus-short-group-name): New version.
+
+Wed Aug  7 19:55:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-start.el (gnus-declare-backend): New function.
+
+       * gnus-xmas.el (gnus-xmas-pointer-glyph): New variable.
+       (gnus-xmas-modeline-glyph): New variable.
+       (gnus-xmas-mode-line-buffer-identification): New definition. 
+
+       * nntp.el (nntp-request-article): Would sometimes return nil
+       falsely. 
+       (nntp-find-group-and-number): Saved function.
+       (nntp-request-article): Use it.
+       (nntp-request-head): Saved.
+
+       * gnus-dup.el (gnus-dup-suppress-articles): Message.
+
+       * gnus-group.el (gnus-group-mark-group): Used string instead of
+       char. 
+
+Wed Aug  7 02:52:55 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-util.el: Use `format-time-string'.
+
+       * gnus-sum.el (gnus-summary-edit-article-postpone): Defined
+       again. 
+
+       * article.el (article-make-date-line): Would say "unknown" on
+       "now" dates.
+
+Wed Aug  7 02:48:12 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
+
+       * message.el (message-rename-buffer): Set proper outsave name. 
+
+Wed Aug  7 00:28:44 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nnheader.el (nnheader-temp-write): Always use
+       `fundamental-mode'. 
+
+       * gnus-util.el (gnus-date-iso8601): Illegal format.
+
+       * gnus-group.el (gnus-group-make-doc-group): Full name in server
+       name. 
+
+       * gnus-undo.el (gnus-undo): Typo.
+
+       * gnus-group.el (gnus-group-mark-group): Don't touch props.
+
+       * gnus-score.el (gnus-score-headers): Don't root out 0 scores when
+       saving.
+
+       * gnus-art.el (gnus-narrow-to-page): Don't do a "next-page" if
+       `^L' is the last char.
+
+       * gnus.el (gnus): Autoload.
+
+Tue Aug  6 23:00:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-score.el (gnus-score-string): Wouldn't do word and fuzzy
+       matching properly.
+
+Mon Aug  5 22:23:03 1996  Raja R. Harinath  <harinath@cs.umn.edu>
+
+       * gnus-gl.el (gnus-grouplens-mode): Clear proper variables.
+
+Mon Aug  5 20:27:11 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-art.el (gnus-article-edit-exit): Would move point.
+       (gnus-article-edit): New command.
+
+       * nnml.el (nnml-request-rename-group): Copy over .overview file. 
+       (nnml-request-group): Better error message.
+
+Sat Aug  3 17:52:01 1996  Steven L Baur  <steve@miranova.com>
+
+       * gnus-setup.el (message): Can't require 'message until we know
+       where the Gnus .elcs are.
+       
+Mon Aug  5 20:07:11 1996  François Pinard  <pinard@progiciels-bpi.ca>
+
+       * gnus-util.el (gnus-date-iso8601): New function.
+
+Mon Aug  5 19:14:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-sum.el (gnus-summary-search-article-forward): Show thread
+       when finding matches.
+
+       * nnmail.el (nnmail-get-spool-files): Sort procmail files.
+
+Mon Aug  5 02:25:06 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.6 is released.
+
+Mon Aug  5 01:12:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nntp.el (nntp-request-type): Defined again.
+
+Mon Aug  5 01:01:15 1996  Ralph Schleicher  <rs@purple.ul.bawue.de>
+
+       * gnus-score.el (gnus-ignored-adaptive-words): New value.
+
+Mon Aug  5 00:12:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-util.el (gnus-group-real-name): Tweaked definition.
+
+       * gnus-eform.el (gnus-edit-form-done): Didn't call the right
+       function. 
+
+Sun Aug  4 23:30:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-score.el (gnus-score-load-files): Returned nil.
+
+Sun Aug  4 06:11:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-load.el (gnus-use-undo): New variable.
+
+       * gnus-undo.el: New file.
+
+       * gnus-score.el (gnus-default-adaptive-word-score-alist): New
+       variable. 
+       (gnus-score-adaptive): Adaptivity on words.
+       (gnus-ignored-adaptive-words): New variable.
+       (gnus-all-score-files): Made into own function.
+       (gnus-score-load-files): Ditto.
+       (gnus-score-find-favourite-words): New command and keystroke.
+
+       * gnus-load.el (gnus-use-adaptive-scoring): Doc fix.
+
+       * gnus-score.el (gnus-enter-score-words-into-hashtb): New
+       function. 
+       (gnus-score-build-cons): Removed.
+       (gnus-score-string): Score words.
+
+Sun Aug  4 01:33:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.5 is released.
+
+Sun Aug  4 00:17:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * nntp.el (nntp-wait-for): Goto point-max before inserting.
+       (nntp-retrieve-headers): Didn't inhibit Erasure.
+
+       * gnus-eform.el (gnus-edit-form-mode-map): Buggy.
+
+       * nntp.el (nntp-send-command-nodelete): New function.
+
+Sat Aug  3 22:21:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * article.el (article-date-ut): Wouldn't do anything much.
+
+       * nntp.el (nntp-wait-for): Wouldn't allow posting.
+
+       * nnmail.el (nnmail-delete-incoming): Set to nil.
+
+Sat Aug  3 01:31:24 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-score.el (gnus-home-score-file): New variable.
+       (gnus-home-score-file): New function.
+       (gnus-hierarchial-home-score-file): New function.
+       (gnus-possibly-score-headers): Use `adapt-file' param.
+       (gnus-home-adapt-file): New variable.
+       (gnus-hierarchial-home-adapt-file): New function.
+
+       * gnus-load.el (gnus-original-article-buffer): Moved here.
+
+       * gnus-sum.el (gnus-article-mark): New macro.
+       (gnus-summary-prepare-unthreaded): Use it.
+       (gnus-summary-prepare-threads): Ditto.
+
+       * gnus-win.el (gnus-buffer-configuration): New `edit-article'
+       setting. 
+
+       * gnus-sum.el (gnus-summary-edit-article): Don't move point in the
+       article buffer.
+       (gnus-summary-edit-article-done): Don't move point after editing.
+       (gnus-summary-edit-article-postpone): Removed.
+       (gnus-summary-update-article-line): New function.
+
+       * gnus-art.el (gnus-article-edit-mode-map): Buggy map.
+
+Fri Aug  2 22:36:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.4 is released.
+
+Wed Jul 31 15:23:54 1996  Ken Olstad  <ken@mn.cheyenne.com>
+
+       * gnus-xmas.el (gnus-xmas-redefine): Disable XFace when running
+       under tty.
+
+Wed Jul 31 14:21:38 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus.el (gnus-group-read-group): Use `gnus-range-length' instead
+       of `length'.
+
+Fri Aug  2 21:48:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-dup.el (gnus-dup-suppress-articles): Wouldn't mark articles
+       properly.
+
+Fri Aug  2 21:40:33 1996  Glenn Coombs  <glenn@prl.research.philips.com>
+
+       * gnus-vis.el (gnus-button-url): New definition.
+
+Fri Aug  2 19:08:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-group.el (gnus-update-read-articles): Moved here.
+
+       * gnus-sum.el (gnus-update-read-articles): Moved here.
+
+       * gnus-async.el (gnus-async-request-fetched-article): Would bug
+       out on Message-IDs.
+
+       * gnus-score.el (gnus-score-save): Would kill wrong buffer.
+
+       * nntp.el (nntp-process-filter): Insert at point-max.
+
+       * nnheader.el (nnheader-set-temp-buffer): Accept a noerase param.
+
+Fri Aug  2 00:14:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-topic.el (gnus-topic-edit-parameters): New command.
+       (gnus-group-topic-parameters): New function.
+       (gnus-topic-set-parameters): New function.
+       (gnus-topic-parameters): New function.
+
+       * gnus-group.el (gnus-group-edit-group-done): Newish definition.
+
+       * gnus-srvr.el (gnus-server-edit-server): Use new edit function.
+       (gnus-server-edit-server-done): Removed.
+
+       * gnus-group.el: Use new edit function.
+
+       * gnus-eform.el (gnus-eform): New file.
+
+       * gnus-group.el (gnus-group-goto-group): Tippy-toe around some
+       more to find the most likely instance of the group.
+       (gnus-edit-form): New function.
+       (gnus-edit-form-mode): New command.
+       (gnus-edit-form-make-menu-bar): New function.
+       (gnus-edit-form-mode-hook): New variable.
+       (gnus-edit-form-exit): New command and keystroke.
+       (gnus-edit-form-done): Ditto.
+
+       * gnus-topic.el: Moved functions around.
+       (gnus-current-topic): Renamed.
+       (gnus-current-topics): New function.
+       (gnus-group-parent-topic): New function.
+
+       * article.el (gnus-signature-separator): New default.
+       (gnus-signature-limit): Extended value.
+       (article-narrow-to-signature): Use it.
+
+       * gnus-cite.el (gnus-cite-parse): Use new signature functions.
+
+       * article.el (article-search-signature): New function.
+       (gnus-signature-separator): Allow wider syntax.
+
+       * gnus-async.el (gnus-use-header-prefetch): New variable.
+       (gnus-async-set-article-buffer): Removed.
+       (gnus-async-prefetch-headers): New function.
+       (gnus-async-retrieve-fetched-headers): New function.
+       (gnus-async-prefetch-headers-buffer): New variable.
+
+       * gnus-salt.el (gnus-summary-pick-line-format): New variable.
+       (gnus-pick-mode): Use it.
+       (gnus-pick-line-number): New function.
+       (gnus-pick-article): New command and keystroke.
+       (gnus-pick-mode-map): Changed " " to `gnus-pick-next-page'.
+       (gnus-pick-next-page): New command and keystroke.
+       (gnus-mark-unpicked-articles-as-read): New variable.
+       (gnus-pick-start-reading): Use it.
+
+       * gnus-sum.el (gnus-summary-line-format-alist): Add pick line
+       number. 
+
+Thu Aug  1 23:32:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * nntp.el (nntp-request-list): Decode.
+       (nntp-request-list-newsgroups): Ditto.
+
+       * gnus-gl.el (gnus-grouplens-mode): Update summary line specs. 
+
+       * gnus-msg.el (gnus-debug): Would bug out.
+
+Thu Aug  1 23:24:48 1996  Glenn Coombs  <glenn@prl.research.philips.com>
+
+       * gnus-sum.el (gnus-summary-update-mark): Work on hidden threads.
+
+Thu Aug  1 00:00:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
+
+       * gnus-score.el (gnus-score-save): Wouldn't save scores.
+
+       * gnus-load.el (gnus-summary-line-format): Moved here.
+
+       * gnus.el (gnus-alive-p): More thorough definition.
+       (gnus-info-set-entry): New macro.
+
+       * gnus-move.el: New file.
+       (gnus-move-group-to-server): New function.
+       (gnus-change-server): New command.
+       (gnus-group-move-group-to-server): New command.
+
+       * gnus-start.el (gnus-parse-active): New function.
+
+       * gnus.el (gnus-read-method): Mew function.
+       * gnus-group.el: Use it.
+
+       * gnus-load.el (gnus-suppress-duplicates): New variable.
+
+       * gnus-dup.el: New file.
+
+       * gnus-sum.el (gnus-data-read-p): New macro.
+       (gnus-duplicate-mark): New variable.
+
+Wed Jul 31 23:09:35 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus.el: Red Gnus v0.3 is released.
+
 Wed Jul 31 21:38:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
+       * nntp.el (nntp-retrieve-headers-with-xover): Didn't work.
+
        * gnus-load.el (gnus-suppress-keymap): New function.
 
 Wed Jul 31 01:20:58 1996  Sudish Joseph  <sudish@mindspring.com>