aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2009-10-12 00:28:30 +0000
committerAdrian Robert2009-10-12 00:28:30 +0000
commitbf6c75c9675cae46afc82ad87dfdb4fe413a5114 (patch)
tree1193e313e4336a585cab7d0ff26bb3b6317e85c5 /src/ChangeLog
parente7b90afd6578bab1274627f107150c5393049d71 (diff)
downloademacs-bf6c75c9675cae46afc82ad87dfdb4fe413a5114.tar.gz
emacs-bf6c75c9675cae46afc82ad87dfdb4fe413a5114.zip
2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
Changes for 64-bit compile under Snow Leopard. * nsfns.m (xw-color-values): Use CGFloat where appropriate. * nsfont.m (ns_char_width): Replace deprecated call (suggested by Erik Charlebois). (ns_findfonts, nsfont_list_family): Use long format in printf, and cast argument. (nsfont_open): Use ns_char_width() everywhere. (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate. * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat. * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate. * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger where appropriate. (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use stringWithUTF8String. (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature. * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance. [NS_HAVE_NSINTEGER]: Drop conditional and contents. * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix printf format. (ns_query_color): Use CGFloat where appropriate. (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. (EmacsScroller-mouseDown:) Use long format in printf, and cast argument.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 02aa2d5cd65..c462146157c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,38 @@
12009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2 Changes for 64-bit compile under Snow Leopard.
3
4 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
5
6 * nsfont.m (ns_char_width): Replace deprecated call (suggested by
7 Erik Charlebois).
8 (ns_findfonts, nsfont_list_family): Use long format in printf, and
9 cast argument.
10 (nsfont_open): Use ns_char_width() everywhere.
11 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where
12 appropriate.
13
14 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
15
16 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
17 where appropriate.
18
19 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
20 where appropriate.
21 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use
22 stringWithUTF8String.
23 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
24
25 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add
26 formal protocol mention to inheritance.
27 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
28
29 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix
30 printf format.
31 (ns_query_color): Use CGFloat where appropriate.
32 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
33 (EmacsScroller-mouseDown:) Use long format in printf, and cast
34 argument.
35
12009-10-11 Glenn Morris <rgm@gnu.org> 362009-10-11 Glenn Morris <rgm@gnu.org>
2 37
3 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535) 38 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)