comparison src/ChangeLog @ 5130:4f4672e2aa34 ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Sun, 07 Mar 2010 06:20:19 -0600
parents ebd8cab8629f c113da3e2f67
children e5380fdaf8f1 0dcd22290039
comparison
equal deleted inserted replaced
5129:ebd8cab8629f 5130:4f4672e2aa34
1 2010-03-06 Ben Wing <ben@xemacs.org>
2
3 * frame.c (change_frame_size_1):
4 Add a comment about where FRAME_PIXWIDTH/FRAME_PIXHEIGHT is set.
5
6 2010-03-05 Ben Wing <ben@xemacs.org>
7
8 * frame.c:
9 * frame.c (Fframe_pixel_height):
10 * frame.c (Fframe_displayable_pixel_height):
11 * frame.c (Fframe_pixel_width):
12 * frame.c (Fframe_displayable_pixel_width):
13 * frame.c (Fset_frame_pixel_height):
14 * frame.c (Fset_frame_displayable_pixel_height):
15 * frame.c (Fset_frame_pixel_width):
16 * frame.c (Fset_frame_displayable_pixel_width):
17 * frame.c (get_frame_char_size):
18 * frame.c (change_frame_size_1):
19 Make it so that `frame-pixel-height', `set-frame-pixel-height', etc.
20 use updated values for the displayable or total pixel size that
21 will reflect what will happen as of the next redisplay. This
22 basically means using the character-cell height and converting
23 on-the-fly to pixel units. In the process, make sure FRAME_CHARWIDTH/
24 FRAME_CHARHEIGHT are always correct and change
25 get_frame_char_size() to simply use them; the old logic in that
26 function was inlined into change_frame_size_1(), which is the only
27 place that needs the logic.
28
29 2010-03-05 Ben Wing <ben@xemacs.org>
30
31 * frame.c:
32 * frame.c (frame_live_p):
33 * frame.c (Fframep):
34 * frame.c (Fdisable_frame):
35 * frame.c (Fenable_frame):
36 * frame.c (Fraise_frame):
37 * frame.c (Fframe_name):
38 * frame.c (Fset_frame_height):
39 * frame.c (internal_set_frame_size):
40 * frame.c (adjust_frame_size):
41 Add documentation on the different types of units used to measure
42 frame size.
43
44 Add section headers to the various sections.
45
46 Rearrange the location of some functions in the file to keep
47 related functions together. This especially goes for frame-sizing
48 functions (internal_set_frame_size() and adjust_frame_size()),
49 which have been moved so that they form a group with
50 change_frame_size() and change_frame_size_1().
51
52 No functionality should change.
53
1 2010-03-05 Ben Wing <ben@xemacs.org> 54 2010-03-05 Ben Wing <ben@xemacs.org>
2 55
3 * alloc.c: 56 * alloc.c:
4 * alloc.c (old_alloc_sized_lcrecord): 57 * alloc.c (old_alloc_sized_lcrecord):
5 * alloc.c (very_old_free_lcrecord): 58 * alloc.c (very_old_free_lcrecord):