aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-10-06 13:30:34 +0000
committerKim F. Storm2006-10-06 13:30:34 +0000
commitee37d13588f65ab5d9657e6cd269cd8d0109baa2 (patch)
tree40dd80e923b0fbf143abf11ad3841c4b1e04fc0f
parentec579201eee79908000edc03b34731995400f9e4 (diff)
downloademacs-ee37d13588f65ab5d9657e6cd269cd8d0109baa2.tar.gz
emacs-ee37d13588f65ab5d9657e6cd269cd8d0109baa2.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b89c1b667b..e6a98e99e4d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-10-06 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4
12006-10-05 Juanma Barranquero <lekktu@gmail.com> 52006-10-05 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist) 7 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
diff --git a/src/ChangeLog b/src/ChangeLog
index ba72e990112..fe3d51f1a35 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-10-06 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (pos_visible_p): Fix value when EOB is visible.
4
12006-10-05 Chong Yidong <cyd@stupidchicken.com> 52006-10-05 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * frame.c (Qinhibit_face_set_after_frame_default): New var. 7 * frame.c (Qinhibit_face_set_after_frame_default): New var.