* doc/emacs/ack.texi (Acknowledgments): Update emacs-lock info.
* etc/NEWS: Related edits.
This commit is contained in:
parent
a76863507d
commit
cefee44052
3 changed files with 12 additions and 7 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2012-02-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* ack.texi (Acknowledgments): Update emacs-lock info.
|
||||
|
||||
* rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
|
||||
|
||||
* text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
|
||||
|
|
|
|||
|
|
@ -1341,8 +1341,10 @@ Francis J.@: Wright wrote @file{woman.el}, a package for browsing
|
|||
manual pages without the @code{man} command.
|
||||
|
||||
@item
|
||||
Tom Wurgler wrote @file{emacs-lock.el}, which makes it harder
|
||||
to exit with valuable buffers unsaved.
|
||||
Juanma Barranquero wrote @file{emacs-lock.el} (based on the original
|
||||
version by Tom Wurgler), which makes it harder to exit with valuable
|
||||
buffers unsaved. He also made many other contributions to other
|
||||
areas, including MS Windows support.
|
||||
|
||||
@item
|
||||
Masatake Yamato wrote @file{ld-script.el}, an editing mode for GNU
|
||||
|
|
|
|||
11
etc/NEWS
11
etc/NEWS
|
|
@ -970,12 +970,13 @@ soap-inspect.el is an interactive inspector for SOAP WSDL structures.
|
|||
---
|
||||
** New generic mode, xmodmap-generic-mode, for xmodmap files.
|
||||
|
||||
---
|
||||
** New emacs-lock.el package.
|
||||
(The pre-existing one has been renamed to old-emacs-lock.el and moved
|
||||
to obsolete/.) Now, Emacs Lock is a proper minor mode
|
||||
`emacs-lock-mode'. Protection against exiting Emacs and killing the
|
||||
buffer can be set separately. The mechanism for auto turning off
|
||||
protection for buffers with inferior processes has been generalized.
|
||||
(The previous version has been moved to obsolete/old-emacs-lock.el.)
|
||||
Now, there is a proper minor mode `emacs-lock-mode'.
|
||||
Protection against exiting Emacs and killing the buffer can be set
|
||||
separately. The mechanism for automatically turning off protection
|
||||
for buffers with dead inferior processes has been generalized.
|
||||
|
||||
|
||||
* Incompatible Lisp Changes in Emacs 24.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue