aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-02-16 21:38:24 +0000
committerStefan Monnier2008-02-16 21:38:24 +0000
commit5f8ea2c89be1481384b7844cce92e24e15f4e60d (patch)
tree0130c61adc47baef86ceea3aeb8dea51ac6ee5a9 /lisp/ChangeLog
parentf510617394561ae3ca65062265f9c37888f7b176 (diff)
downloademacs-5f8ea2c89be1481384b7844cce92e24e15f4e60d.tar.gz
emacs-5f8ea2c89be1481384b7844cce92e24e15f4e60d.zip
(vc-find-root): Remove initial loop because it's not
careful enough. Detect the uid-change all within the main loop.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a92d8d16c73..4abf44350e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4 careful enough. Detect the uid-change all within the main loop.
5
12008-02-14 Stefan Monnier <monnier@pastel.home> 62008-02-14 Stefan Monnier <monnier@pastel.home>
2 7
3 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax. 8 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.