# HG changeset patch # User Adrian Robert # Date 1227677542 0 # Node ID 54f4d6ed093e89aadfa6a69237134e62f5e8050c # Parent 38651f6d4a22547a47240d4fee9b4e8c2d6f9728 committing logs wrote but forgot to commit last night diff -r 38651f6d4a22 -r 54f4d6ed093e src/ChangeLog --- a/src/ChangeLog Wed Nov 26 05:31:08 2008 +0000 +++ b/src/ChangeLog Wed Nov 26 05:32:22 2008 +0000 @@ -3,6 +3,25 @@ * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with ifdef. (Bug#1383) +2008-11-24 Adrian Robert + + * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044). + +2008-11-24 Wolfgang Lux (tiny change) + + * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged): + New EmacsView methods. + (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants. + Fixes bug #1048,1357,1414. + +2008-11-24 Adrian Robert + + Fix bug #1362. + * image.c (x_clear_image_1): Do not free background under HAVE_NS, it + is not an indexed color. + * nsterm.m (free_indexed_color): Add argument checking. + * nsfns.m: Move config.h to before system includes (advised by Dan N.). + 2008-11-24 Chong Yidong * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):