aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5ac0f885d8e..0d06f4e291d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 Jan Djärv <jan.h.d@swipnet.se>
3
4 * Makefile.in (XRANDR_LIBS, XRANDR_CFLAGS, XINERAMA_LIBS)
5 (XINERAMA_CFLAGS): New macros.
6 (ALL_CFLAGS, LIBES): Use them.
7
8 * xfns.c: Include <X11/extensions/Xrandr.h> if HAVE_XRANDR, and
9 include <X11/extensions/Xinerama.h> if HAVE_XINERAMA.
10 (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): New variables.
11 (syms_of_xfns): DEFSYM them.
12 (struct MonitorInfo): New struct.
13 (x_get_net_workarea, free_monitors, x_get_monitor_for_frame)
14 (x_make_monitor_attribute_list, x_get_monitor_attributes_fallback)
15 (x_get_monitor_attributes_xrandr, x_get_monitor_attributes)
16 (x_get_monitor_attributes_xinerama): New functions.
17 (Fx_display_monitor_attributes_list): New primitive.
18 (syms_of_xfns): Defsubr it.
19
20 * xterm.h (x_display_info): Add Xatom_net_workarea and
21 Xatom_net_current_desktop.
22
23 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_net_workarea
24 and dpyinfo->Xatom_net_current_desktop.
25
12013-05-06 Eli Zaretskii <eliz@gnu.org> 262013-05-06 Eli Zaretskii <eliz@gnu.org>
2 27
3 * xdisp.c (pos_visible_p): Use the special code for finding the 28 * xdisp.c (pos_visible_p): Use the special code for finding the