diff options
| author | Jason Rumney | 2009-01-08 13:13:12 +0000 |
|---|---|---|
| committer | Jason Rumney | 2009-01-08 13:13:12 +0000 |
| commit | 5f004711252508111fd3785f718f61e4c23137cb (patch) | |
| tree | 2ff9b3ae080df48372c90aba48d497738ea4014f /src/ChangeLog | |
| parent | 3568e7671389ad057e1d23190eb624bf2edc6bb0 (diff) | |
| download | emacs-5f004711252508111fd3785f718f61e4c23137cb.tar.gz emacs-5f004711252508111fd3785f718f61e4c23137cb.zip | |
(Vx_pointer_shape, Vx_nontext_pointer_shape)
(Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
(Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
Don't declare.
(syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
(x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e027b5c8423..b856206b2c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-01-08 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape) | ||
| 4 | (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape) | ||
| 5 | (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape): | ||
| 6 | Don't declare. | ||
| 7 | (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485) | ||
| 8 | (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code. | ||
| 9 | |||
| 1 | 2009-01-07 Kenichi Handa <handa@m17n.org> | 10 | 2009-01-07 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * fileio.c (Finsert_file_contents): In the case of replace, | 12 | * fileio.c (Finsert_file_contents): In the case of replace, |