aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2013-04-10 08:30:26 +0200
committerJoakim Verona2013-04-10 08:30:26 +0200
commita1002a150a8497832b98f167cb4ecd807f1684e7 (patch)
treeda28ae5ac8a521b688e0d8eb60e9ea287edcdd5c /etc
parentb7ef53c752790136ca12dcca9e291bf88c0e5bee (diff)
parentb60e25d6bc17deb6b553afb2cebe96e79dfadab5 (diff)
downloademacs-a1002a150a8497832b98f167cb4ecd807f1684e7.tar.gz
emacs-a1002a150a8497832b98f167cb4ecd807f1684e7.zip
auto upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/NEWS5
-rw-r--r--etc/PROBLEMS5
-rw-r--r--etc/themes/tsdh-dark-theme.el3
4 files changed, 18 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 85b365695fd..493095e9621 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12013-04-09 Tassilo Horn <tsdh@gnu.org>
2
3 * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces.
4
52013-04-09 Masatake YAMATO <yamato@redhat.com>
6
7 * NEWS: Mention `sh-mode' own `add-log-current-defun-function'.
8
12013-04-07 Jan Djärv <jan.h.d@swipnet.se> 92013-04-07 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * PROBLEMS: Mention Ubuntu warnings about libdbusmenu. 11 * PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
diff --git a/etc/NEWS b/etc/NEWS
index d893f496ef0..6014ee36219 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -84,6 +84,11 @@ Eg View mode, etc.
84 84
85** New command `kmacro-to-register' to store keyboard macros in registers. 85** New command `kmacro-to-register' to store keyboard macros in registers.
86 86
87** Shell Script mode
88
89*** `sh-mode' now has the mode own `add-log-current-defun-function'.
90You can pick the name of the function and the variables with `C-x 4 a'.
91
87 92
88* Changes in Specialized Modes and Packages in Emacs 24.4 93* Changes in Specialized Modes and Packages in Emacs 24.4
89 94
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index bc86c7cb373..0cfc0ad0c14 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1412,17 +1412,16 @@ When you start Emacs you may see something like this:
1412(emacs:2286): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion 1412(emacs:2286): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion
1413`GTK_IS_MENU_SHELL(menu)' failed 1413`GTK_IS_MENU_SHELL(menu)' failed
1414 1414
1415This happens if the Emacs binary has been renamed. The cause it the Ubuntu 1415This happens if the Emacs binary has been renamed. The cause is the Ubuntu
1416appmenu concept. It tries to track Emacs menus and show them in the top 1416appmenu concept. It tries to track Emacs menus and show them in the top
1417panel, instead of in each Emacs window. This is not properly implemented, 1417panel, instead of in each Emacs window. This is not properly implemented,
1418so it fails for Emacs. The order of menus is wrong, and things like copy/paste 1418so it fails for Emacs. The order of menus is wrong, and things like copy/paste
1419that depends on what state Emacs is in, is usually wrong (i.e. paste disabled 1419that depend on what state Emacs is in are usually wrong (i.e. paste disabled
1420even if you should be able to paste, and similar). 1420even if you should be able to paste, and similar).
1421 1421
1422You can get back menus on each frame by starting emacs like this: 1422You can get back menus on each frame by starting emacs like this:
1423% env UBUNTU_MENUPROXY= emacs 1423% env UBUNTU_MENUPROXY= emacs
1424 1424
1425
1426* Runtime problems on character terminals 1425* Runtime problems on character terminals
1427 1426
1428** The meta key does not work on xterm. 1427** The meta key does not work on xterm.
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 011133808a2..879f8f10e8a 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -64,7 +64,10 @@ Used and created by Tassilo Horn.")
64 '(highlight ((t (:background "sea green")))) 64 '(highlight ((t (:background "sea green"))))
65 '(hl-line ((t (:background "grey25")))) 65 '(hl-line ((t (:background "grey25"))))
66 '(hl-paren-face ((t (:weight bold))) t) 66 '(hl-paren-face ((t (:weight bold))) t)
67 '(icomplete-first-match ((t (:foreground "deep sky blue" :weight bold))))
67 '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) 68 '(lusty-file-face ((t (:foreground "SpringGreen1"))) t)
69 '(magit-header ((t (:box 1 :weight bold))))
70 '(magit-section-title ((t (:inherit magit-header :background "dark slate blue"))))
68 '(menu ((t (:background "gray30" :foreground "gray70")))) 71 '(menu ((t (:background "gray30" :foreground "gray70"))))
69 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) 72 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold))))
70 '(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans")))) 73 '(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans"))))