aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/t-mouse.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.Stefan Monnier2008-06-111-15/+29
| | | | | (gpm-mouse-mode): Make it into a proper global minor mode. * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (gpm-mouse-start): Declare as a function.Glenn Morris2008-01-241-1/+5
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.Stefan Monnier2007-09-281-21/+23
| | | | | | | | (t-mouse-mode): New compatibility alias.
* | Merge from emacs--rel--22Miles Bader2007-08-131-1/+2
|\| | | | | | | Revision: [email protected]/emacs--devo--0--patch-851
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (t-mouse-mode): Reset t-mouse-mode to nil if thereNick Roberts2007-05-201-6/+10
| | | | | | | | is an error.
* | Reduce to a minor-mode macro call.Nick Roberts2007-05-201-2/+3
| | | | | | | | (t-mouse-mode) Remove the lighter.
* | Merge from emacs--rel--22Miles Bader2007-05-201-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 20-21) - Update from CVS 2007-05-18 Richard M. Stallman <[email protected]> * lisp/simple.el (push-mark): Doc fix. 2007-05-18 Rob Riepel <[email protected]> * lisp/emulation/tpu-edt.el (CSI-map, SS3-map) Moved from global-map to tpu-global-map. (tpu-original-global-map) Variable deleted. (tpu-control-keys-map) New keymap variable. (tpu-set-control-keys) Use tpu-reset-control-keys rather than setting keymapping directly. (tpu-reset-control-keys) Use tpu-control-keys-map instead of tpu-global-map. (tpu-edt-on): Activate the tpu-global-map. (tpu-edt-off): Deactivate the tpu-global-map. 2007-05-18 Ryan Yeske <[email protected]> * lisp/textmodes/ispell.el (ispell-get-word): Return markers for start and end positions. (ispell-word): Assume END is a marker. 2007-05-19 Stefan Monnier <[email protected]> * src/syntax.c (skip_chars): Update syntax-table only after we checked that the new location is valid. 2007-05-19 YAMAMOTO Mitsuharu <[email protected]> * src/macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around mac_get_window_bounds. Revision: [email protected]/emacs--devo--0--patch-759
| * (t-mouse-mode): Improve docstring.Stefan Monnier2007-05-191-2/+4
| |
* | Reduce to a minor-mode macro call.Nick Roberts2007-05-201-261/+15
| |
* | (t-mouse-mode): Do nothing on a graphical displayNick Roberts2007-05-041-24/+24
|/ | | | when disabling t-mouse-mode.
* (t-mouse-make-event): Pass on mev's more informativeNick Roberts2007-04-221-0/+2
| | | | error message.
* (t-mouse-make-event-element): Don't use the left edgeNick Roberts2007-04-031-1/+1
| | | | of the window if we're outside it e.g menu-bar.
* (t-mouse-make-event-element): Use timestamp outputNick Roberts2007-03-191-3/+8
| | | | from client program, mev, to compute mouse event.
* Update copyright following assignment byNick Roberts2007-01-201-4/+1
| | | | Alessandro Rubini.
* (t-mouse-process, t-mouse-mode): Fix typos in docstrings.Juanma Barranquero2006-11-061-7/+7
|
* (t-mouse-mode): Use set-process-query-on-exit-flag.Nick Roberts2006-07-311-3/+1
|
* (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix; escapeJohn Paul Wallington2006-03-031-16/+16
| | | | | | parentheses at beginning of line. (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative. (t-mouse-mode): Remove period from end of error message.
* Add arch taglineMiles Bader2006-02-271-0/+1
|
* (t-mouse-tty): Use with-temp-buffer. Add moreNick Roberts2006-02-271-128/+91
| | | | | | | | | | | | | terminal types. (t-mouse-lispy-buffer-posn-from-coords): Remove. Use 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.
* This version does *not* work with Emacs 22.Nick Roberts2006-02-271-0/+342
It is just the initial import from gpm-1.20.1.