diff options
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. |