diff options
| author | Andreas Schwab | 2009-04-16 16:01:14 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-04-16 16:01:14 +0000 |
| commit | e7deaab0bcbd095f3a6278b74e7cd29c0913370e (patch) | |
| tree | a15d833bee77e0774bd77e941a06743606ebcca6 /src/ChangeLog | |
| parent | 6340c70eb32758be2c3ca9059a3fb75bb9a79e72 (diff) | |
| download | emacs-e7deaab0bcbd095f3a6278b74e7cd29c0913370e.tar.gz emacs-e7deaab0bcbd095f3a6278b74e7cd29c0913370e.zip | |
* search.c: Use EMACS_INT for buffer positions. Add prototypes.
* lisp.h: Adjust prototypes.
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 |