aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2006-10-15 20:41:03 +0000
committerKim F. Storm <[email protected]>2006-10-15 20:41:03 +0000
commit534e8a33d08094f9f9df73d0c70f42c866b767c1 (patch)
treedf3fa1a92157175ee595411a0d34dac7f0f37ce9 /lisp
parent1c36d72a5a69bc6e8a0e9d014814ad4bb2d47216 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6ee0ab358c..d2e8a3920c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2006-10-15 Lennart Borgman <[email protected]>
+
+ * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
+ Use shell-quote-argument.
+
+ * shell.el (explicit-bash-args): Likewise.
+
+ * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
+ Use grep -E rather than egrep.
+
2006-10-15 Micha,Ak(Bl Cadilhac <[email protected]>
* ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.