diff options
| author | Michael Albinus | 2009-06-28 15:22:37 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-06-28 15:22:37 +0000 |
| commit | 78c383195cc7e9a0bc73cef25e42c868ee884c82 (patch) | |
| tree | c7b00ef9629252f3858358430bfba6837ada4526 /src/ChangeLog | |
| parent | cebabb67a3761fd9ef97d092ee767d48c326aaed (diff) | |
| download | emacs-78c383195cc7e9a0bc73cef25e42c868ee884c82.tar.gz emacs-78c383195cc7e9a0bc73cef25e42c868ee884c82.zip | |
* dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
for hours, when optimzation is enabled.
(xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
(xd_read_message): Make them static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d359d25e4c4..6177e71534d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-06-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function | ||
| 4 | xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile | ||
| 5 | for hours, when optimzation is enabled. | ||
| 6 | (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize) | ||
| 7 | (xd_read_message): Make them static. | ||
| 8 | |||
| 1 | 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change) | 9 | 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change) |
| 2 | 10 | ||
| 3 | * term.c (turn_on_face): Allow simultaneously bold and dim | 11 | * term.c (turn_on_face): Allow simultaneously bold and dim |