aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-12 23:40:00 +0000
committerLuc Teirlinck2005-04-12 23:40:00 +0000
commited77be1d17735a91320491ff9924cb0f258caac6 (patch)
tree48ec4b2f8aadec0d22904b8fa0a3844330e7fdaa
parent3e4c23e3533ec96077e380f2693c7892bb443fcb (diff)
downloademacs-ed77be1d17735a91320491ff9924cb0f258caac6.tar.gz
emacs-ed77be1d17735a91320491ff9924cb0f258caac6.zip
*** 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 4696853e27d..6e2d07b5e4e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -107,6 +107,19 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
107 107
108* Changes in Emacs 22.1 108* Changes in Emacs 22.1
109 109
110** Xterm Mouse mode is now enabled by default in terminal emulators
111compatible with xterm. This means that simple use of the mouse is
112now, by default, controlled by Emacs--basically, only non-modified
113single clicks are supported. The normal xterm mouse functionality
114for such clicks is still available by holding down the SHIFT key
115when you press the mouse button.
116
117This is not without problems. For instance, clicking with the mouse
118on the wrong place may produce unexpected results without warning.
119Put `(xterm-mouse-mode 0)' in your .emacs, or disable the option
120`xterm-mouse-mode' through Custom, if you prefer all mouse clicks to
121be handled by the terminal emulator.
122
110** Improved Thai support. A new minor mode `thai-word-mode' (which is 123** Improved Thai support. A new minor mode `thai-word-mode' (which is
111automatically activated if you select Thai as a language 124automatically activated if you select Thai as a language
112environment) changes key bindings of most word-oriented commands to 125environment) changes key bindings of most word-oriented commands to
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2c39a1afcf0..da1600fa4b5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,7 +2,8 @@
2 2
3 * startup.el (command-line): Enable Xterm Mouse mode by default. 3 * startup.el (command-line): Enable Xterm Mouse mode by default.
4 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value 4 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5 for Custom. No longer show "Mouse" in mode line. Doc fix. 5 for Custom. No longer show "Mouse" in mode line when enabled.
6 Doc fix.
6 7
72005-04-12 Kim F. Storm <storm@cua.dk> 82005-04-12 Kim F. Storm <storm@cua.dk>
8 9
diff --git a/man/ChangeLog b/man/ChangeLog
index ba9dc904618..cb4b631ef84 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12005-04-12 Luc Teirlinck <teirllm@auburn.edu>
2
3 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by
4 default.
5
12005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * xresources.texi (Table of Resources): Add cursorBlink. 8 * xresources.texi (Table of Resources): Add cursorBlink.