diff options
| author | Paul Eggert | 2011-01-13 09:17:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-13 09:17:33 -0800 |
| commit | 193770eec942defa96c7ea310773b40534f709d1 (patch) | |
| tree | 3a1ed2de2b7ece4697999045da27e21fb174f21c /etc | |
| parent | f737437b23c75bb6924021df14b4f740ce370b21 (diff) | |
| parent | 821f936d1c04df2f9ccaf6307b220d7cbe0e76c7 (diff) | |
| download | emacs-193770eec942defa96c7ea310773b40534f709d1.tar.gz emacs-193770eec942defa96c7ea310773b40534f709d1.zip | |
Merge from mainline.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 9 | ||||
| -rw-r--r-- | etc/themes/tsdh-dark-theme.el | 6 |
3 files changed, 16 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index d690c963fba..d8dd5aa0ae0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-01-13 Christian Ohler <ohler@gnu.org> | ||
| 2 | |||
| 3 | * NEWS: Mention ERT. | ||
| 4 | |||
| 1 | 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de> | 5 | 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de> |
| 2 | 6 | ||
| 3 | * NEWS: Add new function dbus-register-service. | 7 | * NEWS: Add new function dbus-register-service. |
| @@ -210,6 +210,10 @@ automatically when Emacs starts up. To disable this, set | |||
| 210 | `package-enable-at-startup' to nil. To change which packages are | 210 | `package-enable-at-startup' to nil. To change which packages are |
| 211 | loaded, customize `package-load-list'. | 211 | loaded, customize `package-load-list'. |
| 212 | 212 | ||
| 213 | ** An Emacs Lisp testing tool is now included. | ||
| 214 | Emacs Lisp developers can use this tool to write automated tests for | ||
| 215 | their code. See the ERT info manual for details. | ||
| 216 | |||
| 213 | ** Custom Themes | 217 | ** Custom Themes |
| 214 | 218 | ||
| 215 | *** `M-x customize-themes' lists Custom themes which can be enabled. | 219 | *** `M-x customize-themes' lists Custom themes which can be enabled. |
| @@ -621,6 +625,11 @@ Notifications API. It requires D-Bus for communication. | |||
| 621 | 625 | ||
| 622 | * Incompatible Lisp Changes in Emacs 24.1 | 626 | * Incompatible Lisp Changes in Emacs 24.1 |
| 623 | 627 | ||
| 628 | ** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and | ||
| 629 | passes it to the mail user agent function. This argument specifies an | ||
| 630 | action for returning to the caller after finishing with the mail. | ||
| 631 | This is currently used by Rmail to delete a mail window. | ||
| 632 | |||
| 624 | ** For mouse click input events in the text area, the Y pixel | 633 | ** For mouse click input events in the text area, the Y pixel |
| 625 | coordinate in the POSITION list now counts from the top of the text | 634 | coordinate in the POSITION list now counts from the top of the text |
| 626 | area, excluding any header line. Previously, it counted from the top | 635 | area, excluding any header line. Previously, it counted from the top |
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el index 4fe86987d87..cc1e86b3306 100644 --- a/etc/themes/tsdh-dark-theme.el +++ b/etc/themes/tsdh-dark-theme.el | |||
| @@ -25,12 +25,12 @@ | |||
| 25 | (custom-theme-set-faces | 25 | (custom-theme-set-faces |
| 26 | 'tsdh-dark | 26 | 'tsdh-dark |
| 27 | '(default ((t (:background "gray20" :foreground "white smoke")))) | 27 | '(default ((t (:background "gray20" :foreground "white smoke")))) |
| 28 | '(diff-added ((t (:inherit diff-changed :background "light green")))) | 28 | '(diff-added ((t (:inherit diff-changed :background "dark green")))) |
| 29 | '(diff-changed ((t (:background "light steel blue")))) | 29 | '(diff-changed ((t (:background "midnight blue")))) |
| 30 | '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) | 30 | '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) |
| 31 | '(diff-indicator-changed ((t (:weight bold)))) | 31 | '(diff-indicator-changed ((t (:weight bold)))) |
| 32 | '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) | 32 | '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) |
| 33 | '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) | 33 | '(diff-removed ((t (:inherit diff-changed :background "dark red")))) |
| 34 | '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) | 34 | '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) |
| 35 | '(hl-line ((t (:background "grey28")))) | 35 | '(hl-line ((t (:background "grey28")))) |
| 36 | '(message-header-subject ((t (:foreground "SkyBlue")))) | 36 | '(message-header-subject ((t (:foreground "SkyBlue")))) |