aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2000-10-24 14:45:36 +0000
committerAndrew Innes2000-10-24 14:45:36 +0000
commit2488aba5ed81e2f7cb006fbbfba94a87dccb65c3 (patch)
tree46b4e5b12212345a0e35cebaf07f04c3156d3cd8 /src/ChangeLog
parent7ae2f10f738ad485fba621f4f2cb175e1c8d2794 (diff)
downloademacs-2488aba5ed81e2f7cb006fbbfba94a87dccb65c3.tar.gz
emacs-2488aba5ed81e2f7cb006fbbfba94a87dccb65c3.zip
(directory_files_internal_unwind): New function.
(directory_files_internal): Use it to ensure closedir is called even if expand-file-name or file-attributes throw, eg. because of a user interrupt. Also enable immediate_quit while calling re_search, so that matching can be interrupted as well.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 97995aca06b..0dc6d23e0ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12000-10-24 Andrew Innes <andrewi@gnu.org>
2
3 * dired.c (directory_files_internal_unwind): New function.
4 (directory_files_internal): Use it to ensure closedir is called
5 even if expand-file-name or file-attributes throw, eg. because of
6 a user interrupt. Also enable immediate_quit while calling
7 re_search, so that matching can be interrupted as well.
8
12000-10-24 Gerd Moellmann <gerd@gnu.org> 92000-10-24 Gerd Moellmann <gerd@gnu.org>
2 10
3 * window.c (size_window): Prevent setting window's width or 11 * window.c (size_window): Prevent setting window's width or