diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a47586e08c3..205a6a108f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Use SDATA. Follow coding convention of placing operators at | ||
| 4 | beginning of next line rather than end of previous line, and placing | ||
| 5 | spaces around infix operators. | ||
| 6 | |||
| 7 | * Makefile.in: Undef LIB_STANDARD before defining it to silence warning | ||
| 8 | in case it was defined already. | ||
| 9 | USE @GNUSTEP_MAKEFILES@ rather than envvars. | ||
| 10 | * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to | ||
| 11 | ns_default. | ||
| 12 | (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare | ||
| 13 | Lisp_Objects. | ||
| 14 | * nsterm.h (Fx_display_grayscale_p, Fx_display_planes) | ||
| 15 | (ns_defined_color, ns_color_to_lisp): Declare. | ||
| 16 | * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear) | ||
| 17 | (Fns_own_selection_internal): Make the big ugly hack more explicit, so | ||
| 18 | it's accepted even with USE_LISP_UNION_TYPE. | ||
| 19 | * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects. | ||
| 20 | (update_frame_tool_bar): Remove apparently obsolete tests for | ||
| 21 | non-integerness of f->tool_bar_lines. | ||
| 22 | (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly | ||
| 23 | hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE. | ||
| 24 | * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast. | ||
| 25 | (nsfont_open): Don't confuse NULL for Qnil. | ||
| 26 | * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects. | ||
| 27 | * menu.h (find_and_call_menu_selection): | ||
| 28 | * menu.c (find_and_call_menu_selection): Use just int for vector size. | ||
| 29 | (find_and_return_menu_selection): Always return something. | ||
| 30 | * frame.h: Include dispextern.h for Display_Info. | ||
| 31 | (display_x_get_resource): Declare. | ||
| 32 | |||
| 1 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> | 33 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 34 | ||
| 3 | * syntax.c: Remove stdio.h include accidentally introduced in | 35 | * syntax.c: Remove stdio.h include accidentally introduced in |