comparison src/ChangeLog @ 64278:b5d88178dd8d

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 13 Jul 2005 09:13:35 +0000
parents 33ac839960ee
children 6a7d77aba21b
comparison
equal deleted inserted replaced
64277:72dab4f8f589 64278:b5d88178dd8d
1 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c: Don't include stdlib.h or composite.h.
4 (x_use_underline_position_properties, last_mouse_press_frame)
5 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
6 (syms_of_macterm, mac_initialize): Don't initialize them.
7 (waiting_for_input, initial_argv, initial_argc)
8 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
9 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
10 (extra_keyboard_modifiers): Fix type in extern.
11 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
12 (x_scroll_bar_report_motion): Add argument types to declaration.
13 (mac_compute_glyph_string_overhangs): Add declaration.
14 (disable_mouse_highlight): Remove unused variable.
15 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
16 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
17 (x_scroll_bar_handle_drag): Remove argument `timestamp'. All
18 callers changed.
19 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
20 timestamp.
21 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
22 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
23 only when its width is less than the height.
24 (XTredeem_scroll_bar): Sync with xterm.c.
25 (font_name_table, font_name_table_size, font_name_count): Make
26 static.
27 (drag_and_drop_file_list): Remove variable. Previous use is now
28 local to function.
29 (do_ae_open_documents): Move DRAG_N_DROP event construction part
30 from XTread_socket.
31 (XTread_socket): Consolidate setting of event timestamp. Move
32 DRAG_N_DROP event construction part to do_ae_open_documents.
33 Support extra_keyboard_modifiers.
34
35 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
36 beginning with that for ASCII.
37
1 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca> 38 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 39
3 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars. 40 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
4 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold. 41 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
5 (syms_of_alloc): Declare gc-cons-percentage. 42 (syms_of_alloc): Declare gc-cons-percentage.