diff options
| author | Joakim Verona | 2011-10-18 21:26:54 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-18 21:26:54 +0200 |
| commit | 6e73a2ebf04ca9bcc95add447b30baed417849b4 (patch) | |
| tree | 6cfc05e10644f2a6353305f523db5b014e7c492b /etc | |
| parent | 3bb66ec6110273ae61230da585ca090650140dca (diff) | |
| parent | 0ffe10653bb4366a03ce79fde9847ae810bc78d4 (diff) | |
| download | emacs-6e73a2ebf04ca9bcc95add447b30baed417849b4.tar.gz emacs-6e73a2ebf04ca9bcc95add447b30baed417849b4.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 17 | ||||
| -rw-r--r-- | etc/themes/deeper-blue-theme.el | 2 | ||||
| -rw-r--r-- | etc/themes/dichromacy-theme.el | 2 | ||||
| -rw-r--r-- | etc/themes/misterioso-theme.el | 2 | ||||
| -rw-r--r-- | etc/themes/tango-dark-theme.el | 2 | ||||
| -rw-r--r-- | etc/themes/tango-theme.el | 2 | ||||
| -rw-r--r-- | etc/themes/wheatgrass-theme.el | 2 | ||||
| -rw-r--r-- | etc/themes/whiteboard-theme.el | 2 | ||||
| -rw-r--r-- | etc/themes/wombat-theme.el | 2 |
9 files changed, 21 insertions, 12 deletions
| @@ -51,6 +51,8 @@ This is not a new feature; only the configure flag is new. | |||
| 51 | --- | 51 | --- |
| 52 | ** There is a new configure option --with-wide-int. | 52 | ** There is a new configure option --with-wide-int. |
| 53 | With it, Emacs integers typically have 62 bits, even on 32-bit machines. | 53 | With it, Emacs integers typically have 62 bits, even on 32-bit machines. |
| 54 | On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB | ||
| 55 | to about 2 GiB. | ||
| 54 | 56 | ||
| 55 | --- | 57 | --- |
| 56 | ** New translation of the Emacs Tutorial in Hebrew is available. | 58 | ** New translation of the Emacs Tutorial in Hebrew is available. |
| @@ -236,10 +238,10 @@ is taken from the desktop settings. | |||
| 236 | The frame-parameter tool-bar-position controls this. It takes the values | 238 | The frame-parameter tool-bar-position controls this. It takes the values |
| 237 | top, left, right or bottom. The Options => Show/Hide menu has entries | 239 | top, left, right or bottom. The Options => Show/Hide menu has entries |
| 238 | for this. | 240 | for this. |
| 239 | 241 | +++ | |
| 240 | *** The colors for selected text (the region face) are taken from the GTK | 242 | *** The colors for selected text (the `region' face) are taken from |
| 241 | theme when Emacs is built with GTK. | 243 | the GTK theme when Emacs is built with GTK. |
| 242 | 244 | +++ | |
| 243 | *** Emacs uses GTK tooltips by default if built with GTK. You can turn that | 245 | *** Emacs uses GTK tooltips by default if built with GTK. You can turn that |
| 244 | off by customizing x-gtk-use-system-tooltips. | 246 | off by customizing x-gtk-use-system-tooltips. |
| 245 | 247 | ||
| @@ -844,6 +846,10 @@ binding `log-view-expanded-log-entry-function' to a suitable function. | |||
| 844 | *** New command `vc-ediff' allows visual comparison of two revisions | 846 | *** New command `vc-ediff' allows visual comparison of two revisions |
| 845 | of a file similar to `vc-diff', but using ediff backend. | 847 | of a file similar to `vc-diff', but using ediff backend. |
| 846 | 848 | ||
| 849 | +++ | ||
| 850 | *** The option vc-initial-comment was removed in Emacs 23.2, but | ||
| 851 | this was not advertised at the time. | ||
| 852 | |||
| 847 | ** FIXME: xdg-open for browse-url and reportbug, 2010/08. | 853 | ** FIXME: xdg-open for browse-url and reportbug, 2010/08. |
| 848 | 854 | ||
| 849 | ** Obsolete modes | 855 | ** Obsolete modes |
| @@ -1146,6 +1152,7 @@ combined with minibuffer-local-must-match-map. | |||
| 1146 | *** New variable `completing-read-function' allows overriding the | 1152 | *** New variable `completing-read-function' allows overriding the |
| 1147 | behavior of `completing-read'. | 1153 | behavior of `completing-read'. |
| 1148 | 1154 | ||
| 1155 | +++ | ||
| 1149 | ** `glyphless-char-display' can now distinguish between graphical and | 1156 | ** `glyphless-char-display' can now distinguish between graphical and |
| 1150 | text terminal display, via a char-table entry that is a cons cell. | 1157 | text terminal display, via a char-table entry that is a cons cell. |
| 1151 | 1158 | ||
| @@ -1311,6 +1318,8 @@ Use `filter-buffer-substring-functions' instead. | |||
| 1311 | *** `byte-compile-disable-print-circle' is obsolete. | 1318 | *** `byte-compile-disable-print-circle' is obsolete. |
| 1312 | 1319 | ||
| 1313 | *** `deferred-action-list' and `deferred-action-function' are obsolete. | 1320 | *** `deferred-action-list' and `deferred-action-function' are obsolete. |
| 1321 | +++ | ||
| 1322 | *** `font-lock-maximum-size' is obsolete. | ||
| 1314 | 1323 | ||
| 1315 | 1324 | ||
| 1316 | * Changes in Emacs 24.1 on non-free operating systems | 1325 | * Changes in Emacs 24.1 on non-free operating systems |
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el index 5c93e84d078..0fbd9496969 100644 --- a/etc/themes/deeper-blue-theme.el +++ b/etc/themes/deeper-blue-theme.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | `(compilation-line-number ((,class (:foreground "LightGreen")))) | 37 | `(compilation-line-number ((,class (:foreground "LightGreen")))) |
| 38 | `(cperl-array-face ((,class (:foreground "yellow2")))) | 38 | `(cperl-array-face ((,class (:foreground "yellow2")))) |
| 39 | `(cperl-hash-face ((,class (:foreground "coral1")))) | 39 | `(cperl-hash-face ((,class (:foreground "coral1")))) |
| 40 | `(cursor ((,class (:background "green" :foreground "black")))) | 40 | `(cursor ((,class (:background "green")))) |
| 41 | `(default ((,class (:background "#181a26" :foreground "gray80")))) | 41 | `(default ((,class (:background "#181a26" :foreground "gray80")))) |
| 42 | `(diff-added ((,class (nil)))) | 42 | `(diff-added ((,class (nil)))) |
| 43 | `(diff-changed ((,class (nil)))) | 43 | `(diff-changed ((,class (nil)))) |
diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el index 3c260118b26..80215e564f5 100644 --- a/etc/themes/dichromacy-theme.el +++ b/etc/themes/dichromacy-theme.el | |||
| @@ -42,7 +42,7 @@ Ansi-Color faces are included.") | |||
| 42 | (custom-theme-set-faces | 42 | (custom-theme-set-faces |
| 43 | 'dichromacy | 43 | 'dichromacy |
| 44 | `(default ((,class (:foreground "black" :background "white")))) | 44 | `(default ((,class (:foreground "black" :background "white")))) |
| 45 | `(cursor ((,class (:foreground "white" :background "black")))) | 45 | `(cursor ((,class (:background "black")))) |
| 46 | ;; Highlighting faces | 46 | ;; Highlighting faces |
| 47 | `(fringe ((,class (:background "#f7f7f7")))) | 47 | `(fringe ((,class (:background "#f7f7f7")))) |
| 48 | `(highlight ((,class (:foreground ,blue :background "#e5e5e5")))) | 48 | `(highlight ((,class (:foreground ,blue :background "#e5e5e5")))) |
diff --git a/etc/themes/misterioso-theme.el b/etc/themes/misterioso-theme.el index ab4b2bc6191..6e38a43a4f0 100644 --- a/etc/themes/misterioso-theme.el +++ b/etc/themes/misterioso-theme.el | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | (:background "#2d3743" :foreground "#e1e1e0")) | 33 | (:background "#2d3743" :foreground "#e1e1e0")) |
| 34 | (,class | 34 | (,class |
| 35 | (:background "#3a3a3a" :foreground "#e1e1e0")))) | 35 | (:background "#3a3a3a" :foreground "#e1e1e0")))) |
| 36 | `(cursor ((,class (:background "#415160" :foreground "#415160")))) | 36 | `(cursor ((,class (:background "#415160")))) |
| 37 | ;; Highlighting faces | 37 | ;; Highlighting faces |
| 38 | `(fringe ((,class (:background "#2e3748")))) | 38 | `(fringe ((,class (:background "#2e3748")))) |
| 39 | `(highlight ((,class (:background "#338f86" :foreground "#e1e1e0")))) | 39 | `(highlight ((,class (:background "#338f86" :foreground "#e1e1e0")))) |
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el index 8f91d35e6a1..ae45966b347 100644 --- a/etc/themes/tango-dark-theme.el +++ b/etc/themes/tango-dark-theme.el | |||
| @@ -56,7 +56,7 @@ Semantic, and Ansi-Color faces are included.") | |||
| 56 | (:foreground ,alum-1 :background "#222")) | 56 | (:foreground ,alum-1 :background "#222")) |
| 57 | (,class | 57 | (,class |
| 58 | (:foreground ,alum-1 :background "black")))) | 58 | (:foreground ,alum-1 :background "black")))) |
| 59 | `(cursor ((,class (:foreground ,alum-6 :background ,butter-1)))) | 59 | `(cursor ((,class (:background ,butter-1)))) |
| 60 | ;; Highlighting faces | 60 | ;; Highlighting faces |
| 61 | `(fringe ((,class (:background ,alum-7)))) | 61 | `(fringe ((,class (:background ,alum-7)))) |
| 62 | `(highlight ((,class (:foreground ,alum-6 :background ,butter-2)))) | 62 | `(highlight ((,class (:foreground ,alum-6 :background ,butter-2)))) |
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el index f504d764277..b46bd677f21 100644 --- a/etc/themes/tango-theme.el +++ b/etc/themes/tango-theme.el | |||
| @@ -49,7 +49,7 @@ Semantic, and Ansi-Color faces are included.") | |||
| 49 | (custom-theme-set-faces | 49 | (custom-theme-set-faces |
| 50 | 'tango | 50 | 'tango |
| 51 | `(default ((,class (:foreground ,alum-6 :background ,alum-1)))) | 51 | `(default ((,class (:foreground ,alum-6 :background ,alum-1)))) |
| 52 | `(cursor ((,class (:foreground ,alum-1 :background ,blue-3)))) | 52 | `(cursor ((,class (:background ,blue-3)))) |
| 53 | ;; Highlighting faces | 53 | ;; Highlighting faces |
| 54 | `(fringe ((,class (:background ,alum-2)))) | 54 | `(fringe ((,class (:background ,alum-2)))) |
| 55 | `(highlight ((,class (:background ,alum-3)))) | 55 | `(highlight ((,class (:background ,alum-3)))) |
diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el index 63ebc247b9d..50db2661a99 100644 --- a/etc/themes/wheatgrass-theme.el +++ b/etc/themes/wheatgrass-theme.el | |||
| @@ -29,7 +29,7 @@ of green, brown, and blue.") | |||
| 29 | (custom-theme-set-faces | 29 | (custom-theme-set-faces |
| 30 | 'wheatgrass | 30 | 'wheatgrass |
| 31 | `(default ((,class (:foreground "wheat" :background "black")))) | 31 | `(default ((,class (:foreground "wheat" :background "black")))) |
| 32 | `(cursor ((,class (:foreground "black" :background "thistle")))) | 32 | `(cursor ((,class (:background "thistle")))) |
| 33 | `(error ((,class (:foreground "salmon1")))) | 33 | `(error ((,class (:foreground "salmon1")))) |
| 34 | `(warning ((,class (:foreground "orange")))) | 34 | `(warning ((,class (:foreground "orange")))) |
| 35 | `(success ((,class (:foreground "yellow green")))) | 35 | `(success ((,class (:foreground "yellow green")))) |
diff --git a/etc/themes/whiteboard-theme.el b/etc/themes/whiteboard-theme.el index e0fa7ff7ff7..e5c808df68d 100644 --- a/etc/themes/whiteboard-theme.el +++ b/etc/themes/whiteboard-theme.el | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | `(cperl-array-face ((,class (:foreground "SlateBlue3")))) | 38 | `(cperl-array-face ((,class (:foreground "SlateBlue3")))) |
| 39 | `(cperl-hash-face ((,class (:foreground "turquoise3")))) | 39 | `(cperl-hash-face ((,class (:foreground "turquoise3")))) |
| 40 | `(cperl-nonoverridable-face ((,class (:foreground "orchid3")))) | 40 | `(cperl-nonoverridable-face ((,class (:foreground "orchid3")))) |
| 41 | `(cursor ((,class (:background "Green4" :foreground "gainsboro")))) | 41 | `(cursor ((,class (:background "Green4")))) |
| 42 | `(default ((,class (:background "whitesmoke" :foreground "black")))) | 42 | `(default ((,class (:background "whitesmoke" :foreground "black")))) |
| 43 | `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) | 43 | `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) |
| 44 | `(flymake-errline ((,class (:background nil :underline "red")))) | 44 | `(flymake-errline ((,class (:background nil :underline "red")))) |
diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el index 2aa64f894bf..6691b4a4016 100644 --- a/etc/themes/wombat-theme.el +++ b/etc/themes/wombat-theme.el | |||
| @@ -31,7 +31,7 @@ are included.") | |||
| 31 | (custom-theme-set-faces | 31 | (custom-theme-set-faces |
| 32 | 'wombat | 32 | 'wombat |
| 33 | `(default ((,class (:background "#242424" :foreground "#f6f3e8")))) | 33 | `(default ((,class (:background "#242424" :foreground "#f6f3e8")))) |
| 34 | `(cursor ((,class (:background "#656565" :foreground "#f6f3e8")))) | 34 | `(cursor ((,class (:background "#656565")))) |
| 35 | ;; Highlighting faces | 35 | ;; Highlighting faces |
| 36 | `(fringe ((,class (:background "#303030")))) | 36 | `(fringe ((,class (:background "#303030")))) |
| 37 | `(highlight ((,class (:background "#454545" :foreground "#ffffff" | 37 | `(highlight ((,class (:background "#454545" :foreground "#ffffff" |