diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 41f6f72c662..ae0ae7fbeb6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xfns.c (x_real_positions): Fix signedness of local var 'ign'. | ||
| 4 | XGetGeometry wants unsigned int *, not int *, for its last 4 args, | ||
| 5 | so change the type of 'ign' to unsigned int from int. | ||
| 6 | |||
| 3 | * regex.c (analyse_first): Remove unreachable 'continue' statement. | 7 | * regex.c (analyse_first): Remove unreachable 'continue' statement. |
| 4 | 8 | ||
| 5 | * xterm.h (struct x_display_info): Remove stray semicolon. | 9 | * xterm.h (struct x_display_info): Remove stray semicolon. |