aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2013-05-09 17:17:38 +0200
committerJan Djärv2013-05-09 17:17:38 +0200
commit4465bfb465ffdecc9422bd2f3cd34440c7710dfa (patch)
tree8ddad534e448b0cd115f7747f7e7e59b8ce755b5 /src/ChangeLog
parent7583e2a0e23b20ecd29fa0e308e710bde4873ea4 (diff)
downloademacs-4465bfb465ffdecc9422bd2f3cd34440c7710dfa.tar.gz
emacs-4465bfb465ffdecc9422bd2f3cd34440c7710dfa.zip
Implement display-monitor-attributes-list for NS.
* lisp/frame.el (display-monitor-attributes-list): Add NS case. (ns-display-monitor-attributes-list): Declare. * src/nsfns.m: Include IOGraphicsLib.h if Cocoa. (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Declare. (MonitorInfo): New struct. (free_monitors, ns_screen_name, ns_make_monitor_attribute_list) (Fns_display_monitor_attributes_list): New functions. (display-usable-bounds): Remove. (syms_of_nsfns): DEFSYM Qgeometry, Qworkarea, Qmm_size, Qframes and Qsource.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e152d8de951..95b15a0f5a0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-05-09 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsfns.m: Include IOGraphicsLib.h if Cocoa.
4 (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Declare.
5 (MonitorInfo): New struct.
6 (free_monitors, ns_screen_name, ns_make_monitor_attribute_list)
7 (Fns_display_monitor_attributes_list): New functions.
8 (display-usable-bounds): Remove.
9 (syms_of_nsfns): DEFSYM Qgeometry, Qworkarea, Qmm_size, Qframes and
10 Qsource.
11
12013-05-09 Paul Eggert <eggert@cs.ucla.edu> 122013-05-09 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION. 14 * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.