diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-09-27 16:11:10 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-09-27 16:11:10 +0000 |
commit | 135abf91cd6bed743906ea63f603262454179095 (patch) | |
tree | 0a9b7ec8fd825bd13d10f140016171f88ff8e648 /lisp | |
parent | f3e848f4abbf6e66aa6c09304c886c012652a15e (diff) | |
download | emacs-135abf91cd6bed743906ea63f603262454179095.tar.gz emacs-135abf91cd6bed743906ea63f603262454179095.tar.bz2 emacs-135abf91cd6bed743906ea63f603262454179095.zip |
* term/ns-win.el: Don't set the region face background. (Bug#4381)
* faces.el: Default light-background background for region face to
ns_selection_color under NS.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c7a24508189..ccb7bc72cf3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com> + + * term/ns-win.el: Don't set the region face background. (Bug#4381) + + * faces.el: Default light-background background for region face to + ns_selection_color under NS. + 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com> * net/imap-hash.el: New library, see NEWS. |