aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-03-16 03:30:34 +0000
committerYAMAMOTO Mitsuharu2005-03-16 03:30:34 +0000
commit6a3fac90c528f1d426eebcb18a570f9faa84b701 (patch)
tree53821a479c3cca1e327bf0903cc36e23e7356f94 /src/ChangeLog
parentee292cd47f72cdc797dcc5730fe970fdad2bb309 (diff)
downloademacs-6a3fac90c528f1d426eebcb18a570f9faa84b701.tar.gz
emacs-6a3fac90c528f1d426eebcb18a570f9faa84b701.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog50
1 files changed, 49 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f0f27785e3d..5cb996d7443 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,55 @@
12005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
4 Remove unused variables.
5 (syms_of_macfns): Don't initialize them. Likewise for
6 Qface_set_after_frame_default. Defvar and initialize
7 Vx_window_horizontal_drag_shape.
8 (x_set_mouse_color): Change mouse pointer shape.
9 (mac_window) [!MAC_OSX]: Create root control.
10 (mac_window): Remove initializations of mouse pointer shapes.
11 (hourglass_started): New function (from xfns.c).
12 (start_hourglass, cancel_hourglass): Put function body in #ifdef
13 MAC_OSX.
14 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
15 indicator for each non-tooltip frame if needed, and show it.
16 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress
17 indicators.
18
19 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
20 Controls.h. Use ThemeCursor instead of CursHandle.
21
22 * macterm.c (activate_scroll_bars, deactivate_scroll_bars): Remove
23 functions and declarations.
24 (mac_set_colors): Take argument for saving background color. All
25 callers changed.
26 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
27 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
28 background color.
29 (x_update_end, mac_do_track_drag): Don't reset background color.
30 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]: Use
31 SetThemeCursor.
32 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
33 indicator control to the upper-right corner of the window.
34 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
35 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
36 (do_window_update): Update controls after updating content area.
37 (mac_handle_window_event): Remove unused extern.
38 (XTread_socket): Check both control handle and control part code
39 to determine whether a scroll bar is clicked. Activate/deactivate
40 root control instead of contained scroll bar controls.
41 (make_mac_terminal_frame): Use ThemeCursor constants.
42
43 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: New
44 member hourglass_control.
45 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
46 (activate_scroll_bars, deactivate_scroll_bars): Remove
47 declarations.
48
12005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 492005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 50
3 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it 51 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
4 coincide with that in Apple X11 except `clear', `enter' on 52 coincides with that in Apple X11 except `clear', `enter' on
5 laptops, and fn + `enter' on laptops. 53 laptops, and fn + `enter' on laptops.
6 54
72005-03-12 Stefan Monnier <monnier@iro.umontreal.ca> 552005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>