diff options
| author | Paul Eggert | 2011-02-14 21:41:07 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-14 21:41:07 -0800 |
| commit | fae95934b8edae3f538063e756ac799ed94313b2 (patch) | |
| tree | 3bb814c43cd50db54591bf685e5cb72b863b5833 /src/ChangeLog | |
| parent | 6d302144c218f12bd380344ae2d3ed87a6ea9327 (diff) | |
| parent | bb55f713d2e4ea089a861a257d7d000432642ce9 (diff) | |
| download | emacs-fae95934b8edae3f538063e756ac799ed94313b2.tar.gz emacs-fae95934b8edae3f538063e756ac799ed94313b2.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 208 |
1 files changed, 206 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b56a2ce8dff..b1f60025263 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,207 @@ | |||
| 1 | 2011-02-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * nsfns.m (ns_set_name_as_filename, Fns_read_file_name): Use B_. | ||
| 4 | |||
| 5 | 2011-02-14 Michael Welsh Duggan <md5i@md5i.com> | ||
| 6 | |||
| 7 | * print.c (float_to_string): Ensure that a decimal point is | ||
| 8 | printed if using dtoastr (Bug#8033). | ||
| 9 | |||
| 10 | 2011-02-14 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * msdos.c (IT_frame_up_to_date): | ||
| 13 | * s/msdos.h (MODE_LINE_BINARY_TEXT): Use B_ for the MS-DOS build. | ||
| 14 | |||
| 15 | * dired.c (directory_files_internal): | ||
| 16 | * fileio.c (Finsert_file_contents): | ||
| 17 | * insdel.c (prepare_to_modify_buffer): | ||
| 18 | * xdisp.c (pos_visible_p): | ||
| 19 | * s/ms-w32.h (MODE_LINE_BINARY_TEXT): | ||
| 20 | * w32fns.c (Fw32_shell_execute, Fx_show_tip, x_create_tip_frame): | ||
| 21 | Use B_ for the MS-Windows build. | ||
| 22 | |||
| 23 | 2011-02-14 Jan Djärv <jan.h.d@swipnet.se> | ||
| 24 | |||
| 25 | * xrdb.c (x_load_resources): For LUCID and XFT, don't put a | ||
| 26 | resource that specifies helvetica for menus and dialogs. | ||
| 27 | |||
| 28 | * xmenu.c (apply_systemfont_to_dialog): Apply to *dialog.font. | ||
| 29 | (apply_systemfont_to_menu): Set resources *menubar*font and | ||
| 30 | *popup*font. Remove defflt. | ||
| 31 | (set_frame_menubar, create_and_show_popup_menu): Call | ||
| 32 | apply_systemfont_to_menu before lw_create_widget. | ||
| 33 | |||
| 34 | 2011-02-14 Tom Tromey <tromey@redhat.com> | ||
| 35 | |||
| 36 | * buffer.c (init_buffer_once, syms_of_buffer): Use B_ in DOS_NT case. | ||
| 37 | |||
| 38 | * keyboard.h: Remove obsolete comment. | ||
| 39 | |||
| 40 | 2011-02-14 Tom Tromey <tromey@parfait> | ||
| 41 | |||
| 42 | * composite.c (fill_gstring_header) | ||
| 43 | (composition_compute_stop_pos, composition_adjust_point) | ||
| 44 | (Ffind_composition_internal): Use B_. | ||
| 45 | * intervals.c (set_point_both, get_local_map): Use B_. | ||
| 46 | * callproc.c (Fcall_process, Fcall_process_region): Use B_. | ||
| 47 | * process.c (get_process, list_processes_1, Fstart_process) | ||
| 48 | (Fmake_serial_process, Fmake_network_process) | ||
| 49 | (read_process_output, send_process, exec_sentinel) | ||
| 50 | (status_notify, setup_process_coding_systems): Use B_. | ||
| 51 | * bytecode.c (Fbyte_code): Use B_. | ||
| 52 | * syntax.c (update_syntax_table, dec_bytepos, Fsyntax_table) | ||
| 53 | (Fset_syntax_table, Fmodify_syntax_entry, skip_chars) | ||
| 54 | (skip_syntaxes, scan_lists): Use B_. | ||
| 55 | * lread.c (readchar, unreadchar, openp, readevalloop) | ||
| 56 | (Feval_buffer, Feval_region): Use B_. | ||
| 57 | * print.c (printchar, strout, print_string, PRINTDECLARE) | ||
| 58 | (PRINTPREPARE, PRINTFINISH, temp_output_buffer_setup) | ||
| 59 | (print_object): Use B_. | ||
| 60 | * font.c (font_at): Use B_. | ||
| 61 | * fns.c (Fbase64_encode_region, Fbase64_decode_region, Fmd5): Use | ||
| 62 | B_. | ||
| 63 | * callint.c (check_mark, Fcall_interactively): Use B_. | ||
| 64 | * editfns.c (region_limit, Fmark_marker, save_excursion_save) | ||
| 65 | (save_excursion_restore, Fprevious_char, Fchar_before) | ||
| 66 | (general_insert_function, Finsert_char, Finsert_byte) | ||
| 67 | (make_buffer_string_both, Finsert_buffer_substring) | ||
| 68 | (Fcompare_buffer_substrings, subst_char_in_region_unwind) | ||
| 69 | (subst_char_in_region_unwind_1, Fsubst_char_in_region) | ||
| 70 | (Ftranslate_region_internal, save_restriction_restore) | ||
| 71 | (Fchar_equal): Use B_. | ||
| 72 | * data.c (swap_in_symval_forwarding, set_internal) | ||
| 73 | (Fmake_local_variable, Fkill_local_variable, Flocal_variable_p): | ||
| 74 | Use B_. | ||
| 75 | * undo.c (record_point, record_insert, record_delete) | ||
| 76 | (record_marker_adjustment, record_first_change) | ||
| 77 | (record_property_change, Fundo_boundary, truncate_undo_list) | ||
| 78 | (Fprimitive_undo): Use B_. | ||
| 79 | * search.c (compile_pattern_1, compile_pattern, looking_at_1) | ||
| 80 | (string_match_1, fast_looking_at, newline_cache_on_off) | ||
| 81 | (search_command, search_buffer, simple_search, boyer_moore) | ||
| 82 | (Freplace_match): Use B_. | ||
| 83 | * indent.c (buffer_display_table, recompute_width_table) | ||
| 84 | (width_run_cache_on_off, current_column, scan_for_column) | ||
| 85 | (Findent_to, position_indentation, compute_motion, vmotion): Use | ||
| 86 | B_. | ||
| 87 | * casefiddle.c (casify_object, casify_region): Use B_. | ||
| 88 | * casetab.c (Fcurrent_case_table, set_case_table): Use B_. | ||
| 89 | * cmds.c (Fself_insert_command, internal_self_insert): Use B_. | ||
| 90 | * fileio.c (Fexpand_file_name, Ffile_directory_p) | ||
| 91 | (Ffile_regular_p, Ffile_selinux_context) | ||
| 92 | (Fset_file_selinux_context, Ffile_modes, Fset_file_modes) | ||
| 93 | (Fset_file_times, Ffile_newer_than_file_p, decide_coding_unwind) | ||
| 94 | (Finsert_file_contents, choose_write_coding_system) | ||
| 95 | (Fwrite_region, build_annotations, Fverify_visited_file_modtime) | ||
| 96 | (Fset_visited_file_modtime, auto_save_error, auto_save_1) | ||
| 97 | (Fdo_auto_save, Fset_buffer_auto_saved): Use B_. | ||
| 98 | * minibuf.c (read_minibuf, get_minibuffer, Fread_buffer): Use B_. | ||
| 99 | * marker.c (Fmarker_buffer, Fset_marker, set_marker_restricted) | ||
| 100 | (set_marker_both, set_marker_restricted_both, unchain_marker): Use | ||
| 101 | B_. | ||
| 102 | * insdel.c (check_markers, insert_char, insert_1_both) | ||
| 103 | (insert_from_string_1, insert_from_gap, insert_from_buffer_1) | ||
| 104 | (adjust_after_replace, replace_range, del_range_2) | ||
| 105 | (modify_region, prepare_to_modify_buffer) | ||
| 106 | (Fcombine_after_change_execute): Use B_. | ||
| 107 | * filelock.c (unlock_all_files, Flock_buffer, Funlock_buffer) | ||
| 108 | (unlock_buffer): Use B_. | ||
| 109 | * keymap.c (Flocal_key_binding, Fuse_local_map) | ||
| 110 | (Fcurrent_local_map, push_key_description) | ||
| 111 | (Fdescribe_buffer_bindings): Use B_. | ||
| 112 | * keyboard.c (command_loop_1, read_char_minibuf_menu_prompt) | ||
| 113 | (read_key_sequence): Use B_. | ||
| 114 | * fringe.c (get_logical_cursor_bitmap) | ||
| 115 | (get_logical_fringe_bitmap, update_window_fringes): Use B_. | ||
| 116 | * xfns.c (x_create_tip_frame, Fx_show_tip): Use B_. | ||
| 117 | * xfaces.c (compute_char_face): Use B_. | ||
| 118 | * character.c (chars_in_text, Fget_byte): Use B_. | ||
| 119 | * category.c (check_category_table, Fcategory_table) | ||
| 120 | (Fset_category_table, char_category_set): Use B_. | ||
| 121 | * coding.c (decode_coding, encode_coding) | ||
| 122 | (make_conversion_work_buffer, decode_coding_gap) | ||
| 123 | (decode_coding_object, encode_coding_object) | ||
| 124 | (Fdetect_coding_region, Ffind_coding_systems_region_internal) | ||
| 125 | (Funencodable_char_position, Fcheck_coding_systems_region): Use | ||
| 126 | B_. | ||
| 127 | * charset.c (Ffind_charset_region): Use B_. | ||
| 128 | * window.c (window_display_table, unshow_buffer, window_loop) | ||
| 129 | (window_min_size_2, set_window_buffer, Fset_window_buffer) | ||
| 130 | (select_window, Fforce_window_update, temp_output_buffer_show) | ||
| 131 | (Fset_window_configuration, save_window_save): Use B_. | ||
| 132 | * xdisp.c (pos_visible_p, init_iterator, reseat_1) | ||
| 133 | (message_dolog, update_echo_area, ensure_echo_area_buffers) | ||
| 134 | (with_echo_area_buffer, setup_echo_area_for_printing) | ||
| 135 | (set_message_1, update_menu_bar, update_tool_bar) | ||
| 136 | (text_outside_line_unchanged_p, redisplay_internal) | ||
| 137 | (try_scrolling, try_cursor_movement, redisplay_window) | ||
| 138 | (try_window_reusing_current_matrix, row_containing_pos) | ||
| 139 | (try_window_id, get_overlay_arrow_glyph_row, display_line) | ||
| 140 | (Fcurrent_bidi_paragraph_direction, display_mode_lines) | ||
| 141 | (decode_mode_spec_coding, decode_mode_spec, display_count_lines) | ||
| 142 | (get_window_cursor_type, note_mouse_highlight): Use B_. | ||
| 143 | * frame.c (make_frame_visible_1): Use B_. | ||
| 144 | * dispnew.c (Fframe_or_buffer_changed_p): Use B_. | ||
| 145 | * dispextern.h (WINDOW_WANTS_HEADER_LINE_P) | ||
| 146 | (WINDOW_WANTS_MODELINE_P): Use B_. | ||
| 147 | * syntax.h (Vstandard_syntax_table): Update. | ||
| 148 | (CURRENT_SYNTAX_TABLE, SETUP_BUFFER_SYNTAX_TABLE): Use B_. | ||
| 149 | * intervals.h (TEXT_PROP_MEANS_INVISIBLE): Update. | ||
| 150 | (TEXT_PROP_MEANS_INVISIBLE): Use B_. | ||
| 151 | * character.h (FETCH_CHAR_ADVANCE): Update. | ||
| 152 | (INC_BOTH, ASCII_CHAR_WIDTH, DEC_BOTH): Use B_. | ||
| 153 | * category.h (Vstandard_category_table): Update. | ||
| 154 | * lisp.h (DEFVAR_BUFFER_DEFAULTS): Update for change to field | ||
| 155 | names. | ||
| 156 | (DOWNCASE_TABLE, UPCASE_TABLE): Use B_. | ||
| 157 | * buffer.c (swapfield_): New macro. | ||
| 158 | (Fbuffer_swap_text): Use swapfield_ where appropriate. | ||
| 159 | (Fbuffer_live_p, Fget_file_buffer, get_truename_buffer) | ||
| 160 | (Fget_buffer_create, clone_per_buffer_values) | ||
| 161 | (Fmake_indirect_buffer, reset_buffer) | ||
| 162 | (reset_buffer_local_variables, Fbuffer_name, Fbuffer_file_name) | ||
| 163 | (Fbuffer_local_value, buffer_lisp_local_variables) | ||
| 164 | (Fset_buffer_modified_p, Frestore_buffer_modified_p) | ||
| 165 | (Frename_buffer, Fother_buffer, Fbuffer_enable_undo) | ||
| 166 | (Fkill_buffer, Fset_buffer_major_mode, set_buffer_internal_1) | ||
| 167 | (set_buffer_temp, Fset_buffer, set_buffer_if_live) | ||
| 168 | (Fbarf_if_buffer_read_only, Fbury_buffer, Ferase_buffer) | ||
| 169 | (Fbuffer_swap_text, Fset_buffer_multibyte) | ||
| 170 | (swap_out_buffer_local_variables, record_overlay_string) | ||
| 171 | (overlay_strings, init_buffer_once, init_buffer, syms_of_buffer): | ||
| 172 | Use B_. | ||
| 173 | * buffer.h (struct buffer): Rename all Lisp_Object fields. | ||
| 174 | (BUFFER_INTERNAL_FIELD, B_): New macro. | ||
| 175 | (FETCH_CHAR, FETCH_CHAR_AS_MULTIBYTE): Use B_. | ||
| 176 | |||
| 177 | 2011-02-14 Jan Djärv <jan.h.d@swipnet.se> | ||
| 178 | |||
| 179 | * gtkutil.c (xg_tool_bar_menu_proxy): Handle case when tool bar label | ||
| 180 | is null. | ||
| 181 | |||
| 182 | 2011-02-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 183 | |||
| 184 | * callproc.c (Fcall_process): | ||
| 185 | * process.c (create_process): Replace Gtk with GConf in SIGPIPE | ||
| 186 | comment. | ||
| 187 | |||
| 188 | 2011-02-12 Martin Rudalics <rudalics@gmx.at> | ||
| 189 | |||
| 190 | * window.c (select_window): Check inhibit_point_swap argument when | ||
| 191 | deciding whether to return immediately. | ||
| 192 | |||
| 193 | 2011-02-12 Jan Djärv <jan.h.d@swipnet.se> | ||
| 194 | |||
| 195 | * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't become | ||
| 196 | zero (Bug#7348). | ||
| 197 | |||
| 198 | 2011-02-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 199 | |||
| 200 | * config.in (TERMINFO): New definition. | ||
| 201 | |||
| 202 | * s/netbsd.h: Use it to choose between terminfo and termcap | ||
| 203 | (Bug#7642). | ||
| 204 | |||
| 1 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> | 205 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 206 | ||
| 3 | * md5.c (md5_process_bytes): Use sizeof, not __alignof__. | 207 | * md5.c (md5_process_bytes): Use sizeof, not __alignof__. |
| @@ -1636,7 +1840,7 @@ | |||
| 1636 | 1840 | ||
| 1637 | * gtkutil.c (menubar_map_cb): New function (Bug#7425). | 1841 | * gtkutil.c (menubar_map_cb): New function (Bug#7425). |
| 1638 | (xg_update_frame_menubar): Connect signal map to menubar_map_cb. | 1842 | (xg_update_frame_menubar): Connect signal map to menubar_map_cb. |
| 1639 | Use 23 as menubar height if 0. (Bug#7425). | 1843 | Use 23 as menubar height if 0. (Bug#7425). |
| 1640 | 1844 | ||
| 1641 | 2010-11-26 Eli Zaretskii <eliz@gnu.org> | 1845 | 2010-11-26 Eli Zaretskii <eliz@gnu.org> |
| 1642 | 1846 | ||
| @@ -2643,7 +2847,7 @@ | |||
| 2643 | is more portable. | 2847 | is more portable. |
| 2644 | 2848 | ||
| 2645 | * keyboard.c (gobble_input): Move call of xd_read_queued_messages ... | 2849 | * keyboard.c (gobble_input): Move call of xd_read_queued_messages ... |
| 2646 | (kbd_buffer_get_event): ... here. This is needed for cygwin, which | 2850 | (kbd_buffer_get_event): ... here. This is needed for cygwin, which |
| 2647 | has not defined SIGIO. | 2851 | has not defined SIGIO. |
| 2648 | 2852 | ||
| 2649 | 2010-10-08 Chong Yidong <cyd@stupidchicken.com> | 2853 | 2010-10-08 Chong Yidong <cyd@stupidchicken.com> |