diff options
| author | Juanma Barranquero | 2008-01-07 12:45:01 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-01-07 12:45:01 +0000 |
| commit | a0a3805cf6b096ed322c458b5f9a10eb0ccb3e1b (patch) | |
| tree | 01c670a7aa674c1a8de15dcd7d2009e8edf4d4fd /src | |
| parent | 698c8717155eff301f4249eaa45ed2ef78506a98 (diff) | |
| download | emacs-a0a3805cf6b096ed322c458b5f9a10eb0ccb3e1b.tar.gz emacs-a0a3805cf6b096ed322c458b5f9a10eb0ccb3e1b.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 462373d59af..92ad0ae9c20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2008-01-06 Nick Roberts <nickrob@snap.net.nz> | 1 | 2008-01-06 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 2 | ||
| 3 | * keyboard.c (parse_menu_item): Don't enclose key bindings on | 3 | * keyboard.c (parse_menu_item): Don't enclose key bindings on |
| 4 | menu bar in parentheses. | 4 | menu bar in parentheses. |
| 5 | 5 | ||
| 6 | 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -121,7 +121,7 @@ | |||
| 121 | 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu> | 121 | 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu> |
| 122 | 122 | ||
| 123 | * s/rtu.h: | 123 | * s/rtu.h: |
| 124 | * m/masscomp.h: Remove files. Platform is obsolete. | 124 | * m/masscomp.h: Remove files. Platform is obsolete. |
| 125 | 125 | ||
| 126 | 2008-01-04 Michael Albinus <michael.albinus@gmx.de> | 126 | 2008-01-04 Michael Albinus <michael.albinus@gmx.de> |
| 127 | 127 | ||
| @@ -148,7 +148,7 @@ | |||
| 148 | unsigned int for byte values (necessary for big-endian platform). | 148 | unsigned int for byte values (necessary for big-endian platform). |
| 149 | (Fdbus_call_method): Handle the case of no returned arguments. | 149 | (Fdbus_call_method): Handle the case of no returned arguments. |
| 150 | 150 | ||
| 151 | 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change) | 151 | 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change) |
| 152 | 152 | ||
| 153 | * dbusbind.c (xd_read_message): Use non-static input_event struct. | 153 | * dbusbind.c (xd_read_message): Use non-static input_event struct. |
| 154 | 154 | ||
| @@ -214,8 +214,8 @@ | |||
| 214 | * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE): | 214 | * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE): |
| 215 | New macros. | 215 | New macros. |
| 216 | (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE. | 216 | (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE. |
| 217 | (XD_OBJECT_TO_DBUS_TYPE): Rename from | 217 | (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE. |
| 218 | XD_LISP_OBJECT_TO_DBUS_TYPE. Simplify. | 218 | Simplify. |
| 219 | (xd_signature): New function. | 219 | (xd_signature): New function. |
| 220 | (xd_append_arg): Compute also signatures. Major rewrite. | 220 | (xd_append_arg): Compute also signatures. Major rewrite. |
| 221 | (xd_retrieve_arg): Make debug messages friendly. | 221 | (xd_retrieve_arg): Make debug messages friendly. |
| @@ -319,7 +319,7 @@ | |||
| 319 | DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths. | 319 | DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths. |
| 320 | (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal): | 320 | (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal): |
| 321 | Unify argument lists. | 321 | Unify argument lists. |
| 322 | (xd_read_message, Fdbus_register_signal) Reorder and extend event | 322 | (xd_read_message, Fdbus_register_signal): Reorder and extend event |
| 323 | arguments and hash table keys. Use unique name for service. | 323 | arguments and hash table keys. Use unique name for service. |
| 324 | (Fdbus_unregister_signal): Remove checks. | 324 | (Fdbus_unregister_signal): Remove checks. |
| 325 | (Vdbus_registered_functions_table): Fix doc string. | 325 | (Vdbus_registered_functions_table): Fix doc string. |
| @@ -394,7 +394,7 @@ | |||
| 394 | 394 | ||
| 395 | * config.in (HAVE_DBUS): Add. | 395 | * config.in (HAVE_DBUS): Add. |
| 396 | 396 | ||
| 397 | * Makefile.in: (HAVE_DBUS): Add D-Bus definitions if defined. | 397 | * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined. |
| 398 | (ALL_CFLAGS): Add ${DBUS_CFLAGS}. | 398 | (ALL_CFLAGS): Add ${DBUS_CFLAGS}. |
| 399 | (obj): Add $(DBUS_OBJ). | 399 | (obj): Add $(DBUS_OBJ). |
| 400 | (LIBES): Add $(DBUS_LIBS). | 400 | (LIBES): Add $(DBUS_LIBS). |
| @@ -405,7 +405,7 @@ | |||
| 405 | * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined. | 405 | * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined. |
| 406 | 406 | ||
| 407 | * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS". | 407 | * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS". |
| 408 | (Qdbus_event) New Lisp symbol. | 408 | (Qdbus_event): New Lisp symbol. |
| 409 | (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT. | 409 | (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT. |
| 410 | (gobble_input): Call xd_read_queued_messages, reading D-Bus messages. | 410 | (gobble_input): Call xd_read_queued_messages, reading D-Bus messages. |
| 411 | (keys_of_keyboard ): Define dbus-event. | 411 | (keys_of_keyboard ): Define dbus-event. |
| @@ -502,7 +502,7 @@ | |||
| 502 | 502 | ||
| 503 | * term.c: Include stdarg.h. | 503 | * term.c: Include stdarg.h. |
| 504 | (fatal): Implement using varargs. | 504 | (fatal): Implement using varargs. |
| 505 | * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change). | 505 | * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change). |
| 506 | 506 | ||
| 507 | 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | 507 | 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 508 | 508 | ||