comparison src/ChangeLog @ 76747:44f86e993c52

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 26 Mar 2007 08:13:45 +0000
parents c39f6a4ef598
children f803dda9e616
comparison
equal deleted inserted replaced
76746:d3898ad6d0d5 76747:44f86e993c52
1 2007-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale
4 whole screen size in pixels by millimeters per pixel of main display.
5
6 * macselect.c (get_scrap_target_type_list, x_own_selection): Move
7 assignments outside predicate macros.
8 (Vselection_converter_alist): Doc fix.
9
10 * macterm.c (create_text_encoding_info_alist): Move assignments
11 outside predicate macros.
12 (mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
13 dpyinfo->width are those of whole screen.
14
1 2007-03-26 Sam Steingold <sds@gnu.org> 15 2007-03-26 Sam Steingold <sds@gnu.org>
2 16
3 * process.c (sigchld_handler): Delay by 1ms instead of 1s to 17 * process.c (sigchld_handler): Delay by 1ms instead of 1s to
4 alleviate sluggishness (the original problem is still fixed). 18 alleviate sluggishness (the original problem is still fixed).
5 19