aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-07-13 09:13:35 +0000
committerYAMAMOTO Mitsuharu2005-07-13 09:13:35 +0000
commitc229fb15669daba6ad8576e2f16792c1e4318a86 (patch)
tree433484f84fafd03a3c1bfe8faa2c14f4c69967cd /src/ChangeLog
parent17d0f03b645c00637a555a6475f17f9efb4611e5 (diff)
downloademacs-c229fb15669daba6ad8576e2f16792c1e4318a86.tar.gz
emacs-c229fb15669daba6ad8576e2f16792c1e4318a86.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b2f7bfcbfb4..22818a9c02d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,40 @@
12005-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
12005-07-13 Stefan Monnier <monnier@iro.umontreal.ca> 382005-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.