changeset 73261:5acfd0d8c45a

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 06 Oct 2006 13:30:34 +0000
parents 4dce8f520712
children 47d70d72da4c
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 06 12:49:12 2006 +0000
+++ b/lisp/ChangeLog	Fri Oct 06 13:30:34 2006 +0000
@@ -1,3 +1,7 @@
+2006-10-06  Kim F. Storm  <storm@cua.dk>
+
+	* ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
+
 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
 
 	* emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
--- a/src/ChangeLog	Fri Oct 06 12:49:12 2006 +0000
+++ b/src/ChangeLog	Fri Oct 06 13:30:34 2006 +0000
@@ -1,3 +1,7 @@
+2006-10-06  Kim F. Storm  <storm@cua.dk>
+
+	* xdisp.c (pos_visible_p): Fix value when EOB is visible.
+
 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
 
 	* frame.c (Qinhibit_face_set_after_frame_default): New var.