# HG changeset patch # User Luc Teirlinck # Date 1113786483 0 # Node ID f906487da0a17f49d8952f64ea3fa38497d560a4 # Parent a473e4d3af750acfbe037dc8ce76f6e45aff7273 *** empty log message *** diff -r a473e4d3af75 -r f906487da0a1 etc/NEWS --- a/etc/NEWS Mon Apr 18 00:55:42 2005 +0000 +++ b/etc/NEWS Mon Apr 18 01:08:03 2005 +0000 @@ -107,19 +107,6 @@ * 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 -r a473e4d3af75 -r f906487da0a1 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 18 00:55:42 2005 +0000 +++ b/lisp/ChangeLog Mon Apr 18 01:08:03 2005 +0000 @@ -1,3 +1,10 @@ +2005-04-17 Luc Teirlinck + + * startup.el (command-line): No longer enable Xterm Mouse mode by + default in terminals compatible with xterm. + + * xt-mouse.el (xterm-mouse-mode): Set init value back to nil. + 2005-04-18 Nick Roberts * tooltip.el (tooltip-gud-echo-area): Rename from @@ -58,7 +65,7 @@ 2005-04-16 Carsten Dominik * textmodes/org.el (org-up-heading-all): Fix bug with - `outline-up-heading-all'. + `outline-up-heading-all'. 2005-04-16 Andreas Schwab diff -r a473e4d3af75 -r f906487da0a1 man/ChangeLog --- a/man/ChangeLog Mon Apr 18 00:55:42 2005 +0000 +++ b/man/ChangeLog Mon Apr 18 01:08:03 2005 +0000 @@ -1,3 +1,10 @@ +2005-04-17 Luc Teirlinck + + * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled + by default in terminals compatible with xterm. Mention that + xterm-mouse-mode is a minor mode and put in pxref to Minor Modes + node. + 2005-04-15 Carsten Dominik * org.texi: Update to version 3.06.