diff options
| author | Dmitry Antipov | 2014-07-28 12:07:55 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-28 12:07:55 +0400 |
| commit | 34c6b847fbad20b026ee878f6c3b97ab481f6a92 (patch) | |
| tree | f4879868963f8c3ced8511301cc2c2b2d852a039 /src/ChangeLog | |
| parent | a7947cd8742b236b90d054dbaf3e43ab6677ec0b (diff) | |
| download | emacs-34c6b847fbad20b026ee878f6c3b97ab481f6a92.tar.gz emacs-34c6b847fbad20b026ee878f6c3b97ab481f6a92.zip | |
Fix --without-x build and pacify --enable-gcc-warnings.
Problems reported in Bug#18122 and Bug#18124.
* frame.c (get_frame_param): Define even if !HAVE_WINDOW_SYSTEM.
(frame_windows_min_size): Now static.
* frame.h (FRAME_HAS_HORIZONTAL_SCROLL_BARS) [!HAVE_WINDOW_SYSTEM]:
Define as no-op.
(adjust_frame_size): Always declare prototype.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7edd4f329b0..f74a46c4ad2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -23,6 +23,14 @@ | |||
| 23 | * lisp.h (add_timer_wait_descriptor) [HAVE_TIMERFD]: Likewise. | 23 | * lisp.h (add_timer_wait_descriptor) [HAVE_TIMERFD]: Likewise. |
| 24 | * process.c (add_timer_wait_descriptor) [HAVE_TIMERFD]: New function. | 24 | * process.c (add_timer_wait_descriptor) [HAVE_TIMERFD]: New function. |
| 25 | 25 | ||
| 26 | Fix --without-x build and pacify --enable-gcc-warnings. | ||
| 27 | Problems reported in Bug#18122 and Bug#18124. | ||
| 28 | * frame.c (get_frame_param): Define even if !HAVE_WINDOW_SYSTEM. | ||
| 29 | (frame_windows_min_size): Now static. | ||
| 30 | * frame.h (FRAME_HAS_HORIZONTAL_SCROLL_BARS) [!HAVE_WINDOW_SYSTEM]: | ||
| 31 | Define as no-op. | ||
| 32 | (adjust_frame_size): Always declare prototype. | ||
| 33 | |||
| 26 | 2014-07-28 Paul Eggert <eggert@cs.ucla.edu> | 34 | 2014-07-28 Paul Eggert <eggert@cs.ucla.edu> |
| 27 | 35 | ||
| 28 | * frame.c (x_set_frame_parameters): Don't use uninitialized locals. | 36 | * frame.c (x_set_frame_parameters): Don't use uninitialized locals. |