aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5f52b138c2d..b3de5b8baed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12010-02-01 Juri Linkov <juri@jurta.org>
2
3 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4 compare with "pkunzip" and "pkzip" instead of only "pkzip".
5 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
6 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7
12010-02-01 Stefan Monnier <monnier@iro.umontreal.ca> 82010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * doc-view.el (doc-view-new-window-function): Be a bit more defensive. 10 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.