Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
66971:537e6758bfe5 | 66972:e7a2c5c64fff |
---|---|
1 2005-11-17 John Paul Wallington <jpw@pobox.com> | |
2 | |
3 * ibuf-ext.el (ibuffer-interactive-filter-by-mode): | |
4 Use `posn-set-point' instead of `mouse-set-point' because the | |
5 latter is not fbound when configured without X. | |
6 | |
7 * comint.el (comint-insert-input): Likewise. | |
8 | |
1 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | 9 2005-11-17 Chong Yidong <cyd@stupidchicken.com> |
2 | 10 |
3 * simple.el (hard-newline): New variable. | 11 * simple.el (hard-newline): New variable. |
4 (sendmail-user-agent-compose, next-line): Use it. | 12 (sendmail-user-agent-compose, next-line): Use it. |
5 | 13 |
560 Only reveal text that's ellipsised. | 568 Only reveal text that's ellipsised. |
561 | 569 |
562 2005-11-07 Carsten Dominik <dominik@science.uva.nl> | 570 2005-11-07 Carsten Dominik <dominik@science.uva.nl> |
563 | 571 |
564 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form. | 572 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form. |
573 | |
574 2005-11-07 John Paul Wallington <jpw@gnu.org> | |
575 | |
576 * ibuffer.el (ibuffer): Search iconified frames too when | |
577 getting Ibuffer buffer's window. | |
565 | 578 |
566 2005-11-06 Richard M. Stallman <rms@gnu.org> | 579 2005-11-06 Richard M. Stallman <rms@gnu.org> |
567 | 580 |
568 * progmodes/compile.el (compilation-internal-error-properties): | 581 * progmodes/compile.el (compilation-internal-error-properties): |
569 save-excursion around the computation of MARKER. | 582 save-excursion around the computation of MARKER. |