aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEduard Wiebe2010-11-27 11:56:49 +0200
committerEli Zaretskii2010-11-27 11:56:49 +0200
commitd1882ac7c91cbaa51aeea68433f1867e73a431c2 (patch)
tree16483fbbb771b967bca9ebfaa30bf5bde90e4afc /lisp/ChangeLog
parentda2b5401e8747adb28558684b48328806bf43e1e (diff)
downloademacs-d1882ac7c91cbaa51aeea68433f1867e73a431c2.tar.gz
emacs-d1882ac7c91cbaa51aeea68433f1867e73a431c2.zip
Fix bug #7308 with `locate' on MS-Windows.
dired.el (dired-get-filename): Replace backslashes with slashes in file names on MS-Windows, needed by `locate'. locate.el (locate-default-make-command-line): Don't consider drive letter and root directory part of `directory-listing-before-filename-regexp'. (locate-post-command-hook, locate-post-command-hook): New defcustoms.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3ac8fd7a270..e8dda581208 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12010-11-27 Eduard Wiebe <usenet@pusto.de>
2
3 * dired.el (dired-get-filename): Replace backslashes with slashes
4 in file names on MS-Windows, needed by `locate'. (Bug#7308)
5 * locate.el (locate-default-make-command-line): Don't consider
6 drive letter and root directory part of
7 `directory-listing-before-filename-regexp'. (Bug#7308)
8 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
9
12010-11-26 Stefan Monnier <monnier@iro.umontreal.ca> 102010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling 12 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling