aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2012-06-13 18:00:21 +0200
committerJoakim Verona2012-06-13 18:00:21 +0200
commit13d6898b0656b38da837261ec20a055a1be4a7e5 (patch)
treeb3399abf9cbea221b083b5bd8368915169b02fb1 /etc
parent5259b41aab32e82ff06d977877f2e456541b3c0b (diff)
parent8cca97031d60136b3bdebef0d978ee3fe40eddec (diff)
downloademacs-13d6898b0656b38da837261ec20a055a1be4a7e5.tar.gz
emacs-13d6898b0656b38da837261ec20a055a1be4a7e5.zip
upstream, doesn build yet
Diffstat (limited to 'etc')
-rw-r--r--etc/AUTHORS10
-rw-r--r--etc/ChangeLog29
-rw-r--r--etc/NEWS76
-rw-r--r--etc/PROBLEMS44
-rw-r--r--etc/TODO10
-rw-r--r--etc/spook.linesbin4447 -> 9643 bytes
-rw-r--r--etc/themes/deeper-blue-theme.el1
-rw-r--r--etc/themes/manoj-dark-theme.el36
-rw-r--r--etc/themes/tango-dark-theme.el3
-rw-r--r--etc/themes/tsdh-dark-theme.el5
-rw-r--r--etc/themes/wheatgrass-theme.el4
-rw-r--r--etc/tutorials/TUTORIAL.sv24
12 files changed, 153 insertions, 89 deletions
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 1cf3a523596..e6e8137141e 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -1134,8 +1134,8 @@ Eric Schulte: wrote ob-C.el ob-asymptote.el ob-awk.el ob-calc.el
1134and co-wrote ob-R.el ob-clojure.el ob-exp.el ob-fortran.el ob-lisp.el 1134and co-wrote ob-R.el ob-clojure.el ob-exp.el ob-fortran.el ob-lisp.el
1135 ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el ob-python.el ob-ref.el 1135 ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el ob-python.el ob-ref.el
1136 ob.el org-bibtex.el 1136 ob.el org-bibtex.el
1137and changed org.texi org.el org-exp.el org-latex.el org-src.el 1137and changed org.texi org.el org-exp.el org-latex.el ob-plantuml.el
1138 ob-plantuml.el org-table.el org-agenda.el org-macs.el orgcard.tex 1138 org-src.el org-table.el org-agenda.el org-macs.el orgcard.tex
1139 ob-lilypond.el ob-mscgen.el ob-octave.el ob-screen.el org-ascii.el 1139 ob-lilypond.el ob-mscgen.el ob-octave.el ob-screen.el org-ascii.el
1140 org-footnote.el org-html.el org-mouse.el gnus-art.el ob-ledger.el 1140 org-footnote.el org-html.el org-mouse.el gnus-art.el ob-ledger.el
1141 ob-matlab.el and 5 other files 1141 ob-matlab.el and 5 other files
@@ -2035,8 +2035,8 @@ Keith Gabryelski: wrote hexl.c hexl.el
2035Keith Packard: changed font.c 2035Keith Packard: changed font.c
2036 2036
2037Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c 2037Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c
2038 vm-limit.c dired.c emacs.c fileio.c gdb-mi.el loadup.el mem-limits.h 2038 vm-limit.c callproc.c dired.c emacs.c fileio.c gdb-mi.el loadup.el
2039 unexcw.c 2039 mem-limits.h unexcw.c
2040 2040
2041Ken Brush: changed emacsclient.c 2041Ken Brush: changed emacsclient.c
2042 2042
@@ -2373,6 +2373,8 @@ Mark Osbourne: changed hexl-mode.el
2373 2373
2374Mark Plaksin: changed nnrss.el term.el 2374Mark Plaksin: changed nnrss.el term.el
2375 2375
2376Mark Shoulson: changed org.el
2377
2376Mark Thomas: changed flow-fill.el gnus-sum.el gnus-util.el nnmail.el 2378Mark Thomas: changed flow-fill.el gnus-sum.el gnus-util.el nnmail.el
2377 2379
2378Mark Triggs: changed nnir.el 2380Mark Triggs: changed nnir.el
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 167910f782f..3fd2d6bd92a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,32 @@
12012-06-13 Deniz Dogan <deniz@dogan.se>
2
3 * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos.
4
52012-06-04 Paul Eggert <eggert@cs.ucla.edu>
6
7 * PROBLEMS (68000 C compiler problems): Remove obsolete section.
8 Not only are the compilers long-dead, the obsolete advice
9 typically doesn't apply to current Emacs sources.
10
112012-06-03 Chong Yidong <cyd@gnu.org>
12
13 * themes/wheatgrass-theme.el:
14 * themes/deeper-blue-theme.el:
15 * themes/tango-dark-theme.el:
16 * themes/tsdh-dark-theme.el: Add compilation-mode-line-fail,
17 compilation-mode-line-run, and compilation-mode-line-exit faces.
18
19 * themes/manoj-dark-theme.el: Remove :family attributes.
20
212012-06-01 Paul Eggert <eggert@cs.ucla.edu>
22
23 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
24 * NEWS: Mention this.
25
262012-06-01 Andrew Beals <andrew.beals@gmail.com> (tiny change)
27
28 * spook.lines: Additions. (Bug#11598)
29
12012-05-31 Paul Eggert <eggert@cs.ucla.edu> 302012-05-31 Paul Eggert <eggert@cs.ucla.edu>
2 31
3 * PROBLEMS: Remove obsolete '#define static' cruft. 32 * PROBLEMS: Remove obsolete '#define static' cruft.
diff --git a/etc/NEWS b/etc/NEWS
index f152228ec96..e7b977c2dfa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,9 @@ possibly-questionable C code. On a recent GNU system there should be
29no warnings; on older and on non-GNU systems the generated warnings 29no warnings; on older and on non-GNU systems the generated warnings
30may be useful. 30may be useful.
31 31
32** The configure option '--disable-maintainer-mode' has been removed,
33as it was confusingly-named and rarely useful.
34
32--- 35---
33** Emacs uses libtinfo in preference to libncurses, if available. 36** Emacs uses libtinfo in preference to libncurses, if available.
34 37
@@ -41,6 +44,16 @@ you want them.
41** On Mac OS X, configure no longer automatically adds the Fink /sw 44** On Mac OS X, configure no longer automatically adds the Fink /sw
42directories to the search path. You must add them yourself if you want them. 45directories to the search path. You must add them yourself if you want them.
43 46
47---
48** The standalone scripts rcs-checkin and vcdiff have been removed
49(from the bin and libexec directories, respectively). The former is
50no longer relevant, the latter is replaced by lisp (in vc-sccs.el).
51
52** The configuration option '--enable-use-lisp-union-type' has been
53renamed to '--enable-check-lisp-object-type', as the resulting
54Lisp_Object type no longer uses a union to implement the compile time
55check that this option enables.
56
44 57
45* Startup Changes in Emacs 24.2 58* Startup Changes in Emacs 24.2
46 59
@@ -60,18 +73,21 @@ name, group names known to the system (where possible).
60** ImageMagick support, if available, is automatically enabled. 73** ImageMagick support, if available, is automatically enabled.
61It is no longer necessary to call `imagemagick-register-types' 74It is no longer necessary to call `imagemagick-register-types'
62explicitly to install ImageMagick image types; that function is called 75explicitly to install ImageMagick image types; that function is called
63automatically at startup, or when customizing imagemagick-types-enable 76automatically at startup, or when customizing a relevant imagemagick-
64or imagemagick-types-inhibit. 77option.
65 78
66*** Setting `imagemagick-types-inhibit' to t now disables the use of 79*** Setting `imagemagick-types-inhibit' to t now disables the use of
67ImageMagick to view images. You must call imagemagick-register-types 80ImageMagick to view images. You must call imagemagick-register-types
68afterwards if you do not use customize to change this. 81afterwards if you do not use customize to change this.
69 82
70*** The new variable `imagemagick-types-enable' also affects which 83*** The new variable `imagemagick-enabled-types' also affects which
71ImageMagick types are treated as images. The function 84ImageMagick types are treated as images. The function
72`imagemagick-filter-types' returns the list of types that will be 85`imagemagick-filter-types' returns the list of types that will be
73treated as images. 86treated as images.
74 87
88*** Images displayed via ImageMagick now support transparency and the
89:background image spec property.
90
75** String values for `initial-buffer-choice' also apply to emacsclient 91** String values for `initial-buffer-choice' also apply to emacsclient
76frames, if emacsclient is only told to open a new frame without 92frames, if emacsclient is only told to open a new frame without
77specifying any file to visit or expression to evaluate. 93specifying any file to visit or expression to evaluate.
@@ -84,6 +100,19 @@ to nil. Use with caution, and only if you really need to.
84** Using "unibyte: t" in Lisp source files is obsolete. 100** Using "unibyte: t" in Lisp source files is obsolete.
85Use "coding: raw-text" instead. 101Use "coding: raw-text" instead.
86 102
103** Mode line changes
104
105*** New option `mode-line-default-help-echo' specifies the help text
106(shown in a tooltip or in the echo area) for any part of the mode line
107that does not have its own specialized help text.
108
109*** You can now click mouse-3 in the coding system indicator to
110invokes `set-buffer-file-coding-system'.
111
112+++
113** Setting `enable-remote-dir-locals' to non-nil allows directory
114local variables on remote hosts.
115
87 116
88* Editing Changes in Emacs 24.2 117* Editing Changes in Emacs 24.2
89 118
@@ -104,9 +133,23 @@ character when doing minibuffer filename prompts.
104 133
105** `goto-char' is now bound to `M-g c'. 134** `goto-char' is now bound to `M-g c'.
106 135
136** New input method `vietnamese-vni'.
137
107 138
108* Changes in Specialized Modes and Packages in Emacs 24.2 139* Changes in Specialized Modes and Packages in Emacs 24.2
109 140
141** CL's main entry is now (require 'cl-lib).
142`cl-lib' is like the old `cl' except that it uses the namespace cleanly,
143i.e. all its definitions have the "cl-" prefix.
144
145If `cl' provided a feature under the name `foo', then `cl-lib' provides it
146under the name `cl-foo' instead, with the exceptions of the few definitions
147that had to use `foo*' to avoid conflicts with pre-existing Elisp entities,
148which have not been renamed to `cl-foo*' but just `cl-foo'.
149
150The old `cl' is now deprecated and is nothing more than a bunch of aliases that
151provide the old non-prefixed names.
152
110** VHDL-mode 153** VHDL-mode
111- Support for ghdl (free vhdl compiler). Now default. 154- Support for ghdl (free vhdl compiler). Now default.
112- Add/update support for VHDL-AMS packages. 155- Add/update support for VHDL-AMS packages.
@@ -172,6 +215,12 @@ see the `apropos' Custom group for details.
172**** The old options whose values specified faces to use were removed 215**** The old options whose values specified faces to use were removed
173(i.e. `apropos-symbol-face', `apropos-keybinding-face', etc.). 216(i.e. `apropos-symbol-face', `apropos-keybinding-face', etc.).
174 217
218** Buffer Menu
219This package has been rewritten to use Tabulated List mode.
220
221*** Option `Buffer-menu-buffer+size-width' is now obsolete.
222Use `Buffer-menu-name-width' and `Buffer-menu-size-width' instead.
223
175** Calendar 224** Calendar
176 225
177*** The calendars produced by cal-html include holidays. 226*** The calendars produced by cal-html include holidays.
@@ -211,6 +260,15 @@ closing brackets to be aligned with the line of the opening bracket.
211 260
212** which-function-mode now applies to all applicable major modes by default. 261** which-function-mode now applies to all applicable major modes by default.
213 262
263** Tramp
264
265+++
266*** The syntax has been extended in order to allow ad-hoc proxy
267definitions. See the manual for details.
268
269+++
270*** Remote processes are now supported also on remote Windows host.
271
214** D-Bus 272** D-Bus
215 273
216+++ 274+++
@@ -246,6 +304,11 @@ details.
246The function `notifications-get-capabilities' returns the supported 304The function `notifications-get-capabilities' returns the supported
247server properties. 305server properties.
248 306
307** Package Menu
308
309*** Newly-available packages are listed in the Package Menu as "new",
310and sorted above the other "available" packages by default.
311
249** Tabulated List and packages derived from it 312** Tabulated List and packages derived from it
250 313
251*** New command `tabulated-list-sort', bound to `S', sorts the column 314*** New command `tabulated-list-sort', bound to `S', sorts the column
@@ -272,12 +335,16 @@ inefficiency, and not namespace-clean.
272 335
273*** bruce.el 336*** bruce.el
274 337
338*** ledit.el
339
275*** mailpost.el 340*** mailpost.el
276 341
277*** mouse-sel.el 342*** mouse-sel.el
278 343
279*** patcomp.el 344*** patcomp.el
280 345
346*** cust-print.el
347
281 348
282* New Modes and Packages in Emacs 24.2 349* New Modes and Packages in Emacs 24.2
283 350
@@ -316,6 +383,9 @@ The interpretation of the DECLS is determined by `defun-declarations-alist'.
316 383
317** New error type and new function `user-error'. Doesn't trigger the debugger. 384** New error type and new function `user-error'. Doesn't trigger the debugger.
318 385
386** The functions get-lru-window, get-mru-window and get-largest-window
387now accept a third argument to avoid chosing the selected window.
388
319** Completion 389** Completion
320 390
321*** New function `completion-table-with-quoting' to handle completion 391*** New function `completion-table-with-quoting' to handle completion
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 6d5ee0498c7..078352d78f4 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -3205,50 +3205,6 @@ causes the problem to go away.
3205The `contents' field of a Lisp vector is an array of Lisp_Objects, 3205The `contents' field of a Lisp vector is an array of Lisp_Objects,
3206so you may see the problem happening with indexed references to that. 3206so you may see the problem happening with indexed references to that.
3207 3207
3208** 68000 C compiler problems
3209
3210Various 68000 compilers have different problems.
3211These are some that have been observed.
3212
3213*** Using value of assignment expression on union type loses.
3214This means that x = y = z; or foo (x = z); does not work
3215if x is of type Lisp_Object.
3216
3217*** "cannot reclaim" error.
3218
3219This means that an expression is too complicated. You get the correct
3220line number in the error message. The code must be rewritten with
3221simpler expressions.
3222
3223*** XCONS, XSTRING, etc macros produce incorrect code.
3224
3225If temacs fails to run at all, this may be the cause.
3226Compile this test program and look at the assembler code:
3227
3228struct foo { char x; unsigned int y : 24; };
3229
3230lose (arg)
3231 struct foo arg;
3232{
3233 test ((int *) arg.y);
3234}
3235
3236If the code is incorrect, your compiler has this problem.
3237In the XCONS, etc., macros in lisp.h you must replace (a).u.val with
3238((a).u.val + coercedummy) where coercedummy is declared as int.
3239
3240This problem will only happen if USE_LISP_UNION_TYPE is manually
3241defined in lisp.h.
3242
3243** C compilers lose on returning unions.
3244
3245I hear that some C compilers cannot handle returning a union type.
3246Most of the functions in GNU Emacs return type Lisp_Object, which is
3247defined as a union on some rare architectures.
3248
3249This problem will only happen if USE_LISP_UNION_TYPE is manually
3250defined in lisp.h.
3251
3252 3208
3253This file is part of GNU Emacs. 3209This file is part of GNU Emacs.
3254 3210
diff --git a/etc/TODO b/etc/TODO
index 2c361ede993..22c9d7782d8 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -522,15 +522,15 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
522 artist, ansi-color, array, battery, calculator, cdl, cmuscheme, 522 artist, ansi-color, array, battery, calculator, cdl, cmuscheme,
523 completion, cua, delim-col, dirtrack, double, echistory, elide-head, 523 completion, cua, delim-col, dirtrack, double, echistory, elide-head,
524 easymenu, expand, flow-ctrl, format [format-alist], 524 easymenu, expand, flow-ctrl, format [format-alist],
525 generic/generic-x [various modes], kermit, log-edit, ledit 525 generic/generic-x [various modes], kermit, log-edit,
526 [obsolete?], makesum, midnight [other than in Kill Buffer node], 526 makesum, midnight [other than in Kill Buffer node],
527 mouse-copy [?], mouse-drag, mouse-sel, net-utils, rcompile, 527 mouse-copy [?], mouse-drag, mouse-sel, net-utils, rcompile,
528 snmp-mode [?], soundex [should be interactive?], strokes [start from 528 snmp-mode [?], soundex [should be interactive?], strokes [start from
529 the web page], talk, thingatpt [interactive functions?], type-break, 529 the web page], talk, thingatpt [interactive functions?], type-break,
530 vcursor, xscheme, zone-mode [?], mlconvert [?], iso-cvt, iso-swed, 530 vcursor, xscheme, zone-mode [?], mlconvert [?], iso-cvt,
531 swedish, feedmail [?], uce, bruce, gametree, meese, page-ext, 531 feedmail [?], uce, gametree, meese, page-ext,
532 refbib, refer, scribe, sgml-mode, spell, texinfo, underline, 532 refbib, refer, scribe, sgml-mode, spell, texinfo, underline,
533 cmacexp, hideif, mantemp [obsolete?], pcomplete, assoc, xml, 533 cmacexp, hideif, mantemp [obsolete?], pcomplete, xml,
534 cvs-status (should be described in PCL-CVS manual); other progmodes, 534 cvs-status (should be described in PCL-CVS manual); other progmodes,
535 probably in separate manual. 535 probably in separate manual.
536 536
diff --git a/etc/spook.lines b/etc/spook.lines
index d0bda6d12ef..16bc696e0f3 100644
--- a/etc/spook.lines
+++ b/etc/spook.lines
Binary files differ
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el
index 0021d580073..397228ea035 100644
--- a/etc/themes/deeper-blue-theme.el
+++ b/etc/themes/deeper-blue-theme.el
@@ -35,6 +35,7 @@
35 `(compilation-error ((,class (:foreground "Red1")))) 35 `(compilation-error ((,class (:foreground "Red1"))))
36 `(compilation-info ((,class (:weight normal :foreground "LightSkyBlue")))) 36 `(compilation-info ((,class (:weight normal :foreground "LightSkyBlue"))))
37 `(compilation-line-number ((,class (:foreground "LightGreen")))) 37 `(compilation-line-number ((,class (:foreground "LightGreen"))))
38 `(compilation-mode-line-exit ((,class (:foreground "blue4"))))
38 `(cperl-array-face ((,class (:foreground "yellow2")))) 39 `(cperl-array-face ((,class (:foreground "yellow2"))))
39 `(cperl-hash-face ((,class (:foreground "coral1")))) 40 `(cperl-hash-face ((,class (:foreground "coral1"))))
40 `(cursor ((,class (:background "green")))) 41 `(cursor ((,class (:background "green"))))
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index d09c550b0b6..bab741372e7 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -307,7 +307,7 @@ jarring angry fruit salad look to reduce eye fatigue.")
307 '(org-agenda-structure ((t (:foreground "LightSkyBlue")))) 307 '(org-agenda-structure ((t (:foreground "LightSkyBlue"))))
308 '(org-archived ((t (:foreground "grey70")))) 308 '(org-archived ((t (:foreground "grey70"))))
309 '(org-code ((t (:foreground "grey70")))) 309 '(org-code ((t (:foreground "grey70"))))
310 '(org-column ((t (:background "grey30" :slant normal :weight normal :height 81 :family "unknown-DejaVu Sans Mono")))) 310 '(org-column ((t (:background "grey30" :slant normal :weight normal :height 81))))
311 '(org-column-title ((t (:bold t :background "grey30" :underline t :weight bold)))) 311 '(org-column-title ((t (:bold t :background "grey30" :underline t :weight bold))))
312 '(org-date ((t (:foreground "Cyan" :underline t)))) 312 '(org-date ((t (:foreground "Cyan" :underline t))))
313 '(org-done ((t (:bold t :foreground "PaleGreen" :weight bold)))) 313 '(org-done ((t (:bold t :foreground "PaleGreen" :weight bold))))
@@ -352,10 +352,10 @@ jarring angry fruit salad look to reduce eye fatigue.")
352 '(CUA-global-mark-face ((t (:background "cyan" :foreground "black")))) 352 '(CUA-global-mark-face ((t (:background "cyan" :foreground "black"))))
353 '(CUA-rectangle-face ((t (:background "maroon" :foreground "white")))) 353 '(CUA-rectangle-face ((t (:background "maroon" :foreground "white"))))
354 '(CUA-rectangle-noselect-face ((t (:background "dimgray" :foreground "white")))) 354 '(CUA-rectangle-noselect-face ((t (:background "dimgray" :foreground "white"))))
355 '(Info-title-1-face ((t (:bold t :weight bold :family "helv" :height 1.728)))) 355 '(Info-title-1-face ((t (:bold t :weight bold :height 1.728))))
356 '(Info-title-2-face ((t (:bold t :family "helv" :weight bold :height 1.44)))) 356 '(Info-title-2-face ((t (:bold t :weight bold :height 1.44))))
357 '(Info-title-3-face ((t (:bold t :weight bold :family "helv" :height 1.2)))) 357 '(Info-title-3-face ((t (:bold t :weight bold :height 1.2))))
358 '(Info-title-4-face ((t (:bold t :family "helv" :weight bold)))) 358 '(Info-title-4-face ((t (:bold t :weight bold))))
359 '(align-highlight-nochange-face ((t (:background "SkyBlue4")))) 359 '(align-highlight-nochange-face ((t (:background "SkyBlue4"))))
360 360
361 '(antlr-font-lock-keyword-face ((t (:foreground "SteelBlue")))) ;% 361 '(antlr-font-lock-keyword-face ((t (:foreground "SteelBlue")))) ;%
@@ -383,7 +383,7 @@ jarring angry fruit salad look to reduce eye fatigue.")
383 '(change-log-conditionals-face ((t (:foreground "Aquamarine")))) 383 '(change-log-conditionals-face ((t (:foreground "Aquamarine"))))
384 '(change-log-date-face ((t (:italic t :slant oblique :foreground "BurlyWood")))) 384 '(change-log-date-face ((t (:italic t :slant oblique :foreground "BurlyWood"))))
385 '(change-log-email-face ((t (:foreground "Aquamarine")))) 385 '(change-log-email-face ((t (:foreground "Aquamarine"))))
386 '(change-log-file-face ((t (:bold t :family "Verdana" :weight bold :foreground "LightSkyBlue" :height 0.9)))) 386 '(change-log-file-face ((t (:bold t :weight bold :foreground "LightSkyBlue" :height 0.9))))
387 '(change-log-function-face ((t (:foreground "Aquamarine")))) 387 '(change-log-function-face ((t (:foreground "Aquamarine"))))
388 '(change-log-list-face ((t (:foreground "LightSkyBlue")))) 388 '(change-log-list-face ((t (:foreground "LightSkyBlue"))))
389 '(change-log-name-face ((t (:bold t :weight bold :foreground "Gold")))) 389 '(change-log-name-face ((t (:bold t :weight bold :foreground "Gold"))))
@@ -397,10 +397,9 @@ jarring angry fruit salad look to reduce eye fatigue.")
397 '(compilation-message-face ((t (:underline t)))) 397 '(compilation-message-face ((t (:underline t))))
398 '(compilation-warning ((t (:bold t :foreground "Orange" :weight bold)))) 398 '(compilation-warning ((t (:bold t :foreground "Orange" :weight bold))))
399 '(compilation-warning-face ((t (:bold t :foreground "Orange" :weight bold)))) 399 '(compilation-warning-face ((t (:bold t :foreground "Orange" :weight bold))))
400 '(completions-common-part ((t (:family "unknown-DejaVu Sans Mono" 400 '(completions-common-part ((t (:width normal :weight normal
401 :width normal :weight normal 401 :slant normal :foreground "WhiteSmoke"
402 :slant normal :foreground "WhiteSmoke" 402 :background "black" :height 81))))
403 :background "black" :height 81))))
404 '(completions-first-difference ((t (:bold t :weight bold)))) 403 '(completions-first-difference ((t (:bold t :weight bold))))
405 404
406 '(css-selector ((t (:foreground "LightSteelBlue")))) 405 '(css-selector ((t (:foreground "LightSteelBlue"))))
@@ -415,9 +414,9 @@ jarring angry fruit salad look to reduce eye fatigue.")
415 '(custom-changed-face ((t (:foreground "wheat" :background "blue")))) 414 '(custom-changed-face ((t (:foreground "wheat" :background "blue"))))
416 '(custom-comment-face ((t (:background "dim gray")))) 415 '(custom-comment-face ((t (:background "dim gray"))))
417 '(custom-comment-tag-face ((t (:foreground "gray80")))) 416 '(custom-comment-tag-face ((t (:foreground "gray80"))))
418 '(custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.1)))) 417 '(custom-face-tag-face ((t (:bold t :weight bold :height 1.1))))
419 '(custom-group-tag-face ((t (:bold t :family "helv" :foreground "light blue" :weight bold :height 1.1)))) 418 '(custom-group-tag-face ((t (:bold t :foreground "light blue" :weight bold :height 1.1))))
420 '(custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "pink" :weight bold :height 1.1)))) 419 '(custom-group-tag-face-1 ((t (:bold t :foreground "pink" :weight bold :height 1.1))))
421 '(custom-invalid-face ((t (:background "red" :foreground "yellow")))) 420 '(custom-invalid-face ((t (:background "red" :foreground "yellow"))))
422 '(custom-modified-face ((t (:background "blue" :foreground "white")))) 421 '(custom-modified-face ((t (:background "blue" :foreground "white"))))
423 '(custom-rogue-face ((t (:background "black" :foreground "pink")))) 422 '(custom-rogue-face ((t (:background "black" :foreground "pink"))))
@@ -428,9 +427,8 @@ jarring angry fruit salad look to reduce eye fatigue.")
428 :background "lightgrey" 427 :background "lightgrey"
429 :foreground "black" 428 :foreground "black"
430 :box '(:line-width 2 :style released-button))))) 429 :box '(:line-width 2 :style released-button)))))
431 '(custom-variable-tag-face ((t (:bold t :family "helv" 430 '(custom-variable-tag-face ((t (:bold t :foreground "light blue"
432 :foreground "light blue" 431 :weight bold :height 1.2))))
433 :weight bold :height 1.2))))
434 432
435 '(diary ((t (:foreground "IndianRed")))) 433 '(diary ((t (:foreground "IndianRed"))))
436 '(diary-anniversary ((t (:foreground "Cyan1")))) 434 '(diary-anniversary ((t (:foreground "Cyan1"))))
@@ -505,7 +503,6 @@ jarring angry fruit salad look to reduce eye fatigue.")
505 '(excerpt ((t (:italic t)))) 503 '(excerpt ((t (:italic t))))
506 '(file-name-shadow ((t (:foreground "grey70")))) 504 '(file-name-shadow ((t (:foreground "grey70"))))
507 '(fixed ((t (:bold t)))) 505 '(fixed ((t (:bold t))))
508 '(fixed-pitch ((t (:family "courier"))))
509 '(flyspell-duplicate-face ((t (:foreground "IndianRed" :bold t :underline t)))) 506 '(flyspell-duplicate-face ((t (:foreground "IndianRed" :bold t :underline t))))
510 '(flyspell-incorrect-face ((t (:foreground "Pink" :bold t :underline t)))) 507 '(flyspell-incorrect-face ((t (:foreground "Pink" :bold t :underline t))))
511 508
@@ -543,7 +540,7 @@ jarring angry fruit salad look to reduce eye fatigue.")
543 '(ido-only-match ((t (:foreground "ForestGreen")))) 540 '(ido-only-match ((t (:foreground "ForestGreen"))))
544 '(ido-subdir ((t (:foreground "red1")))) 541 '(ido-subdir ((t (:foreground "red1"))))
545 '(info-menu-5 ((t (:underline t)))) 542 '(info-menu-5 ((t (:underline t))))
546 '(info-menu-header ((t (:bold t :family "helv" :weight bold)))) 543 '(info-menu-header ((t (:bold t :weight bold))))
547 '(info-node ((t (:bold t :italic t :foreground "yellow")))) 544 '(info-node ((t (:bold t :italic t :foreground "yellow"))))
548 '(info-node ((t (:italic t :bold t :foreground "white" :slant italic :weight bold)))) 545 '(info-node ((t (:italic t :bold t :foreground "white" :slant italic :weight bold))))
549 '(info-xref ((t (:bold t :foreground "DodgerBlue1")))) 546 '(info-xref ((t (:bold t :foreground "DodgerBlue1"))))
@@ -638,10 +635,9 @@ jarring angry fruit salad look to reduce eye fatigue.")
638 '(table-cell ((t (:background "blue1" :foreground "gray90")))) 635 '(table-cell ((t (:background "blue1" :foreground "gray90"))))
639 636
640 '(tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button))))) 637 '(tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
641 '(tooltip ((t (:family "helv" :background "lightyellow" :foreground "black")))) 638 '(tooltip ((t (:background "lightyellow" :foreground "black"))))
642 '(trailing-whitespace ((t (:background "red1")))) 639 '(trailing-whitespace ((t (:background "red1"))))
643 '(underline ((t (:underline t)))) 640 '(underline ((t (:underline t))))
644 '(variable-pitch ((t (:family "helv"))))
645 '(vcursor ((t (:foreground "blue" :background "cyan" :underline t)))) 641 '(vcursor ((t (:foreground "blue" :background "cyan" :underline t))))
646 '(vertical-border ((t (:background "dim gray")))) 642 '(vertical-border ((t (:background "dim gray"))))
647 '(vhdl-font-lock-attribute-face ((t (:foreground "Orchid")))) 643 '(vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el
index 27a8f1868b4..d48bf4e4ea9 100644
--- a/etc/themes/tango-dark-theme.el
+++ b/etc/themes/tango-dark-theme.el
@@ -72,6 +72,9 @@ Semantic, and Ansi-Color faces are included.")
72 `(mode-line-inactive ((,class 72 `(mode-line-inactive ((,class
73 (:box (:line-width -1 :style released-button) 73 (:box (:line-width -1 :style released-button)
74 :background ,alum-5 :foreground ,alum-1)))) 74 :background ,alum-5 :foreground ,alum-1))))
75 `(compilation-mode-line-fail ((,class (:foreground ,red-3))))
76 `(compilation-mode-line-run ((,class (:foreground ,orange-3))))
77 `(compilation-mode-line-exit ((,class (:foreground ,cham-3))))
75 ;; Escape and prompt faces 78 ;; Escape and prompt faces
76 `(minibuffer-prompt ((,class (:foreground ,cham-0)))) 79 `(minibuffer-prompt ((,class (:foreground ,cham-0))))
77 `(escape-glyph ((,class (:foreground ,butter-3)))) 80 `(escape-glyph ((,class (:foreground ,butter-3))))
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 85db38a9e5a..a551ab8722f 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -26,6 +26,9 @@ Used and created by Tassilo Horn.")
26(custom-theme-set-faces 26(custom-theme-set-faces
27 'tsdh-dark 27 'tsdh-dark
28 '(default ((t (:background "gray20" :foreground "white smoke")))) 28 '(default ((t (:background "gray20" :foreground "white smoke"))))
29 '(compilation-mode-line-fail ((t (:foreground "red"))))
30 '(compilation-mode-line-run ((t (:foreground "dark orange"))))
31 '(compilation-mode-line-exit ((t (:foreground "sea green"))))
29 '(diff-added ((t (:inherit diff-changed :background "dark green")))) 32 '(diff-added ((t (:inherit diff-changed :background "dark green"))))
30 '(diff-changed ((t (:background "midnight blue")))) 33 '(diff-changed ((t (:background "midnight blue"))))
31 '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) 34 '(diff-indicator-added ((t (:inherit diff-indicator-changed))))
@@ -40,7 +43,7 @@ Used and created by Tassilo Horn.")
40 '(message-header-subject ((t (:foreground "SkyBlue")))) 43 '(message-header-subject ((t (:foreground "SkyBlue"))))
41 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) 44 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold))))
42 '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans")))) 45 '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans"))))
43 '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray")))) 46 '(mode-line-inactive ((t (:inherit mode-line :foreground "gray"))))
44 '(org-agenda-date ((t (:inherit org-agenda-structure)))) 47 '(org-agenda-date ((t (:inherit org-agenda-structure))))
45 '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) 48 '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))))
46 '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) 49 '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green"))))
diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el
index 113fbae7b6a..423605e4bbd 100644
--- a/etc/themes/wheatgrass-theme.el
+++ b/etc/themes/wheatgrass-theme.el
@@ -33,6 +33,10 @@ of green, brown, and blue.")
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"))))
36 ;; Compilation faces
37 `(compilation-mode-line-fail ((,class (:foreground "dark green"))))
38 `(compilation-mode-line-run ((,class (:foreground "dark goldenrod"))))
39 `(compilation-mode-line-exit ((,class (:foreground "SpringGreen4"))))
36 ;; Highlighting faces 40 ;; Highlighting faces
37 `(highlight ((,class (:foreground "white" :background "dark green")))) 41 `(highlight ((,class (:foreground "white" :background "dark green"))))
38 `(region ((,class (:foreground "white" :background "dark green")))) 42 `(region ((,class (:foreground "white" :background "dark green"))))
diff --git a/etc/tutorials/TUTORIAL.sv b/etc/tutorials/TUTORIAL.sv
index 7db452e79fc..3f721e5f455 100644
--- a/etc/tutorials/TUTORIAL.sv
+++ b/etc/tutorials/TUTORIAL.sv
@@ -11,7 +11,7 @@ ALT eller EDIT). Vi använder här följande förkortningar:
11 den och trycker sedan <chr>. 11 den och trycker sedan <chr>.
12 12
13Viktigt: För att avsluta Emacs trycker du C-x C-c (två tecken). 13Viktigt: För att avsluta Emacs trycker du C-x C-c (två tecken).
14För att avsluta kommandon som inte skrivits in fullt, tryck C-g. 14För att avsluta kommandon som inte skrivits in fullt, tryck C-g.
15Tecknen ">>" i vänstermarginalen anger att du kan prova ett 15Tecknen ">>" i vänstermarginalen anger att du kan prova ett
16kommando. Till exempel: 16kommando. Till exempel:
17<<Tomma rader sätts in runt nästa rad när help-with-tutorial aktiveras>> 17<<Tomma rader sätts in runt nästa rad när help-with-tutorial aktiveras>>
@@ -291,24 +291,24 @@ tas bort.
291>> Slå C-x 1 och se hur dokumentationsfönstret nu försvinner. 291>> Slå C-x 1 och se hur dokumentationsfönstret nu försvinner.
292 292
293Kommandot skiljer sig lite från andra kommandon du har lärt dig 293Kommandot skiljer sig lite från andra kommandon du har lärt dig
294eftersom det består av två tecken. Det startar med tecknet 294eftersom det består av två tecken. Det startar med tecknet KONTROLL-x.
295KONTROLL-x. Det är faktisk många kommandon som startar med KONTROLL-x 295Det finns många kommandon som startar med KONTROLL-x och många av dem
296och många av dem har med filer, skärmbilder och liknande saker att 296har med filer, skärmbilder och liknande saker att göra. Dessa
297göra. Dessa kommandon är två, tre eller fyra tecken långa. 297kommandon är två, tre eller fyra tecken långa.
298 298
299 299
300* SKRIVA OCH TA BORT TEXT 300* SKRIVA OCH TA BORT TEXT
301------------------------- 301-------------------------
302 302
303Om du önskar att sätta in text är det bara att skriva in texten. 303Om du önskar att sätta in text är det bara att skriva in texten.
304Vanliga tecken, som A, 7, *, etc., sätts in direkt när du skriver dem. 304Vanliga tecken, som A, 7, *, etc., sätts in direkt när du skriver dem.
305Tryck på <Return> för att sätta in en radbrytning. (Det är den tangent 305Tryck på <Return> för att sätta in en radbrytning. (Det är den tangent
306på tangentbordet som ibland är märkt med "Enter") 306på tangentbordet som ibland är märkt med "Enter")
307 307
308För att radera <DEL> tecknet omedelbart före aktuell markörposition, 308För att radera tecknet omedelbart före aktuell markörposition, tryck
309skriv <DEL>. Det är tangenten på tangentbordet som vanligtvis är 309 <DEL>. Det är tangenten på tangentbordet som vanligtvis är markerad
310markerad med "Backspace" -- det är samma tangent som du normal 310med "Backspace" -- det är samma tangent som du normal använder för att
311använder för att radera det sist inmatade tecknet utanför Emacs. 311radera det sist inmatade tecknet utanför Emacs.
312 312
313Det kan finnas en annan tangent på ditt tangentbordet som är märkt med 313Det kan finnas en annan tangent på ditt tangentbordet som är märkt med
314"Delete", men det är inte den vi menar med <DEL>. 314"Delete", men det är inte den vi menar med <DEL>.
@@ -885,7 +885,7 @@ ordlista över Emacs-termer.
885>> Flytta markören till den här raden och tryck C-l C-l. 885>> Flytta markören till den här raden och tryck C-l C-l.
886 886
887>> Skriv nu C-x 2, som leder till att skärmen delas i två 887>> Skriv nu C-x 2, som leder till att skärmen delas i två
888 fönster. Bägge fönstren visar den här vägledningen. 888 fönster. Bägge fönstren visar den här vägledningen.
889 Redigeringsmarkören stannar i det övre fönstret. 889 Redigeringsmarkören stannar i det övre fönstret.
890 890
891>> Skriv C-M-v för att rulla det nedre fönstret. 891>> Skriv C-M-v för att rulla det nedre fönstret.