aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-01-27 14:17:35 +0900
committerKenichi Handa2010-01-27 14:17:35 +0900
commit86e893e3b6a6ee06c21b4d4bbb21d4cdb8fabb73 (patch)
tree98298a687d07833e64139d6527b4421f99456b07 /lisp/ChangeLog
parent433bdc96cb7234e36f218df1588b17411f54ee57 (diff)
parent368d3208cfceb42b5ee07c61b4aa5b7d09c9f2bf (diff)
downloademacs-86e893e3b6a6ee06c21b4d4bbb21d4cdb8fabb73.tar.gz
emacs-86e893e3b6a6ee06c21b4d4bbb21d4cdb8fabb73.zip
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6e86aa2a94a..5097af5c1ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-hooks.el (vc-path): Mark as obsolete.
4
12010-01-25 Dan Nicolaescu <dann@ics.uci.edu> 52010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2 6
7 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8 names too.
9
3 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option 10 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4 for the short log. 11 for the short log.
5 (vc-bzr-log-view-mode): Adjust regexp for the above change. 12 (vc-bzr-log-view-mode): Adjust regexp for the above change.