changeset 66780:5bb175fa0f8e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Nov 2005 23:21:52 +0000
parents 06e83e43c727
children 3f1b7ae24ffc
files man/ChangeLog src/ChangeLog
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Wed Nov 09 23:14:32 2005 +0000
+++ b/man/ChangeLog	Wed Nov 09 23:21:52 2005 +0000
@@ -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
--- a/src/ChangeLog	Wed Nov 09 23:14:32 2005 +0000
+++ b/src/ChangeLog	Wed Nov 09 23:21:52 2005 +0000
@@ -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.