log src/ChangeLog @ 101421:112b0c79b63d

age author description
Sat, 24 Jan 2009 03:17:32 +0000 Chong Yidong * font.c (font_parse_xlfd): Handle patterns of length < 2.
Fri, 23 Jan 2009 14:32:47 +0000 Adrian Robert * nsterm.m (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change of 2008-11-15 to other terms. (Bug#615)
Fri, 23 Jan 2009 14:08:24 +0000 Adrian Robert * nsimage.m (setPixmapData:): Set to ignore image DPI.
Fri, 23 Jan 2009 10:31:54 +0000 Adrian Robert * nsterm.m (EmacsView-readSelectionFromPasteboard:) (writeSelectionToPasteboard:types:): New stubbed-out methods for NSServicesRequests protocol. (Bug#1435)
Fri, 23 Jan 2009 09:12:53 +0000 Adrian Robert * emacs.c (main): Do fork+exec under --daemon in Cocoa.
Fri, 23 Jan 2009 04:37:58 +0000 Chong Yidong * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
Thu, 22 Jan 2009 14:41:39 +0000 Juanma Barranquero Fix typos.
Thu, 22 Jan 2009 13:55:44 +0000 Adrian Robert Remove '23' comments that indicated code added during update from emacs-20 -> emacs-23.
Thu, 22 Jan 2009 13:31:54 +0000 Adrian Robert * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
Thu, 22 Jan 2009 12:23:47 +0000 Adrian Robert * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): Display all shortcuts, including those w/o super modifier.
Thu, 22 Jan 2009 11:41:24 +0000 Adrian Robert fix date in last commit
Thu, 22 Jan 2009 11:39:10 +0000 Adrian Robert * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for ns_alternate_modifier. (Bug#1217)
Thu, 22 Jan 2009 04:42:41 +0000 Chong Yidong * fileio.c (Vwrite_region_post_annotation_function)
Thu, 22 Jan 2009 00:00:13 +0000 Adrian Robert * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns.m (ns_do_applescript): Conditionalize typeUTF16ExternalRepresentation on Tiger.
Wed, 21 Jan 2009 22:28:45 +0000 Adrian Robert * nsimage.m (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color values in onTiger section. * nsterm.m (ns_defined_color): Fix settings of the XColor variable fields: red,green,blue scale to 2-byte, pixel's components to 1-byte. (Bug#1663)