aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2013-06-18 23:45:08 +0900
committerKenichi Handa2013-06-18 23:45:08 +0900
commit3c542890fe6fb88ecdca7e38c9f85e7360980110 (patch)
tree1c28d8a3b769f7b216d9af81e7d78df2dd29828a /src/ChangeLog
parent2c149f93b425ffbb2de02e9b41e1aa98ae40e0e7 (diff)
downloademacs-3c542890fe6fb88ecdca7e38c9f85e7360980110.tar.gz
emacs-3c542890fe6fb88ecdca7e38c9f85e7360980110.zip
font.c (Ffont_spec): Signal an error for an invalid font name.
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 fc57bdaba26..9ce8dce3604 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-06-18 Kenichi Handa <handa@gnu.org>
2
3 * font.c (Ffont_spec): Signal an error for an invalid font name.
4
12013-06-17 Paul Eggert <eggert@cs.ucla.edu> 52013-06-17 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Move functions from lisp.h to individual modules when possible. 7 Move functions from lisp.h to individual modules when possible.