diff options
| author | YAMAMOTO Mitsuharu | 2010-11-10 18:02:54 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2010-11-10 18:02:54 +0900 |
| commit | 3106121c9979ea4a2beee1485979f6e46e19f2a6 (patch) | |
| tree | e3b910b4e159db23853b48d25bb09aa2f1702e71 /src/ChangeLog | |
| parent | da1fec2bc11a790e56d3473228f25c3dcfd59e59 (diff) | |
| download | emacs-3106121c9979ea4a2beee1485979f6e46e19f2a6.tar.gz emacs-3106121c9979ea4a2beee1485979f6e46e19f2a6.zip | |
Add const to array elements of font filter properties.
* font.c (font_filter_properties): Add const to array elements of properties args.
* font.h (font_filter_properties): Likewise.
* ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array elements.
* w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d3bf1b58643..9804d57a9cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-11-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * font.c (font_filter_properties): Add const to array elements of | ||
| 4 | properties args. | ||
| 5 | |||
| 6 | * font.h (font_filter_properties): Likewise. | ||
| 7 | |||
| 8 | * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array | ||
| 9 | elements. | ||
| 10 | |||
| 11 | * w32font.c (w32font_booleans, w32font_non_booleans): Likewise. | ||
| 12 | |||
| 1 | 2010-11-10 Michael Albinus <michael.albinus@gmx.de> | 13 | 2010-11-10 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 14 | ||
| 3 | * dbusbind.c (QCdbus_type_unix_fd): New Lisp object. | 15 | * dbusbind.c (QCdbus_type_unix_fd): New Lisp object. |