diff options
| author | Juanma Barranquero | 2011-07-05 13:38:44 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-07-05 13:38:44 +0200 |
| commit | 53bbe3ad4c130bfc8c2e3d3262f8739ce8f7d553 (patch) | |
| tree | ae17607ed8829c658340ccf4197de6c3d99e3e3f /etc | |
| parent | 0d939f4027e1ab1a1c5163c181aea5a1e5f1e2d2 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
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 @@ | |||
| 1 | 2011-07-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Document new emacs-lock.el and renaming of old one. | ||
| 4 | |||
| 1 | 2011-07-05 Manoj Srivastava <srivasta@ieee.org> | 5 | 2011-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. |
| @@ -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 | ||
| 862 | to obsolete/.) Now, Emacs Lock is a proper minor mode | ||
| 863 | `emacs-lock-mode'. Protection against exiting Emacs and killing the | ||
| 864 | buffer can be set separately. The mechanism for auto turning off | ||
| 865 | protection 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 | ||