diff options
| author | Adrian Robert | 2009-09-27 16:11:10 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-09-27 16:11:10 +0000 |
| commit | 135abf91cd6bed743906ea63f603262454179095 (patch) | |
| tree | 0a9b7ec8fd825bd13d10f140016171f88ff8e648 | |
| parent | f3e848f4abbf6e66aa6c09304c886c012652a15e (diff) | |
| download | emacs-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/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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com> | 8 | 2009-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. |