aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-08-15 14:51:27 +0000
committerKim F. Storm2005-08-15 14:51:27 +0000
commit4ccda9c39996e5f12161e693a4a2bb10c1c038b3 (patch)
tree78871380416c7982b325d9691a502663f192f2bc
parentecd6106722bb32fe7c25879e9ba45223edba9276 (diff)
downloademacs-4ccda9c39996e5f12161e693a4a2bb10c1c038b3.tar.gz
emacs-4ccda9c39996e5f12161e693a4a2bb10c1c038b3.zip
*** empty log message ***
-rw-r--r--etc/NEWS14
-rw-r--r--lisp/ChangeLog10
2 files changed, 16 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 856888f1236..0d4b2b30882 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -923,12 +923,10 @@ the new dialog.
923** Mouse changes: 923** Mouse changes:
924 924
925+++ 925+++
926*** New display feature: focus follows the mouse from one Emacs window 926*** If you set the new variable `mouse-autoselect-window' to a non-nil
927to another, even within a frame. If you set the variable 927value, windows are automatically selected as you move the mouse from
928mouse-autoselect-window to non-nil value, moving the mouse to a 928one Emacs window to another, even within a frame. A minibuffer window
929different Emacs window will select that window (minibuffer window can 929can be selected only when it is active.
930be selected only when it is active). The default is nil, so that this
931feature is not enabled.
932 930
933+++ 931+++
934*** On X, when the window manager requires that you click on a frame to 932*** On X, when the window manager requires that you click on a frame to
@@ -996,7 +994,7 @@ mouse-wheel-inhibit-click-time variables.
996+++ 994+++
997*** Under X, mouse-wheel-mode is turned on by default. 995*** Under X, mouse-wheel-mode is turned on by default.
998 996
999** Mule changes: 997** Multilingual Environment (Mule) changes:
1000 998
1001--- 999---
1002*** Language environment and various default coding systems are setup 1000*** Language environment and various default coding systems are setup
@@ -1632,7 +1630,7 @@ before calling it, if used while defining a macro.
1632 1630
1633In addition, when ending or calling a macro with C-x e, the macro can 1631In addition, when ending or calling a macro with C-x e, the macro can
1634be repeated immediately by typing just the `e'. You can customize 1632be repeated immediately by typing just the `e'. You can customize
1635this behavior via the variable kmacro-call-repeat-key and 1633this behavior via the variables kmacro-call-repeat-key and
1636kmacro-call-repeat-with-arg. 1634kmacro-call-repeat-with-arg.
1637 1635
1638Keyboard macros can now be debugged and edited interactively. 1636Keyboard macros can now be debugged and edited interactively.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 221ea1e6b3e..98357f096e7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12005-08-15 Kim F. Storm <storm@cua.dk>
2
3 * emulation/cua-base.el (cua-delete-region): Return t if
4 deleted region was non-empty.
5 (cua-replace-region): Inhibit overwrite-mode for
6 self-insert-command if replaced region was non-empty.
7 (cua--explicit-region-start, cua--status-string): Make them
8 buffer-local at top-level...
9 (cua-mode): ...rather than when mode is enabled.
10
12005-08-15 Thien-Thi Nguyen <ttn@gnu.org> 112005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2 12
3 * progmodes/vhdl-mode.el (vhdl-emacs-21): 13 * progmodes/vhdl-mode.el (vhdl-emacs-21):