comparison lisp/gnus/ChangeLog @ 87624:359e4ed88d16

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 07 Jan 2008 18:17:09 +0000
parents 9de19be6c34e
children b04073873562
comparison
equal deleted inserted replaced
87623:9de19be6c34e 87624:359e4ed88d16
945 extras value, so an extras entry can be deleted. 945 extras value, so an extras entry can be deleted.
946 (gnus-registry-delete-extra-entry): Use it. 946 (gnus-registry-delete-extra-entry): Use it.
947 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag) 947 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
948 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags) 948 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
949 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol 949 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
950 storage through the gnus-registry, and provide an appropriate API for 950 storage through the gnus-registry, and provide an appropriate API for
951 it. 951 it.
952 952
953 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org> 953 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
954 954
955 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el. 955 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
956 Suggested by Leo <sdl.web@gmail.com>. 956 Suggested by Leo <sdl.web@gmail.com>.
10237 list if currently plugged. 10237 list if currently plugged.
10238 10238
10239 * gnus-int.el (gnus-request-delete-group): Use 10239 * gnus-int.el (gnus-request-delete-group): Use
10240 gnus-cache-delete-group and gnus-agent-delete-group to keep the 10240 gnus-cache-delete-group and gnus-agent-delete-group to keep the
10241 local disk in sync with the server. 10241 local disk in sync with the server.
10242 (gnus-request-rename-group): Use 10242 (gnus-request-rename-group): Use
10243 gnus-cache-rename-group and gnus-agent-rename-group to keep the 10243 gnus-cache-rename-group and gnus-agent-rename-group to keep the
10244 local disk in sync with the server. 10244 local disk in sync with the server.
10245 10245
10246 * gnus-start.el (gnus-get-unread-articles): Cosmetic 10246 * gnus-start.el (gnus-get-unread-articles): Cosmetic
10247 simplification to logic. 10247 simplification to logic.