# HG changeset patch # User John Paul Wallington # Date 1132268554 0 # Node ID e7a2c5c64fffb49638150e1edd7b3ee9f3147bb1 # Parent 537e6758bfe5e064844250b0c76f60ad0540ac03 *** empty log message *** diff -r 537e6758bfe5 -r e7a2c5c64fff lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 17 22:58:11 2005 +0000 +++ b/lisp/ChangeLog Thu Nov 17 23:02:34 2005 +0000 @@ -1,3 +1,11 @@ +2005-11-17 John Paul Wallington + + * ibuf-ext.el (ibuffer-interactive-filter-by-mode): + Use `posn-set-point' instead of `mouse-set-point' because the + latter is not fbound when configured without X. + + * comint.el (comint-insert-input): Likewise. + 2005-11-17 Chong Yidong * simple.el (hard-newline): New variable. @@ -563,6 +571,11 @@ * textmodes/org.el (org-export-as-html): Remove bogus (debug) form. +2005-11-07 John Paul Wallington + + * ibuffer.el (ibuffer): Search iconified frames too when + getting Ibuffer buffer's window. + 2005-11-06 Richard M. Stallman * progmodes/compile.el (compilation-internal-error-properties):