1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Michael Albinus
8d9181c799 * net/secrets.el: Autoload the widget functions.
(secrets-search-items, secrets-create-item)
(secrets-get-attributes, secrets-expand-item): Attributes will be
stored on the password database without leading ":", as all other
clients do as well.
(secrets-mode): Fix docstring.
(secrets-show-secrets): Provide it as autoloaded command only when
D-Bus support is available.  Check existence of Secret Service API.
2010-05-19 14:47:37 +02:00
Michael Albinus
3a8e7cbdae Add visualization code for secrets.
* net/secrets.el (secrets-mode): New major mode.
(secrets-show-secrets, secrets-show-collections)
(secrets-expand-collection, secrets-expand-item)
(secrets-tree-widget-after-toggle-function)
(secrets-tree-widget-show-password): New defuns.
2010-05-18 21:34:26 +02:00
Ted Zlatanov
f05e1b9401 Fix unbalanced parenthesis in secrets.el.
Fix parenthesis.
(secrets-enabled): Fix parenthesis.
2010-03-20 14:21:44 -05:00
Michael Albinus
ae84eb9775 * net/secrets.el (secrets-enabled): New variable. Use it instead
of a subfeature.
2010-03-16 17:45:07 +01:00
Michael Albinus
7c75524e72 * net/secrets.el (top): Register the D-Bus signals only when the
service "org.freedesktop.secrets" can be pinged.  Provide
subfeature 'enabled.
2010-03-16 00:27:31 +01:00
Michael Albinus
7725ebb794 * etc/NEWS: Add secrets.el.
* lisp/Makefile.in (ELCFILES): Add net/secrets.elc.
* lisp/net/secrets.el: New file.
2010-03-13 21:33:54 +01:00