aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2010-02-02 00:35:04 +0200
committerJuri Linkov2010-02-02 00:35:04 +0200
commit6ba973c19390ff813c5dd072df4b30ea2731a682 (patch)
treed4b19f3e265cb64783bbded3c0a56cc6fe66517d /lisp/ChangeLog
parentcd61af01c1220b6a7f98189c826edc7535416583 (diff)
downloademacs-6ba973c19390ff813c5dd072df4b30ea2731a682.tar.gz
emacs-6ba973c19390ff813c5dd072df4b30ea2731a682.zip
* arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
compare with "pkunzip" and "pkzip" instead of only "pkzip". In the `archive-extract-by-stdout' branch use `shell-quote-argument' only when (car archive-zip-extract) is "unzip". (Bug#5475)
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.