aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-10-25 08:13:44 +0000
committerYAMAMOTO Mitsuharu2005-10-25 08:13:44 +0000
commit05f7d868db12381a1fd077dc39b221f166c90825 (patch)
tree19fd9b951a6a524f572a10c5e971e7eaae056742 /src/ChangeLog
parentde297941ce40873d2ea0dc1babc1d37292416520 (diff)
downloademacs-05f7d868db12381a1fd077dc39b221f166c90825.tar.gz
emacs-05f7d868db12381a1fd077dc39b221f166c90825.zip
(last_mouse_glyph_frame): New var.
(note_mouse_movement): Say mouse moved if current frame differs from last_mouse_glyph_frame, and update last_mouse_glyph_frame. (XTmouse_position): Set last_mouse_glyph_frame. (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event. (mac_draw_string_common) [MAC_OSX && WORDS_BIG_ENDIAN]: Fix typo. Use EndianU16_BtoN. (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls. (x_per_char_metric, XLoadQueryFont) [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get glyph bounds. (mac_to_x_fontname, mac_do_list_fonts) (mac_initialize_display_info): Change screen resolutions to 72dpi.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cbf49b50302..9bb33016bb4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * image.c [MAC_OS] (image_load_qt_1): Check image size.
4 Use GraphicsImportGetImageDescription instead of
5 GraphicsImportGetNaturalBounds.
6 [MAC_OSX] (image_load_quartz2d): Check image size.
7 [MAC_OS] (xpm_load_image): Likewise.
8
9 * macterm.c (last_mouse_glyph_frame): New var.
10 (note_mouse_movement): Say mouse moved if current frame differs
11 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
12 (XTmouse_position): Set last_mouse_glyph_frame.
13 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
14 (mac_draw_string_common) [MAC_OSX && WORDS_BIG_ENDIAN]: Fix typo.
15 Use EndianU16_BtoN.
16 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
17 (x_per_char_metric, XLoadQueryFont)
18 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
19 glyph bounds.
20 (mac_to_x_fontname, mac_do_list_fonts)
21 (mac_initialize_display_info): Change screen resolutions to 72dpi.
22
12005-10-25 Masatake YAMATO <jet@gyve.org> 232005-10-25 Masatake YAMATO <jet@gyve.org>
2 24
3 * minibuf.c (Fdisplay_completion_list): Small doc fix. 25 * minibuf.c (Fdisplay_completion_list): Small doc fix.