Mercurial > emacs
comparison src/ChangeLog @ 87280:e0d7140e5b0e
* dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
(Fdbus_call_method, Fdbus_send_signal, xd_read_message): Use
`unsigned int' instead of `uint'.
(xd_read_message, Fdbus_register_signal): Split expressions into
multiple lines before operators "&&" and "||", according to the
GNU Coding Standards.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 14 Dec 2007 21:49:52 +0000 |
parents | ef85b8e65f9f |
children | c0a3e33f65b9 |
comparison
equal
deleted
inserted
replaced
87279:44ea0e3a2a27 | 87280:e0d7140e5b0e |
---|---|
1 2007-12-14 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg) | |
4 (Fdbus_call_method, Fdbus_send_signal, xd_read_message): Use | |
5 `unsigned int' instead of `uint'. | |
6 (xd_read_message, Fdbus_register_signal): Split expressions into | |
7 multiple lines before operators "&&" and "||", according to the | |
8 GNU Coding Standards. | |
9 | |
1 2007-12-12 Juri Linkov <juri@jurta.org> | 10 2007-12-12 Juri Linkov <juri@jurta.org> |
2 | 11 |
3 * buffer.c (Frename_buffer): In interactive spec replace | 12 * buffer.c (Frename_buffer): In interactive spec replace |
4 `read-buffer' with `read-string' that uses `buffer-name-history' | 13 `read-buffer' with `read-string' that uses `buffer-name-history' |
5 as history, and the current buffer's name as default. | 14 as history, and the current buffer's name as default. |