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)
Wed, 21 Jan 2009 18:56:41 +0000 Adrian Robert * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window. (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
Wed, 21 Jan 2009 18:13:26 +0000 Adrian Robert * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues. * nsterm.m (EmacsPrefsController-setPanelFromDefaultValues) New function. (EmacsPrefsController-resetToDefaults:): Use it.
Wed, 21 Jan 2009 17:56:37 +0000 Adrian Robert (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
Wed, 21 Jan 2009 17:28:05 +0000 Adrian Robert * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. (Bug#1316)
Wed, 21 Jan 2009 17:09:28 +0000 Adrian Robert *** empty log message ***
Wed, 21 Jan 2009 17:05:45 +0000 Adrian Robert * nsterm.m: (x_set_frame_alpha): Add prototype. (ns_fake_keydown, EmacsView-keyUp:): New variable and function to handle Ctrl-tab. (ns_get_color): Use unsigned long long for scanned hex string value. (ns_term_shutdown): Abort on non SIGTERM signals.
Wed, 21 Jan 2009 16:34:24 +0000 Adrian Robert * nsmenu.m (NSMENUPROFILE): Change #if style.
Mon, 19 Jan 2009 16:40:30 +0000 Chong Yidong * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
Mon, 19 Jan 2009 15:05:32 +0000 Chong Yidong * fns.c (Fsubstring): Doc fix.
Mon, 19 Jan 2009 12:08:31 +0000 Kenichi Handa *** empty log message ***
Sun, 18 Jan 2009 03:58:09 +0000 Juanma Barranquero * dbusbind.c (Fdbus_register_signal):
Sun, 18 Jan 2009 03:28:35 +0000 Juanma Barranquero * callproc.c (Fgetenv_internal): Doc fix.
Fri, 16 Jan 2009 15:09:39 +0000 Chong Yidong * xfns.c (x_make_gc): Don't allocate stipple member for gc_values; it
Fri, 16 Jan 2009 03:26:29 +0000 Glenn Morris (Ffont_variation_glyphs): Silence compiler.
Thu, 15 Jan 2009 18:04:34 +0000 Juanma Barranquero * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.