diff options
| author | Dmitry Antipov | 2013-01-15 14:14:31 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-01-15 14:14:31 +0400 |
| commit | 3346c1d0a8e53bc883bf07d8c7d4fbd8d3d6a690 (patch) | |
| tree | f21145fa8837326e902cb9188027397d700baba9 /src/ChangeLog | |
| parent | 2b30549c493d7b67fa92c2b4bcd2bd2e55210ae1 (diff) | |
| download | emacs-3346c1d0a8e53bc883bf07d8c7d4fbd8d3d6a690.tar.gz emacs-3346c1d0a8e53bc883bf07d8c7d4fbd8d3d6a690.zip | |
* keymap.c (map_keymap_internal): Use format_save_value.
(map_keymap_char_table_item): Adjust accordingly.
* fileio.c (non_regular_fd, non_regular_inserted)
(non_regular_nbytes): Remove.
(Finsert_file_contents): Convert trytry to ptrdiff_t. Use
format_save_value to pass parameters to read_non_regular.
(read_non_regular): Use XSAVE_ macros to extract parameters.
Adjust comment.
* xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
format_save_value.
(pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
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: |