diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 77338e6c46f..14e21e402d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2013-03-29 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * indent.c (current_column_bol_cache): Remove leftover which is not | ||
| 4 | used in Fmove_to_column any more. | ||
| 5 | (current_column, scan_for_column): Adjust users. | ||
| 6 | * keyboard.c (last_point_position_buffer, last_point_position_window): | ||
| 7 | Remove leftovers which are not used for recording undo any more. | ||
| 8 | (command_loop_1, syms_of_keyboard): Adjust users. | ||
| 9 | * xdisp.c (last_max_ascent): Remove leftover which is not used in | ||
| 10 | redisplay_window any more. | ||
| 11 | (move_it_to): Adjust user. | ||
| 12 | |||
| 13 | 2013-03-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 14 | |||
| 15 | * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/filelock.$(O)): | ||
| 16 | Update dependencies. | ||
| 17 | |||
| 18 | 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 19 | |||
| 20 | * lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER) | ||
| 21 | (set_save_integer, XSAVE_OBJECT, XSAVE_VALUE): Move to avoid | ||
| 22 | forward references. | ||
| 23 | |||
| 1 | 2013-03-28 Dmitry Antipov <dmantipov@yandex.ru> | 24 | 2013-03-28 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 25 | ||
| 3 | * window.h (struct window): Replace hchild, vchild and buffer slots | 26 | * window.h (struct window): Replace hchild, vchild and buffer slots |