Mercurial > emacs
comparison src/ChangeLog @ 82783:8a06fd81b05c
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 23 Aug 2007 08:45:46 +0000 |
parents | e60bd7840253 |
children | 8c21b4187989 |
comparison
equal
deleted
inserted
replaced
82782:4a8f2bf9fced | 82783:8a06fd81b05c |
---|---|
1 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables. | |
4 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@. | |
5 (LIBX): Remove @RSVG_LIBS@. | |
6 (LIBES): Add $(RSVG_LIBS). | |
7 | |
8 * image.c (svg_load_image): Blend with specified background if exists. | |
9 Use IMAGE_BACKGROUND. Add Mac OS Support. | |
10 | |
11 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable. | |
12 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]: | |
13 Remove macros. | |
14 [MAC_OSX] (socket_callback): Do nothing. | |
15 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of | |
16 ReceiveNextEvent. | |
17 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to | |
18 socket_callback. | |
19 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing. | |
20 | |
1 2007-08-22 Glenn Morris <rgm@gnu.org> | 21 2007-08-22 Glenn Morris <rgm@gnu.org> |
2 | 22 |
3 * image.c (x_find_image_file): Search in etc/images/ rather than | 23 * image.c (x_find_image_file): Search in etc/images/ rather than |
4 etc/. | 24 etc/. |
5 | 25 |