aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2011-09-07 18:48:37 +0200
committerAndreas Schwab2011-09-07 18:48:37 +0200
commitedb7b4dc8b089385d8b0d12081227fc416fae23e (patch)
treebf0462e9bdec371f166b2012220d4f5f06d0ae28 /src/ChangeLog
parent6e20a0d47c053a9524edfc6af390bf1e562a5020 (diff)
downloademacs-edb7b4dc8b089385d8b0d12081227fc416fae23e.tar.gz
emacs-edb7b4dc8b089385d8b0d12081227fc416fae23e.zip
* src/search.c (boyer_moore): Take unibyte characters from pattern
literally. (Bug#9458)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c8f5a9305a..52f41c4cd73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-09-07 Andreas Schwab <schwab@linux-m68k.org>
2
3 * search.c (boyer_moore): Take unibyte characters from pattern
4 literally. (Bug#9458)
5
12011-08-30 Chong Yidong <cyd@stupidchicken.com> 62011-08-30 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * syntax.c (find_defun_start): Update all cache variables if 8 * syntax.c (find_defun_start): Update all cache variables if