aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-01-27 18:45:04 -0500
committerChong Yidong2011-01-27 18:45:04 -0500
commit372fb76be972e1d8769a83331da3b87632b423b3 (patch)
tree61e075421c2cf0b64205a2114ad1da1a2e1c9389 /src/ChangeLog
parent19cc66979d336c0b62cf770ecb5863a86cfd510e (diff)
downloademacs-372fb76be972e1d8769a83331da3b87632b423b3.tar.gz
emacs-372fb76be972e1d8769a83331da3b87632b423b3.zip
Convert font parse testsuite to an ERT test.
* test/automated/font-parse-tests.el: Move from font-parse-testsuite.el. * src/font.c (font_parse_fcname): Undefine a temporary macro.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 62782e63eef..2caec5e5d11 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-01-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * font.c (font_parse_fcname): Undefine a temporary macro.
4
12011-01-26 Stefan Monnier <monnier@iro.umontreal.ca> 52011-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 Let the debugger continue to the normal handler (bug#7825). 7 Let the debugger continue to the normal handler (bug#7825).