* gnus.el (gnus-variable-list): removed gnus-registry-alist and
authorTeodor Zlatanov <tzz@lifelogs.com>
Fri, 9 May 2003 16:48:48 +0000 (16:48 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Fri, 9 May 2003 16:48:48 +0000 (16:48 +0000)
commit6f4de7ca33d76590d6cae007a89f690c1e9d586a
tree1f7ba6fc72e7cbd8f5a848bf5ea884c7eab5e0bc
parent3f8329904865e576f8046a203db287b018094759
* gnus.el (gnus-variable-list): removed gnus-registry-alist and
gnus-registry-headers-alist from the list
(gnus-registry-headers-alist): removed

* gnus-start.el (gnus-clear-system): no need to clear the
registry, we can do it ourselves
(gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
used by gnus-registry.el

* gnus-registry.el (gnus-registry-cache-file): new file variable
(gnus-registry-cache-read, gnus-registry-cache-save): new
functions
(gnus-registry-cache-whitespace): new function.  From Dan
Christensen <jdc@chow.mat.jhu.edu>
(gnus-registry-save, gnus-registry-read): use the new
gnus-registry-cache-{read|save} functions, and change the name
from gnus-registry-translate-{from|to}-alist
(gnus-registry-clear): fixed so it doesn't refer to old function name
lisp/ChangeLog
lisp/gnus-registry.el
lisp/gnus-start.el
lisp/gnus.el