diff options
| author | YAMAMOTO Mitsuharu | 2007-03-26 08:13:45 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-03-26 08:13:45 +0000 |
| commit | b51065cf2ed0fdb80719fab58c77c74ec405fbcb (patch) | |
| tree | a30aa0c6c9a01ce5e2c8f0bbde2db051dad60f81 /src/ChangeLog | |
| parent | d18bee728dd6de5793f4f656f7621eae74b00ca9 (diff) | |
| download | emacs-b51065cf2ed0fdb80719fab58c77c74ec405fbcb.tar.gz emacs-b51065cf2ed0fdb80719fab58c77c74ec405fbcb.zip | |
(create_text_encoding_info_alist): Move assignments
outside predicate macros.
(mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e44c5197204..3469a14d153 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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 |