aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-04-28 14:08:58 +0000
committerStefan Monnier2007-04-28 14:08:58 +0000
commit456e749f1f85d7ffc408ab35ea5d3022e673bba2 (patch)
tree8c1094f7f58d246c6dc74ff0c00bcfcd514305bb
parentf2fd2cf5c0c2a61a86e7c8fbe7baa985a24cfe0d (diff)
downloademacs-456e749f1f85d7ffc408ab35ea5d3022e673bba2.tar.gz
emacs-456e749f1f85d7ffc408ab35ea5d3022e673bba2.zip
(vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
-rw-r--r--lisp/ChangeLog34
-rw-r--r--lisp/vc-hooks.el4
2 files changed, 21 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b025dc9179a..1f870941eeb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4
12007-04-28 Eli Zaretskii <eliz@gnu.org> 52007-04-28 Eli Zaretskii <eliz@gnu.org>
2 6
3 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e 7 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
@@ -13,8 +17,8 @@
13 17
142007-04-27 Chong Yidong <cyd@stupidchicken.com> 182007-04-27 Chong Yidong <cyd@stupidchicken.com>
15 19
16 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use 20 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
17 window-start and window-end. 21 Use window-start and window-end.
18 22
192007-04-26 Glenn Morris <rgm@gnu.org> 232007-04-26 Glenn Morris <rgm@gnu.org>
20 24
@@ -43,9 +47,8 @@
43 47
442007-04-25 Mathias Dahl <mathias.dahl@gmail.com> 482007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
45 49
46 * image-dired.el (image-dired-display-image): Derive image-type 50 * image-dired.el (image-dired-display-image): Derive image-type from
47 from filename rather than assuming jpeg, in case no resizing was 51 filename rather than assuming jpeg, in case no resizing was needed.
48 needed.
49 52
502007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 532007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
51 54
@@ -57,12 +60,11 @@
57 60
582007-04-24 J.D. Smith <jdsmith@as.arizona.edu> 612007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
59 62
60 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't 63 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
61 re-query for each cleared BP. 64 Don't re-query for each cleared BP.
62 (idlwave-shell-clear-bp): Optionally skip BP query. 65 (idlwave-shell-clear-bp): Optionally skip BP query.
63 (idlwave-shell-update-bp-overlays): Use set-window-margins 66 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
64 instead of set-window-buffer, which incorrectly moves displayed 67 of set-window-buffer, which incorrectly moves displayed region.
65 region.
66 68
672007-04-23 Jay Belanger <jay.p.belanger@gmail.com> 692007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
68 70
@@ -76,8 +78,8 @@
76 78
772007-04-23 Chong Yidong <cyd@stupidchicken.com> 792007-04-23 Chong Yidong <cyd@stupidchicken.com>
78 80
79 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New 81 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
80 functions. 82 New functions.
81 (Info-mode-line-node-keymap): Bind mouse commands to 83 (Info-mode-line-node-keymap): Bind mouse commands to
82 Info-mouse-scroll-up/down instead of Info-scroll-up/down. 84 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
83 85
@@ -88,8 +90,8 @@
88 (locate-prompt-for-search-string): New function. 90 (locate-prompt-for-search-string): New function.
89 (locate): New optional arg. Make locate-local-prompt 91 (locate): New optional arg. Make locate-local-prompt
90 buffer-local. Use locate-prompt-for-search-string. 92 buffer-local. Use locate-prompt-for-search-string.
91 (locate-with-filter): New optional arg. Use 93 (locate-with-filter): New optional arg.
92 locate-prompt-for-search-string. 94 Use locate-prompt-for-search-string.
93 (locate-update): Bind locate-prompt-for-command. 95 (locate-update): Bind locate-prompt-for-command.
94 96
952007-04-23 Glenn Morris <rgm@gnu.org> 972007-04-23 Glenn Morris <rgm@gnu.org>
@@ -172,8 +174,8 @@
172 * progmodes/vhdl-mode.el (vhdl-template-type) 174 * progmodes/vhdl-mode.el (vhdl-template-type)
173 (vhdl-template-record, vhdl-template-nature) 175 (vhdl-template-record, vhdl-template-nature)
174 (vhdl-template-configuration-spec, vhdl-template-component-inst) 176 (vhdl-template-configuration-spec, vhdl-template-component-inst)
175 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use 177 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
176 delete-region instead of kill-word and kill-line. 178 Use delete-region instead of kill-word and kill-line.
177 179
1782007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 1802007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
179 181
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index df66c817293..d67a0262d88 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -52,7 +52,9 @@ BACKEND, use `vc-handled-backends'.")
52(defvar vc-header-alist ()) 52(defvar vc-header-alist ())
53(make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header) 53(make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header)
54 54
55(defcustom vc-ignore-dir-regexp "\\`\\([\\/][\\/]\\|/net/\\|/afs/\\)\\'" 55(defcustom vc-ignore-dir-regexp
56 ;; Stop SMB, automounter, AFS, and DFS host lookups.
57 "\\`\\(?:[\\/][\\/]\\|/\\(?:net\\|afs\\|\\.\\\.\\.\\)/\\)\\'"
56 "Regexp matching directory names that are not under VC's control. 58 "Regexp matching directory names that are not under VC's control.
57The default regexp prevents fruitless and time-consuming attempts 59The default regexp prevents fruitless and time-consuming attempts
58to determine the VC status in directories in which filenames are 60to determine the VC status in directories in which filenames are