comparison etc/NEWS @ 108654:131cc6db31f4

Add command `secrets-show-secrets'.
author Michael Albinus <albinus@detlef>
date Tue, 18 May 2010 21:43:04 +0200
parents d38b0dd2bdbe
children 5b835c23f034
comparison
equal deleted inserted replaced
108653:feaedf49cc07 108654:131cc6db31f4
212 212
213 ** smie.el is a package providing a simple generic indentation engine. 213 ** smie.el is a package providing a simple generic indentation engine.
214 214
215 ** secrets.el is an implementation of the Secret Service API, an 215 ** secrets.el is an implementation of the Secret Service API, an
216 interface to password managers like GNOME Keyring or KDE Wallet. The 216 interface to password managers like GNOME Keyring or KDE Wallet. The
217 Secret Service API requires D-Bus for communication. 217 Secret Service API requires D-Bus for communication. The command
218 `secrets-show-secrets' offers a buffer with a visualization of the
219 secrets.
218 220
219 221
220 * Incompatible Lisp Changes in Emacs 24.1 222 * Incompatible Lisp Changes in Emacs 24.1
221 223
222 ** Test for special mode-class was moved from view-file to view-buffer. 224 ** Test for special mode-class was moved from view-file to view-buffer.