comparison src/ChangeLog @ 105630:e2e6510fb5ca

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 16 Oct 2009 04:32:23 +0000
parents 8205744f091c
children f51e9b41be2c
comparison
equal deleted inserted replaced
105629:bdfcf9d2baaa 105630:e2e6510fb5ca
13 2009-10-15 Kenichi Handa <handa@m17n.org> 13 2009-10-15 Kenichi Handa <handa@m17n.org>
14 14
15 * print.c (print_object): Escape a symbol like "2E10" too. 15 * print.c (print_object): Escape a symbol like "2E10" too.
16 16
17 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com> 17 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
18 Cleanups and changes for 64-bit compile under Snow Leopard. Based 18
19 on suggestions by Erik Charlebois. 19 Cleanups and changes for 64-bit compile under Snow Leopard.
20 Based on suggestions by Erik Charlebois.
20 21
21 * nsfns.m (xw-color-values): Use CGFloat where appropriate. 22 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
22 23
23 * nsfont.m (ns_char_width): Replace deprecated call. 24 * nsfont.m (ns_char_width): Replace deprecated call.
24 (ns_findfonts, nsfont_list_family): Use long format in printf, and 25 (ns_findfonts, nsfont_list_family): Use long format in printf, and
32 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat 33 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
33 where appropriate. 34 where appropriate.
34 35
35 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger 36 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
36 where appropriate. 37 where appropriate.
37 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use 38 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
38 stringWithUTF8String. 39 Use stringWithUTF8String.
39 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature. 40 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
40 41
41 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add 42 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
42 formal protocol mention to inheritance. 43 Add formal protocol mention to inheritance.
43 [NS_HAVE_NSINTEGER]: Drop conditional and contents. 44 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
44 45
45 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix 46 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
46 printf format. 47 Fix printf format.
47 (ns_query_color): Use CGFloat where appropriate. 48 (ns_query_color): Use CGFloat where appropriate.
48 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. 49 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
49 (EmacsScroller-mouseDown:) Use long format in printf, and cast 50 (EmacsScroller-mouseDown:) Use long format in printf, and cast
50 argument. 51 argument.
51 52