diff options
| author | Dmitry Antipov <dmantipov@yandex.ru> | 2012-06-27 19:46:48 +0400 |
|---|---|---|
| committer | Dmitry Antipov <dmantipov@yandex.ru> | 2012-06-27 19:46:48 +0400 |
| commit | 2014308a5dc2d82a136212e0eb7eeea61838bbe7 (patch) | |
| tree | 28a50159789f64356a8cd47e0e371d92aa67a002 /src/ChangeLog | |
| parent | d5c6faf921772e523fc224333d8af142c830a7e6 (diff) | |
* alloc.c (allocate_string_data): Remove dead code.
* xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
avoid GCC warning about unused macro.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 75333b7160f..fc70a99a170 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> + * alloc.c (allocate_string_data): Remove dead code. + * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to + avoid GCC warning about unused macro. + +2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> + * alloc.c (allocate_string): Omit intervals initialization. * alloc.c (make_uninit_multibyte_string): Initialize intervals as in make_pure_string and make_pure_c_string. |
