diff options
| author | Juanma Barranquero | 2009-10-16 04:32:23 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-10-16 04:32:23 +0000 |
| commit | 6e4780c5adc77a327af7a9ecc10b027e9bc4301d (patch) | |
| tree | d101f2813c6302937853dc6aa5fcbba82ec522af /src/ChangeLog | |
| parent | fd6c51348d61f24ff74319520446456209cbb6a2 (diff) | |
| download | emacs-6e4780c5adc77a327af7a9ecc10b027e9bc4301d.tar.gz emacs-6e4780c5adc77a327af7a9ecc10b027e9bc4301d.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fb06e8fc14e..7794f7a8cab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -15,8 +15,9 @@ | |||
| 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 | ||
| @@ -34,16 +35,16 @@ | |||
| 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 |