Mercurial > emacs
comparison src/ChangeLog @ 76596:dcd0bb7739f5
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 19 Mar 2007 21:20:10 +0000 |
parents | 65812b52a641 |
children | 04b7ffb4f622 |
comparison
equal
deleted
inserted
replaced
76595:497d17a80bb8 | 76596:dcd0bb7739f5 |
---|---|
49 know about mark bits and make_fixnum_or_float which may malloc. | 49 know about mark bits and make_fixnum_or_float which may malloc. |
50 Reported by Andreas Schwab. | 50 Reported by Andreas Schwab. |
51 | 51 |
52 * keyboard.c (read_key_sequence): Store original event into keybuf | 52 * keyboard.c (read_key_sequence): Store original event into keybuf |
53 when replaying sequence with local keymap(s) from string. | 53 when replaying sequence with local keymap(s) from string. |
54 | |
55 2007-03-12 Glenn Morris <rgm@gnu.org> | |
56 | |
57 * editfns.c (Fdecode_time, Fencode_time): Doc fix ("daylight | |
58 savings" to "daylight saving"). | |
54 | 59 |
55 2007-03-11 Sam Steingold <sds@gnu.org> | 60 2007-03-11 Sam Steingold <sds@gnu.org> |
56 | 61 |
57 * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop. | 62 * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop. |
58 | 63 |