view nextstep/FOR-RELEASE @ 96801:282e0881421e

* net/dbus.el (dbus-interface-properties): New defconst. (dbus-introspect): Update docstring. (dbus-introspect-xml, dbus-introspect-get-attribute) (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes) (dbus-introspect-get-interface-names) (dbus-introspect-get-interface, dbus-introspect-get-method-names) (dbus-introspect-get-method, dbus-introspect-get-signal-names) (dbus-introspect-get-signal, dbus-introspect-get-property-names) (dbus-introspect-get-property) (dbus-introspect-get-annotation-names) (dbus-introspect-get-annotation) (dbus-introspect-get-argument-names, dbus-introspect-get-argument) (dbus-introspect-get-signature, dbus-get-property) (dbus-set-property, dbus-get-all-properties): New defuns.
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 18 Jul 2008 20:20:03 +0000
parents d92ec7333164
children f6418143551e
line wrap: on
line source

-*- outline -*-

* BUGS
* NON-SPECIFIC

** Find out why char_quoted() in syntax.c gets called with charpos < 2 ||
   bytepos < 2 only under NS port.

** 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.)

** numeric keysetting bug


* 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: change to use generic code; also, 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)


* 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