diff options
| author | Nick Roberts | 2006-02-27 22:53:26 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-02-27 22:53:26 +0000 |
| commit | 766bcec11e768429f854c8a09050681b32fb7405 (patch) | |
| tree | 06c666529eb6cc3bfff35f2e8daef2abaf040e85 | |
| parent | 4185151ee39a4f481c8a29c145ef71c819896f68 (diff) | |
| download | emacs-766bcec11e768429f854c8a09050681b32fb7405.tar.gz emacs-766bcec11e768429f854c8a09050681b32fb7405.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0d39131cec..eb2e87a163f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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. |