aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2010-03-13 21:33:54 +0100
committerMichael Albinus2010-03-13 21:33:54 +0100
commit7725ebb79404d8ea340632b4cc045e768b59d1ff (patch)
tree630b153c44950f6781a75300623be863bf805a99 /etc
parentcef3058fee82cbd5b7dc3112250f4735c76f8fbf (diff)
downloademacs-7725ebb79404d8ea340632b4cc045e768b59d1ff.tar.gz
emacs-7725ebb79404d8ea340632b4cc045e768b59d1ff.zip
* etc/NEWS: Add secrets.el.
* lisp/Makefile.in (ELCFILES): Add net/secrets.elc. * lisp/net/secrets.el: New file.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index adb782cd13a..f845ab98bf0 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-03-13 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Add secrets.el.
4
12010-03-12 Chong Yidong <cyd@stupidchicken.com> 52010-03-12 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * images/custom/down.xpm, images/custom/right.xpm: Update images 7 * images/custom/down.xpm, images/custom/right.xpm: Update images
diff --git a/etc/NEWS b/etc/NEWS
index 9864f7715be..d8061589fb9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,6 +65,10 @@ buffers.
65 65
66* New Modes and Packages in Emacs 24.1 66* New Modes and Packages in Emacs 24.1
67 67
68** secrets.el is an implementation of the Secret Service API, an
69interface to password managers like GNOME Keyring or KDE Wallet. The
70Secret Service API requires D-Bus for communication.
71
68 72
69* Incompatible Lisp Changes in Emacs 24.1 73* Incompatible Lisp Changes in Emacs 24.1
70 74