aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Robert2009-09-27 16:11:10 +0000
committerAdrian Robert2009-09-27 16:11:10 +0000
commit135abf91cd6bed743906ea63f603262454179095 (patch)
tree0a9b7ec8fd825bd13d10f140016171f88ff8e648
parentf3e848f4abbf6e66aa6c09304c886c012652a15e (diff)
downloademacs-135abf91cd6bed743906ea63f603262454179095.tar.gz
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.
-rw-r--r--lisp/ChangeLog7
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 @@
12009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4
5 * faces.el: Default light-background background for region face to
6 ns_selection_color under NS.
7
12009-09-27 Teodor Zlatanov <tzz@lifelogs.com> 82009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2 9
3 * net/imap-hash.el: New library, see NEWS. 10 * net/imap-hash.el: New library, see NEWS.