aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2006-05-23 07:13:28 +0000
committerJan Djärv2006-05-23 07:13:28 +0000
commit0277e36c147f47e12aedbc945760324b8e3bb015 (patch)
treeb48318f80132815fede11aeb47d004120e1cf61f /src
parent32c1210748c4059d9bcca285af05f0d1c3024c4b (diff)
downloademacs-0277e36c147f47e12aedbc945760324b8e3bb015.tar.gz
emacs-0277e36c147f47e12aedbc945760324b8e3bb015.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 52693075982..fad5c85727f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12006-05-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xterm.c: Remove declarations already in xterm.h
4
5 * xterm.h: Add extern declarations for x_clear_errors,
6 x_fully_uncatch_errors, x_catching_errors and
7 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
8
12006-05-21 Richard Stallman <rms@gnu.org> 92006-05-21 Richard Stallman <rms@gnu.org>
2 10
3 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes. 11 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.