diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5c0e26760c7..04a6c353619 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2013-04-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * minibuf.c (Ftest_completion): Silence compiler warning. | ||
| 4 | |||
| 5 | 2013-04-15 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * w32fns.c (w32_wnd_proc): Add more assertions to investigate | ||
| 8 | bug#14062. | ||
| 9 | |||
| 10 | * frame.h (WINDOW_FRAME): Protect macro and its argument with | ||
| 11 | parentheses. | ||
| 12 | |||
| 13 | * dispextern.h (CURRENT_MODE_LINE_HEIGHT) | ||
| 14 | (CURRENT_HEADER_LINE_HEIGHT, WINDOW_WANTS_MODELINE_P) | ||
| 15 | (WINDOW_WANTS_HEADER_LINE_P): Protect macro arguments with | ||
| 16 | parentheses where appropriate. | ||
| 17 | |||
| 1 | 2013-04-14 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2013-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 19 | ||
| 3 | * keyboard.c (timer_start_idle): Remove no-longer-used local. | 20 | * keyboard.c (timer_start_idle): Remove no-longer-used local. |
| @@ -1244,7 +1261,7 @@ | |||
| 1244 | (Fcommand_execute): Remove, replace by an Elisp implementation. | 1261 | (Fcommand_execute): Remove, replace by an Elisp implementation. |
| 1245 | (syms_of_keyboard): Adjust accordingly. | 1262 | (syms_of_keyboard): Adjust accordingly. |
| 1246 | 1263 | ||
| 1247 | 2013-02-19 Daniel Colascione <dancol@dancol.org> | 1264 | 2013-02-19 Daniel Colascione <dancol@dancol.org> |
| 1248 | 1265 | ||
| 1249 | * sheap.c (report_sheap_usage): Use message, not message1, so | 1266 | * sheap.c (report_sheap_usage): Use message, not message1, so |
| 1250 | that we don't try to create a buffer while we're in the middle | 1267 | that we don't try to create a buffer while we're in the middle |
| @@ -12068,9 +12085,9 @@ | |||
| 12068 | to denote vector blocks. Adjust users (live_vector_p, | 12085 | to denote vector blocks. Adjust users (live_vector_p, |
| 12069 | mark_maybe_pointer, valid_lisp_object_p) accordingly. | 12086 | mark_maybe_pointer, valid_lisp_object_p) accordingly. |
| 12070 | (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG. | 12087 | (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG. |
| 12071 | (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES), | 12088 | (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES) |
| 12072 | (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX), | 12089 | (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX) |
| 12073 | (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST), | 12090 | (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST) |
| 12074 | (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros. | 12091 | (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros. |
| 12075 | (roundup_size): New constant. | 12092 | (roundup_size): New constant. |
| 12076 | (struct vector_block): New data type. | 12093 | (struct vector_block): New data type. |