aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/nsterm.m4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4e8c9a10223..7f69572dc01 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-12-27 Steve Purcell <steve@sanityinc.com> (tiny change)
2
3 * nsterm.m (syms_of_nsterm): Enable ns-use-srgb-colorspace by
4 default.
5
12013-12-27 Chong Yidong <cyd@gnu.org> 62013-12-27 Chong Yidong <cyd@gnu.org>
2 7
3 * data.c (Fsymbol_function): Doc fix. 8 * data.c (Fsymbol_function): Doc fix.
diff --git a/src/nsterm.m b/src/nsterm.m
index f2aef422db4..635f57946b2 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -7647,8 +7647,8 @@ Default is t for OSX >= 10.7, nil otherwise. */);
7647 DEFVAR_BOOL ("ns-use-srgb-colorspace", ns_use_srgb_colorspace, 7647 DEFVAR_BOOL ("ns-use-srgb-colorspace", ns_use_srgb_colorspace,
7648 doc: /*Non-nil means to use sRGB colorspace on OSX >= 10.7. 7648 doc: /*Non-nil means to use sRGB colorspace on OSX >= 10.7.
7649Note that this does not apply to images. 7649Note that this does not apply to images.
7650This variable is ignored on OSX < 10.7 and GNUStep. Default is nil. */); 7650This variable is ignored on OSX < 10.7 and GNUStep. Default is t. */);
7651 ns_use_srgb_colorspace = NO; 7651 ns_use_srgb_colorspace = YES;
7652 7652
7653 /* TODO: move to common code */ 7653 /* TODO: move to common code */
7654 DEFVAR_LISP ("x-toolkit-scroll-bars", Vx_toolkit_scroll_bars, 7654 DEFVAR_LISP ("x-toolkit-scroll-bars", Vx_toolkit_scroll_bars,