changeset 72183:820ab848182d

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 29 Jul 2006 11:20:42 +0000
parents 9482f7b84d4d
children cfe34603da29
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jul 29 11:19:58 2006 +0000
+++ b/lisp/ChangeLog	Sat Jul 29 11:20:42 2006 +0000
@@ -1,3 +1,7 @@
+2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
+
+	* window.el (bw-get-tree): Don't integerp subtree if it's nil.
+
 2006-07-28  Richard Stallman  <rms@gnu.org>
 
 	* bindings.el (mode-line-frame-identification)
--- a/src/ChangeLog	Sat Jul 29 11:19:58 2006 +0000
+++ b/src/ChangeLog	Sat Jul 29 11:20:42 2006 +0000
@@ -1,5 +1,8 @@
 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
 
+	* coding.c (Ffind_operation_coding_system): Revert the change from
+	2006-05-29.
+
 	* alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
 
 2006-07-28  Richard Stallman  <rms@gnu.org>