aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2007-12-04 21:29:40 +0000
committerMichael Albinus2007-12-04 21:29:40 +0000
commit39abdd4a8a738492cc7d28c252895a868dc6c168 (patch)
treecbd03de63818effdf4da4a158c8982c374b598cb /src/ChangeLog
parent5363d8eaa64bf0e7a8dc0dc960fd3cf9436dc5a9 (diff)
downloademacs-39abdd4a8a738492cc7d28c252895a868dc6c168.tar.gz
emacs-39abdd4a8a738492cc7d28c252895a868dc6c168.zip
* dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Renamed from
Qdbus_system_bus and Qdbus_session_bus, respectively. (Vdbus_intern_symbols): Removed. (Vdbus_registered_functions_table): New hash table. (XD_SYMBOL_INTERN_SYMBOL): Removed. (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal): Rewritten in order to manage registered functions by hash table Vdbus_registered_functions_table.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e6cb471321..2f46ea446e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12007-12-04 Michael Albinus <michael.albinus@gmx.de>
2
3 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Renamed from
4 Qdbus_system_bus and Qdbus_session_bus, respectively.
5 (Vdbus_intern_symbols): Removed.
6 (Vdbus_registered_functions_table): New hash table.
7 (XD_SYMBOL_INTERN_SYMBOL): Removed.
8 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
9 Rewritten in order to manage registered functions by hash table
10 Vdbus_registered_functions_table.
11
12007-12-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 122007-12-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 13
3 * xterm.c: Update URL to Window Manager Specification in comment. 14 * xterm.c: Update URL to Window Manager Specification in comment.