comparison src/ChangeLog @ 96412:e8f9b8f1538f

(Fvertical_motion): Properly handle float column arg.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 29 Jun 2008 13:56:50 +0000
parents 4b6d1b55f59c
children 9e8b96a59b97
comparison
equal deleted inserted replaced
96411:31e595cb6c02 96412:e8f9b8f1538f
1 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * indent.c (Fvertical_motion): Properly handle float column arg.
4
1 2008-06-28 Jason Rumney <jasonr@gnu.org> 5 2008-06-28 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer. 7 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
4 (pfnSetLayeredWindowAttributes): New function pointer. 8 (pfnSetLayeredWindowAttributes): New function pointer.
5 (w32_initialize): Initialize it when supported. 9 (w32_initialize): Initialize it when supported.
6 (x_set_frame_alpha): New function. 10 (x_set_frame_alpha): New function.
7 11
8 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'. 12 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9 (w32_frame_parm_handlers): Set alpha handler. 13 (w32_frame_parm_handlers): Set alpha handler.
10 14
11 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha. 15 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
12 16
13 2008-06-27 Jason Rumney <jasonr@gnu.org> 17 2008-06-27 Jason Rumney <jasonr@gnu.org>
14 18
15 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) 19 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
16 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions. 20 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
17 (w32_to_x_charset, x_to_w32_charset) 21 (w32_to_x_charset, x_to_w32_charset)
18 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default) 22 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
19 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab) 23 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
20 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem) 24 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
21 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic) 25 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
22 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek) 26 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
23 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai) 27 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
24 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c. 28 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
25 (Qw32_charset_unicode): Remove. 29 (Qw32_charset_unicode): Remove.
26 (syms_of_w32fns): Update for above changes. 30 (syms_of_w32fns): Update for above changes.
27 31
28 * w32font.c (w32_to_x_charset, x_to_w32_charset) 32 * w32font.c (w32_to_x_charset, x_to_w32_charset)
29 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default) 33 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
30 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab) 34 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
31 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem) 35 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
32 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic) 36 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
33 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek) 37 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
34 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai) 38 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
35 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c. 39 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
36 (syms_of_w32font): Update for above changes. 40 (syms_of_w32font): Update for above changes.
37 41
38 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu> 42 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
39 43
40 * s/usg5-4.h: Fix previous change: keep the correct branch of a 44 * s/usg5-4.h: Fix previous change: keep the correct branch of a
41 removed #if. 45 removed #if.