diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 00f3fa8eccf..0050d949dd2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,69 @@ | |||
| 1 | 2013-09-15 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsfns.m (Fx_create_frame): Fix font driver registration for | ||
| 4 | GNUStep. | ||
| 5 | |||
| 6 | * font.c (syms_of_font): Check MAC_OS_X_VERSION_MAX_ALLOWED >= 1050 | ||
| 7 | for syms_of_macfont. | ||
| 8 | |||
| 9 | * nsterm.m: Include macfont.h. | ||
| 10 | (ns_tmp_flags, ns_tmp_font): Remove. | ||
| 11 | (ns_compute_glyph_string_overhangs): Check for driver Qns. | ||
| 12 | (ns_draw_glyph_string): Use local variables instead of ns_tmp_flags, | ||
| 13 | ns_tmp_font. Call ns_draw_text_decoration here instead of nsfont.m. | ||
| 14 | (changeFont:): Fix code style. Check for font driver type when | ||
| 15 | getiing font. | ||
| 16 | |||
| 17 | * nsterm.h (FONT_DESCENT, FONT_ASCENT): Define to (f)->ascent and | ||
| 18 | (f)->descent. | ||
| 19 | |||
| 20 | * nsfont.m (ns_tmp_flags, ns_tmp_font): Remove. | ||
| 21 | (nsfont_open): Set font driver type. | ||
| 22 | Set font->ascent and font->descent. Figure out font instead of | ||
| 23 | ns_tmp_font, and flags instead of ns_tmp_flags. | ||
| 24 | Fix indentation. Remove call to ns_draw_text_decoration, | ||
| 25 | moved to nsterm. | ||
| 26 | |||
| 27 | * nsfns.m: Include macfont.h. | ||
| 28 | (Fx_create_frame): Register macfont driver, make a better default font. | ||
| 29 | (Fns_popup_font_panel): Get font from macfont driver, if used. | ||
| 30 | |||
| 31 | * macfont.m, macfont.h, maccuvs.h: New files. | ||
| 32 | |||
| 33 | * font.h: Declare syms_of_macfont. | ||
| 34 | |||
| 35 | * font.c (syms_of_font): Call syms_of_macfont. | ||
| 36 | |||
| 37 | * Makefile.in (NS_OBJ, SOME_MACHINE_OBJECTS): Add macfont.o. | ||
| 38 | |||
| 39 | 2013-09-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 40 | |||
| 41 | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999, | ||
| 42 | and it is always zero for others, so I assume that this is an ancient | ||
| 43 | leftover which nobody will want to change any more. | ||
| 44 | * xterm.h, w32term.h, nsterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Remove. | ||
| 45 | (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): | ||
| 46 | * frame.c (x_set_scroll_bar_width): | ||
| 47 | * w32fns.c (w32_createscrollbar): | ||
| 48 | * w32term.c (w32_set_vertical_scroll_bar): | ||
| 49 | * xfns.c (x_set_scroll_bar_default_width): | ||
| 50 | * xterm.c (XTflash, x_scroll_bar_create, XTset_vertical_scroll_bar) | ||
| 51 | (x_scroll_bar_expose): Related users changed. | ||
| 52 | |||
| 53 | 2013-09-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 54 | |||
| 55 | * xterm.h (FRAME_X_SCREEN_NUMBER): Add comment. | ||
| 56 | (BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use FRAME_X_SCREEN_NUMBER. | ||
| 57 | (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET) [USE_X_TOOLKIT]: | ||
| 58 | Define as such. | ||
| 59 | * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT): | ||
| 60 | Define once here... | ||
| 61 | * nsterm.h, w32term.h, xterm.h: ...and not here. | ||
| 62 | * w32term.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET): | ||
| 63 | Remove unused Xisms. | ||
| 64 | * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because | ||
| 65 | these modules are never compiled otherwise. | ||
| 66 | |||
| 1 | 2013-09-14 Eli Zaretskii <eliz@gnu.org> | 67 | 2013-09-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 68 | ||
| 3 | * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>: | 69 | * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>: |