aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-10-01 02:23:29 +0000
committerGlenn Morris2009-10-01 02:23:29 +0000
commit9515cdccc0c3ce9b2be52e1614dcd9f8ccc1ed00 (patch)
tree11309f886a32d38e6c12d583c68045998c12d0c0 /lisp/ChangeLog
parent57b0083abbeba404b30cdae25e9791fd40bc9691 (diff)
downloademacs-9515cdccc0c3ce9b2be52e1614dcd9f8ccc1ed00.tar.gz
emacs-9515cdccc0c3ce9b2be52e1614dcd9f8ccc1ed00.zip
(vc-cvs-parse-entry): Be more careful with the match-data. (Bug#4555).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index decde262f49..e71b1b2f34d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-10-01 Glenn Morris <rgm@gnu.org> 12009-10-01 Glenn Morris <rgm@gnu.org>
2 2
3 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4 match-data. (Bug#4555).
5
3 * cedet/semantic/bovine/gcc.el 6 * cedet/semantic/bovine/gcc.el
4 (semantic-c-reset-preprocessor-symbol-map): Fix declaration. 7 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes. 8 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.