diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5e50ddb59ee..2f8e7a7ceeb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,44 @@ | |||
| 1 | 2011-01-19 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (ns_input_file, ns_input_font, ns_input_fontsize) | ||
| 4 | (ns_input_line, ns_input_color, ns_input_text, ns_working_text) | ||
| 5 | (ns_input_spi_name, ns_input_spi_arg) | ||
| 6 | (ns_alternate_modifier, ns_right_alternate_modifier) | ||
| 7 | (ns_command_modifier, ns_right_command_modifier, ns_control_modifier) | ||
| 8 | (ns_right_control_modifier, ns_function_modifier) | ||
| 9 | (ns_antialias_text, ns_confirm_quit): Move to globals.h. | ||
| 10 | (Vx_toolkit_scroll_bars, x_use_underline_position_properties) | ||
| 11 | (x_underline_at_descent_line): Remove declaration. | ||
| 12 | (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL. | ||
| 13 | |||
| 14 | * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks | ||
| 15 | (Vselection_alist, Vselection_converter_alist): Move to globals.h. | ||
| 16 | (syms_of_nsselect): Remove & from DEFVAR_LISP. | ||
| 17 | |||
| 18 | * nsmenu.m (Voverriding_local_map, Voverriding_local_map_menu_flag): | ||
| 19 | Remove declaration. | ||
| 20 | |||
| 21 | * nsfont.m (Vns_reg_to_script, ns_antialias_text): Move to | ||
| 22 | globals.h. | ||
| 23 | (syms_of_nsfont): Remove & from DEFVAR_LISP. | ||
| 24 | |||
| 25 | * nsfns.m (Vmenu_bar_mode, Vtool_bar_mode): Remove declaration. | ||
| 26 | (Vns_icon_type_alist, Vns_version_string): Move to globals.h. | ||
| 27 | (syms_of_nsfns): Remove & from DEFVAR_LISP calls. | ||
| 28 | |||
| 29 | * globals.h (struct emacs_globals): Add f_ns_input_file, | ||
| 30 | f_ns_input_font, f_ns_input_fontsize, f_ns_input_line, | ||
| 31 | f_ns_input_color, f_ns_input_text, f_ns_working_text, | ||
| 32 | f_ns_input_spi_name, f_ns_input_spi_arg, f_ns_alternate_modifier, | ||
| 33 | f_ns_right_alternate_modifier, f_ns_command_modifier, | ||
| 34 | f_ns_right_command_modifier, f_ns_control_modifier, | ||
| 35 | f_ns_right_control_modifier, f_ns_function_modifier, | ||
| 36 | f_ns_antialias_text, f_ns_confirm_quit, f_Vns_icon_type_alist, | ||
| 37 | f_Vns_version_string, f_Vns_sent_selection_hooks, | ||
| 38 | f_Vns_lost_selection_hooks, f_Vselection_alist, f_Vns_reg_to_script | ||
| 39 | and corresponding defines. | ||
| 40 | |||
| 41 | |||
| 1 | 2011-01-19 Sam Steingold <sds@gnu.org> | 42 | 2011-01-19 Sam Steingold <sds@gnu.org> |
| 2 | 43 | ||
| 3 | * w32.c (check_windows_init_file): Remove declarations of | 44 | * w32.c (check_windows_init_file): Remove declarations of |