diff options
| author | Kenichi Handa | 2013-03-22 00:21:20 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-03-22 00:21:20 +0900 |
| commit | 022039da8ea1166498c507dda4944afd9c49c9fe (patch) | |
| tree | f6fef85c61f1483cadf977775b7f99c98f63514b /src/ChangeLog | |
| parent | 8bc369d4a23a3a8040d77e3ce89a7f63b1ecff97 (diff) | |
| parent | afff09d015b0e17c059e68fe4a8f1d31014a3700 (diff) | |
| download | emacs-022039da8ea1166498c507dda4944afd9c49c9fe.tar.gz emacs-022039da8ea1166498c507dda4944afd9c49c9fe.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2498bc8c974..0634ec7cc1d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,33 @@ | |||
| 4 | 4 | ||
| 5 | * insdel.c (insert_from_gap): Fix previous change. | 5 | * insdel.c (insert_from_gap): Fix previous change. |
| 6 | 6 | ||
| 7 | 2013-03-20 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 8 | |||
| 9 | * window.h (struct window): Convert left_col, top_line, total_lines | ||
| 10 | and total_cols from Lisp_Objects to integers. Adjust comments. | ||
| 11 | (wset_left_col, wset_top_line, wset_total_cols, wset_total_lines): | ||
| 12 | Remove. | ||
| 13 | (WINDOW_TOTAL_COLS, WINDOW_TOTAL_LINES, WINDOW_LEFT_EDGE_COL) | ||
| 14 | (WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion. | ||
| 15 | * dispnew.c, frame.c, w32fns.c, window.c, xdisp.c, xfns.c: | ||
| 16 | Adjust users where appropriate. | ||
| 17 | |||
| 18 | 2013-03-20 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 19 | |||
| 20 | * frame.h (struct frame): Drop resx and resy because the same data is | ||
| 21 | available from window system-specific output context. Adjust users. | ||
| 22 | (default_pixels_per_inch_x, default_pixels_per_inch_y): New | ||
| 23 | functions to provide defaults when no window system available. | ||
| 24 | (FRAME_RES_X, FRAME_RES_Y): New macros. | ||
| 25 | (NUMVAL): Moved from xdisp.c. | ||
| 26 | * font.c (font_pixel_size, font_find_for_lface, font_open_for_lface) | ||
| 27 | (Ffont_face_attributes, Fopen_font): | ||
| 28 | * image.c (gs_load): | ||
| 29 | * w32font.c (fill_in_logfont): | ||
| 30 | * xdisp.c (calc_pixel_width_or_height): | ||
| 31 | * xfaces.c (Fx_family_fonts, set_lface_from_font): Use them. | ||
| 32 | * xsettings.c (apply_xft_settings): Drop frame loop and adjust comment. | ||
| 33 | |||
| 7 | 2013-03-20 Kenichi Handa <handa@gnu.org> | 34 | 2013-03-20 Kenichi Handa <handa@gnu.org> |
| 8 | 35 | ||
| 9 | * coding.c (syms_of_coding): Initialize disable_ascii_optimization | 36 | * coding.c (syms_of_coding): Initialize disable_ascii_optimization |