diff options
| author | Stefan Monnier | 2009-08-19 03:03:05 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-08-19 03:03:05 +0000 |
| commit | 03a74b84f850e08f7d981d357ff03135b72f0d18 (patch) | |
| tree | 980d4d2d97454f49efd59ab111d6d25eeeeba247 /lisp/ChangeLog | |
| parent | e99652b05f7ec1ba5322a03b37cdb36aad74907d (diff) | |
| download | emacs-03a74b84f850e08f7d981d357ff03135b72f0d18.tar.gz emacs-03a74b84f850e08f7d981d357ff03135b72f0d18.zip | |
* subr.el (listify-key-sequence-1): Use normal syntax since those
integers are nowadays always represented by the same (positive) number
on all platforms.
(read-key-empty-map): New const.
(read-key-delay): New var.
(read-key): New function.
(force-mode-line-update): Use with-current-buffer.
(locate-user-emacs-file): Don't forget to abbreviate the file name.
(start-process-shell-command, start-file-process-shell-command):
Discourage the use of command-args.
* processes.texi (Asynchronous Processes): Adjust arglist of
start-process-shell-command and start-file-process-shell-command.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88e78198b6b..08c56531d96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * subr.el (listify-key-sequence-1): Use normal syntax since those | ||
| 4 | integers are nowadays always represented by the same (positive) number | ||
| 5 | on all platforms. | ||
| 6 | (read-key-empty-map): New const. | ||
| 7 | (read-key-delay): New var. | ||
| 8 | (read-key): New function. | ||
| 9 | (force-mode-line-update): Use with-current-buffer. | ||
| 10 | (locate-user-emacs-file): Don't forget to abbreviate the file name. | ||
| 11 | (start-process-shell-command, start-file-process-shell-command): | ||
| 12 | Discourage the use of command-args. | ||
| 13 | |||
| 1 | 2009-08-19 Glenn Morris <rgm@gnu.org> | 14 | 2009-08-19 Glenn Morris <rgm@gnu.org> |
| 2 | 15 | ||
| 3 | * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail. | 16 | * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail. |