Mercurial > emacs
annotate lispintro/ChangeLog @ 51204:082b768216a0
Make (several) trivial substitutions for renamed and
new macros in dispextern.h, frame.h and window.h.
(x_draw_glyph_string_box): Adapt to per-window fringes and
scroll-bars.
(glyph_rect): Use window coordinates returned from
window_from_coordinates rather than frame_to_window_pixel_xy.
(XTset_vertical_scroll_bar): Adapt to per-window fringes and
scroll-bars.
(w32_clip_to_row): Remove superfluous whole_line_p arg and code
(fringes are now inside margins, i.e. always in the clipping area).
All callers changed.
(x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
directly, then call compute_fringe_widths. Don't call
frame_update_line_height.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 24 May 2003 22:06:19 +0000 |
parents | 4090fee4e575 |
children | 695cf19ef79e d7ddb3e565de |
rev | line source |
---|---|
43088 | 1 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * emacs-lisp-intro.texi (Index): @ignore extraneous text. | |
4 Use @dircategory and @direntry to define the DIR entry. | |
5 | |
41500 | 6 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> |
7 | |
8 * emacs-lisp-intro.texi: Move @contents to the beginning of the | |
42757 | 9 file. Set the size to @smallbook. |
41500 | 10 |
41436 | 11 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
12 | |
13 * Makefile.in: New file. | |
14 | |
15 * README: Update. | |
16 | |
17 * *.eps: Rename to avoid clashes in DOS 8+3 namespace. | |
18 | |
19 ;; Local Variables: | |
20 ;; coding: iso-2022-7bit-unix | |
21 ;; End: | |
22 | |
23 Copyright (C) 2001 | |
24 Free Software Foundation, Inc. | |
25 Copying and distribution of this file, with or without modification, | |
26 are permitted provided the copyright notice and this notice are preserved. |