diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6cf9938573..8433127b7c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2014-09-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Pacify --enable-gcc-warnings when no window system is used. | ||
| 4 | These warnings found that subscript error, so they seem worthwhile. | ||
| 5 | * composite.c (char_composable_p): Simplify a bit. | ||
| 6 | * frame.c (x_set_frame_parameters): Add an IF_LINT. | ||
| 7 | * frame.c (x_set_horizontal_scroll_bars, x_set_scroll_bar_height): | ||
| 8 | * frame.h (FRAME_HAS_HORIZONTAL_SCROLL_BARS): | ||
| 9 | * window.c (set_window_scroll_bars): | ||
| 10 | Use USE_HORIZONTAL_SCROLL_BARS for simplicity. | ||
| 11 | * frame.h [! USE_HORIZONTAL_SCROLL_BARS]: | ||
| 12 | Ignore -Wsuggest-attribute=const. | ||
| 13 | * window.h (USE_HORIZONTAL_SCROLL_BARS): New macro. | ||
| 14 | (WINDOW_HAS_HORIZONTAL_SCROLL_BAR): Use it. | ||
| 15 | |||
| 1 | 2014-09-10 Paul Eggert <eggert@penguin.cs.ucla.edu> | 16 | 2014-09-10 Paul Eggert <eggert@penguin.cs.ucla.edu> |
| 2 | 17 | ||
| 3 | * charset.c (Fget_unused_iso_final_char): Fix subscript error. | 18 | * charset.c (Fget_unused_iso_final_char): Fix subscript error. |