aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2005-04-12 23:40:00 +0000
committerLuc Teirlinck <[email protected]>2005-04-12 23:40:00 +0000
commited77be1d17735a91320491ff9924cb0f258caac6 (patch)
tree48ec4b2f8aadec0d22904b8fa0a3844330e7fdaa
parent3e4c23e3533ec96077e380f2693c7892bb443fcb (diff)
*** empty log message ***
-rw-r--r--etc/NEWS13
-rw-r--r--lisp/ChangeLog3
-rw-r--r--man/ChangeLog5
3 files changed, 20 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4696853e27..6e2d07b5e4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -107,6 +107,19 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 22.1
+** Xterm Mouse mode is now enabled by default in terminal emulators
+compatible with xterm. This means that simple use of the mouse is
+now, by default, controlled by Emacs--basically, only non-modified
+single clicks are supported. The normal xterm mouse functionality
+for such clicks is still available by holding down the SHIFT key
+when you press the mouse button.
+
+This is not without problems. For instance, clicking with the mouse
+on the wrong place may produce unexpected results without warning.
+Put `(xterm-mouse-mode 0)' in your .emacs, or disable the option
+`xterm-mouse-mode' through Custom, if you prefer all mouse clicks to
+be handled by the terminal emulator.
+
** Improved Thai support. A new minor mode `thai-word-mode' (which is
automatically activated if you select Thai as a language
environment) changes key bindings of most word-oriented commands to
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2c39a1afcf..da1600fa4b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,7 +2,8 @@
* startup.el (command-line): Enable Xterm Mouse mode by default.
* xt-mouse.el (xterm-mouse-mode): Provide correct standard value
- for Custom. No longer show "Mouse" in mode line. Doc fix.
+ for Custom. No longer show "Mouse" in mode line when enabled.
+ Doc fix.
2005-04-12 Kim F. Storm <[email protected]>
diff --git a/man/ChangeLog b/man/ChangeLog
index ba9dc90461..cb4b631ef8 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-12 Luc Teirlinck <[email protected]>
+
+ * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by
+ default.
+
2005-04-12 Jan Dj,Ad(Brv <[email protected]>
* xresources.texi (Table of Resources): Add cursorBlink.