diff options
| author | Stefan Monnier | 2008-02-16 21:38:24 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-16 21:38:24 +0000 |
| commit | 5f8ea2c89be1481384b7844cce92e24e15f4e60d (patch) | |
| tree | 0130c61adc47baef86ceea3aeb8dea51ac6ee5a9 /lisp/ChangeLog | |
| parent | f510617394561ae3ca65062265f9c37888f7b176 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-02-14 Stefan Monnier <monnier@pastel.home> | 6 | 2008-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. |