aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuanma Barranquero2011-07-05 13:38:44 +0200
committerJuanma Barranquero2011-07-05 13:38:44 +0200
commit53bbe3ad4c130bfc8c2e3d3262f8739ce8f7d553 (patch)
treeae17607ed8829c658340ccf4197de6c3d99e3e3f /etc
parent0d939f4027e1ab1a1c5163c181aea5a1e5f1e2d2 (diff)
downloademacs-53bbe3ad4c130bfc8c2e3d3262f8739ce8f7d553.tar.gz
emacs-53bbe3ad4c130bfc8c2e3d3262f8739ce8f7d553.zip
lisp/emacs-lock.el: New file. Old one moved to lisp/obsolete/.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS7
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 0ab5f860d62..4f4e8762328 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-07-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Document new emacs-lock.el and renaming of old one.
4
12011-07-05 Manoj Srivastava <srivasta@ieee.org> 52011-07-05 Manoj Srivastava <srivasta@ieee.org>
2 6
3 * themes/manoj-dark-theme.el (manoj-dark): New file. 7 * themes/manoj-dark-theme.el (manoj-dark): New file.
diff --git a/etc/NEWS b/etc/NEWS
index d123073bd79..5da6e06d0d0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -857,6 +857,13 @@ soap-inspect.el is an interactive inspector for SOAP WSDL structures.
857 857
858** xmodmap-generic-mode for xmodmap files. 858** xmodmap-generic-mode for xmodmap files.
859 859
860** New emacs-lock.el package.
861(The pre-existing one has been renamed to old-emacs-lock.el and moved
862to obsolete/.) Now, Emacs Lock is a proper minor mode
863`emacs-lock-mode'. Protection against exiting Emacs and killing the
864buffer can be set separately. The mechanism for auto turning off
865protection for buffers with inferior processes has been generalized.
866
860 867
861* Incompatible Lisp Changes in Emacs 24.1 868* Incompatible Lisp Changes in Emacs 24.1
862 869