diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 55e69ff9340..6e3fc4ff1c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,6 +16,20 @@ | |||
| 16 | * composite.c (composition_reseat_it): Don't check PT if STRING is | 16 | * composite.c (composition_reseat_it): Don't check PT if STRING is |
| 17 | non nil. | 17 | non nil. |
| 18 | 18 | ||
| 19 | 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 20 | |||
| 21 | * keyboard.c (read_char): Don't apply previous change when current | ||
| 22 | buffer is unchanged by command execution. | ||
| 23 | |||
| 24 | 2010-01-12 Jan Djärv <jan.h.d@swipnet.se> | ||
| 25 | |||
| 26 | * keyboard.c (read_char): Return after executing from special map. | ||
| 27 | |||
| 28 | 2010-01-12 Glenn Morris <rgm@gnu.org> | ||
| 29 | |||
| 30 | * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to | ||
| 31 | bug-gnu-emacs rather than emacs-pretest-bug. | ||
| 32 | |||
| 19 | 2010-01-11 Chong Yidong <cyd@stupidchicken.com> | 33 | 2010-01-11 Chong Yidong <cyd@stupidchicken.com> |
| 20 | 34 | ||
| 21 | * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before | 35 | * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before |