comparison lisp/ChangeLog @ 107267:848000087a55

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 01 Feb 2010 23:55:38 +0000
parents bdf05c504564
children abe576120f76
comparison
equal deleted inserted replaced
107266:db99781baf8e 107267:848000087a55
1 2010-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
1 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca> 8 2010-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.
4 (doc-view-revert-buffer): New command. 11 (doc-view-revert-buffer): New command.
5 (doc-view-mode-map): Use it. 12 (doc-view-mode-map): Use it.