diff options
| author | Dan Nicolaescu | 2010-06-30 15:03:07 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-30 15:03:07 -0700 |
| commit | d0cb23caf4c6a1fffaceddecc3eadb80c8948176 (patch) | |
| tree | 9dd9034e1b70f94f7c0594aaec37a948ff2780af /lisp/ChangeLog | |
| parent | 01b229d127055ee20a38a1461b29533689e77543 (diff) | |
| download | emacs-d0cb23caf4c6a1fffaceddecc3eadb80c8948176.tar.gz emacs-d0cb23caf4c6a1fffaceddecc3eadb80c8948176.zip | |
Avoid displaying files with a nil state in vc-dir.
* lisp/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
cases that cause insertion.
(vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
with a nil state.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45d12bff8db..e791d21f507 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Avoid displaying files with a nil state in vc-dir. | ||
| 4 | * vc-dir.el (vc-dir-update): Obey the noinsert argument in all | ||
| 5 | cases that cause insertion. | ||
| 6 | (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files | ||
| 7 | with a nil state. | ||
| 8 | |||
| 1 | 2010-06-30 Chong Yidong <cyd@stupidchicken.com> | 9 | 2010-06-30 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 10 | ||
| 3 | * xml.el (xml-parse-region): Avoid infloop (Bug#5281). | 11 | * xml.el (xml-parse-region): Avoid infloop (Bug#5281). |