Mercurial > emacs
diff lisp/ChangeLog @ 66972:e7a2c5c64fff
*** empty log message ***
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Thu, 17 Nov 2005 23:02:34 +0000 |
parents | 09d4982a93b9 |
children | 775cde85fe0a |
line wrap: on
line diff
--- 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 <jpw@pobox.com> + + * 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 <cyd@stupidchicken.com> * 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 <jpw@gnu.org> + + * ibuffer.el (ibuffer): Search iconified frames too when + getting Ibuffer buffer's window. + 2005-11-06 Richard M. Stallman <rms@gnu.org> * progmodes/compile.el (compilation-internal-error-properties):