diff options
| author | Dan Nicolaescu | 2010-08-09 15:03:38 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-09 15:03:38 -0700 |
| commit | 09d93395c3ceeb0bd23d9fd9c7ef316dc03af08b (patch) | |
| tree | 78a65ed0a4c1623ad9ee308d5727d8ad1f229c32 /src/ChangeLog | |
| parent | 1cbf3dd9101a5574347253648148e30bd8979cf9 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-08-09 Andreas Schwab <schwab@linux-m68k.org> | 8 | 2010-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 |