aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3561cca4ac3..000ddf2d877 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18,6 +18,21 @@
18 (store_symval_forwarding): Handle special properties of buffer-local 18 (store_symval_forwarding): Handle special properties of buffer-local
19 variables and use functions from the above to signal error, if any. 19 variables and use functions from the above to signal error, if any.
20 20
21 * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more natural
22 values. Add comment.
23 (struct frame): Re-arrange layout to avoid extra padding and use bit
24 fields for output_method, want_fullscreen and vertical_scroll_bar_type.
25 (FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS)
26 (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT)
27 (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT) [!HAVE_WINDOW_SYSTEM]:
28 Define as no-ops because there are no scroll bars anyway.
29 * frame.c (make_frame, make_terminal_frame, make_initial_frame):
30 Adjust users.
31
32 * font.c (fset_font_data) [HAVE_XFT || HAVE_FREETYPE]:
33 Add convenient setter.
34 (font_put_frame_data, font_get_frame_data): Use it.
35
212014-07-15 Daiki Ueno <ueno@gnu.org> 362014-07-15 Daiki Ueno <ueno@gnu.org>
22 37
23 * nsgui.h (XCHAR2B_BYTE1): Add missing parentheses around 38 * nsgui.h (XCHAR2B_BYTE1): Add missing parentheses around