emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Thu, 23 Aug 2007 08:45:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   07/08/23 08:45:47

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5795
retrieving revision 1.5796
diff -u -b -r1.5795 -r1.5796
--- ChangeLog   23 Aug 2007 03:59:55 -0000      1.5795
+++ ChangeLog   23 Aug 2007 08:45:46 -0000      1.5796
@@ -1,3 +1,23 @@
+2007-08-23  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
+       (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @address@hidden
+       (LIBX): Remove @address@hidden
+       (LIBES): Add $(RSVG_LIBS).
+
+       * image.c (svg_load_image): Blend with specified background if exists.
+       Use IMAGE_BACKGROUND.  Add Mac OS Support.
+
+       * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
+       (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
+       Remove macros.
+       [MAC_OSX] (socket_callback): Do nothing.
+       [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
+       ReceiveNextEvent.
+       [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
+       socket_callback.
+       (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
+
 2007-08-22  Glenn Morris  <address@hidden>
 
        * image.c (x_find_image_file): Search in etc/images/ rather than




reply via email to

[Prev in Thread] Current Thread [Next in Thread]