Mercurial > emacs
comparison etc/NEWS @ 104354:7d0f4f179b3d
* 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.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 19 Aug 2009 03:03:05 +0000 |
parents | eb3f2c155d07 |
children | 5744c85d533a |
comparison
equal
deleted
inserted
replaced
104353:069880b7b4f4 | 104354:7d0f4f179b3d |
---|---|
175 ** js.el is a new major mode for JavaScript files. | 175 ** js.el is a new major mode for JavaScript files. |
176 | 176 |
177 | 177 |
178 * Lisp changes in Emacs 23.2 | 178 * Lisp changes in Emacs 23.2 |
179 | 179 |
180 ** read-key is a function halfway between read-event and read-key-sequence. | |
181 It reads a single key, but obeys input and escape sequence decoding. | |
182 ** start-process-shell-command start-file-process-shell-command only | |
183 take a single `command' argument any more. | |
180 ** Hash tables have a new printed representation that is readable. | 184 ** Hash tables have a new printed representation that is readable. |
181 The feature `hashtable-print-readable' identifies this new | 185 The feature `hashtable-print-readable' identifies this new |
182 functionality. | 186 functionality. |
183 | 187 |
184 ** Functions performing Unicode normalization are added. They are: | 188 ** Functions performing Unicode normalization are added. They are: |