changeset 71108:b44a459ae79e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 31 May 2006 08:56:54 +0000
parents c2a4cb0acf5e
children 8e0e27268c74
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed May 31 08:02:45 2006 +0000
+++ b/lisp/ChangeLog	Wed May 31 08:56:54 2006 +0000
@@ -1,6 +1,11 @@
+2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
+
+	* textmodes/table.el: Convert all HTML tags to lower case for
+	XHTML compatibility.
+
 2006-05-31  Masatake YAMATO  <jet@gyve.org>
 
-	* progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-called-line): 
+	* progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-called-line):
 	Don't put face on `-' lines in gcov file.
 	Suggested by Dan Nicolaescu.
 
--- a/src/ChangeLog	Wed May 31 08:02:45 2006 +0000
+++ b/src/ChangeLog	Wed May 31 08:56:54 2006 +0000
@@ -1,3 +1,9 @@
+2006-05-31  Kim F. Storm  <storm@cua.dk>
+
+	* process.c (select_wrapper): Add wrapper around select to work around
+	"incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
+	select called from wait_reading_process_output.
+
 2006-05-30  Andreas Schwab  <schwab@suse.de>
 
 	* xmenu.c (Fmenu_bar_start): Return a value.