diff options
| author | Chong Yidong | 2010-10-04 14:16:22 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-10-04 14:16:22 -0400 |
| commit | 51b403bdcb9af76833a11a668cc9be0f49d62e72 (patch) | |
| tree | e5e107242d868c67e9b3e107a26d76ba40b4fa0a /src/ChangeLog | |
| parent | 3e6ae1a4ae2f54ad70a528ee3d4fac992b964eaa (diff) | |
| download | emacs-51b403bdcb9af76833a11a668cc9be0f49d62e72.tar.gz emacs-51b403bdcb9af76833a11a668cc9be0f49d62e72.zip | |
Don't add an echo dash for the first keystroke (Bug#7137).
* src/keyboard.c (echo_prompt): Function moved into read_key_sequence.
(read_key_sequence): Inline echo_prompt.
(echo_dash): Add a dash only if key is continued (Bug#7137).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7c907dd45ef..6f388cd7283 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-10-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * keyboard.c (echo_prompt): Function moved into read_key_sequence. | ||
| 4 | (read_key_sequence): Inline echo_prompt. | ||
| 5 | (echo_dash): Add a dash only if key is continued (Bug#7137). | ||
| 6 | |||
| 1 | 2010-10-04 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2010-10-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | Remove O_RDONLY, O_WRONLY definitions, not needed. | 9 | Remove O_RDONLY, O_WRONLY definitions, not needed. |