aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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)