]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 9 Nov 2005 23:21:52 +0000 (23:21 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 9 Nov 2005 23:21:52 +0000 (23:21 +0000)
man/ChangeLog
src/ChangeLog

index a3d8316167db9225ccaee769839958b7abc51bd5..fc4b3376c8266ca749f61dabe38ea9de27da6bfe 100644 (file)
@@ -1,3 +1,16 @@
+2005-11-10  Kim F. Storm  <storm@cua.dk>
+
+       * emacs.texi (Top): Add CUA Bindings entry to menu.
+
+       * killing.texi (CUA Bindings): New node.  Moved here from
+       misc.texi and extended with info on rectangle commands and
+       rectangle highlighting, interface to registers, and the global
+       mark feature.
+
+       * misc.texi (Emulation): Move CUA bindings item to killing.texi.
+
+       * regs.texi: Prev link points to CUA Bindings node.
+
 2005-11-07  Luc Teirlinck  <teirllm@auburn.edu>
 
        * help.texi (Help Echo): By default, help echos are only shown on
index f4d6c469e3bb38951d75f0027003efe415caf93a..af09ba48fcc29ac480728f33fc71a66b5ac31c97 100644 (file)
@@ -1,3 +1,17 @@
+2005-11-10  Kim F. Storm  <storm@cua.dk>
+
+       * alloc.c (valid_lisp_object_p): New function to validate that
+       an object is really a valid Lisp_Object.
+
+       * lisp.h (valid_lisp_object_p): Add prototype.
+
+       * print.c (safe_debug_print): New function to be called from gdb
+       to print Lisp objects; use valid_lisp_object_p to avoid crashing
+       if user tries to print something which is not a Lisp object.
+
+       * .gdbinit (pp, pp1): Use safe_debug_print.
+       (pv, pv1): New commands to print value of a lisp variable.
+
 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
 
        * .gdbinit (pp1): New user-defined function.