Mercurial > emacs
view nextstep/FOR-RELEASE @ 96759:1e2f7aab70ba
* Makefile.in: Undef LIB_STANDARD before defining it to silence warning
in case it was defined already.
USE @GNUSTEP_MAKEFILES@ rather than envvars.
* nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
ns_default.
(applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
Lisp_Objects.
* nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
(ns_defined_color, ns_color_to_lisp): Declare.
* nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
(Fns_own_selection_internal): Make the big ugly hack more explicit, so
it's accepted even with USE_LISP_UNION_TYPE.
* nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
(update_frame_tool_bar): Remove apparently obsolete tests for
non-integerness of f->tool_bar_lines.
(windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
* nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
(nsfont_open): Don't confuse NULL for Qnil.
* nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
* menu.h (find_and_call_menu_selection):
* menu.c (find_and_call_menu_selection): Use just int for vector size.
(find_and_return_menu_selection): Always return something.
* frame.h: Include dispextern.h for Display_Info.
(display_x_get_resource): Declare.
* configure.in: Extract and substitute GNUSTEP_MAKEFILES.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 17 Jul 2008 03:33:59 +0000 |
parents | 9697a5f0281d |
children | d92ec7333164 |
line wrap: on
line source
-*- outline -*- * BUGS * NON-SPECIFIC ** Find out why char_quoted() in syntax.c gets called with Fix char_quoted's workaround. ** Remove Feval calls relating to insert working text in isearch mode. ** free_frame_resources, face colors ** look at nsfont_char_width and nsfont_string_width utils (Dan C.) ** config improvements (Dan C.) * Mac-related: ** open file:/// URLs ** finish handle terminate request (user logout) ** put frame autopositioning into C code somewhere -- if loc = same, offset ** automap ctrl-mouse-1 to mouse-3 ** deal with Finder aliases somehow ** Ctrl-F2 won't pull up menus * Cursor: ** ns_cursor_blink_rate: when set in preferences, somehow save the option (but calling custom-save-all from this causes error) ** cursor nonerase on certain Leopard and Tiger installations ** if I do: (mouse-avoidance-mode 'banish) and then minimize Emacs, it pops back immediately. Also, it insists on being on top of other windows if they overlap. ** cursor-over bugs w/some scripts (move around in HELLO to see) Keyboard: On a German (PowerBook?) keyboard alt-` produces the correct ˚, without alt modifier only the message “<S-268632064> is undefined” is produced. Peter Maurer’s Key codes shows: * Modifier Change: ⇧ 131330/0x20102 * Key Down/Up event: ⇧ 24/0x18 [note, this is += key on German KB setting on US keyboard] [unable to reproduce w/German KB setting -- need German laptop?] ** numeric keysetting bug * Other: ** better recog of unicode scripts / Greek / composition ** Ctrl-g not picked up in all situations get --experimental-ctrl-g in 'compile' working better ** Exec-dump not working on GNUstep (so slow startup). ** undo for color-drag face customization