diff options
| author | Paul Eggert | 2011-02-14 21:41:07 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-14 21:41:07 -0800 |
| commit | fae95934b8edae3f538063e756ac799ed94313b2 (patch) | |
| tree | 3bb814c43cd50db54591bf685e5cb72b863b5833 /etc | |
| parent | 6d302144c218f12bd380344ae2d3ed87a6ea9327 (diff) | |
| parent | bb55f713d2e4ea089a861a257d7d000432642ce9 (diff) | |
| download | emacs-fae95934b8edae3f538063e756ac799ed94313b2.tar.gz emacs-fae95934b8edae3f538063e756ac799ed94313b2.zip | |
Merge from mainline.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 10 | ||||
| -rw-r--r-- | etc/NEWS | 19 | ||||
| -rw-r--r-- | etc/themes/light-blue-theme.el | 67 |
3 files changed, 90 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 45dfb211bb0..520a12ba15f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-02-13 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Tramp methods "imap" and "imaps" are discontinued. | ||
| 4 | |||
| 5 | 2011-02-12 Drew Adams <drew.adams@oracle.com> | ||
| 6 | |||
| 7 | * themes/light-blue-theme.el: New file. | ||
| 8 | |||
| 1 | 2011-02-01 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-02-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | format-time-string now supports subsecond time stamp resolution | 11 | format-time-string now supports subsecond time stamp resolution |
| @@ -382,7 +390,7 @@ | |||
| 382 | * srecode/doc-default.srt (section-comment, function-comment) | 390 | * srecode/doc-default.srt (section-comment, function-comment) |
| 383 | (variable-same-line-comment, group-comment-start, group-comment-end): | 391 | (variable-same-line-comment, group-comment-start, group-comment-end): |
| 384 | * srecode/doc-java.srt (function-comment, variable-same-line-comment) | 392 | * srecode/doc-java.srt (function-comment, variable-same-line-comment) |
| 385 | (group-comment-start, gropu-comment-end): | 393 | (group-comment-start, group-comment-end): |
| 386 | Fix typos in template docstrings. | 394 | Fix typos in template docstrings. |
| 387 | 395 | ||
| 388 | 2010-01-14 Kenichi Handa <handa@m17n.org> | 396 | 2010-01-14 Kenichi Handa <handa@m17n.org> |
| @@ -137,9 +137,8 @@ theme when Emacs is built with GTK. | |||
| 137 | off by customizing x-gtk-use-system-tooltips. | 137 | off by customizing x-gtk-use-system-tooltips. |
| 138 | 138 | ||
| 139 | ** Lucid menus and dialogs can display antialiased fonts if Emacs is built | 139 | ** Lucid menus and dialogs can display antialiased fonts if Emacs is built |
| 140 | with Xft. To change font, use X resource faceName, for example: | 140 | with Xft. To change font, use the X resource font, for example: |
| 141 | Emacs.pane.menubar.faceName: Courier-12 | 141 | Emacs.pane.menubar.font: Courier-12 |
| 142 | Set faceName to none and use font to use the old X fonts. | ||
| 143 | 142 | ||
| 144 | +++ | 143 | +++ |
| 145 | ** Enhanced support for characters that have no glyphs in available fonts | 144 | ** Enhanced support for characters that have no glyphs in available fonts |
| @@ -588,7 +587,7 @@ on a D-Bus without simultaneously registering a property or a method. | |||
| 588 | *** There exists a new inline access method "ksu" (kerberized su). | 587 | *** There exists a new inline access method "ksu" (kerberized su). |
| 589 | 588 | ||
| 590 | *** The following access methods are discontinued: "ssh1_old", | 589 | *** The following access methods are discontinued: "ssh1_old", |
| 591 | "ssh2_old", "scp1_old", "scp2_old" and "fish". | 590 | "ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish". |
| 592 | 591 | ||
| 593 | ** VC and related modes | 592 | ** VC and related modes |
| 594 | 593 | ||
| @@ -606,7 +605,17 @@ The vc-merge command now runs a "merge" operation, if it is supported. | |||
| 606 | This merges another branch into the current one. This command prompts | 605 | This merges another branch into the current one. This command prompts |
| 607 | the user for specifics, e.g. a merge source. | 606 | the user for specifics, e.g. a merge source. |
| 608 | 607 | ||
| 609 | **** Currently supported by Bzr, Git, and Mercurial. | 608 | **** Currently supported for Bzr, Git, and Mercurial. |
| 609 | |||
| 610 | *** Log entries in some Log View buffers can be toggled to display a | ||
| 611 | longer description by typing RET (log-view-toggle-entry-display). | ||
| 612 | In the Log View buffers made by `C-x v L' (vc-print-root-log), you can | ||
| 613 | use this to display the full log entry for the revision at point. | ||
| 614 | |||
| 615 | **** Currently supported for Bzr, Git, and Mercurial. | ||
| 616 | |||
| 617 | **** Packages using Log View mode can enable this functionality by | ||
| 618 | binding `log-view-expanded-log-entry-function' to a suitable function. | ||
| 610 | 619 | ||
| 611 | ** Miscellaneous | 620 | ** Miscellaneous |
| 612 | 621 | ||
diff --git a/etc/themes/light-blue-theme.el b/etc/themes/light-blue-theme.el new file mode 100644 index 00000000000..60f9fa8dc9d --- /dev/null +++ b/etc/themes/light-blue-theme.el | |||
| @@ -0,0 +1,67 @@ | |||
| 1 | ;;; light-blue-theme.el --- Custom theme for faces | ||
| 2 | |||
| 3 | ;; Copyright (C) 2011 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | ;; Author: Drew Adams <drew.adams@oracle.com> | ||
| 6 | |||
| 7 | ;; This file is part of GNU Emacs. | ||
| 8 | |||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 10 | ;; it under the terms of the GNU General Public License as published by | ||
| 11 | ;; the Free Software Foundation, either version 3 of the License, or | ||
| 12 | ;; (at your option) any later version. | ||
| 13 | |||
| 14 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | ;; GNU General Public License for more details. | ||
| 18 | |||
| 19 | ;; You should have received a copy of the GNU General Public License | ||
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 21 | |||
| 22 | ;;; Commentary: | ||
| 23 | |||
| 24 | ;; Extracted from the settings in oneonone.el by Drew Adams. | ||
| 25 | |||
| 26 | ;;; Code: | ||
| 27 | |||
| 28 | (deftheme light-blue | ||
| 29 | "Theme with a light blue backgound.") | ||
| 30 | |||
| 31 | (let ((class '((class color) (min-colors 89)))) | ||
| 32 | (custom-theme-set-faces | ||
| 33 | 'light-blue | ||
| 34 | `(default ((,class (:background "LightBlue" :foreground "black")))) | ||
| 35 | `(cursor ((,class (:background "red")))) | ||
| 36 | `(fringe ((,class (:background "gray85")))) | ||
| 37 | ;; Highlighting faces | ||
| 38 | `(highlight ((,class (:background "cyan")))) | ||
| 39 | `(region ((,class (:background "MediumAquamarine")))) | ||
| 40 | `(secondary-selection ((,class (:background "white" :foreground "black")))) | ||
| 41 | `(isearch ((,class (:background "green" :foreground "Black")))) | ||
| 42 | `(lazy-highlight ((,class (:background "dark turquoise")))) | ||
| 43 | `(query-replace ((,class (:inherit isearch :background "white" :foreground "black")))) | ||
| 44 | `(match ((,class (:background "SkyBlue")))) | ||
| 45 | ;; Mode line faces | ||
| 46 | `(mode-line ((,class (:background "PaleGoldenrod" :foreground "black" :box (:line-width -1 :style released-button))))) | ||
| 47 | `(mode-line-buffer-id ((,class (:overline "red" :underline "red")))) | ||
| 48 | `(mode-line-inactive ((,class (:inherit mode-line :background "LightGray" :foreground "grey20" :box (:line-width -1 :color "grey75") :weight light)))) | ||
| 49 | ;; Escape and prompt faces | ||
| 50 | `(escape-glyph ((,class (:background "gold" :foreground "blue" :box (:line-width 1 :color "blue" :style released-button))))) | ||
| 51 | ;; Font lock faces | ||
| 52 | `(font-lock-builtin-face ((,class (:foreground "#b35caf")))) | ||
| 53 | `(font-lock-constant-face ((,class (:foreground "#00006DE06DE0")))) | ||
| 54 | `(font-lock-function-name-face ((,class (:foreground "red")))) | ||
| 55 | `(font-lock-keyword-face ((,class (:foreground "Blue3")))) | ||
| 56 | `(font-lock-string-face ((,class (:foreground "Magenta4")))) | ||
| 57 | `(font-lock-warning-face ((,class (:foreground "orange red" :weight bold)))) | ||
| 58 | ;; Compilation faces | ||
| 59 | `(next-error ((,class (:inherit region :background "SkyBlue")))))) | ||
| 60 | |||
| 61 | (provide-theme 'light-blue) | ||
| 62 | |||
| 63 | ;; Local Variables: | ||
| 64 | ;; no-byte-compile: t | ||
| 65 | ;; End: | ||
| 66 | |||
| 67 | ;;; light-blue-theme.el ends here | ||