aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-03-03 04:22:58 +0000
committerGlenn Morris2009-03-03 04:22:58 +0000
commitebb135af8aa78639148b2a69787c78790c3bdf16 (patch)
tree53f56dc60aeeb577705d15a04f00cfcd6ddb32f1
parente280480a9bd0649133be222ac0f72ecaa94f5b90 (diff)
downloademacs-ebb135af8aa78639148b2a69787c78790c3bdf16.tar.gz
emacs-ebb135af8aa78639148b2a69787c78790c3bdf16.zip
Add auth-source.
-rw-r--r--ChangeLog4
-rw-r--r--info/dir1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3e493cabe3..d46557f3374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12009-03-03 Glenn Morris <rgm@gnu.org>
2
3 * info/dir: Add Auth-source.
4
12009-02-28 Stefan Monnier <monnier@iro.umontreal.ca> 52009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * Makefile.in (src): Fix last change so the first `cd' doesn't affect 7 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
diff --git a/info/dir b/info/dir
index b5039d43c27..86942ed4382 100644
--- a/info/dir
+++ b/info/dir
@@ -79,6 +79,7 @@ Emacs misc features
79* WoMan: (woman). Browse UN*X Manual Pages "W.O. (without) Man". 79* WoMan: (woman). Browse UN*X Manual Pages "W.O. (without) Man".
80 80
81Emacs lisp libraries 81Emacs lisp libraries
82* Auth-source: (auth). A single configuration for multiple applications.
82* CL: (cl). Partial Common Lisp support for Emacs Lisp. 83* CL: (cl). Partial Common Lisp support for Emacs Lisp.
83* D-Bus: (dbus). Using D-Bus in Emacs. 84* D-Bus: (dbus). Using D-Bus in Emacs.
84* Emacs MIME: (emacs-mime). Emacs MIME de/composition library. 85* Emacs MIME: (emacs-mime). Emacs MIME de/composition library.