aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-05-31 08:56:54 +0000
committerKim F. Storm2006-05-31 08:56:54 +0000
commit360feccaf4ba7e9aa9731b25b5bdd9053067d269 (patch)
tree61c5ce484048031c964f0188f5a55b97256d105f
parente66ca63c21de456d9f5458a1f06897402ddac3f0 (diff)
downloademacs-360feccaf4ba7e9aa9731b25b5bdd9053067d269.tar.gz
emacs-360feccaf4ba7e9aa9731b25b5bdd9053067d269.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog6
2 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 31bb11e76cc..98ae42bd434 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,11 @@
12006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2
3 * textmodes/table.el: Convert all HTML tags to lower case for
4 XHTML compatibility.
5
12006-05-31 Masatake YAMATO <jet@gyve.org> 62006-05-31 Masatake YAMATO <jet@gyve.org>
2 7
3 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-called-line): 8 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-called-line):
4 Don't put face on `-' lines in gcov file. 9 Don't put face on `-' lines in gcov file.
5 Suggested by Dan Nicolaescu. 10 Suggested by Dan Nicolaescu.
6 11
diff --git a/src/ChangeLog b/src/ChangeLog
index 20e0e7d47a9..cca73c2d2a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12006-05-31 Kim F. Storm <storm@cua.dk>
2
3 * process.c (select_wrapper): Add wrapper around select to work around
4 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
5 select called from wait_reading_process_output.
6
12006-05-30 Andreas Schwab <schwab@suse.de> 72006-05-30 Andreas Schwab <schwab@suse.de>
2 8
3 * xmenu.c (Fmenu_bar_start): Return a value. 9 * xmenu.c (Fmenu_bar_start): Return a value.