diff options
Diffstat (limited to 'src/ChangeLog.13')
| -rw-r--r-- | src/ChangeLog.13 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index 791de9a6a8b..87055d70315 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -580,7 +580,7 @@ | |||
| 580 | (x_intersect_rectangles, clear_mouse_face, display_tty_menu_item): | 580 | (x_intersect_rectangles, clear_mouse_face, display_tty_menu_item): |
| 581 | * lisp.h (setup_echo_area_for_printing, message_with_string) | 581 | * lisp.h (setup_echo_area_for_printing, message_with_string) |
| 582 | (pos_visible_p): Use bool for boolean. | 582 | (pos_visible_p): Use bool for boolean. |
| 583 | * xdisp.c: Use bool, true, false intstead of int, 1, 0. | 583 | * xdisp.c: Use bool, true, false instead of int, 1, 0. |
| 584 | Remove unnecessary forward decls. | 584 | Remove unnecessary forward decls. |
| 585 | (trace_move) [DEBUG_TRACE_MOVE]: Now static. | 585 | (trace_move) [DEBUG_TRACE_MOVE]: Now static. |
| 586 | (CHECK_IT, CHECK_WINDOW_END): | 586 | (CHECK_IT, CHECK_WINDOW_END): |
| @@ -685,7 +685,7 @@ | |||
| 685 | Inhibit resizing fullwidth-/height frames in one direction only. | 685 | Inhibit resizing fullwidth-/height frames in one direction only. |
| 686 | Update frame_size_history. | 686 | Update frame_size_history. |
| 687 | (adjust_frame_size): Call frame_size_history_add. | 687 | (adjust_frame_size): Call frame_size_history_add. |
| 688 | (make_frame): Initalize after_make_frame slot. | 688 | (make_frame): Initialize after_make_frame slot. |
| 689 | (Fmake_terminal_frame): Adjust adjust_frame_size call. | 689 | (Fmake_terminal_frame): Adjust adjust_frame_size call. |
| 690 | (Fcan_run_window_configuration_change_hook): Rename to | 690 | (Fcan_run_window_configuration_change_hook): Rename to |
| 691 | Fframe_after_make_frame. Set after_make_frame slot. | 691 | Fframe_after_make_frame. Set after_make_frame slot. |
| @@ -1419,7 +1419,7 @@ | |||
| 1419 | 1419 | ||
| 1420 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> | 1420 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> |
| 1421 | 1421 | ||
| 1422 | Port to 32-bit MingGW --with-wide-int | 1422 | Port to 32-bit MinGW --with-wide-int |
| 1423 | Problem reported by Eli Zaretskii in: | 1423 | Problem reported by Eli Zaretskii in: |
| 1424 | https://lists.gnu.org/r/emacs-devel/2015-01/msg00265.html | 1424 | https://lists.gnu.org/r/emacs-devel/2015-01/msg00265.html |
| 1425 | * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches | 1425 | * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches |
| @@ -1635,7 +1635,7 @@ | |||
| 1635 | 2015-01-06 Jan Djärv <jan.h.d@swipnet.se> | 1635 | 2015-01-06 Jan Djärv <jan.h.d@swipnet.se> |
| 1636 | 1636 | ||
| 1637 | * nsterm.m (x_set_window_size): Call updateFrameSize to get real | 1637 | * nsterm.m (x_set_window_size): Call updateFrameSize to get real |
| 1638 | size instead of using widht/height. The frame may be | 1638 | size instead of using width/height. The frame may be |
| 1639 | constrained (Bug#19482). | 1639 | constrained (Bug#19482). |
| 1640 | 1640 | ||
| 1641 | 2015-01-05 Paul Eggert <eggert@cs.ucla.edu> | 1641 | 2015-01-05 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -2102,7 +2102,7 @@ | |||
| 2102 | Partially disabled previous change. | 2102 | Partially disabled previous change. |
| 2103 | 2103 | ||
| 2104 | * image.c (svg_load): Temporarily disabled filename thing for | 2104 | * image.c (svg_load): Temporarily disabled filename thing for |
| 2105 | not-a-file case as it can cause crashs. | 2105 | not-a-file case as it can cause crashes. |
| 2106 | 2106 | ||
| 2107 | 2014-12-17 Ulf Jasper <ulf.jasper@web.de> | 2107 | 2014-12-17 Ulf Jasper <ulf.jasper@web.de> |
| 2108 | 2108 | ||
| @@ -2807,7 +2807,7 @@ | |||
| 2807 | * nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME) | 2807 | * nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME) |
| 2808 | (NXPrimaryPboard, NXSecondaryPboard): Declare static. | 2808 | (NXPrimaryPboard, NXSecondaryPboard): Declare static. |
| 2809 | (Qforeign_selection): Remove. | 2809 | (Qforeign_selection): Remove. |
| 2810 | (ns_get_local_selection): Identation fix. | 2810 | (ns_get_local_selection): Indentation fix. |
| 2811 | (syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks | 2811 | (syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks |
| 2812 | 2812 | ||
| 2813 | * nsselect.m (ns_get_local_selection): Remove calling of | 2813 | * nsselect.m (ns_get_local_selection): Remove calling of |
| @@ -5162,7 +5162,7 @@ | |||
| 5162 | 2014-07-27 Jan Djärv <jan.h.d@swipnet.se> | 5162 | 2014-07-27 Jan Djärv <jan.h.d@swipnet.se> |
| 5163 | 5163 | ||
| 5164 | * nsterm.m (applicationDidFinishLaunching antialiasThresholdDidChange): | 5164 | * nsterm.m (applicationDidFinishLaunching antialiasThresholdDidChange): |
| 5165 | Reinstate code removed by the prevoius commit to this file. | 5165 | Reinstate code removed by the previous commit to this file. |
| 5166 | 5166 | ||
| 5167 | 2014-07-27 Martin Rudalics <rudalics@gmx.at> | 5167 | 2014-07-27 Martin Rudalics <rudalics@gmx.at> |
| 5168 | 5168 | ||
| @@ -7847,11 +7847,11 @@ | |||
| 7847 | * w32.c (unsetenv): Remove unused var `retval'. | 7847 | * w32.c (unsetenv): Remove unused var `retval'. |
| 7848 | (emacs_gnutls_pull): Remove unused vars `fdset' and `timeout'. | 7848 | (emacs_gnutls_pull): Remove unused vars `fdset' and `timeout'. |
| 7849 | 7849 | ||
| 7850 | * w32notify.c (watch_worker): Remove unnecesary var sleep_result. | 7850 | * w32notify.c (watch_worker): Remove unnecessary var sleep_result. |
| 7851 | (start_watching): Remove unused var `thr'. | 7851 | (start_watching): Remove unused var `thr'. |
| 7852 | 7852 | ||
| 7853 | * w32proc.c (sys_spawnve): Comment out unused vars `first', `last'. | 7853 | * w32proc.c (sys_spawnve): Comment out unused vars `first', `last'. |
| 7854 | (find_child_console): Remove unnecesary var `thread_id'. | 7854 | (find_child_console): Remove unnecessary var `thread_id'. |
| 7855 | 7855 | ||
| 7856 | * w32term.c (w32_read_socket): Comment out unused vars `row', `columns'. | 7856 | * w32term.c (w32_read_socket): Comment out unused vars `row', `columns'. |
| 7857 | (x_focus_frame): #ifdef 0 unused variable `dpyinfo'. | 7857 | (x_focus_frame): #ifdef 0 unused variable `dpyinfo'. |
| @@ -9004,7 +9004,7 @@ | |||
| 9004 | * widget.c (pixel_to_text_size): New function. | 9004 | * widget.c (pixel_to_text_size): New function. |
| 9005 | (update_wm_hints): Have size hints respect value of | 9005 | (update_wm_hints): Have size hints respect value of |
| 9006 | frame_resize_pixelwise. | 9006 | frame_resize_pixelwise. |
| 9007 | (EmacsFrameResize): Alway process resize requests pixelwise. | 9007 | (EmacsFrameResize): Always process resize requests pixelwise. |
| 9008 | * window.c (grow_mini_window): Make sure mini window is at least | 9008 | * window.c (grow_mini_window): Make sure mini window is at least |
| 9009 | one line tall. | 9009 | one line tall. |
| 9010 | * xdisp.c (display_menu_bar): Make sure menubar extends till | 9010 | * xdisp.c (display_menu_bar): Make sure menubar extends till |
| @@ -10768,7 +10768,7 @@ | |||
| 10768 | 10768 | ||
| 10769 | * search.c (find_newline): Rewrite to prefer offsets to pointers. | 10769 | * search.c (find_newline): Rewrite to prefer offsets to pointers. |
| 10770 | This avoids undefined behavior when subtracting pointers into | 10770 | This avoids undefined behavior when subtracting pointers into |
| 10771 | different aways. On my platform it also makes the code a tad | 10771 | different always. On my platform it also makes the code a tad |
| 10772 | smaller and presumably faster. | 10772 | smaller and presumably faster. |
| 10773 | 10773 | ||
| 10774 | 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | 10774 | 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -13849,7 +13849,7 @@ | |||
| 13849 | 13849 | ||
| 13850 | 2013-08-13 Jan Djärv <jan.h.d@swipnet.se> | 13850 | 2013-08-13 Jan Djärv <jan.h.d@swipnet.se> |
| 13851 | 13851 | ||
| 13852 | * nsterm.m (ns_set_vertical_scroll_bar): Fix breakage intruduced by | 13852 | * nsterm.m (ns_set_vertical_scroll_bar): Fix breakage introduced by |
| 13853 | 2013-08-13 checkin below. Change bool to BOOL, rule is: | 13853 | 2013-08-13 checkin below. Change bool to BOOL, rule is: |
| 13854 | All Obj-C code uses BOOL, except for interfaces callable from C. | 13854 | All Obj-C code uses BOOL, except for interfaces callable from C. |
| 13855 | 13855 | ||
| @@ -14041,7 +14041,7 @@ | |||
| 14041 | the caller. Do not lock the temp file. Unwind-protect the file | 14041 | the caller. Do not lock the temp file. Unwind-protect the file |
| 14042 | and the file-descriptor. | 14042 | and the file-descriptor. |
| 14043 | (Fcall_process_region): If the input is /dev/null, unwind-protect it. | 14043 | (Fcall_process_region): If the input is /dev/null, unwind-protect it. |
| 14044 | If an asynchrounous process, record it here, not in call_process. | 14044 | If an asynchronous process, record it here, not in call_process. |
| 14045 | (syms_of_callproc) [MSDOS]: Initialize synch_process_tempfile. | 14045 | (syms_of_callproc) [MSDOS]: Initialize synch_process_tempfile. |
| 14046 | * eval.c (set_unwind_protect): New function. | 14046 | * eval.c (set_unwind_protect): New function. |
| 14047 | * fileio.c (write_region): New function, generalized from the | 14047 | * fileio.c (write_region): New function, generalized from the |
| @@ -14764,7 +14764,7 @@ | |||
| 14764 | All callers changed. | 14764 | All callers changed. |
| 14765 | (create_process): Recover pty_flag from process, not from volatile local. | 14765 | (create_process): Recover pty_flag from process, not from volatile local. |
| 14766 | (create_pty): Stay inside array even when pty allocation fails. | 14766 | (create_pty): Stay inside array even when pty allocation fails. |
| 14767 | (Fmake_serial_process): Omit unnecessary initializaiton of pty_flag. | 14767 | (Fmake_serial_process): Omit unnecessary initialization of pty_flag. |
| 14768 | 14768 | ||
| 14769 | * lread.c (Fload): Avoid initialization only when lint checking. | 14769 | * lread.c (Fload): Avoid initialization only when lint checking. |
| 14770 | Mention that it's needed only for older GCCs. | 14770 | Mention that it's needed only for older GCCs. |
| @@ -17372,7 +17372,7 @@ | |||
| 17372 | 2013-03-31 Dmitry Antipov <dmantipov@yandex.ru> | 17372 | 2013-03-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 17373 | 17373 | ||
| 17374 | * frame.h (struct frame): Drop scroll_bottom_vpos | 17374 | * frame.h (struct frame): Drop scroll_bottom_vpos |
| 17375 | member becaue all real users are dead long ago. | 17375 | member because all real users are dead long ago. |
| 17376 | (FRAME_SCROLL_BOTTOM_VPOS): Remove. | 17376 | (FRAME_SCROLL_BOTTOM_VPOS): Remove. |
| 17377 | * xdisp.c (redisplay_internal): Adjust user. | 17377 | * xdisp.c (redisplay_internal): Adjust user. |
| 17378 | 17378 | ||
| @@ -17394,7 +17394,7 @@ | |||
| 17394 | (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698). | 17394 | (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698). |
| 17395 | 17395 | ||
| 17396 | * nsterm.m (menu_will_open_state, menu_mouse_point) | 17396 | * nsterm.m (menu_will_open_state, menu_mouse_point) |
| 17397 | (menu_pending_title): New varaibles. | 17397 | (menu_pending_title): New variables. |
| 17398 | (ns_get_pending_menu_title, ns_check_menu_open) | 17398 | (ns_get_pending_menu_title, ns_check_menu_open) |
| 17399 | (ns_check_pending_open_menu): New functions. | 17399 | (ns_check_pending_open_menu): New functions. |
| 17400 | 17400 | ||