Mercurial > emacs
changeset 61182:deabd7fb7548
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 31 Mar 2005 22:43:13 +0000 |
parents | 3b4e4d883374 |
children | 20df42e1599e |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Mar 31 22:42:46 2005 +0000 +++ b/src/ChangeLog Thu Mar 31 22:43:13 2005 +0000 @@ -1,7 +1,19 @@ +2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> + + * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap. + (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it. + Use XtNtopShadowPixel and XtNbottomShadowPixel. + (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't + really work and that breaks with some versions of Xaw3d. + 2005-03-31 Kenichi Handa <handa@m17n.org> * coding.c (syms_of_coding): Fix previous change. +2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca> + + * fileio.c (search_embedded_absfilename): Fix last change. + 2005-03-25 Kenichi Handa <handa@m17n.org> * coding.c (syms_of_coding): Suggest to use set-coding-category in @@ -30,7 +42,7 @@ 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se> - * w32term.h (x_output): add focus_state. + * w32term.h (x_output): Add focus_state. * w32term.c (x_focus_changed, w32_detect_focus_change): New functions. (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.