diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 91fa2cb5f6e..8a228214507 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * keyboard.c (record_asynch_buffer_change): Initialize an event | ||
| 4 | only if it's really needed. | ||
| 5 | * frame.h (enum output_method): Remove output_mac member since | ||
| 6 | it's a leftover from the deleted code. | ||
| 7 | * frame.c (Fframep): Adjust user here ... | ||
| 8 | * terminal.c (Fterminal_live_p): ... and here. | ||
| 9 | * coding.c (Qmac): Now here because it's only used to denote | ||
| 10 | end-of-line encoding type. | ||
| 11 | (syms_of_coding): DEFSYM it. | ||
| 12 | * frame.h (Qmac): Remove duplicated declaration. | ||
| 13 | |||
| 1 | 2012-12-26 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2012-12-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 15 | ||
| 3 | * window.c (select_window_1): Now static, since it's used only here. | 16 | * window.c (select_window_1): Now static, since it's used only here. |