]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 4c68d8786235e854c01195de929f26b7d369afb1..0d516ccb00e351b9f277c68405cf23c689040066 100644 (file)
@@ -1,9 +1,23 @@
+2005-11-27  Richard M. Stallman  <rms@gnu.org>
+
+       * mouse.el (mouse-drag-move-window-bottom):
+       Use adjust-window-trailing-edge.
+
+2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * simple.el (blink-matching-open): Ignore
+       `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
+       (blink-matching-paren-on-screen): Update docstring.
+
+       * paren.el (show-paren-mode): No longer change
+       `blink-matching-paren-on-screen'.
+
 2005-11-27  John Paul Wallington  <jpw@pobox.com>
 
        * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
-       (gdb-threads-select): Use `posn-set-point' instead of
-       `mouse-set-point' because the latter is not fbound when configured
-       without X.
+       (gdb-threads-select, gdb-edit-register-value):
+       Use `posn-set-point' instead of `mouse-set-point' because the
+       latter is not fbound when configured without X.
 
 2005-11-27  Kim F. Storm  <storm@cua.dk>