aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2009-04-16 16:01:14 +0000
committerAndreas Schwab2009-04-16 16:01:14 +0000
commite7deaab0bcbd095f3a6278b74e7cd29c0913370e (patch)
treea15d833bee77e0774bd77e941a06743606ebcca6 /src/ChangeLog
parent6340c70eb32758be2c3ca9059a3fb75bb9a79e72 (diff)
downloademacs-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/ChangeLog3
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
62009-04-16 Chong Yidong <cyd@stupidchicken.com> 92009-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