diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 90f3fc33b59..153a0b59c62 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -287,7 +287,7 @@ | |||
| 287 | (ns_maybe_dumpglyphs_background): Remove fringe/internal border | 287 | (ns_maybe_dumpglyphs_background): Remove fringe/internal border |
| 288 | adjustment. | 288 | adjustment. |
| 289 | (ns_dumpglyphs_image): Ditto. | 289 | (ns_dumpglyphs_image): Ditto. |
| 290 | (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal | 290 | (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal |
| 291 | border adjustment. | 291 | border adjustment. |
| 292 | (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and | 292 | (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and |
| 293 | their usage. Add fringe_extended_p and its use as in other terms. | 293 | their usage. Add fringe_extended_p and its use as in other terms. |
| @@ -368,7 +368,7 @@ | |||
| 368 | * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>; | 368 | * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>; |
| 369 | no longer needed here. | 369 | no longer needed here. |
| 370 | * emacs.c (main): Inspect existing signal handler with sigaction, | 370 | * emacs.c (main): Inspect existing signal handler with sigaction, |
| 371 | so that there's no need to block and unblock SIGHUP. | 371 | so that there's no need to block and unblock SIGHUP. |
| 372 | * sysdep.c (struct save_signal): New member 'action', replacing | 372 | * sysdep.c (struct save_signal): New member 'action', replacing |
| 373 | old member 'handler'. | 373 | old member 'handler'. |
| 374 | (save_signal_handlers, restore_signal_handlers): | 374 | (save_signal_handlers, restore_signal_handlers): |
| @@ -895,18 +895,18 @@ | |||
| 895 | 2012-08-28 Jan Djärv <jan.h.d@swipnet.se> | 895 | 2012-08-28 Jan Djärv <jan.h.d@swipnet.se> |
| 896 | 896 | ||
| 897 | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize | 897 | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize |
| 898 | button_values to NULL. Call setStykeMask so dialogs get a close button. | 898 | button_values to NULL. Call setStykeMask so dialogs get a close button. |
| 899 | (windowShouldClose:): Set window_closed. | 899 | (windowShouldClose:): Set window_closed. |
| 900 | (dealloc): New member, free button_values. | 900 | (dealloc): New member, free button_values. |
| 901 | (process_dialog:): Make member function. Remove window argument, | 901 | (process_dialog:): Make member function. Remove window argument, |
| 902 | replace window with self. Count buttons and allocate and store values | 902 | replace window with self. Count buttons and allocate and store values |
| 903 | in button_values. | 903 | in button_values. |
| 904 | (addButton:value:row:): value is int with the name tag. Call setTag | 904 | (addButton:value:row:): value is int with the name tag. Call setTag |
| 905 | with tag. Remove return self, declare return value as void. | 905 | with tag. Remove return self, declare return value as void. |
| 906 | (addString:row:): Remove return self, declare return value as void. | 906 | (addString:row:): Remove return self, declare return value as void. |
| 907 | (addSplit): Remove return self, declare return value as void. | 907 | (addSplit): Remove return self, declare return value as void. |
| 908 | (clicked:): Remove return self, declare return value as void. | 908 | (clicked:): Remove return self, declare return value as void. |
| 909 | Set dialog_return to button_values[seltag]. Code formatting change. | 909 | Set dialog_return to button_values[seltag]. Code formatting change. |
| 910 | (initFromContents:isQuestion:): Adjust call to process_dialog. | 910 | (initFromContents:isQuestion:): Adjust call to process_dialog. |
| 911 | Code formatting change. | 911 | Code formatting change. |
| 912 | (timeout_handler:): Set timer_fired to YES. | 912 | (timeout_handler:): Set timer_fired to YES. |
| @@ -1241,7 +1241,7 @@ | |||
| 1241 | 1241 | ||
| 1242 | * fontset.c (FONTSET_ADD): Return void, not Lisp_Object. | 1242 | * fontset.c (FONTSET_ADD): Return void, not Lisp_Object. |
| 1243 | Otherwise, the compiler complains about (A?B:C) where B is void | 1243 | Otherwise, the compiler complains about (A?B:C) where B is void |
| 1244 | and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12. | 1244 | and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12. |
| 1245 | (fontset_add): Return void, for FONTSET_ADD. | 1245 | (fontset_add): Return void, for FONTSET_ADD. |
| 1246 | 1246 | ||
| 1247 | 2012-08-21 Paul Eggert <eggert@cs.ucla.edu> | 1247 | 2012-08-21 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -1757,7 +1757,7 @@ | |||
| 1757 | Start main loop and wait for application defined event. | 1757 | Start main loop and wait for application defined event. |
| 1758 | Inform select thread to stop selecting after main loop is exited. | 1758 | Inform select thread to stop selecting after main loop is exited. |
| 1759 | (ns_term_init): Create selfds pipe and set non-blocking. | 1759 | (ns_term_init): Create selfds pipe and set non-blocking. |
| 1760 | Initialize select_mutex. Start the select thread (fd_handler). | 1760 | Initialize select_mutex. Start the select thread (fd_handler). |
| 1761 | (fd_handler:): Loop forever, wait for info from the main thread | 1761 | (fd_handler:): Loop forever, wait for info from the main thread |
| 1762 | to either start or stop selecting. When select returns, send | 1762 | to either start or stop selecting. When select returns, send |
| 1763 | and appdefined event. | 1763 | and appdefined event. |
| @@ -1889,7 +1889,7 @@ | |||
| 1889 | (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info | 1889 | (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info |
| 1890 | if not present. | 1890 | if not present. |
| 1891 | (update_frame_tool_bar): Return early if data in xg_frame_tb_info | 1891 | (update_frame_tool_bar): Return early if data in xg_frame_tb_info |
| 1892 | is up to date. Otherwise store new data. | 1892 | is up to date. Otherwise store new data. |
| 1893 | (free_frame_tool_bar): Free xg_frame_tb_info if present. | 1893 | (free_frame_tool_bar): Free xg_frame_tb_info if present. |
| 1894 | 1894 | ||
| 1895 | 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru> | 1895 | 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru> |
| @@ -1916,7 +1916,7 @@ | |||
| 1916 | 2012-08-11 Jan Djärv <jan.h.d@swipnet.se> | 1916 | 2012-08-11 Jan Djärv <jan.h.d@swipnet.se> |
| 1917 | 1917 | ||
| 1918 | * nsterm.m (not_in_argv): New function. | 1918 | * nsterm.m (not_in_argv): New function. |
| 1919 | (application:openFile, application:openTempFile:): | 1919 | (application:openFile, application:openTempFile:): |
| 1920 | (application:openFileWithoutUI:, application:openFiles:): Open file | 1920 | (application:openFileWithoutUI:, application:openFiles:): Open file |
| 1921 | if not_in_argv returns non-zero (bug#12171). | 1921 | if not_in_argv returns non-zero (bug#12171). |
| 1922 | 1922 | ||
| @@ -3103,7 +3103,7 @@ | |||
| 3103 | 3103 | ||
| 3104 | 2012-07-21 Jan Djärv <jan.h.d@swipnet.se> | 3104 | 2012-07-21 Jan Djärv <jan.h.d@swipnet.se> |
| 3105 | 3105 | ||
| 3106 | * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134). | 3106 | * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134). |
| 3107 | (conversationIdentifier): Return value is NSInteger. | 3107 | (conversationIdentifier): Return value is NSInteger. |
| 3108 | * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA. | 3108 | * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA. |
| 3109 | 3109 | ||
| @@ -5613,7 +5613,7 @@ | |||
| 5613 | * lisp.h (struct vectorlike_header): New field `nbytes', | 5613 | * lisp.h (struct vectorlike_header): New field `nbytes', |
| 5614 | adjust comment accordingly. | 5614 | adjust comment accordingly. |
| 5615 | * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK' | 5615 | * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK' |
| 5616 | to denote vector blocks. Adjust users (live_vector_p, | 5616 | to denote vector blocks. Adjust users (live_vector_p, |
| 5617 | mark_maybe_pointer, valid_lisp_object_p) accordingly. | 5617 | mark_maybe_pointer, valid_lisp_object_p) accordingly. |
| 5618 | (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG. | 5618 | (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG. |
| 5619 | (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES), | 5619 | (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES), |
| @@ -5627,7 +5627,7 @@ | |||
| 5627 | (allocate_vector_from_block, init_vectors, allocate_vector_from_block) | 5627 | (allocate_vector_from_block, init_vectors, allocate_vector_from_block) |
| 5628 | (sweep_vectors): New functions. | 5628 | (sweep_vectors): New functions. |
| 5629 | (allocate_vectorlike): Return `zero_vector' as the only vector of | 5629 | (allocate_vectorlike): Return `zero_vector' as the only vector of |
| 5630 | 0 items. Allocate new vector from block if vector size is less than | 5630 | 0 items. Allocate new vector from block if vector size is less than |
| 5631 | or equal to VBLOCK_BYTES_MAX. | 5631 | or equal to VBLOCK_BYTES_MAX. |
| 5632 | (Fgarbage_collect): Move all vector sweeping code to sweep_vectors. | 5632 | (Fgarbage_collect): Move all vector sweeping code to sweep_vectors. |
| 5633 | (init_alloc_once): Add call to init_vectors. | 5633 | (init_alloc_once): Add call to init_vectors. |
| @@ -5717,7 +5717,7 @@ | |||
| 5717 | change it's type from Lisp_Object to bitfield. | 5717 | change it's type from Lisp_Object to bitfield. |
| 5718 | Change type of 'force_start', 'optional_new_start', | 5718 | Change type of 'force_start', 'optional_new_start', |
| 5719 | 'last_had_star', 'update_mode_line' and 'start_at_line_beg' | 5719 | 'last_had_star', 'update_mode_line' and 'start_at_line_beg' |
| 5720 | fields from Lisp_Object to bitfield. Adjust users accordingly. | 5720 | fields from Lisp_Object to bitfield. Adjust users accordingly. |
| 5721 | 5721 | ||
| 5722 | 2012-05-31 Paul Eggert <eggert@cs.ucla.edu> | 5722 | 2012-05-31 Paul Eggert <eggert@cs.ucla.edu> |
| 5723 | 5723 | ||