diff options
| author | YAMAMOTO Mitsuharu | 2013-07-04 19:25:54 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2013-07-04 19:25:54 +0900 |
| commit | cf13177e99d20e8db632ad6ed5defd3818f7d901 (patch) | |
| tree | 8cbc52eb53375dfbb2eb4eba3dff92453385e186 /src/ChangeLog | |
| parent | 46e4f8217a5379bfab2a0f9c78e2a6a23a9d3cf1 (diff) | |
| download | emacs-cf13177e99d20e8db632ad6ed5defd3818f7d901.tar.gz emacs-cf13177e99d20e8db632ad6ed5defd3818f7d901.zip | |
Add multi-monitor support on W32.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 416e60f30a4..9012f5ba16a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * w32fns.c (Qgeometry, Qworkarea, Qmm_size, Qframes): New variables. | ||
| 4 | (syms_of_w32fns): DEFSYM them. | ||
| 5 | (MONITORINFOF_PRIMARY, SM_XVIRTUALSCREEN, SM_YVIRTUALSCREEN) | ||
| 6 | (CCHDEVICENAME): Define macros if not defined. | ||
| 7 | (struct MONITOR_INFO_EX): New struct. | ||
| 8 | (MonitorEnum_Proc, EnumDisplayMonitors_Proc): New prototypes. | ||
| 9 | (enum_display_monitors_fn): New variable. | ||
| 10 | (globals_of_w32fns): Initialize it. | ||
| 11 | (Fx_display_pixel_width, Fx_display_pixel_height) | ||
| 12 | (Fx_display_mm_height, Fx_display_mm_width): Mention behavior on | ||
| 13 | multi-monitor setups in docstrings. | ||
| 14 | (Fx_display_mm_height, Fx_display_mm_width): Approximate whole | ||
| 15 | screen size by primary monitor's millimeter per pixel. | ||
| 16 | (w32_monitor_enum, w32_display_monitor_attributes_list) | ||
| 17 | (w32_display_monitor_attributes_list_fallback) | ||
| 18 | (Fw32_display_monitor_attributes_list): New functions. | ||
| 19 | (syms_of_w32fns): Defsubr Sw32_display_monitor_attributes_list. | ||
| 20 | |||
| 21 | * w32term.c (SM_CXVIRTUALSCREEN, SM_CYVIRTUALSCREEN): Define macros | ||
| 22 | if not defined. | ||
| 23 | (x_display_pixel_height, x_display_pixel_width): Use GetSystemMetrics. | ||
| 24 | |||
| 1 | 2013-07-04 Michael Albinus <michael.albinus@gmx.de> | 25 | 2013-07-04 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 26 | ||
| 3 | * fileio.c (Qfile_notify_error): New error symbol. | 27 | * fileio.c (Qfile_notify_error): New error symbol. |