From: Nick Roberts Date: Mon, 27 Feb 2006 22:53:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3863 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=766bcec11e768429f854c8a09050681b32fb7405;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0d39131cec..eb2e87a163f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2006-02-28 Nick Roberts + + * t-mouse.el: New file. + (t-mouse-tty): Use with-temp-buffer. Add more terminal types. + (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C + primitive... + (t-mouse-make-event-element): ...posn-at-x-y instead. + (t-mouse-make-event): Deal with Fedora Core 3. + (t-mouse-make-event): Don't sink the `stupid text mode menubar'. + (t-mouse-mouse-position-function): New function. Use it instead + of advising mouse-position. + (t-mouse-mode): New minor mode. + (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead. + 2006-02-27 Glenn Morris * calendar/calendar.el (calendar-holidays): Doc fix.