aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-08-04 01:49:05 +0000
committerKenichi Handa2006-08-04 01:49:05 +0000
commitef8f7cddb377a5fd5b8ec6549ded05bb9aa3da81 (patch)
treed58baf6f13a56298e3787dda76a305f08a0bd167
parentfca31fbb6681f58052d28cd21f90b1510fe88292 (diff)
downloademacs-ef8f7cddb377a5fd5b8ec6549ded05bb9aa3da81.tar.gz
emacs-ef8f7cddb377a5fd5b8ec6549ded05bb9aa3da81.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog4
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d00d8308c91..69a67e059bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-08-04 Kenichi Handa <handa@m17n.org>
2
3 * international/mule-diag.el (describe-font): Improve docstring
4 and error message. Use frame-parameter (not frame-parameters).
5
12006-08-03 Stefan Monnier <monnier@iro.umontreal.ca> 62006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords): 8 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a70edd2a07..b81ffed78b1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-08-04 Kenichi Handa <handa@m17n.org>
2
3 * xterm.c (x_query_font): Compare names by ignoring case.
4
12006-08-03 Jason Rumney <jasonr@gnu.org> 52006-08-03 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit 7 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit