aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8df6e31521d..9be8ee136e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -654,7 +654,7 @@
654 * conf_post.h: Include <stdbool.h>. 654 * conf_post.h: Include <stdbool.h>.
655 (bool_bf): New type. 655 (bool_bf): New type.
656 * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY): 656 * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY):
657 * interval.h (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE) 657 * intervals.h (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE)
658 Surround statement macro with proper 'do { ... } while (false)' brackets. 658 Surround statement macro with proper 'do { ... } while (false)' brackets.
659 * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void. 659 * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void.
660 Args must now be expressions; all callers changed. 660 Args must now be expressions; all callers changed.
@@ -3447,7 +3447,7 @@
3447 (Qbool_vector_p): Declare. 3447 (Qbool_vector_p): Declare.
3448 (CHECK_BOOL_VECTOR, ROUNDUP, BITS_PER_SIZE_T): New macros. 3448 (CHECK_BOOL_VECTOR, ROUNDUP, BITS_PER_SIZE_T): New macros.
3449 (swap16, swap32, swap64): New inline functions. 3449 (swap16, swap32, swap64): New inline functions.
3450 * macfont.c (macfont_shape): Change lint_assume to assume. 3450 * macfont.m (macfont_shape): Change lint_assume to assume.
3451 * ralloc.c: Rename ROUNDUP to PAGE_ROUNDUP throughout. 3451 * ralloc.c: Rename ROUNDUP to PAGE_ROUNDUP throughout.
3452 * xsettings.c (parse_settings): Use new swap16 and 3452 * xsettings.c (parse_settings): Use new swap16 and
3453 swap32 from lisp.h instead of file-specific macros. 3453 swap32 from lisp.h instead of file-specific macros.
@@ -3511,7 +3511,7 @@
3511 * process.h, process.c (PROCESS_INLINE): 3511 * process.h, process.c (PROCESS_INLINE):
3512 * syntax.h, syntax.c (SYNTAX_INLINE): 3512 * syntax.h, syntax.c (SYNTAX_INLINE):
3513 * systime.h, sysdep.c (SYSTIME_INLINE): 3513 * systime.h, sysdep.c (SYSTIME_INLINE):
3514 * termhooks.h, terminal.h (TERMHOOKS_INLINE): 3514 * termhooks.h, terminal.c (TERMHOOKS_INLINE):
3515 * window.h, window.c (WINDOW_INLINE): 3515 * window.h, window.c (WINDOW_INLINE):
3516 Remove. All uses replaced with INLINE. 3516 Remove. All uses replaced with INLINE.
3517 3517
@@ -3718,7 +3718,7 @@
3718 (x_handle_dnd_message): 3718 (x_handle_dnd_message):
3719 * xsettings.c (xft_settings_event): 3719 * xsettings.c (xft_settings_event):
3720 Use 'const XEvent * const' where appropriate. 3720 Use 'const XEvent * const' where appropriate.
3721 * xterm.h, gtkutil.h, xsettngs.h: Adjust related prototypes. 3721 * xterm.h, gtkutil.h, xsettings.h: Adjust related prototypes.
3722 3722
37232013-09-16 Dmitry Antipov <dmantipov@yandex.ru> 37232013-09-16 Dmitry Antipov <dmantipov@yandex.ru>
3724 3724
@@ -3760,7 +3760,7 @@
3760 (Fx_create_frame): Register macfont driver, make a better default font. 3760 (Fx_create_frame): Register macfont driver, make a better default font.
3761 (Fns_popup_font_panel): Get font from macfont driver, if used. 3761 (Fns_popup_font_panel): Get font from macfont driver, if used.
3762 3762
3763 * macfont.m, macfont.h, maccuvs.h: New files. 3763 * macfont.m, macfont.h, macuvs.h: New files.
3764 3764
3765 * font.h: Declare syms_of_macfont. 3765 * font.h: Declare syms_of_macfont.
3766 3766
@@ -6065,7 +6065,7 @@
6065 New unwind-protect flavors to better type-check C callbacks. 6065 New unwind-protect flavors to better type-check C callbacks.
6066 This also lessens the need to write wrappers for callbacks, 6066 This also lessens the need to write wrappers for callbacks,
6067 and the need for make_save_pointer. 6067 and the need for make_save_pointer.
6068 * alloca.c (free_save_value): 6068 * alloc.c (free_save_value):
6069 * atimer.c (run_all_atimers): 6069 * atimer.c (run_all_atimers):
6070 Now extern. 6070 Now extern.
6071 * alloc.c (safe_alloca_unwind): 6071 * alloc.c (safe_alloca_unwind):
@@ -6074,13 +6074,13 @@
6074 * menu.c (cleanup_popup_menu) [HAVE_NS]: 6074 * menu.c (cleanup_popup_menu) [HAVE_NS]:
6075 * minibuf.c (choose_minibuf_frame_1): 6075 * minibuf.c (choose_minibuf_frame_1):
6076 * process.c (make_serial_process_unwind): 6076 * process.c (make_serial_process_unwind):
6077 * xdisp.h (pop_message_unwind): 6077 * xdisp.c (pop_message_unwind):
6078 * xselect.c (queue_selection_requests_unwind): 6078 * xselect.c (queue_selection_requests_unwind):
6079 Remove no-longer-needed wrapper. All uses replaced by the wrappee. 6079 Remove no-longer-needed wrapper. All uses replaced by the wrappee.
6080 * alloca.c (record_xmalloc): 6080 * alloc.c (record_xmalloc):
6081 Prefer record_unwind_protect_ptr to record_unwind_protect with 6081 Prefer record_unwind_protect_ptr to record_unwind_protect with
6082 make_save_pointer. 6082 make_save_pointer.
6083 * alloca.c (Fgarbage_collect): 6083 * alloc.c (Fgarbage_collect):
6084 Prefer record_unwind_protect_void to passing a dummy. 6084 Prefer record_unwind_protect_void to passing a dummy.
6085 * buffer.c (restore_buffer): 6085 * buffer.c (restore_buffer):
6086 * window.c (restore_window_configuration): 6086 * window.c (restore_window_configuration):
@@ -6686,8 +6686,8 @@
6686 Use emacs_open more consistently when opening files. 6686 Use emacs_open more consistently when opening files.
6687 This handles EINTR more consistently now, and makes it easier 6687 This handles EINTR more consistently now, and makes it easier
6688 to introduce other uniform changes to file descriptor handling. 6688 to introduce other uniform changes to file descriptor handling.
6689 * src/systdio.h: New file. 6689 * sysstdio.h: New file.
6690 * src/buffer.c (mmap_init): 6690 * buffer.c (mmap_init):
6691 * cygw32.c (chdir_to_default_directory): 6691 * cygw32.c (chdir_to_default_directory):
6692 * dispnew.c (Fopen_termscript): 6692 * dispnew.c (Fopen_termscript):
6693 * emacs.c (Fdaemon_initialized): 6693 * emacs.c (Fdaemon_initialized):