aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2009-01-03 14:54:52 +0000
committerJason Rumney2009-01-03 14:54:52 +0000
commita6d46bc12c9a4e741570412fb55c4798e9fd75a6 (patch)
tree3502e0405fe5900da5f59d143eb027c523607425 /src/ChangeLog
parent4a0cf14fe940d05d95dadfff03a7b16c53e1cd32 (diff)
downloademacs-a6d46bc12c9a4e741570412fb55c4798e9fd75a6.tar.gz
emacs-a6d46bc12c9a4e741570412fb55c4798e9fd75a6.zip
(parse_modifiers_uncached): Wheel events are clicks (bug#687).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
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 @@
12009-01-03 Jason Rumney <jasonr@gnu.org> 12009-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.