diff options
| author | Luc Teirlinck | 2005-04-12 23:40:00 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-04-12 23:40:00 +0000 |
| commit | ed77be1d17735a91320491ff9924cb0f258caac6 (patch) | |
| tree | 48ec4b2f8aadec0d22904b8fa0a3844330e7fdaa | |
| parent | 3e4c23e3533ec96077e380f2693c7892bb443fcb (diff) | |
| download | emacs-ed77be1d17735a91320491ff9924cb0f258caac6.tar.gz emacs-ed77be1d17735a91320491ff9924cb0f258caac6.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 13 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
3 files changed, 20 insertions, 1 deletions
| @@ -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 | ||
| 111 | compatible with xterm. This means that simple use of the mouse is | ||
| 112 | now, by default, controlled by Emacs--basically, only non-modified | ||
| 113 | single clicks are supported. The normal xterm mouse functionality | ||
| 114 | for such clicks is still available by holding down the SHIFT key | ||
| 115 | when you press the mouse button. | ||
| 116 | |||
| 117 | This is not without problems. For instance, clicking with the mouse | ||
| 118 | on the wrong place may produce unexpected results without warning. | ||
| 119 | Put `(xterm-mouse-mode 0)' in your .emacs, or disable the option | ||
| 120 | `xterm-mouse-mode' through Custom, if you prefer all mouse clicks to | ||
| 121 | be 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 |
| 111 | automatically activated if you select Thai as a language | 124 | automatically activated if you select Thai as a language |
| 112 | environment) changes key bindings of most word-oriented commands to | 125 | environment) 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 | ||
| 7 | 2005-04-12 Kim F. Storm <storm@cua.dk> | 8 | 2005-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 @@ | |||
| 1 | 2005-04-12 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by | ||
| 4 | default. | ||
| 5 | |||
| 1 | 2005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2005-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. |