]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 31 May 2006 08:56:54 +0000 (08:56 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 31 May 2006 08:56:54 +0000 (08:56 +0000)
lisp/ChangeLog
src/ChangeLog

index 31bb11e76ccb0fa2fd390ca8dd9a3034a6d012c2..98ae42bd4349665ec3203d74a64a06d0e99da9f1 100644 (file)
@@ -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.
 
index 20e0e7d47a9fd0aca983ba6d56ebe3736a1fc4d9..cca73c2d2a8f702c94a6874f086ace2f1b1a55ef 100644 (file)
@@ -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.