diff options
| author | Jan Djärv | 2013-09-28 12:01:50 +0200 |
|---|---|---|
| committer | Jan Djärv | 2013-09-28 12:01:50 +0200 |
| commit | 1610938f74bd8cee71c0190deb470b5bd102d51f (patch) | |
| tree | 7114f6a13439b06d3b4affb2a77abaf606653727 /src/ChangeLog | |
| parent | 0d2647e645d9965e0707d25e39e4152abfda99bf (diff) | |
| download | emacs-1610938f74bd8cee71c0190deb470b5bd102d51f.tar.gz emacs-1610938f74bd8cee71c0190deb470b5bd102d51f.zip | |
Pick up default selection color on OSX when user defaults are not set.
* lisp/faces.el (region): Change ns_selection_color to
ns_selection_fg_color, add ns_selection_bg_color.
* src/nsterm.h (NS_SELECTION_BG_COLOR_DEFAULT): Renamed from
NS_SELECTION_COLOR_DEFAULT.
(NS_SELECTION_FG_COLOR_DEFAULT): New.
* src/nsterm.m (ns_selection_color): Remove.
(ns_get_color): Check for ns_selection_(fg|bg)_color using
NSColor selectedText(Background)Color. Only for COCOA.
(ns_term_init): Remove assignment of ns_selection_color, logic
moved to ns_get_color.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec36db90dfa..4c298873dcc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-09-28 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (ns_selection_color): Remove. | ||
| 4 | (ns_get_color): Check for ns_selection_(fg|bg)_color using | ||
| 5 | NSColor selectedText(Background)Color. Only for COCOA. | ||
| 6 | (ns_term_init): Remove assignment of ns_selection_color, logic | ||
| 7 | moved to ns_get_color. | ||
| 8 | |||
| 9 | * nsterm.h (NS_SELECTION_BG_COLOR_DEFAULT): Renamed from | ||
| 10 | NS_SELECTION_COLOR_DEFAULT. | ||
| 11 | (NS_SELECTION_FG_COLOR_DEFAULT): New. | ||
| 12 | |||
| 1 | 2013-09-28 Eli Zaretskii <eliz@gnu.org> | 13 | 2013-09-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * xdisp.c (Fdump_tool_bar_row): Ifdef away the body if 'struct | 15 | * xdisp.c (Fdump_tool_bar_row): Ifdef away the body if 'struct |