diff options
| author | Jason Rumney | 2009-01-03 14:54:52 +0000 |
|---|---|---|
| committer | Jason Rumney | 2009-01-03 14:54:52 +0000 |
| commit | a6d46bc12c9a4e741570412fb55c4798e9fd75a6 (patch) | |
| tree | 3502e0405fe5900da5f59d143eb027c523607425 /src/ChangeLog | |
| parent | 4a0cf14fe940d05d95dadfff03a7b16c53e1cd32 (diff) | |
| download | emacs-a6d46bc12c9a4e741570412fb55c4798e9fd75a6.tar.gz emacs-a6d46bc12c9a4e741570412fb55c4798e9fd75a6.zip | |
(parse_modifiers_uncached): Wheel events are clicks (bug#687).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54731699d0a..aa13e72da71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-01-03 Jason Rumney <jasonr@gnu.org> | 1 | 2009-01-03 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (parse_modifiers_uncached): Wheel events are | ||
| 4 | clicks (bug#687). | ||
| 5 | |||
| 3 | * w32term.c (x_query_colors, x_query_color): New functions. | 6 | * w32term.c (x_query_colors, x_query_color): New functions. |
| 4 | 7 | ||
| 5 | * image.c (x_to_xcolors, png_load): Eliminate W32 specific code. | 8 | * image.c (x_to_xcolors, png_load): Eliminate W32 specific code. |