diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 44782386684..244a17a61d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | (free_realized_faces_for_fontset): Remove; not used. | 6 | (free_realized_faces_for_fontset): Remove; not used. |
| 7 | (Fx_list_fonts): Mark variable that gcc -Wuninitialized | 7 | (Fx_list_fonts): Mark variable that gcc -Wuninitialized |
| 8 | does not deduce is never used uninitialized. | 8 | does not deduce is never used uninitialized. |
| 9 | (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used. | ||
| 10 | (LFACEP): Define only if XASSERTS, as it's not needed otherwise. | ||
| 9 | 11 | ||
| 10 | * terminal.c (store_terminal_param): Now static. | 12 | * terminal.c (store_terminal_param): Now static. |
| 11 | 13 | ||