Mercurial > emacs
changeset 70849:8c734f2ba38a
* xterm.c: Remove declarations already in xterm.h
* xterm.h: Add extern declarations for x_clear_errors,
x_fully_uncatch_errors, x_catching_errors and
x_alloc_lighter_color_for_widget. Remove duplicated declarations.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 23 May 2006 07:13:28 +0000 |
parents | e365d76e29c3 |
children | b90abedf3b79 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 23 07:13:05 2006 +0000 +++ b/src/ChangeLog Tue May 23 07:13:28 2006 +0000 @@ -1,3 +1,11 @@ +2006-05-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * xterm.c: Remove declarations already in xterm.h + + * xterm.h: Add extern declarations for x_clear_errors, + x_fully_uncatch_errors, x_catching_errors and + x_alloc_lighter_color_for_widget. Remove duplicated declarations. + 2006-05-21 Richard Stallman <rms@gnu.org> * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.