comparison lisp/ChangeLog @ 69193:ef713d480768

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 27 Feb 2006 22:53:26 +0000
parents 2a047b490abd
children da3535826c6a
comparison
equal deleted inserted replaced
69192:0d69e599a46a 69193:ef713d480768
1 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
2
3 * t-mouse.el: New file.
4 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
6 primitive...
7 (t-mouse-make-event-element): ...posn-at-x-y instead.
8 (t-mouse-make-event): Deal with Fedora Core 3.
9 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
10 (t-mouse-mouse-position-function): New function. Use it instead
11 of advising mouse-position.
12 (t-mouse-mode): New minor mode.
13 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14
1 2006-02-27 Glenn Morris <rgm@gnu.org> 15 2006-02-27 Glenn Morris <rgm@gnu.org>
2 16
3 * calendar/calendar.el (calendar-holidays): Doc fix. 17 * calendar/calendar.el (calendar-holidays): Doc fix.
4 18
5 2006-02-27 Nick Roberts <nickrob@snap.net.nz> 19 2006-02-27 Nick Roberts <nickrob@snap.net.nz>