1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Stefan Monnier
0e2806fa7e (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
(t-mouse-mode): New compatibility alias.
2007-09-28 20:13:31 +00:00
Miles Bader
37cc095b6a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-13 13:41:28 +00:00
Glenn Morris
4837b516ea Replace `iff' in doc-strings and comments. 2007-08-08 07:40:09 +00:00
Miles Bader
9aecacd08a Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Nick Roberts
43180aff2d (t-mouse-mode): Reset t-mouse-mode to nil if there
is an error.
2007-05-20 08:30:57 +00:00
Nick Roberts
9086c6b141 Reduce to a minor-mode macro call.
(t-mouse-mode) Remove the lighter.
2007-05-20 05:48:36 +00:00
Miles Bader
7d5f6be179 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 20-21)

   - Update from CVS

2007-05-18  Richard M. Stallman  <rms@gnu.org>

   * lisp/simple.el (push-mark): Doc fix.

2007-05-18  Rob Riepel  <riepel@Stanford.EDU>

   * 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  <rcyeske@gmail.com>

   * 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  <monnier@iro.umontreal.ca>

   * src/syntax.c (skip_chars): Update syntax-table only after we checked that
   the new location is valid.

2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * src/macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
   mac_get_window_bounds.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-759
2007-05-20 03:12:22 +00:00
Nick Roberts
20d385d66b Reduce to a minor-mode macro call. 2007-05-20 02:52:46 +00:00
Stefan Monnier
5073ad8e15 (t-mouse-mode): Improve docstring. 2007-05-19 14:00:15 +00:00
Nick Roberts
1a12af30ce (t-mouse-mode): Do nothing on a graphical display
when disabling t-mouse-mode.
2007-05-04 02:26:14 +00:00
Nick Roberts
73e9b6a4e0 (t-mouse-make-event): Pass on mev's more informative
error message.
2007-04-22 09:08:14 +00:00
Nick Roberts
fc7ed6dd06 (t-mouse-make-event-element): Don't use the left edge
of the window if we're outside it e.g menu-bar.
2007-04-03 21:16:40 +00:00
Nick Roberts
be0a287b76 (t-mouse-make-event-element): Use timestamp output
from client program, mev, to compute mouse event.
2007-03-19 20:07:45 +00:00
Nick Roberts
15779492bb Update copyright following assignment by
Alessandro Rubini.
2007-01-20 08:08:33 +00:00
Juanma Barranquero
556dfc1eb3 (t-mouse-process, t-mouse-mode): Fix typos in docstrings. 2006-11-06 02:42:45 +00:00
Nick Roberts
ab5e2abdca (t-mouse-mode): Use set-process-query-on-exit-flag. 2006-07-31 06:05:04 +00:00
John Paul Wallington
da92726901 (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix; escape
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.
2006-03-03 23:55:18 +00:00
Miles Bader
e1b267c178 Add arch tagline 2006-02-27 23:40:51 +00:00
Nick Roberts
eff05ea122 (t-mouse-tty): Use with-temp-buffer. Add more
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.
2006-02-27 22:46:06 +00:00
Nick Roberts
9efe4a2df9 This version does *not* work with Emacs 22.
It is just the initial import from gpm-1.20.1.
2006-02-27 22:10:43 +00:00