aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-09 15:03:38 -0700
committerDan Nicolaescu2010-08-09 15:03:38 -0700
commit09d93395c3ceeb0bd23d9fd9c7ef316dc03af08b (patch)
tree78a65ed0a4c1623ad9ee308d5727d8ad1f229c32 /src/ChangeLog
parent1cbf3dd9101a5574347253648148e30bd8979cf9 (diff)
downloademacs-09d93395c3ceeb0bd23d9fd9c7ef316dc03af08b.tar.gz
emacs-09d93395c3ceeb0bd23d9fd9c7ef316dc03af08b.zip
Remove incorrect const use.
* src/font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname) (font_parse_name): font_open_by_name): * src/font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname) (font_parse_name): font_open_by_name): Remove const.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 09a6bea487d..a3e08cf699d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
4 (font_parse_name): font_open_by_name):
5 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
6 (font_parse_name): font_open_by_name): Remove const.
7
12010-08-09 Andreas Schwab <schwab@linux-m68k.org> 82010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2 9
3 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded 10 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded