*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Aug 2006 13:31:11 +0000 (13:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Aug 2006 13:31:11 +0000 (13:31 +0000)
lisp/ChangeLog
src/ChangeLog

index 9c0dbf6..719ce5d 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * buff-menu.el (list-buffers-noselect): For Info buffers, use
+       "(file)node" instead of the file name.
+
 2006-08-05  Richard Stallman  <rms@gnu.org>
 
        * faces.el (escape-glyph): Doc fix.
index 2810954..80d9950 100644 (file)
@@ -1,5 +1,13 @@
 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
 
+       * w32.c (w32_valid_pointer_p): New function.
+
+       * w32.h: Add prototype for w32_valid_pointer_p.
+
+       * alloc.c: Include w32.h.
+       (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
+       the job.
+
        * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
        is exactly equal to end_time, not only when it is past that.