diff options
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7aa8c857523..6a678db405a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * w32font.c (w32font_open_internal): Set max_bounds.descent in | 3 | * w32font.c (w32font_open_internal): Set max_bounds.descent in |
| 4 | compatibility struct, for better underline positioning. | 4 | compatibility struct, for better underline positioning. |
| 5 | 5 | ||
| 6 | 2008-04-13 David Hansen <david.hansen@gmx.net> (tiny change) | 6 | 2008-04-13 David Hansen <david.hansen@gmx.net> |
| 7 | 7 | ||
| 8 | * dbusbind.c (dbus-get-unique-name): Remove extra copying of name | 8 | * dbusbind.c (dbus-get-unique-name): Remove extra copying of name |
| 9 | string. | 9 | string. |
| @@ -460,7 +460,7 @@ | |||
| 460 | (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word): | 460 | (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word): |
| 461 | Fix int -> EMACS_INT. | 461 | Fix int -> EMACS_INT. |
| 462 | 462 | ||
| 463 | 2008-03-23 David Hansen <david.hansen@gmx.net> (tiny change) | 463 | 2008-03-23 David Hansen <david.hansen@gmx.net> |
| 464 | 464 | ||
| 465 | * dbusbind.c (xd_read_message): Remove extra copying of message | 465 | * dbusbind.c (xd_read_message): Remove extra copying of message |
| 466 | strings. Check for NULL `interface' or `member'. | 466 | strings. Check for NULL `interface' or `member'. |