aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2014-03-03 05:57:26 +0100
committerJuanma Barranquero2014-03-03 05:57:26 +0100
commit35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch)
treee62433e0952c3192f466f1334180683d6334f8c3 /src/ChangeLog
parent542a38406dd041c1870760c792e0d05e1d0d9e39 (diff)
downloademacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz
emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.zip
*/ChangeLog: Trivial fixes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3425b504a71..94430f17182 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -156,7 +156,7 @@
156 * emacs.c (main): Initialize daemon_pipe[1] here ... 156 * emacs.c (main): Initialize daemon_pipe[1] here ...
157 (syms_of_emacs): ... instead of here. 157 (syms_of_emacs): ... instead of here.
158 158
1592014-02-16 Anders Lindgern <andlind@gmail.com> 1592014-02-16 Anders Lindgern <andlind@gmail.com>
160 160
161 * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask 161 * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask
162 is set (Bug#16505). 162 is set (Bug#16505).
@@ -924,7 +924,7 @@
924 924
9252013-12-25 Chong Yidong <cyd@gnu.org> 9252013-12-25 Chong Yidong <cyd@gnu.org>
926 926
927 * keyboard.c (Voverriding_terminal_local_map): 927 * keyboard.c (Voverriding_terminal_local_map)
928 (Voverriding_local_map): Doc fix. 928 (Voverriding_local_map): Doc fix.
929 929
930 * keymap.c (Vemulation_mode_map_alists): Doc fix. 930 * keymap.c (Vemulation_mode_map_alists): Doc fix.
@@ -1246,10 +1246,10 @@
1246 (decode_coding_c_string): 1246 (decode_coding_c_string):
1247 * composite.h (COMPOSITION_DECODE_REFS, COMPOSITION_DECODE_RULE): 1247 * composite.h (COMPOSITION_DECODE_REFS, COMPOSITION_DECODE_RULE):
1248 * conf_post.h (has_attribute): 1248 * conf_post.h (has_attribute):
1249 * dispextern.h (trace_redisplay_p): 1249 * dispextern.h (trace_redisplay_p)
1250 (INC_TEXT_POS, DEC_TEXT_POS, SET_GLYPH_FROM_GLYPH_CODE) 1250 (INC_TEXT_POS, DEC_TEXT_POS, SET_GLYPH_FROM_GLYPH_CODE)
1251 (SET_CHAR_GLYPH, SET_CHAR_GLYPH_FROM_GLYPH) 1251 (SET_CHAR_GLYPH, SET_CHAR_GLYPH_FROM_GLYPH)
1252 (SET_GLYPH_FROM_CHAR_GLYPH): 1252 (SET_GLYPH_FROM_CHAR_GLYPH)
1253 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P) 1253 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P)
1254 (FACE_SUITABLE_FOR_ASCII_CHAR_P, FACE_SUITABLE_FOR_CHAR_P) 1254 (FACE_SUITABLE_FOR_ASCII_CHAR_P, FACE_SUITABLE_FOR_CHAR_P)
1255 (PRODUCE_GLYPHS, reset_mouse_highlight, in_display_vector_p) 1255 (PRODUCE_GLYPHS, reset_mouse_highlight, in_display_vector_p)
@@ -1268,7 +1268,7 @@
1268 (FONT_SET_STYLE, CHECK_FONT, CHECK_FONT_SPEC, CHECK_FONT_ENTITY) 1268 (FONT_SET_STYLE, CHECK_FONT, CHECK_FONT_SPEC, CHECK_FONT_ENTITY)
1269 (CHECK_FONT_OBJECT, CHECK_FONT_GET_OBJECT, FONT_ADD_LOG) 1269 (CHECK_FONT_OBJECT, CHECK_FONT_GET_OBJECT, FONT_ADD_LOG)
1270 (FONT_DEFERRED_LOG): 1270 (FONT_DEFERRED_LOG):
1271 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_WINDOW_P): 1271 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_WINDOW_P)
1272 (FRAME_EXTERNAL_TOOL_BAR, FRAME_EXTERNAL_MENU_BAR, FOR_EACH_FRAME) 1272 (FRAME_EXTERNAL_TOOL_BAR, FRAME_EXTERNAL_MENU_BAR, FOR_EACH_FRAME)
1273 (FRAME_MOUSE_UPDATE): 1273 (FRAME_MOUSE_UPDATE):
1274 * fringe.c (Fdefine_fringe_bitmap): 1274 * fringe.c (Fdefine_fringe_bitmap):
@@ -1337,8 +1337,9 @@
1337 * conf_post.h: Include <stdbool.h>. 1337 * conf_post.h: Include <stdbool.h>.
1338 (bool_bf): New type. 1338 (bool_bf): New type.
1339 * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY): 1339 * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY):
1340 * intervals.h (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE) 1340 * intervals.h (RESET_INTERVAL, COPY_INTERVAL_CACHE)
1341 Surround statement macro with proper 'do { ... } while (false)' brackets. 1341 (MERGE_INTERVAL_CACHE): Surround statement macro with proper
1342 'do { ... } while (false)' brackets.
1342 * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void. 1343 * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void.
1343 Args must now be expressions; all callers changed. 1344 Args must now be expressions; all callers changed.
1344 (SET_MATRIX_ROW_ENABLED_P): Assume 2nd arg is bool. 1345 (SET_MATRIX_ROW_ENABLED_P): Assume 2nd arg is bool.
@@ -3719,7 +3720,7 @@
3719 3720
37202013-10-08 Jan Djärv <jan.h.d@swipnet.se> 37212013-10-08 Jan Djärv <jan.h.d@swipnet.se>
3721 3722
3722 * nsterm.m (windowDidExitFullScreen:): 3723 * nsterm.m (windowDidExitFullScreen:)
3723 (toggleFullScreen:): Change NS_IMPL_COCOA to HAVE_NATIVE_FS. 3724 (toggleFullScreen:): Change NS_IMPL_COCOA to HAVE_NATIVE_FS.
3724 3725
37252013-10-08 Paul Eggert <eggert@cs.ucla.edu> 37262013-10-08 Paul Eggert <eggert@cs.ucla.edu>
@@ -4078,8 +4079,7 @@
4078 * process.c (wait_reading_process_output): Change int pnamelen to 4079 * process.c (wait_reading_process_output): Change int pnamelen to
4079 socklen_t. 4080 socklen_t.
4080 4081
4081 * nsterm.m (setMarkedText:selectedRange:): 4082 * nsterm.m (setMarkedText:selectedRange:, deleteWorkingText):
4082 (deleteWorkingText):
4083 * nsmenu.m (addDisplayItemWithImage:idx:tag:helpText:enabled:): 4083 * nsmenu.m (addDisplayItemWithImage:idx:tag:helpText:enabled:):
4084 * nsfont.m (ns_get_covering_families, ns_findfonts): Cast NSLog 4084 * nsfont.m (ns_get_covering_families, ns_findfonts): Cast NSLog
4085 argument to unsigned long to avoid warning. 4085 argument to unsigned long to avoid warning.
@@ -5015,8 +5015,8 @@
50152013-08-29 Dmitry Antipov <dmantipov@yandex.ru> 50152013-08-29 Dmitry Antipov <dmantipov@yandex.ru>
5016 5016
5017 * xterm.c (x_clear_area): Lost 7th arg because it is always False. 5017 * xterm.c (x_clear_area): Lost 7th arg because it is always False.
5018 (x_after_update_window_line, x_scroll_bar_create): 5018 (x_after_update_window_line, x_scroll_bar_create)
5019 (x_scroll_bar_set_handle, XTset_vertical_scroll_bar): 5019 (x_scroll_bar_set_handle, XTset_vertical_scroll_bar)
5020 (handle_one_xevent, x_clear_frame_area): 5020 (handle_one_xevent, x_clear_frame_area):
5021 * gtkutil.c (xg_clear_under_internal_border, xg_update_scrollbar_pos): 5021 * gtkutil.c (xg_clear_under_internal_border, xg_update_scrollbar_pos):
5022 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): Adjust users. 5022 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): Adjust users.
@@ -5986,7 +5986,7 @@
5986 (menubar_selection_callback, menu_position_func) 5986 (menubar_selection_callback, menu_position_func)
5987 (popup_selection_callback, create_and_show_popup_menu) 5987 (popup_selection_callback, create_and_show_popup_menu)
5988 (dialog_selection_callback, create_and_show_dialog): 5988 (dialog_selection_callback, create_and_show_dialog):
5989 * xrdb.c (x_get_string_resource): 5989 * xrdb.c (x_get_string_resource)
5990 (main) [TESTRM]: 5990 (main) [TESTRM]:
5991 * xsmfns.c (x_session_check_input): 5991 * xsmfns.c (x_session_check_input):
5992 * xterm.c (x_draw_glyphless_glyph_string_foreground) 5992 * xterm.c (x_draw_glyphless_glyph_string_foreground)
@@ -6313,7 +6313,7 @@
6313 Fix last font-related change. 6313 Fix last font-related change.
6314 * w32font.h (w32font_list_internal, w32font_match_internal): 6314 * w32font.h (w32font_list_internal, w32font_match_internal):
6315 Fix prototype. 6315 Fix prototype.
6316 * w32uniscribe.c (uniscribe_list, uniscribe_match): 6316 * w32uniscribe.c (uniscribe_list, uniscribe_match)
6317 (uniscribe_list_family): Adjust to match font API change. 6317 (uniscribe_list_family): Adjust to match font API change.
6318 MS-Windows breakage reported by Juanma Barranquero <lekktu@gmail.com> 6318 MS-Windows breakage reported by Juanma Barranquero <lekktu@gmail.com>
6319 at http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00006.html. 6319 at http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00006.html.
@@ -6331,7 +6331,7 @@
6331 functions to accept struct frame * as first arg. 6331 functions to accept struct frame * as first arg.
6332 * font.c (font_score, font_compare, font_sort_entities): 6332 * font.c (font_score, font_compare, font_sort_entities):
6333 Remove prototypes. 6333 Remove prototypes.
6334 (font_sort_entities, font_list_entities, font_select_entity): 6334 (font_sort_entities, font_list_entities, font_select_entity)
6335 (font_find_for_lface, Flist_fonts, Ffont_family_list): Adjust to 6335 (font_find_for_lface, Flist_fonts, Ffont_family_list): Adjust to
6336 match font API change. 6336 match font API change.
6337 * xfont.c (xfont_list, xfont_match, xfont_list_family): 6337 * xfont.c (xfont_list, xfont_match, xfont_list_family):
@@ -6339,7 +6339,7 @@
6339 * ftxfont.c (ftxfont_list, ftxfont_match): 6339 * ftxfont.c (ftxfont_list, ftxfont_match):
6340 * xftfont.c (xftfont_list, xftfont_match): 6340 * xftfont.c (xftfont_list, xftfont_match):
6341 * nsfont.m (nsfont_list, nsfont_match, nsfont_list_family): 6341 * nsfont.m (nsfont_list, nsfont_match, nsfont_list_family):
6342 * w32font.c (w32font_list, w32font_match, w32font_list): 6342 * w32font.c (w32font_list, w32font_match, w32font_list)
6343 (w32font_list_internal, w32_font_match_internal): Likewise. 6343 (w32font_list_internal, w32_font_match_internal): Likewise.
6344 * xfaces.c (Fx_family_fonts): Adjust user. 6344 * xfaces.c (Fx_family_fonts): Adjust user.
6345 6345
@@ -6364,7 +6364,7 @@
6364 have more than one X frame on the same X display. 6364 have more than one X frame on the same X display.
6365 (any_help_event_p, x_draw_glyph_string_background, x_display_ok): 6365 (any_help_event_p, x_draw_glyph_string_background, x_display_ok):
6366 Use bool for booleans. 6366 Use bool for booleans.
6367 (x_draw_glyph_string_background, cvt_string_to_pixel): 6367 (x_draw_glyph_string_background, cvt_string_to_pixel)
6368 (cvt_pixel_dtor): Drop unnecessary prototypes. 6368 (cvt_pixel_dtor): Drop unnecessary prototypes.
6369 * xterm.h (x_display_ok): Adjust prototype. 6369 * xterm.h (x_display_ok): Adjust prototype.
6370 6370
@@ -7310,7 +7310,7 @@
7310 (close_on_exec, accept4, process_socket) [!SOCK_CLOEXEC]: 7310 (close_on_exec, accept4, process_socket) [!SOCK_CLOEXEC]:
7311 New functions. 7311 New functions.
7312 (socket) [!SOCK_CLOEXEC]: Supply a substitute. 7312 (socket) [!SOCK_CLOEXEC]: Supply a substitute.
7313 (Fmake_network_process, Fnetwork_interface_list): 7313 (Fmake_network_process, Fnetwork_interface_list)
7314 (Fnetwork_interface_info, server_accept_connection): 7314 (Fnetwork_interface_info, server_accept_connection):
7315 Make newly-created socket close-on-exec. 7315 Make newly-created socket close-on-exec.
7316 * sysdep.c (emacs_open, emacs_fopen): 7316 * sysdep.c (emacs_open, emacs_fopen):
@@ -9443,7 +9443,7 @@
9443 * image.c (gif_load): Assume pass < 3 to pacify GCC. 9443 * image.c (gif_load): Assume pass < 3 to pacify GCC.
9444 * process.c (Fset_process_datagram_address) 9444 * process.c (Fset_process_datagram_address)
9445 (Fmake_network_process): Check get_lisp_to_sockaddr_size return value. 9445 (Fmake_network_process): Check get_lisp_to_sockaddr_size return value.
9446 * xdisp.c (get_char_face_and_encoding): 9446 * xdisp.c (get_char_face_and_encoding)
9447 (get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized. 9447 (get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized.
9448 (get_glyph_face_and_encoding): Prepare face before possibly using it. 9448 (get_glyph_face_and_encoding): Prepare face before possibly using it.
9449 (get_per_char_metric): Don't use CHAR2B if it might not be initialized. 9449 (get_per_char_metric): Don't use CHAR2B if it might not be initialized.