aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 53469408d71..258948bf5d3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,19 @@
12005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
4 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
5 Use XtNtopShadowPixel and XtNbottomShadowPixel.
6 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
7 really work and that breaks with some versions of Xaw3d.
8
12005-03-31 Kenichi Handa <handa@m17n.org> 92005-03-31 Kenichi Handa <handa@m17n.org>
2 10
3 * coding.c (syms_of_coding): Fix previous change. 11 * coding.c (syms_of_coding): Fix previous change.
4 12
132005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * fileio.c (search_embedded_absfilename): Fix last change.
16
52005-03-25 Kenichi Handa <handa@m17n.org> 172005-03-25 Kenichi Handa <handa@m17n.org>
6 18
7 * coding.c (syms_of_coding): Suggest to use set-coding-category in 19 * coding.c (syms_of_coding): Suggest to use set-coding-category in
@@ -30,7 +42,7 @@
30 42
312005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se> 432005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
32 44
33 * w32term.h (x_output): add focus_state. 45 * w32term.h (x_output): Add focus_state.
34 46
35 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions. 47 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
36 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change. 48 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.