From 360feccaf4ba7e9aa9731b25b5bdd9053067d269 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 31 May 2006 08:56:54 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 ++++++- src/ChangeLog | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31bb11e76cc..98ae42bd434 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,11 @@ +2006-05-31 Takaaki Ota + + * textmodes/table.el: Convert all HTML tags to lower case for + XHTML compatibility. + 2006-05-31 Masatake YAMATO - * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 20e0e7d47a9..cca73c2d2a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2006-05-31 Kim F. Storm + + * 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 * xmenu.c (Fmenu_bar_start): Return a value. -- 2.39.5