Mercurial > emacs
comparison src/ChangeLog @ 61182:deabd7fb7548
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 31 Mar 2005 22:43:13 +0000 |
parents | bdeef980c30b |
children | 9a92248c5bb2 |
comparison
equal
deleted
inserted
replaced
61181:3b4e4d883374 | 61182:deabd7fb7548 |
---|---|
1 2005-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 | |
1 2005-03-31 Kenichi Handa <handa@m17n.org> | 9 2005-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. |
12 | |
13 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
14 | |
15 * fileio.c (search_embedded_absfilename): Fix last change. | |
4 | 16 |
5 2005-03-25 Kenichi Handa <handa@m17n.org> | 17 2005-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 |
8 the docstring of coding-category-list. | 20 the docstring of coding-category-list. |
28 (Fsubstitute_in_file_name): Use it. | 40 (Fsubstitute_in_file_name): Use it. |
29 After cutting a prefix, re-check file-name-handler. | 41 After cutting a prefix, re-check file-name-handler. |
30 | 42 |
31 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se> | 43 2005-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. |
37 | 49 |
38 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca> | 50 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca> |