# HG changeset patch # User Juanma Barranquero # Date 1199729829 0 # Node ID 359e4ed88d160942a9320bbf93c1d77c499fe4ca # Parent 9de19be6c34e5f63506258c4088d7d3889ced983 *** empty log message *** diff -r 9de19be6c34e -r 359e4ed88d16 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Mon Jan 07 17:34:21 2008 +0000 +++ b/lisp/gnus/ChangeLog Mon Jan 07 18:17:09 2008 +0000 @@ -947,8 +947,8 @@ (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag) (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags) (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol - storage through the gnus-registry, and provide an appropriate API for - it. + storage through the gnus-registry, and provide an appropriate API for + it. 2007-09-13 Katsumi Yamaoka @@ -10239,7 +10239,7 @@ * gnus-int.el (gnus-request-delete-group): Use gnus-cache-delete-group and gnus-agent-delete-group to keep the local disk in sync with the server. - (gnus-request-rename-group): Use + (gnus-request-rename-group): Use gnus-cache-rename-group and gnus-agent-rename-group to keep the local disk in sync with the server.