diff options
author | Dave Love <fx@gnu.org> | 2000-11-08 21:18:50 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-08 21:18:50 +0000 |
commit | 18a84b0f9f3c68a7bf7de14b6c3a0a01d23f5b39 (patch) | |
tree | 55e7efb1e905772752e769e56d2f70dbae9cf681 | |
parent | cd942edc7cebadd339775a22ee42eb900ebdd6a8 (diff) | |
download | emacs-18a84b0f9f3c68a7bf7de14b6c3a0a01d23f5b39.tar.gz emacs-18a84b0f9f3c68a7bf7de14b6c3a0a01d23f5b39.tar.bz2 emacs-18a84b0f9f3c68a7bf7de14b6c3a0a01d23f5b39.zip |
*** empty log message ***
-rw-r--r-- | lisp/gnus/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index adf3829a1b3..53bb2159068 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * nnweb.el (nnweb-decode-entities): Work for non-character + entities. + 2000-11-09 Simon Josefsson <simon@josefsson.org> * rfc2104.el: Add SHA-1 example. @@ -13,6 +18,9 @@ (gnus-all-score-files): Use it. (gnus-score-find-bnews): Use directory-sep-char. + * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is + asynchronous in Exp version. + 2000-11-08 Dave Love <fx@gnu.org> * gnus-score.el (gnus-score-load-file): Use expand-file-name. |