diff options
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 75314968e5e..b65956d6d3c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | * search.c (boyer_moore): Use zero as marker value for a possible | 3 | * search.c (boyer_moore): Use zero as marker value for a possible |
| 4 | match instead of depending on overflow behavior. (Bug#2844) | 4 | match instead of depending on overflow behavior. (Bug#2844) |
| 5 | 5 | ||
| 6 | * search.c: Use EMACS_INT for buffer positions. Add prototypes. | ||
| 7 | * lisp.h: Adjust prototypes. | ||
| 8 | |||
| 6 | 2009-04-16 Chong Yidong <cyd@stupidchicken.com> | 9 | 2009-04-16 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 10 | ||
| 8 | * keyboard.c (adjust_point_for_property): Disable 2009-02-12 | 11 | * keyboard.c (adjust_point_for_property): Disable 2009-02-12 |