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 289aed36088..4574d3fe23d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * keymap.c (map_keymap_internal): Use format_save_value. | ||
| 4 | (map_keymap_char_table_item): Adjust accordingly. | ||
| 5 | * fileio.c (non_regular_fd, non_regular_inserted) | ||
| 6 | (non_regular_nbytes): Remove. | ||
| 7 | (Finsert_file_contents): Convert trytry to ptrdiff_t. Use | ||
| 8 | format_save_value to pass parameters to read_non_regular. | ||
| 9 | (read_non_regular): Use XSAVE_ macros to extract parameters. | ||
| 10 | Adjust comment. | ||
| 11 | * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use | ||
| 12 | format_save_value. | ||
| 13 | (pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user. | ||
| 14 | |||
| 15 | 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 16 | |||
| 3 | * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow | 17 | * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow |
| 4 | extraction from any Lisp_Save_Value slot. Add type checking. | 18 | extraction from any Lisp_Save_Value slot. Add type checking. |
| 5 | * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c: | 19 | * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c: |