diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 45b99584427..f01070a2a61 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keymap.c (store_in_keymap): Change `def' arg to not be `register'. | ||
| 4 | Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8): | ||
| 5 | keymap.c:895: error: address of register variable `def' requested. | ||
| 6 | |||
| 1 | 2006-04-26 Jason Rumney <jasonr@gnu.org> | 7 | 2006-04-26 Jason Rumney <jasonr@gnu.org> |
| 2 | 8 | ||
| 3 | * w32term.c (construct_mouse_wheel): Handle negative coordinates. | 9 | * w32term.c (construct_mouse_wheel): Handle negative coordinates. |
| @@ -992,11 +998,6 @@ | |||
| 992 | (mac_set_clip_rectangles): When resetting clip region, make it | 998 | (mac_set_clip_rectangles): When resetting clip region, make it |
| 993 | empty instead of disposing of it. | 999 | empty instead of disposing of it. |
| 994 | 1000 | ||
| 995 | 2006-02-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 996 | |||
| 997 | * keymap.c (store_in_keymap): Change `def' arg to not be `register'. | ||
| 998 | Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8). | ||
| 999 | |||
| 1000 | 2006-02-20 Kim F. Storm <storm@cua.dk> | 1001 | 2006-02-20 Kim F. Storm <storm@cua.dk> |
| 1001 | 1002 | ||
| 1002 | * Makefile.in: Add fringe.elc to WINDOW_SUPPORT. | 1003 | * Makefile.in: Add fringe.elc to WINDOW_SUPPORT. |