diff options
-rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7cd2d0af6a1..f404069a75b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2000-06-19 Gerd Moellmann <gerd@gnu.org> + + * gnus-uu.el (gnus-uu-default-view-rules): Don't use `xv'. + 2000-05-08 Dave Love <fx@gnu.org> * pop3.el: Import changes from current Gnus. diff --git a/src/ChangeLog b/src/ChangeLog index 336af92181b..33a1180a509 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-06-19 Richard Stallman <rms@caffeine.ai.mit.edu> + + * data.c (set_internal): If variable is frame-local, + store the new value immediately into the frame parameter alist. + 2000-06-19 Ken Raeburn <raeburn@gnu.org> * xfns.c (jpeg_load): Fetch error-handling data first, then fill |