aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-06-08 16:41:43 -0700
committerGlenn Morris2014-06-08 16:41:43 -0700
commitfd60bf6c902b47daadda6ebf442045dbe1328941 (patch)
treefd351a1fc087aefbca38b87102f06edf9f8b04ff /etc
parentff2d0e8336c05cb7d3e86f7406784cefc1d6589e (diff)
parent4181427f24e591f539122db2e3d8d8b55a7de7cd (diff)
downloademacs-fd60bf6c902b47daadda6ebf442045dbe1328941.tar.gz
emacs-fd60bf6c902b47daadda6ebf442045dbe1328941.zip
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
-rw-r--r--etc/themes/deeper-blue-theme.el12
3 files changed, 14 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2189fac6a05..9c2582cb0f4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-06-08 Leo Liu <sdl.web@gmail.com>
2
3 * themes/deeper-blue-theme.el: Use another fix. (Bug#17695)
4
12014-06-08 Juri Linkov <juri@jurta.org> 52014-06-08 Juri Linkov <juri@jurta.org>
2 6
3 * themes/deeper-blue-theme.el (diff-added, diff-changed, diff-removed): 7 * themes/deeper-blue-theme.el (diff-added, diff-changed, diff-removed):
diff --git a/etc/NEWS b/etc/NEWS
index dd802b94b21..cfda70f62a8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -547,6 +547,10 @@ conventions. To use it, add it to the `fill-nobreak-predicate' hook.
547 547
548+++ 548+++
549** Uniquify is enabled by default, with `post-forward-angle-brackets' style. 549** Uniquify is enabled by default, with `post-forward-angle-brackets' style.
550In other words, if you visit two files that have the same base name,
551then rather than creating buffers basename and basename<2>,
552Emacs uses basename<dirA> and basename<dirB>. To change this,
553customize `uniquify-buffer-name-style'. Set it to nil for the old behavior.
550 554
551+++ 555+++
552** New command `C-x SPC' (`rectangle-mark-mode') makes a rectangular region. 556** New command `C-x SPC' (`rectangle-mark-mode') makes a rectangular region.
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el
index 95f9c260260..3b5ab4ccccd 100644
--- a/etc/themes/deeper-blue-theme.el
+++ b/etc/themes/deeper-blue-theme.el
@@ -40,19 +40,19 @@
40 `(cperl-hash-face ((,class (:foreground "coral1")))) 40 `(cperl-hash-face ((,class (:foreground "coral1"))))
41 `(cursor ((,class (:background "green")))) 41 `(cursor ((,class (:background "green"))))
42 `(default ((,class (:background "#181a26" :foreground "gray80")))) 42 `(default ((,class (:background "#181a26" :foreground "gray80"))))
43 `(diff-added ((,class (:foreground "white" :background "darkolivegreen")))) 43 ;; `(diff-added ((,class (nil))))
44 `(diff-changed ((,class (:foreground "white" :background "dodgerblue4")))) 44 ;; `(diff-changed ((,class (nil))))
45 `(diff-context ((,class (:foreground "seashell4")))) 45 `(diff-context ((,class (:foreground "seashell4"))))
46 `(diff-file-header ((,class (:background "grey60")))) 46 `(diff-file-header ((,class (:background "grey60"))))
47 `(diff-function ((,class (:inherit diff-header)))) 47 `(diff-function ((,class (:inherit diff-header))))
48 `(diff-header ((,class (:background "grey45")))) 48 `(diff-header ((,class (:background "grey45"))))
49 `(diff-hunk-header ((,class (:inherit diff-header)))) 49 `(diff-hunk-header ((,class (:inherit diff-header))))
50 `(diff-index ((,class (:inherit diff-file-header)))) 50 `(diff-index ((,class (:inherit diff-file-header))))
51 `(diff-indicator-added ((,class (:inherit diff-added)))) 51 `(diff-indicator-added ((,class (:foreground "white" :background "darkolivegreen"))))
52 `(diff-indicator-changed ((,class (:inherit diff-changed)))) 52 `(diff-indicator-changed ((,class (:foreground "white" :background "dodgerblue4"))))
53 `(diff-indicator-removed ((,class (:inherit diff-removed)))) 53 `(diff-indicator-removed ((,class (:foreground "white" :background "indianred4"))))
54 `(diff-refine-change ((,class (:background "skyblue4")))) 54 `(diff-refine-change ((,class (:background "skyblue4"))))
55 `(diff-removed ((,class (:foreground "white" :background "indianred4")))) 55 ;; `(diff-removed ((,class (nil))))
56 `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) 56 `(dired-marked ((,class (:background "dodgerblue3" :foreground "white"))))
57 `(ediff-current-diff-A ((,class (:background "green4" :foreground "white")))) 57 `(ediff-current-diff-A ((,class (:background "green4" :foreground "white"))))
58 `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white")))) 58 `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white"))))