aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2012-08-16 21:25:17 +0900
committerKenichi Handa2012-08-16 21:25:17 +0900
commitd75ffb4ed0b2e72a9361a07d16a5c884a9459728 (patch)
tree8ac5a6a8ae033fef7fbc7fb7b09a703ef4b0ed5b /etc
parent69c41c4070c86baac11a627e9c3d366420aeb7cc (diff)
parent250c8ab9b8f6322959fa3122db83944c30c3894b (diff)
downloademacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.tar.gz
emacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog37
-rw-r--r--etc/MACHINES15
-rw-r--r--etc/NEWS138
-rw-r--r--etc/PROBLEMS10
-rw-r--r--etc/TODO11
-rw-r--r--etc/emacs-buffer.gdb9
-rw-r--r--etc/images/splash.pngbin39572 -> 37472 bytes
-rw-r--r--etc/images/splash.svg197
-rw-r--r--etc/tutorials/TUTORIAL.he2
9 files changed, 209 insertions, 210 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 5c5f85a1a25..452a99d2d9b 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,40 @@
12012-08-09 Chong Yidong <cyd@gnu.org>
2
3 * images/splash.svg, images/splash.png: Tweak SVG paths to improve
4 legibility.
5
62012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
7
8 * NEWS: Mention --without-all and --enable-link-time-optimization.
9
102012-07-31 Jan Djärv <jan.h.d@swipnet.se>
11
12 * TODO (NS port): Add text about event loop.
13
142012-07-29 Paul Eggert <eggert@cs.ucla.edu>
15
16 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
17 * NEWS: Document these changes.
18
192012-07-28 Juanma Barranquero <lekktu@gmail.com>
20
21 * NEWS: Fix typo.
22
232012-07-26 Paul Eggert <eggert@cs.ucla.edu>
24
25 Simplify export of symbols to GDB.
26 * emacs-buffer.gdb ($tagmask, $valmask): Remove.
27 (ygetptr): Adjust to recent changes in lisp.h and emacs.c,
28 by using VALMASK instead of $valmask, CHECK_LISP_OBJECT_TYPE
29 instead of gdb_use_union, and DATA_SEG_BITS instead of
30 gdb_data_seg_bits. Also, use $ptr.i rather than $ptr.u.val.
31
322012-07-20 Eli Zaretskii <eliz@gnu.org>
33
34 * tutorials/TUTORIAL.he: Make the first sentence display correctly
35 in a left-to-right paragraph, such as what is shown on the fancy
36 splash screen.
37
12012-07-15 Leo Liu <sdl.web@gmail.com> 382012-07-15 Leo Liu <sdl.web@gmail.com>
2 39
3 * NEWS: Mention exclamation-mark and flymake. 40 * NEWS: Mention exclamation-mark and flymake.
diff --git a/etc/MACHINES b/etc/MACHINES
index 695bc092e9e..db610b90ee3 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -10,19 +10,12 @@ Information about older releases, and platforms that are no longer
10supported, has been removed. Consult older versions of this file if 10supported, has been removed. Consult older versions of this file if
11you are interested in this information. 11you are interested in this information.
12 12
13The `configure' script uses the configuration name to decide which 13The `configure' script uses the configuration name, and the results of
14machine and operating system description files `src/config.h' should 14testing the system, to decide which options to use in src/config.h and
15include. The machine description files are all in `src/m', and have 15elsewhere (eg Makefiles).
16names similar to, but not identical to, the machine names used in
17configuration names. The operating system files are all in `src/s',
18and are named similarly. See the `configure' script if you need to
19know which configuration names use which machine and operating system
20description files.
21 16
22If you add support for a new configuration, add a section to this 17If you add support for a new configuration, add a section to this
23file, and then edit the `configure' script to tell it which 18file, and edit the `configure.ac' source as needed.
24configuration name(s) should select your new machine description and
25system description files.
26 19
27Some obsolete platforms are unsupported beginning with Emacs 23.1. See 20Some obsolete platforms are unsupported beginning with Emacs 23.1. See
28the list at the end of this file. 21the list at the end of this file.
diff --git a/etc/NEWS b/etc/NEWS
index 88887ebf9da..a6f6822ab48 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -21,7 +21,13 @@ When you add a new item, please add it without either +++ or ---
21so we will look at it and add it to the manual. 21so we will look at it and add it to the manual.
22 22
23 23
24* Installation Changes in Emacs 24.2 24* Installation Changes in Emacs 24.3
25
26** New configure option '--without-all' to disable additonal features.
27This disables most of the features that are normally enabled by default.
28
29** New configure option '--enable-link-time-optimization' to utilize
30an appropriate feature provided by GCC since version 4.5.0.
25 31
26** New configure option '--enable-gcc-warnings', intended for developers. 32** New configure option '--enable-gcc-warnings', intended for developers.
27If building with GCC, this enables compile-time checks that warn about 33If building with GCC, this enables compile-time checks that warn about
@@ -55,7 +61,7 @@ Lisp_Object type no longer uses a union to implement the compile time
55check that this option enables. 61check that this option enables.
56 62
57 63
58* Startup Changes in Emacs 24.2 64* Startup Changes in Emacs 24.3
59 65
60** Emacs no longer searches for `leim-list.el' files beneath the standard 66** Emacs no longer searches for `leim-list.el' files beneath the standard
61lisp/ directory. There should not be any there anyway. If you have 67lisp/ directory. There should not be any there anyway. If you have
@@ -65,7 +71,7 @@ been adding them there, put them somewhere else, eg site-lisp.
65** The `--no-site-lisp' command line option now works for Nextstep builds. 71** The `--no-site-lisp' command line option now works for Nextstep builds.
66 72
67 73
68* Changes in Emacs 24.2 74* Changes in Emacs 24.3
69 75
70** Help changes 76** Help changes
71 77
@@ -110,6 +116,10 @@ treated as images.
110*** Images displayed via ImageMagick now support transparency and the 116*** Images displayed via ImageMagick now support transparency and the
111:background image spec property. 117:background image spec property.
112 118
119** Internationalization changes
120
121*** New language environment: Persian.
122
113** Face underlining can now use a wave. 123** Face underlining can now use a wave.
114See the "Face Attributes" section of the Elisp manual. 124See the "Face Attributes" section of the Elisp manual.
115 125
@@ -140,8 +150,19 @@ invokes `set-buffer-file-coding-system'.
140** Setting `enable-remote-dir-locals' to non-nil allows directory 150** Setting `enable-remote-dir-locals' to non-nil allows directory
141local variables on remote hosts. 151local variables on remote hosts.
142 152
153+++
154** `insert-char' is now a command, and `ucs-insert' an obsolete alias
155for it.
156
157** The entry for PCL-CVS has been removed from the Tools menu.
158The PCL-CVS commands are still available via the keyboard.
159
143 160
144* Editing Changes in Emacs 24.2 161* Editing Changes in Emacs 24.3
162
163** New option `delete-trailing-lines' specifies whether the M-x
164delete-trailing-whitespace command should delete trailing lines at the
165end of the buffer. It defaults to t.
145 166
146** Search changes 167** Search changes
147 168
@@ -155,6 +176,8 @@ prompts for a column number.
155** `mouse-avoidance-banish-position' can now be used to customize 176** `mouse-avoidance-banish-position' can now be used to customize
156`mouse-avoidance-mode' further. 177`mouse-avoidance-mode' further.
157 178
179** `C-u M-=' now counts lines/words/characters in the entire buffer.
180
158** `C-M-f' and `C-M-b' will now move to the path name separator 181** `C-M-f' and `C-M-b' will now move to the path name separator
159character when doing minibuffer filename prompts. 182character when doing minibuffer filename prompts.
160 183
@@ -166,7 +189,7 @@ It copies the region-rectangle as the last rectangle kill.
166** New input method `vietnamese-vni'. 189** New input method `vietnamese-vni'.
167 190
168 191
169* Changes in Specialized Modes and Packages in Emacs 24.2 192* Changes in Specialized Modes and Packages in Emacs 24.3
170 193
171** Term changes 194** Term changes
172 195
@@ -177,18 +200,32 @@ ANSI terminal colors and styles by customizing the corresponding
177`term-color-<COLOR>', `term-color-underline' and `term-color-bold' 200`term-color-<COLOR>', `term-color-underline' and `term-color-bold'
178faces. 201faces.
179 202
180** CL's main entry is now (require 'cl-lib). 203** CL
204*** CL's main entry is now (require 'cl-lib).
181`cl-lib' is like the old `cl' except that it uses the namespace cleanly, 205`cl-lib' is like the old `cl' except that it uses the namespace cleanly,
182i.e. all its definitions have the "cl-" prefix. 206i.e. all its definitions have the "cl-" prefix (and internal definitions use
207the "cl--" prefix).
183 208
184If `cl' provided a feature under the name `foo', then `cl-lib' provides it 209If `cl' provided a feature under the name `foo', then `cl-lib' provides it
185under the name `cl-foo' instead, with the exceptions of the few definitions 210under the name `cl-foo' instead, with the exceptions of the few definitions
186that had to use `foo*' to avoid conflicts with pre-existing Elisp entities, 211that had to use `foo*' to avoid conflicts with pre-existing Elisp entities,
187which have not been renamed to `cl-foo*' but just `cl-foo'. 212which have not been renamed to `cl-foo*' but just `cl-foo'.
188 213
189The old `cl' is now deprecated and is nothing more than a bunch of aliases that 214The old `cl' is now deprecated and is just a bunch of aliases that
190provide the old non-prefixed names. 215provide the old non-prefixed names.
191 216
217*** `cl-flet' is not like `flet' (which is deprecated).
218Instead it obeys the behavior of Common-Lisp's `flet'.
219
220*** `cl-labels' is slightly different from `labels'.
221The difference is that it relies on the `lexical-binding' machinery (as opposed
222to the `lexical-let' machinery used previously) to capture definitions in
223closures, so such closures will only work if `lexical-binding' is in use.
224
225*** `progv' was rewritten to use the `let' machinery.
226A side effect is that vars without corresponding value are bound to nil
227rather than making them unbound.
228
192** Desktop 229** Desktop
193 230
194*** `desktop-path' no longer includes the "." directory. Desktop 231*** `desktop-path' no longer includes the "." directory. Desktop
@@ -270,13 +307,13 @@ The variable `diff-use-changed-face' defines whether to use
270the face `diff-changed', or `diff-removed' and `diff-added' 307the face `diff-changed', or `diff-removed' and `diff-added'
271to highlight changes in context diffs. 308to highlight changes in context diffs.
272 309
310** Ediff now uses the same color scheme as Diff mode
311on high color displays.
312
273** Flymake uses fringe bitmaps to indicate errors and warnings. 313** Flymake uses fringe bitmaps to indicate errors and warnings.
274See flymake-fringe-indicator-position, flymake-error-bitmap and 314See flymake-fringe-indicator-position, flymake-error-bitmap and
275flymake-warning-bitmap. 315flymake-warning-bitmap.
276 316
277** Ediff now uses the same color scheme as Diff mode
278on high color displays.
279
280** `sh-script' 317** `sh-script'
281*** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. 318*** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair.
282*** `sh-electric-here-document-mode' now controls auto-insertion of here-docs. 319*** `sh-electric-here-document-mode' now controls auto-insertion of here-docs.
@@ -344,6 +381,18 @@ these commands now).
344** erc will look up server/channel names via auth-source and use the 381** erc will look up server/channel names via auth-source and use the
345channel keys found, if any. 382channel keys found, if any.
346 383
384** Dired
385
386*** `dired-do-async-shell-command' executes each file sequentially
387if the command ends in `;' (when operating on multiple files).
388Otherwise, it executes the command on each file in parallel.
389
390** Shell
391
392*** New option `async-shell-command-buffer' specifies what buffer to use
393for a new asynchronous shell command when the default output buffer
394`*Async Shell Command*' is already taken by another running command.
395
347** FFAP 396** FFAP
348 397
349*** The option `ffap-url-unwrap-remote' can now be a list of strings, 398*** The option `ffap-url-unwrap-remote' can now be a list of strings,
@@ -453,9 +502,17 @@ inefficiency, and not namespace-clean.
453*** cust-print.el 502*** cust-print.el
454 503
455 504
456* New Modes and Packages in Emacs 24.2 505* New Modes and Packages in Emacs 24.3
457 506
458* Incompatible Lisp Changes in Emacs 24.2 507* Incompatible Lisp Changes in Emacs 24.3
508
509** The function `x-select-font' can return a font spec, instead of a
510font name as a string. Whether it returns a font spec or a font name
511depends on the graphical library.
512
513** If the NEWTEXT arg to `replace-match' contains a substring "\?",
514that substring is inserted literally even if the LITERAL arg is
515non-nil, instead of causing an error to be signaled.
459 516
460+++ 517+++
461** Docstrings starting with `*' no longer indicate user options. 518** Docstrings starting with `*' no longer indicate user options.
@@ -477,13 +534,49 @@ third argument is a frame (that usage was obsolete since Emacs 22.2).
477but keywords or keyword-string pairs. The old argument list will 534but keywords or keyword-string pairs. The old argument list will
478still be supported for Emacs 24.x. 535still be supported for Emacs 24.x.
479 536
537** Spelling changes.
538Some Lisp symbols have been renamed to avoid problems with spelling
539that is incorrect or inconsistent with how Emacs normally spells a word.
540
541*** Renamed functions
542
543**** hangul-input-method-inactivate -> hangul-input-method-deactivate
544**** inactivate-input-method -> deactivate-input-method
545**** quail-inactivate -> quail-deactivate
546**** robin-inactivate -> robin-deactivate
547**** viper-inactivate-input-method -> viper-deactivate-input-method
548**** viper-inactivate-input-method-action ->
549 viper-deactivate-input-method-action
550**** ucs-input-inactivate -> ucs-input-deactivate
551
552*** Renamed hooks
553The old hooks are still supported for backward compatibility, but they
554are deprecated and will be removed eventually.
555
556**** input-method-inactivate-hook -> input-method-deactivate-hook
557**** robin-inactivate-hook -> robin-deactivate-hook
558**** quail-inactivate-hook -> quail-deactivate-hook
559
560*** Renamed Lisp variables
561
562**** follow-deactive-menu -> follow-inactive-menu
563**** inactivate-current-input-method-function ->
564 deactivate-current-input-method-function
565
480** The following obsolete variables and varaliases have been removed: 566** The following obsolete variables and varaliases have been removed:
481 567
482*** `facemenu-unlisted-faces' 568*** `facemenu-unlisted-faces'
483*** `rmail-decode-mime-charset' 569*** `rmail-decode-mime-charset'
570*** `last-input-char' and `last-command-char'
484 571
485 572
486* Lisp changes in Emacs 24.2 573* Lisp changes in Emacs 24.3
574
575** New functions `autoloadp' and `autoload-do-load'.
576
577** New function `posnp' to test if an object is a `posn'.
578
579** `function-get' fetches the property of a function, following aliases.
487 580
488** `toggle-read-only' accepts a second argument specifying whether to 581** `toggle-read-only' accepts a second argument specifying whether to
489print a message, if called from Lisp. 582print a message, if called from Lisp.
@@ -502,9 +595,14 @@ The interpretation of the DECLS is determined by `defun-declarations-alist'.
502 595
503** New error type and new function `user-error'. Doesn't trigger the debugger. 596** New error type and new function `user-error'. Doesn't trigger the debugger.
504 597
505** The functions get-lru-window, get-mru-window and get-largest-window 598** Window changes
599
600*** The functions get-lru-window, get-mru-window and get-largest-window
506now accept a third argument to avoid choosing the selected window. 601now accept a third argument to avoid choosing the selected window.
507 602
603*** New display action alist `inhibit-switch-frame', if non-nil, tells
604display action functions to avoid changing which frame is selected.
605
508** Completion 606** Completion
509 607
510*** New function `completion-table-with-quoting' to handle completion 608*** New function `completion-table-with-quoting' to handle completion
@@ -526,7 +624,7 @@ by the underlying C implementation.
526** `automount-dir-prefix' is obsolete. 624** `automount-dir-prefix' is obsolete.
527** `buffer-has-markers-at' is obsolete. 625** `buffer-has-markers-at' is obsolete.
528 626
529* Changes in Emacs 24.2 on non-free operating systems 627* Changes in Emacs 24.3 on non-free operating systems
530 628
531** New configure.bat options on MS-Windows: 629** New configure.bat options on MS-Windows:
532 630
@@ -537,6 +635,12 @@ is detected.
537Emacs now supports mouse highlight, help-echo (in the echo area), and 635Emacs now supports mouse highlight, help-echo (in the echo area), and
538mouse-autoselect-window. 636mouse-autoselect-window.
539 637
638** On MS-Windows Vista and later Emacs now supports symbolic links.
639
640* Changes in Emacs 24.2
641
642** This is mainly a bug-fix release.
643
540 644
541* Installation Changes in Emacs 24.1 645* Installation Changes in Emacs 24.1
542 646
@@ -1105,7 +1209,7 @@ buffer was used.
1105The search is performed using `customize-apropos'. 1209The search is performed using `customize-apropos'.
1106To turn off the search field, set `custom-search-field' to nil. 1210To turn off the search field, set `custom-search-field' to nil.
1107 1211
1108*** Custom options now start out hidden if at their default values. 1212*** Options in customize group buffers start out hidden if not customized.
1109Use the arrow to the left of the option name to toggle visibility. 1213Use the arrow to the left of the option name to toggle visibility.
1110 1214
1111*** custom-buffer-sort-alphabetically now defaults to t. 1215*** custom-buffer-sort-alphabetically now defaults to t.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 58f2bb9bcf2..4edab8a41dc 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -388,7 +388,7 @@ There are two different protocols in general use. One of them uses
388the `flock' system call. The other involves creating a lock file; 388the `flock' system call. The other involves creating a lock file;
389`movemail' must be able to write in /usr/spool/mail in order to do 389`movemail' must be able to write in /usr/spool/mail in order to do
390this. You control which one is used by defining, or not defining, 390this. You control which one is used by defining, or not defining,
391the macro MAIL_USE_FLOCK in config.h or the m/ or s/ file it includes. 391the macro MAIL_USE_FLOCK in config.h.
392IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR 392IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR
393SYSTEM, YOU CAN LOSE MAIL! 393SYSTEM, YOU CAN LOSE MAIL!
394 394
@@ -443,8 +443,8 @@ Thus, you could start by adding this to config.h:
443#define LIBS_SYSTEM -lresolv 443#define LIBS_SYSTEM -lresolv
444 444
445Then if this gives you an error for redefining a macro, and you see that 445Then if this gives you an error for redefining a macro, and you see that
446the s- file defines LIBS_SYSTEM as -lfoo -lbar, you could change config.h 446config.h already defines LIBS_SYSTEM as -lfoo -lbar at some other point
447again to say this: 447(possibly in an included file) you could change it to say this:
448 448
449#define LIBS_SYSTEM -lresolv -lfoo -lbar 449#define LIBS_SYSTEM -lresolv -lfoo -lbar
450 450
@@ -2904,10 +2904,6 @@ should do.
2904pen@lysator.liu.se says (Feb 1998) that the Compose key does work 2904pen@lysator.liu.se says (Feb 1998) that the Compose key does work
2905if you link with the MIT X11 libraries instead of the Solaris X11 libraries. 2905if you link with the MIT X11 libraries instead of the Solaris X11 libraries.
2906 2906
2907*** HP/UX 10: Large file support is disabled.
2908(HP/UX 10 was end-of-lifed in May 1999.)
2909See the comments in src/s/hpux10-20.h.
2910
2911*** HP/UX: Emacs is slow using X11R5. 2907*** HP/UX: Emacs is slow using X11R5.
2912 2908
2913This happens if you use the MIT versions of the X libraries--it 2909This happens if you use the MIT versions of the X libraries--it
diff --git a/etc/TODO b/etc/TODO
index e4c0092c7e5..50e3bd64b9d 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -18,7 +18,7 @@ to the FSF.
18 "which form of concurrency" we'll want. 18 "which form of concurrency" we'll want.
19** Overhaul of customize: sounds wonderful. 19** Overhaul of customize: sounds wonderful.
20** better support for dynamic embedded graphics: I like this idea (my 20** better support for dynamic embedded graphics: I like this idea (my
21 mpc.el code could use it for the volume widget), tho I wonder if the 21 mpc.el code could use it for the volume widget), though I wonder if the
22 resulting efficiency will be sufficient. 22 resulting efficiency will be sufficient.
23** Spread Semantic. 23** Spread Semantic.
24** Improve the "code snippets" support: consolidate skeleton.el, tempo.el, 24** Improve the "code snippets" support: consolidate skeleton.el, tempo.el,
@@ -614,6 +614,15 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
614 614
615*** Bugs 615*** Bugs
616 616
617**** The event loop relies on polling and that hurts performance.
618 A better strategy is to have the select part in its own thread and let
619 the main thread communicate with that thread (see how Gdk does it for
620 inspiration). A problem is that redraw don't happen during resize,
621 because we can't break out from the NSapp loop during resize.
622 There is a special trick to detect mouse press in the lower right
623 corner and track mouse movements, but this does not work well, and is
624 not scalable to the new Lion "resize on every window edge" behavior.
625
617**** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back 626**** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back
618up on top of all others 627up on top of all others
619 628
diff --git a/etc/emacs-buffer.gdb b/etc/emacs-buffer.gdb
index 80f69c585dc..f2584a2f504 100644
--- a/etc/emacs-buffer.gdb
+++ b/etc/emacs-buffer.gdb
@@ -70,21 +70,16 @@
70 70
71# Code: 71# Code:
72 72
73# Force loading of symbols, enough to give us gdb_valbits etc. 73# Force loading of symbols, enough to give us VALMASK etc.
74set main 74set main
75 75
76# When nonzero, display some extra diagnostics in various commands 76# When nonzero, display some extra diagnostics in various commands
77set $yverbose = 1 77set $yverbose = 1
78set $yfile_buffers_only = 0 78set $yfile_buffers_only = 0
79 79
80set $tagmask = (((long)1 << gdb_gctypebits) - 1)
81# The consing_since_gc business widens the 1 to EMACS_INT,
82# a symbol not directly visible to GDB.
83set $valmask = gdb_use_lsb ? ~($tagmask) : ((consing_since_gc - consing_since_gc + 1) << gdb_valbits) - 1
84
85define ygetptr 80define ygetptr
86 set $ptr = $arg0 81 set $ptr = $arg0
87 set $ptr = (gdb_use_union ? $ptr.u.val : $ptr & $valmask) | gdb_data_seg_bits 82 set $ptr = ((CHECK_LISP_OBJECT_TYPE ? $ptr.i : $ptr) & VALMASK) | DATA_SEG_BITS
88end 83end
89 84
90define ybuffer-list 85define ybuffer-list
diff --git a/etc/images/splash.png b/etc/images/splash.png
index 9d051319c1b..a5331f1dc5a 100644
--- a/etc/images/splash.png
+++ b/etc/images/splash.png
Binary files differ
diff --git a/etc/images/splash.svg b/etc/images/splash.svg
index 1f1279b9735..ee90dcb243e 100644
--- a/etc/images/splash.svg
+++ b/etc/images/splash.svg
@@ -22,7 +22,7 @@
22 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24--> 24-->
25<!-- Created with Inkscape (http://www.inkscape.org/) --> 25
26<svg 26<svg
27 xmlns:dc="http://purl.org/dc/elements/1.1/" 27 xmlns:dc="http://purl.org/dc/elements/1.1/"
28 xmlns:cc="http://creativecommons.org/ns#" 28 xmlns:cc="http://creativecommons.org/ns#"
@@ -30,18 +30,10 @@
30 xmlns:svg="http://www.w3.org/2000/svg" 30 xmlns:svg="http://www.w3.org/2000/svg"
31 xmlns="http://www.w3.org/2000/svg" 31 xmlns="http://www.w3.org/2000/svg"
32 xmlns:xlink="http://www.w3.org/1999/xlink" 32 xmlns:xlink="http://www.w3.org/1999/xlink"
33 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
34 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
35 id="svg6706"
36 sodipodi:version="0.32"
37 inkscape:version="0.46"
38 width="271"
39 height="217"
40 version="1.0" 33 version="1.0"
41 sodipodi:docname="splash.svg" 34 width="275.96875"
42 inkscape:label="fg" 35 height="190.40625"
43 inkscape:output_extension="org.inkscape.output.svg.inkscape" 36 id="svg6706"
44 sodipodi:docbase="/home/rocher/local/fret/devel/emacs/etc/images"
45 style="display:inline"> 37 style="display:inline">
46 <metadata 38 <metadata
47 id="metadata2314"> 39 id="metadata2314">
@@ -51,7 +43,7 @@
51 <dc:format>image/svg+xml</dc:format> 43 <dc:format>image/svg+xml</dc:format>
52 <dc:type 44 <dc:type
53 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 45 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
54 <dc:title>splash</dc:title> 46 <dc:title></dc:title>
55 <dc:date>2008/06/28</dc:date> 47 <dc:date>2008/06/28</dc:date>
56 <dc:creator> 48 <dc:creator>
57 <cc:Agent> 49 <cc:Agent>
@@ -76,59 +68,29 @@
76 </metadata> 68 </metadata>
77 <defs 69 <defs
78 id="defs6709"> 70 id="defs6709">
79 <inkscape:perspective
80 sodipodi:type="inkscape:persp3d"
81 inkscape:vp_x="0 : 108.5 : 1"
82 inkscape:vp_y="0 : 1000 : 0"
83 inkscape:vp_z="271 : 108.5 : 1"
84 inkscape:persp3d-origin="135.5 : 72.333333 : 1"
85 id="perspective2498" />
86 <linearGradient
87 id="linearGradient2558">
88 <stop
89 style="stop-color:#000000;stop-opacity:1;"
90 offset="0"
91 id="stop2560" />
92 <stop
93 style="stop-color:#000000;stop-opacity:1;"
94 offset="1"
95 id="stop2562" />
96 </linearGradient>
97 <linearGradient 71 <linearGradient
98 id="linearGradient2550"> 72 id="linearGradient2550">
99 <stop 73 <stop
100 style="stop-color:#2997f6;stop-opacity:0.78431374;" 74 id="stop2552"
101 offset="0" 75 style="stop-color:#4c94f1;stop-opacity:0.78431374"
102 id="stop2552" /> 76 offset="0" />
103 <stop 77 <stop
104 style="stop-color:#2997f6;stop-opacity:0.78431374;" 78 id="stop2554"
105 offset="1" 79 style="stop-color:#4c94f1;stop-opacity:0.78431374"
106 id="stop2554" /> 80 offset="1" />
107 </linearGradient>
108 <linearGradient
109 id="linearGradient8019">
110 <stop
111 style="stop-color:#000000;stop-opacity:1;"
112 offset="0"
113 id="stop8021" />
114 <stop
115 style="stop-color:#000000;stop-opacity:1;"
116 offset="1"
117 id="stop8023" />
118 </linearGradient> 81 </linearGradient>
119 <linearGradient 82 <linearGradient
120 id="linearGradient7896"> 83 id="linearGradient7896">
121 <stop 84 <stop
122 style="stop-color:#fc644b;stop-opacity:0.78431374;" 85 id="stop7898"
123 offset="0" 86 style="stop-color:#fc644b;stop-opacity:0.78431374"
124 id="stop7898" /> 87 offset="0" />
125 <stop 88 <stop
126 style="stop-color:#fc644b;stop-opacity:0.78431374;" 89 id="stop7900"
127 offset="1" 90 style="stop-color:#fc644b;stop-opacity:0.78431374"
128 id="stop7900" /> 91 offset="1" />
129 </linearGradient> 92 </linearGradient>
130 <linearGradient 93 <linearGradient
131 inkscape:collect="always"
132 xlink:href="#linearGradient2550" 94 xlink:href="#linearGradient2550"
133 id="linearGradient2556" 95 id="linearGradient2556"
134 x1="147.62743" 96 x1="147.62743"
@@ -137,36 +99,6 @@
137 y2="203.60176" 99 y2="203.60176"
138 gradientUnits="userSpaceOnUse" /> 100 gradientUnits="userSpaceOnUse" />
139 <linearGradient 101 <linearGradient
140 inkscape:collect="always"
141 xlink:href="#linearGradient2558"
142 id="linearGradient2564"
143 x1="130.93193"
144 y1="92.09787"
145 x2="129.53438"
146 y2="203.60176"
147 gradientUnits="userSpaceOnUse" />
148 <linearGradient
149 inkscape:collect="always"
150 xlink:href="#linearGradient7896"
151 id="linearGradient2567"
152 gradientUnits="userSpaceOnUse"
153 x1="148.13887"
154 y1="145.57669"
155 x2="179.22762"
156 y2="44.272839"
157 gradientTransform="translate(-2.4002643e-7,-2.6398943e-6)" />
158 <linearGradient
159 inkscape:collect="always"
160 xlink:href="#linearGradient8019"
161 id="linearGradient2569"
162 gradientUnits="userSpaceOnUse"
163 gradientTransform="translate(0.3535448,0.3535474)"
164 x1="91.959305"
165 y1="48.593826"
166 x2="74.102982"
167 y2="153.43918" />
168 <linearGradient
169 inkscape:collect="always"
170 xlink:href="#linearGradient7896" 102 xlink:href="#linearGradient7896"
171 id="linearGradient2425" 103 id="linearGradient2425"
172 gradientUnits="userSpaceOnUse" 104 gradientUnits="userSpaceOnUse"
@@ -175,98 +107,31 @@
175 y1="0.92070419" 107 y1="0.92070419"
176 x2="147.12886" 108 x2="147.12886"
177 y2="211.99936" /> 109 y2="211.99936" />
178 <linearGradient
179 inkscape:collect="always"
180 xlink:href="#linearGradient8019"
181 id="linearGradient2427"
182 gradientUnits="userSpaceOnUse"
183 gradientTransform="translate(0.3535448,0.3535474)"
184 x1="131.99864"
185 y1="0.56715417"
186 x2="131.99864"
187 y2="211.64581" />
188 </defs> 110 </defs>
189 <sodipodi:namedview
190 inkscape:window-height="973"
191 inkscape:window-width="1280"
192 inkscape:pageshadow="2"
193 inkscape:pageopacity="0"
194 guidetolerance="10.0"
195 gridtolerance="10.0"
196 objecttolerance="10.0"
197 borderopacity="1.0"
198 bordercolor="#666666"
199 pagecolor="#000000"
200 id="base"
201 inkscape:zoom="2.8284271"
202 inkscape:cx="125.4227"
203 inkscape:cy="119.51264"
204 inkscape:window-x="1280"
205 inkscape:window-y="0"
206 inkscape:current-layer="layer4"
207 showguides="false"
208 inkscape:guide-bbox="true"
209 width="271px"
210 height="217px"
211 showgrid="false">
212 <sodipodi:guide
213 orientation="1,0"
214 position="15.291184,193.74726"
215 id="guide3598" />
216 <sodipodi:guide
217 orientation="0,1"
218 position="20.4375,213.5"
219 id="guide3600" />
220 <inkscape:grid
221 type="xygrid"
222 id="grid3602" />
223 <sodipodi:guide
224 orientation="1,0"
225 position="268.5238,3.0935922"
226 id="guide3604" />
227 </sodipodi:namedview>
228 <g 111 <g
229 inkscape:groupmode="layer" 112 transform="translate(5.34375,-11.4375)"
230 id="layer5" 113 id="layer2"
231 inkscape:label="bg-emacs"
232 style="display:inline"> 114 style="display:inline">
233 <path 115 <path
234 style="opacity:1;fill:#000000;display:inline"
235 d="M 6.1695811,203.2763 C 1.8388869,199.67523 2.1127919,195.96424 7.4902622,185.38334 C 11.360302,177.76853 13.266697,175.4371 23.932576,165.27521 C 31.613767,157.95698 35.347917,153.77925 34.210011,153.77692 C 33.227002,153.77489 30.969631,152.89774 29.193641,151.82767 C 23.060428,148.13228 25.538468,143.16627 40.345042,129.48016 C 50.392956,120.19262 61.808486,111.61667 70.72365,106.65814 C 82.250389,100.24706 96.306288,95.980687 100.16995,97.720313 C 104.08818,99.484523 103.03488,102.63111 96.454855,108.81859 C 90.856953,114.08255 78.904354,121.98483 77.956715,121.04837 C 77.726566,120.82094 80.412877,118.60777 83.926288,116.13022 C 88.080496,113.20081 90.545462,110.71551 90.975316,109.02305 C 91.33886,107.59164 91.404962,106.19187 91.122204,105.91245 C 90.458257,105.25633 77.249121,109.36745 72.429356,111.73027 C 59.551532,118.04343 39.874422,133.36949 39.874422,137.08657 C 39.874422,142.86737 51.14064,143.84144 61.015932,138.91444 C 67.925573,135.46708 72.661938,133.89327 72.661938,135.04468 C 72.661938,137.28595 60.432861,146.98956 53.740114,150.05889 C 43.112945,154.93258 35.762073,159.85609 27.416547,167.69001 C 19.721397,174.91343 16.028956,180.83255 16.028956,185.94475 C 16.028956,189.40325 18.963121,192.0724 22.764992,192.0724 C 30.62106,192.0724 35.876253,188.9229 58.932752,170.39661 C 64.024743,166.30511 70.24216,161.77637 72.749233,160.33274 C 77.152328,157.79733 81.603988,156.8733 81.603988,158.49475 C 81.603988,159.39101 71.902629,175.78836 68.545674,180.56606 L 66.324887,183.72675 L 68.710427,181.76307 C 70.022484,180.68304 72.455695,178.4739 74.117585,176.85386 C 86.700092,164.58817 95.303775,158.6898 100.61269,158.6898 C 103.05577,158.6898 104.71944,159.20786 105.0555,160.0733 C 105.56783,161.39265 104.60656,165.7543 102.87196,169.98097 C 102.34023,171.27663 103.90906,170.40701 107.48361,167.4247 C 114.82361,161.30083 121.37103,157.70795 125.19076,157.70795 C 129.70556,157.70795 129.95775,159.64928 126.41484,167.131 C 122.70859,174.95765 122.24133,181.95468 125.24549,184.64134 C 127.07268,186.27542 127.36995,186.23152 131.95202,183.65102 C 134.58906,182.16591 137.86439,179.99005 139.23053,178.81577 C 149.46228,170.02101 177.9823,153.45154 179.79411,155.24929 C 180.60737,156.05623 178.12436,157.94916 169.4855,163.10808 C 155.42407,171.50523 147.19459,179.74778 147.18403,185.44497 C 147.17845,188.45426 147.44709,188.59782 150.28011,187.09951 C 154.812,184.70273 153.8964,186.99676 148.9992,190.30881 C 136.22123,198.95077 131.99912,197.37717 137.76983,186.12356 L 140.28337,181.22184 L 132.44653,186.55593 C 118.74115,195.88442 113.35412,197.77987 109.99145,194.45687 C 107.41491,191.91072 108.0274,184.95007 111.41082,178.32662 C 114.12045,173.02219 115.23973,168.50821 113.84539,168.50821 C 111.49183,168.50821 106.46299,172.71228 100.63284,179.55382 C 90.793753,191.09971 83.05265,198.34612 81.276958,197.67276 C 80.089364,197.22241 80.775746,195.19677 84.767238,187.37233 C 87.499959,182.01541 90.812332,176.39446 92.128056,174.88131 C 96.600938,169.7373 95.099966,167.92406 88.497732,170.49572 C 84.81171,171.93148 80.128461,175.82237 68.486498,187.12126 C 54.869574,200.3369 49.810033,204.05197 49.810033,200.83481 C 49.810033,200.25402 51.598443,196.75276 53.784278,193.05424 C 55.970112,189.35572 57.758522,186.10662 57.758522,185.83402 C 57.758522,185.56141 59.483841,182.76661 61.592555,179.62335 C 63.701269,176.48009 65.762511,172.85458 66.17309,171.56667 C 66.919324,169.22591 66.918152,169.22607 63.084238,171.99663 C 60.974779,173.52102 57.460454,176.37942 55.274619,178.34864 C 53.088785,180.31787 50.128748,182.77536 48.696748,183.80974 C 47.264758,184.84412 43.017285,188.15826 39.257918,191.17449 C 35.498561,194.19072 28.855244,198.71947 24.495001,201.23837 C 15.041456,206.69965 10.847465,207.16605 6.1695811,203.2763 z M 164.29064,193.48948 C 159.4721,190.15427 162.86071,176.51691 170.15765,169.87785 C 173.44029,166.89116 182.32808,160.65348 183.30102,160.65348 C 183.57191,160.65348 182.26182,163.55747 180.38971,167.10679 C 174.95449,177.41134 176.14222,185.19951 183.14894,185.19951 C 189.0246,185.19951 194.10068,182.21811 204.1072,172.88981 C 215.28273,162.47177 224.96686,156.86895 233.29431,156.00343 C 239.43659,155.36503 238.29588,156.74072 229.57959,160.48342 C 220.35337,164.44507 217.59282,166.29563 213.98901,170.93468 C 209.42368,176.81148 208.87974,180.47831 212.1011,183.66166 C 214.13209,185.66868 215.62028,186.18012 219.41545,186.1753 C 222.03596,186.17198 225.40955,185.53543 226.91231,184.76077 C 228.41507,183.9861 229.6446,183.7216 229.6446,184.173 C 229.6446,185.28011 220.19356,190.10495 217.98855,190.12349 C 217.02219,190.13162 214.44312,190.77498 212.25728,191.55316 C 210.07145,192.33135 205.7225,192.98744 202.59297,193.01114 C 197.62523,193.04877 196.70033,192.74874 195.30725,190.64771 C 194.36788,189.23094 193.97736,187.41378 194.35775,186.22942 C 195.17832,183.67453 194.67478,183.70501 190.13081,186.4853 C 176.77802,194.6554 169.0151,196.7596 164.29064,193.48948 z M 234.61241,194.08755 C 233.24626,193.62688 230.67542,193.20594 228.89943,193.15211 C 222.98176,192.97275 225.31175,190.63745 233.95678,188.08324 C 236.17336,187.42834 236.66631,187.53872 236.25502,188.59786 C 235.1982,191.31943 244.23779,192.08477 249.79613,189.74434 C 255.20132,187.46838 257.82958,183.84491 257.89957,178.57248 C 257.95845,174.13691 257.81176,173.88692 254.48363,172.75123 C 252.57103,172.09857 245.97626,171.53962 239.82861,171.50915 C 227.02389,171.44566 225.67995,170.38628 232.78291,165.95527 C 242.22085,160.06764 252.77878,155.74427 257.71879,155.74427 C 263.253,155.74427 263.25585,157.15717 257.72368,158.1684 C 253.89831,158.86764 244.11025,163.87967 242.95139,165.73264 C 241.73834,167.67225 245.04566,168.47814 254.2804,168.49317 C 262.75089,168.50696 263.71804,168.70786 265.95474,170.91818 C 269.71614,174.6352 269.37098,180.55553 265.16441,184.47426 C 257.75353,191.37807 241.6262,196.45259 234.61241,194.08755 z"
236 id="bg-emacs" 116 id="bg-emacs"
237 inkscape:label="bg-emacs" /> 117 d="M -0.54734668,196.72853 C -10.238062,181.78405 5.3965305,167.92976 14.809201,161.97512 c 6.963497,-4.40524 14.224571,-9.82272 13.070957,-9.82483 -0.996579,-0.002 -3.28511,-0.79177 -5.085617,-1.75545 -6.217876,-3.328 -7.955628,-16.0503 7.055337,-28.37575 16.709358,-12.01621 42.570706,-26.817295 64.900729,-20.35237 3.972323,1.58882 2.904483,4.42259 -3.766368,9.99493 -5.675178,4.74062 -17.792772,11.85728 -18.753492,11.01391 -0.233326,-0.20481 2.490068,-2.19795 6.051979,-4.42919 3.551812,-2.45188 6.827,-5.57228 6.234589,-9.02517 -1.977492,-3.21848 -14.566202,0.87624 -19.657994,3.11812 -8.980399,3.95401 -30.419617,17.3969 -29.389287,24.77996 0.719552,5.15612 9.095912,7.16542 19.107524,2.72826 7.005023,-3.10464 12.660323,-6.60409 12.285323,-4.56715 -0.365454,1.98509 -12.574667,10.22701 -19.359801,12.99119 -10.773868,4.38916 -18.049435,9.35351 -26.510163,16.40859 -7.801376,6.50528 -6.794788,9.58593 -6.794788,14.18989 0,3.11466 2.974668,5.51843 6.829021,5.51843 7.964514,0 8.895804,0.12074 32.270578,-16.56369 5.162282,-3.68473 10.228089,-7.76323 13.653652,-9.77045 4.326017,-2.53484 9.463124,-4.13198 8.976988,-1.65526 -3.779364,7.61077 -5.74585,10.67934 -9.167556,16.15546 8.11118,-6.33235 15.840916,-14.71763 24.306604,-15.7298 2.101063,-0.25121 7.741174,-0.49516 8.636184,0.99596 0.66736,1.11183 -0.45512,5.1162 -2.21368,8.92266 -0.53908,1.16685 1.05142,0.38368 4.67533,-2.30213 7.4413,-5.51505 14.07911,-8.75072 17.95157,-8.75072 4.57712,0 4.83279,1.74832 1.24097,8.48622 -3.75741,7.04855 -6.75962,17.21422 -4.65148,19.88378 1.46622,1.85669 7.96734,-2.91147 10.3276,-4.31865 2.42293,-1.44454 6.05649,-3.67201 7.44149,-4.72955 10.37298,-7.92039 39.1617,-23.15505 40.99851,-21.53603 0.82449,0.72672 -1.6928,2.43145 -10.4509,7.07749 -14.25554,7.56231 -22.59862,14.9854 -22.60932,20.11619 -0.006,2.71011 4.1743,2.15203 7.26381,1.4275 4.40695,-1.03349 12.41622,-3.9676 -0.1736,3.14023 -13.16001,7.42973 -22.48474,6.17812 -16.63437,-3.95665 l 3.73574,-6.16441 -9.13253,6.55379 c -13.1916,9.46671 -19.35595,10.10807 -22.76505,7.11544 -2.6121,-2.29301 -1.99116,-8.56165 1.43897,-14.5266 2.74703,-4.77707 3.88176,-8.84229 2.46817,-8.84229 -2.38604,0 -7.35931,4.53611 -13.269938,10.69747 -9.974903,10.39803 -8.541011,15.10079 -10.591215,15.36937 -1.2597,0.16503 -6.977484,-1.59412 -4.555892,-8.64067 1.80805,-5.26122 4.692881,-8.68747 6.822262,-11.55279 3.866732,-5.2031 1.480467,-5.97342 -3.790272,-3.77097 -3.05613,1.27704 -5.350157,4.83814 -17.152826,15.01371 -13.804895,11.90177 -18.199091,17.31988 -20.790434,11.99663 -1.273249,-2.61557 1.017602,-5.97434 3.23361,-9.57032 4.367498,-7.21552 10.687821,-13.92473 8.632844,-16.40082 -2.050191,0.66573 -5.701417,3.94706 -7.917424,5.72051 -2.216008,1.77344 -5.216905,3.98662 -6.668674,4.91816 -1.451757,0.93154 -5.757863,3.9162 -9.569125,6.63254 -3.811251,2.71637 -10.546273,6.79489 -14.966706,9.06335 -9.584043,4.91833 -13.8359278,5.33836 -18.57838668,1.83533 z M 159.75643,187.9147 c -4.88506,-3.00364 -1.44968,-15.28517 5.948,-21.2642 3.32796,-2.68976 12.33843,-8.3073 13.32481,-8.3073 0.27463,0 -1.05354,2.61529 -2.9515,5.81174 -5.51025,9.28008 -4.30612,16.29397 2.79731,16.29397 5.95677,0 10.60291,-1.935 15.24759,-9.21089 3.95762,-6.19961 10.07679,-10.04817 15.75277,-13.07984 4.88528,-2.60934 15.49103,-5.23799 19.83723,-4.00272 6.01532,1.70966 5.07061,0.66399 -3.766,4.03459 -9.35359,3.5678 -12.15223,5.23437 -15.80579,9.41222 -4.62835,5.29254 -5.17979,8.5948 -1.91397,11.46168 2.05902,1.80749 3.56776,2.26807 7.41531,2.26374 2.65669,-0.003 5.81168,-1.7253 7.33518,-2.42296 1.52351,-0.69765 3.03519,0.21321 3.03519,0.61971 -5.88638,3.94569 -11.44839,6.45882 -14.00234,7.27145 -2.61375,0.96599 -7.35132,2.03318 -10.23523,1.93803 -5.03631,0.0339 -9.16147,-1.48631 -10.57379,-3.37846 -0.79608,-1.43217 -1.3268,-2.70381 -0.96262,-3.97903 1.0679,-3.73939 0.16517,-2.52343 -4.28527,0.23044 -13.102,8.10733 -21.40719,9.25285 -26.19688,6.30784 z m 75.29251,0.53861 c -1.38501,-0.41487 -3.99134,-0.79396 -5.79185,-0.84243 -5.99934,-0.16153 -3.6372,-2.26466 5.12716,-4.56493 2.24719,-0.58979 2.74693,-0.49039 2.32997,0.46346 -1.0714,2.45099 8.09297,3.14024 13.72804,1.0325 5.4798,-2.04969 7.70684,-5.31293 8.2153,-10.06119 0.16756,-8.34719 -12.6158,-6.31988 -18.32043,-6.36109 -12.98146,-0.0572 -14.34396,-1.01124 -7.14295,-5.00172 9.56822,-5.3023 20.88185,-11.1336 25.8426,-10.44585 5.86061,0.8125 5.42599,3.39743 -0.5575,3.43312 -3.92889,0.0234 -13.80136,5.14348 -14.97622,6.81223 -1.22979,1.74676 2.12319,2.47254 11.4854,2.48607 8.58743,0.0125 9.56792,0.19334 11.8355,2.18392 3.81332,3.3475 3.46341,8.67923 -0.80123,12.20836 -7.5132,6.21743 -19.30064,10.28748 -30.97375,8.65755 z"
238 </g> 118 style="opacity:1;fill:#000000;display:inline" />
239 <g
240 inkscape:groupmode="layer"
241 id="layer2"
242 inkscape:label="emacs"
243 style="opacity:1;display:inline">
244 <path
245 style="opacity:1;fill:url(#linearGradient2556);fill-opacity:1;stroke:url(#linearGradient2564);display:inline"
246 d="M 4.931694,200.50384 C 0.57293401,196.83617 0.84861401,193.05655 6.260934,182.27996 C 10.156054,174.52432 12.074804,172.14977 22.809804,161.79994 C 30.540774,154.34636 34.299124,150.09137 33.153844,150.08899 C 32.164464,150.08693 29.892464,149.19355 28.104964,148.10369 C 21.932004,144.33996 24.426104,139.2821 39.328634,125.34288 C 49.441664,115.88357 60.931174,107.14901 69.904114,102.09877 C 81.505554,95.569112 95.652544,91.223832 99.541235,92.995632 C 103.48487,94.792472 102.42474,97.997262 95.802074,104.29918 C 90.167894,109.66049 78.137834,117.70892 77.184054,116.75514 C 76.952414,116.52351 79.656134,114.26941 83.192314,111.74604 C 87.373444,108.76245 89.854384,106.23118 90.287024,104.50742 C 90.652924,103.04954 90.719454,101.62388 90.434864,101.33929 C 89.766614,100.67104 76.471874,104.85819 71.620874,107.26471 C 58.659594,113.69463 38.854964,129.30414 38.854964,133.08996 C 38.854964,138.97768 50.194194,139.96976 60.133484,134.95164 C 67.087904,131.44052 71.854964,129.8376 71.854964,131.01031 C 71.854964,133.29303 59.546634,143.1761 52.810514,146.3022 C 42.114474,151.26603 34.715964,156.28059 26.316354,164.2594 C 18.571334,171.61641 14.854964,177.645 14.854964,182.85175 C 14.854964,186.37421 17.808144,189.09273 21.634654,189.09273 C 29.541634,189.09273 34.830884,185.88498 58.036804,167.01606 C 63.161794,162.84889 69.419504,158.23639 71.942824,156.76606 C 76.374454,154.18376 80.854964,153.24264 80.854964,154.89408 C 80.854964,155.80691 71.090734,172.50752 67.712024,177.37359 L 65.476844,180.59273 L 67.877844,178.59273 C 69.198404,177.49273 71.647384,175.24273 73.320044,173.59273 C 85.984094,161.10019 94.643534,155.09273 99.986845,155.09273 C 102.44577,155.09273 104.12022,155.62038 104.45846,156.50182 C 104.97411,157.84557 104.00661,162.28789 102.26076,166.59273 C 101.72558,167.91235 103.30459,167.02665 106.90231,163.98918 C 114.28987,157.75205 120.87972,154.09273 124.72421,154.09273 C 129.26827,154.09273 129.52209,156.06996 125.95622,163.69005 C 122.22595,171.66145 121.75566,178.78789 124.77929,181.52424 C 126.61832,183.18854 126.91752,183.14383 131.52929,180.5156 C 134.18342,179.00302 137.47997,176.78692 138.85497,175.59092 C 149.15302,166.63351 177.85787,149.7576 179.68142,151.58859 C 180.49995,152.41046 178.00085,154.3384 169.30601,159.59273 C 155.15345,168.14518 146.87064,176.54017 146.86001,182.34273 C 146.85439,185.40767 147.12477,185.55389 149.97615,184.02787 C 154.53741,181.58676 153.61588,183.92322 148.68694,187.29652 C 135.82616,196.09831 131.57669,194.49561 137.3848,183.03387 L 139.91463,178.04149 L 132.027,183.47424 C 118.2328,192.97525 112.81086,194.90576 109.4264,191.5213 C 106.83316,188.92806 107.44962,181.83868 110.85497,175.09273 C 113.58216,169.6902 114.70869,165.09273 113.30531,165.09273 C 110.9365,165.09273 105.87507,169.37455 100.00713,176.34262 C 90.104284,188.10205 82.313014,195.48248 80.525814,194.79667 C 79.330524,194.33799 80.021354,192.27488 84.038714,184.30573 C 86.789144,178.84974 90.122984,173.12483 91.447234,171.5837 C 95.949104,166.34455 94.438404,164.49778 87.793384,167.117 C 84.083474,168.57931 79.369874,172.54216 67.652464,184.05002 C 53.947294,197.51008 48.854964,201.29386 48.854964,198.0172 C 48.854964,197.42566 50.654964,193.85965 52.854964,190.09273 C 55.054964,186.32581 56.854964,183.01662 56.854964,182.73897 C 56.854964,182.46132 58.591464,179.61483 60.713844,176.41344 C 62.836224,173.21205 64.910824,169.51949 65.324064,168.20776 C 66.075134,165.8237 66.073954,165.82387 62.215194,168.64567 C 60.092064,170.19825 56.554964,173.10952 54.354964,175.11516 C 52.154964,177.12081 49.175744,179.62375 47.734464,180.67726 C 46.293194,181.73077 42.018194,185.1062 38.234464,188.17821 C 34.450744,191.25023 27.764374,195.86273 23.375874,198.42822 C 13.861064,203.9905 9.6398944,204.46553 4.931694,200.50384 z M 164.07748,190.53602 C 159.22771,187.13912 162.63828,173.24955 169.98251,166.4877 C 173.28643,163.44577 182.23181,157.09273 183.21106,157.09273 C 183.48371,157.09273 182.16513,160.05043 180.28088,163.66539 C 174.81044,174.16052 176.00587,182.09273 183.05799,182.09273 C 188.97173,182.09273 194.08071,179.05619 204.15208,169.55537 C 215.40003,158.94465 225.14692,153.23821 233.52834,152.35668 C 239.71042,151.70647 238.56232,153.10761 229.78954,156.91953 C 220.50353,160.95445 217.72509,162.83923 214.09793,167.56408 C 209.50301,173.54957 208.95555,177.28421 212.19778,180.52644 C 214.24193,182.57058 215.73977,183.09147 219.55953,183.08657 C 222.19703,183.08318 225.59248,182.43486 227.10498,181.64587 C 228.61748,180.85688 229.85498,180.58749 229.85498,181.04723 C 229.85498,182.17482 220.34269,187.08889 218.12339,187.10778 C 217.15076,187.11606 214.55498,187.77131 212.35498,188.56389 C 210.15498,189.35647 205.77785,190.02469 202.62803,190.04883 C 197.6281,190.08716 196.69721,189.78158 195.2951,187.64169 C 194.34964,186.19872 193.95659,184.34795 194.33944,183.14169 C 195.16533,180.53954 194.65853,180.57059 190.08511,183.4023 C 176.64579,191.7235 168.83256,193.86662 164.07748,190.53602 z M 234.85498,191.14515 C 233.47998,190.67596 230.89248,190.24723 229.10498,190.19241 C 223.14896,190.00973 225.49405,187.63124 234.1951,185.02979 C 236.42605,184.36278 236.92219,184.4752 236.50824,185.55393 C 235.44457,188.32583 244.54274,189.10533 250.1371,186.72161 C 255.57732,184.40356 258.22261,180.71308 258.29306,175.34313 C 258.35232,170.82553 258.20468,170.57092 254.85498,169.41422 C 252.92998,168.74949 246.29248,168.18021 240.10498,168.14917 C 227.21728,168.08451 225.86463,167.00554 233.01362,162.49258 C 242.51273,156.49606 253.13908,152.09273 258.1111,152.09273 C 263.68118,152.09273 263.68405,153.53176 258.11603,154.56169 C 254.26587,155.27386 244.41437,160.37859 243.248,162.26583 C 242.02709,164.24131 245.35584,165.0621 254.65043,165.07741 C 263.17582,165.09146 264.14923,165.29607 266.40043,167.54727 C 270.1862,171.33304 269.83881,177.36286 265.60498,181.35407 C 258.14607,188.38556 241.91422,193.55393 234.85498,191.14515 z"
247 id="emacs"
248 inkscape:label="emacs" />
249 </g>
250 <g
251 inkscape:groupmode="layer"
252 id="layer4"
253 inkscape:label="bg-gnu"
254 style="display:inline">
255 <path 119 <path
256 id="bg-gnu" 120 id="bg-gnu"
257 d="M 57.964139,213.18663 C 60.419089,204.75722 65.429969,194.08978 70.273479,186.98184 C 75.998719,178.57993 77.670749,176.26272 99.036976,147.11956 C 115.95228,124.04737 118.30926,120.64653 121.64961,114.49211 C 123.19636,111.6423 124.83543,109.31064 125.29198,109.31064 C 126.47686,109.31064 126.39522,109.66459 123.65471,116.40903 C 122.29766,119.74874 121.18735,122.85645 121.18735,123.31503 C 121.18735,123.7736 118.20323,128.91551 114.55597,134.74148 C 105.54448,149.13603 103.76812,151.84051 101.44011,154.71012 C 100.3392,156.06717 97.576726,159.84224 95.301296,163.09916 C 93.025866,166.35608 90.702336,169.52146 90.137886,170.13334 C 89.573446,170.74522 87.335119,173.78537 85.163849,176.88923 C 78.455459,186.47891 69.027339,199.54123 67.687459,201.10211 C 66.985889,201.9194 64.635389,205.57568 62.464109,209.22717 C 58.292149,216.24324 56.654209,217.68444 57.964139,213.18663 z M 124.61625,186.04563 C 124.83962,185.36711 126.14939,181.15242 127.52686,176.67964 C 130.98125,165.46294 141.22429,145.66263 147.31637,138.42553 L 149.80876,135.46469 L 152.06645,138.17879 C 154.75072,141.40568 155.95939,141.52233 160.11276,138.95541 C 163.2081,137.04239 167.82894,129.56665 180.26663,106.34981 C 184.82883,97.833765 185.29178,97.282245 185.31415,100.33657 C 185.35582,106.02506 163.04187,147.45245 155.89413,154.95686 C 151.76625,159.29073 149.69002,159.57951 147.02425,156.19054 C 145.95679,154.83349 144.70321,153.72397 144.23852,153.72494 C 142.61294,153.72834 132.1245,172.68283 127.71922,183.57827 C 126.89618,185.61384 125.76994,187.27931 125.21646,187.27931 C 124.66298,187.27931 124.39289,186.72416 124.61625,186.04563 z M 209.02547,157.62164 C 209.02547,149.06737 216.70827,114.14492 221.39068,101.41508 C 224.44307,93.116695 228.74413,77.605995 229.73782,71.313245 C 230.16639,68.599145 231.23241,62.603446 232.10672,57.989476 C 232.98105,53.375516 233.69701,44.783596 233.69775,38.896326 C 233.69933,26.407625 232.49195,23.375465 226.57475,21.007875 C 218.92783,17.948175 216.38102,19.325695 213.53943,28.058435 C 211.79252,33.427035 209.80633,35.888836 208.08175,34.822986 C 206.18062,33.648025 207.02503,29.812025 210.98936,21.614295 C 219.14998,4.7391768 225.58607,0.53542684 235.51027,5.5983768 C 241.178,8.4898368 244.5555,15.424745 244.5555,24.170665 C 244.5555,34.830366 237.51803,64.304686 230.236,84.143525 C 225.74887,96.368055 218.63951,124.4602 215.34281,142.99293 C 213.23722,154.8297 212.18359,158.67625 210.81231,159.53262 C 209.23367,160.5185 209.02547,160.29584 209.02547,157.62164 z M 112.30406,95.774855 C 112.30335,86.107635 112.04448,84.586865 109.48419,79.208805 C 106.81201,73.595725 102.18346,67.858935 100.32692,67.858935 C 99.858122,67.858935 99.474552,67.299035 99.474552,66.614716 C 99.474552,64.835656 108.19817,52.067806 109.41371,52.067806 C 111.15723,52.067806 116.88946,58.299936 118.94539,62.430736 C 121.55774,67.679455 122.31172,75.379195 121.23073,85.768925 C 120.26817,95.020455 117.08016,103.86358 114.14025,105.43697 C 112.40375,106.36632 112.30479,105.84561 112.30406,95.774855 z M 42.858299,98.382615 C 38.870809,95.246035 39.403889,91.231535 45.304209,79.963515 C 50.287489,70.446755 55.424119,62.397976 66.798189,46.283706 C 73.416469,36.907226 75.458009,34.630905 76.402269,35.575166 C 77.203719,36.376616 73.776549,41.731156 64.898629,53.548226 C 47.914999,76.154535 46.116239,84.637005 58.306059,84.637005 C 61.619079,84.637005 64.380449,83.932335 66.788859,82.472295 C 73.165649,78.606515 85.039239,69.582285 90.356266,64.560456 C 93.212106,61.863176 95.826996,59.934616 96.167146,60.274766 C 97.215066,61.322676 91.247486,71.864225 88.330109,74.118685 C 86.814629,75.289785 82.440909,78.912715 78.610739,82.169635 C 74.780549,85.426555 70.024799,89.201625 68.042379,90.558675 C 66.059969,91.915725 63.630929,93.753035 62.644519,94.641595 C 60.390529,96.671985 50.693159,100.42814 47.705199,100.42814 C 46.469649,100.42814 44.288549,99.507655 42.858299,98.382615 z M 169.7749,60.406226 C 165.40905,57.348266 165.38722,55.857466 169.58131,47.184626 L 173.49686,39.087756 L 176.05125,42.123476 C 179.08264,45.726076 182.7945,46.065336 188.79309,43.288076 C 193.61332,41.056386 197.11837,37.355796 200.57535,30.848485 L 203.19691,25.913765 L 202.7015,29.722235 C 201.96128,35.412666 192.58555,51.658577 187.75951,55.613156 C 180.48049,61.577766 173.9372,63.321616 169.7749,60.406226 z M 136.97847,54.083106 C 135.0786,53.068216 128.47651,46.850616 122.30716,40.266216 C 110.74484,27.926045 102.95202,22.459455 96.922976,22.459455 C 92.611736,22.459455 87.006919,26.267795 85.102389,30.491285 C 82.350399,36.594116 81.142179,37.013716 78.889729,32.648845 C 75.725529,26.517155 66.110359,18.511675 61.909959,18.511675 C 61.279849,18.511675 55.705859,23.640995 49.523299,29.910165 C 38.010599,41.584146 32.761459,45.096006 26.763059,45.137516 C 23.263229,45.161736 18.999129,42.054906 16.400189,37.587106 C 14.809579,34.852746 14.849989,34.512975 17.497749,28.357115 C 19.009679,24.841995 20.584839,21.077735 20.998129,19.992085 C 21.652009,18.274415 21.991459,18.555015 23.613259,22.153815 C 25.529349,26.405655 29.950509,30.355015 32.794169,30.355015 C 36.955659,30.355015 44.328219,24.959145 54.247879,14.653345 C 63.827629,4.7006968 65.105539,3.7074968 68.331459,3.7074968 C 72.636069,3.7074968 77.912339,6.8782868 83.025429,12.537855 C 85.100189,14.834365 86.897599,16.562795 87.019689,16.378815 C 87.141779,16.194835 87.967249,14.881735 88.854049,13.460805 C 89.740846,12.039875 92.549116,9.6567568 95.094626,8.1649868 C 98.790816,5.9988768 100.57197,5.5483668 103.93934,5.9279268 C 110.80604,6.7018968 118.98765,12.481855 129.22745,23.792885 C 138.48067,34.014145 146.97435,40.224466 151.70045,40.224466 C 155.50397,40.224466 161.22658,36.521316 164.17375,32.152895 C 166.60256,28.552815 167.0995,28.209095 167.36029,29.948825 C 167.53023,31.082475 166.07293,35.512926 164.12185,39.794286 C 160.75337,47.185936 157.19211,51.363797 151.37603,54.746936 C 148.31837,56.525536 140.9114,56.184026 136.97847,54.083106 z" 121 d="m 55.834396,197.41294 c 2.448659,-7.38073 7.446723,-16.72109 12.277833,-22.94475 5.710592,-7.35667 7.378339,-9.3856 28.689891,-34.90319 16.87202,-20.20188 19.22296,-23.17964 22.55476,-28.56842 1.5428,-2.49527 3.17766,-4.53686 3.63304,-4.53686 1.18186,0 1.10043,0.30992 -1.63307,6.21531 -1.35357,2.92423 -2.46105,5.64532 -2.46105,6.04685 0,0.40153 -2.97647,4.90375 -6.6144,10.00493 -8.98843,12.60381 -10.76025,14.97182 -13.0823,17.48445 -1.0981,1.18822 -3.8535,4.49366 -6.123108,7.34539 -2.269606,2.85173 -4.587188,5.62332 -5.150194,6.15909 -0.562997,0.53575 -2.795585,3.19769 -4.961309,5.91542 -6.691216,8.39667 -16.095209,19.83397 -17.431654,21.20066 -0.699773,0.71561 -3.044271,3.91702 -5.209995,7.11426 -4.16128,6.14322 -5.795033,7.40513 -4.488444,3.46686 z m 66.481544,-23.7645 c 0.22279,-0.5941 1.5292,-4.28446 2.90315,-8.20081 3.44555,-9.82127 13.66236,-27.15831 19.73886,-33.49506 l 2.48602,-2.59251 2.25191,2.37646 c 2.67739,2.82544 3.88298,2.92759 8.02572,0.68 3.08741,-1.67502 7.69643,-8.22076 20.10229,-28.54928 4.55053,-7.456586 5.01229,-7.939498 5.0346,-5.26516 0.0415,4.9808 -22.21528,41.2544 -29.34472,47.82522 -4.11732,3.7947 -6.18823,4.04757 -8.84718,1.0802 -1.06473,-1.18822 -2.3151,-2.15972 -2.77861,-2.15886 -1.62142,0.003 -12.08302,16.59943 -16.47702,26.13939 -0.82094,1.78235 -1.9443,3.24062 -2.49635,3.24062 -0.55207,0 -0.82147,-0.48609 -0.59867,-1.08021 z m 84.19319,-24.88787 c 0,-7.49007 7.66313,-38.06798 12.33356,-49.21415 3.04458,-7.266009 7.33463,-20.847085 8.32578,-26.356986 0.42748,-2.376449 1.49075,-7.626245 2.36285,-11.666209 0.87207,-4.039964 1.5862,-11.563 1.58694,-16.717855 0.002,-10.935036 -1.20271,-13.589976 -7.10476,-15.663026 -7.62736,-2.67905 -10.16765,-1.47291 -13.00198,6.173428 -1.74243,4.700723 -3.72352,6.856253 -5.44369,5.923006 -1.89626,-1.028794 -1.05403,-4.387566 2.90016,-11.565454 8.13973,-14.77576 14.55936,-18.45654 24.45815,-14.02345 5.65324,2.53175 9.02208,8.60392 9.02208,16.2618 0,9.333563 -7.01946,35.141105 -14.28285,52.511886 -4.47563,10.703728 -11.5668,35.30103 -14.85507,51.5282 -2.1002,10.36421 -3.15113,13.73222 -4.51891,14.48205 -1.5746,0.86323 -1.78226,0.66827 -1.78226,-1.67324 z M 110.03525,94.607887 c -7.1e-4,-8.464568 -0.25892,-9.796146 -2.81265,-14.505144 -2.66535,-4.914782 -7.28206,-9.937882 -9.13385,-9.937882 -0.4676,0 -0.85017,-0.490243 -0.85017,-1.08943 0,-1.557732 8.70129,-12.737188 9.91372,-12.737188 1.73907,0 7.4566,5.456815 9.50728,9.073719 2.60567,4.595744 3.35771,11.337596 2.2795,20.434785 -0.9601,8.100583 -4.13995,15.843563 -7.07234,17.221213 -1.73206,0.81373 -1.83075,0.3578 -1.83149,-8.460073 z m -69.268036,2.283327 c -3.977291,-2.746359 -3.44557,-6.261434 2.439644,-16.127646 4.970535,-8.33282 10.094017,-15.38029 21.43897,-29.489855 6.601357,-8.209992 8.637667,-10.20312 9.579511,-9.376336 0.799394,0.701746 -2.618999,5.390153 -11.474198,15.737111 -16.940162,19.79395 -18.734332,27.221155 -6.575701,27.221155 3.304542,0 6.058837,-0.617002 8.461092,-1.895408 6.360466,-3.38485 18.203678,-11.286415 23.507089,-15.683501 2.848527,-2.361722 5.456729,-4.05036 5.795999,-3.752528 1.04524,0.917548 -4.907057,10.147668 -7.816978,12.121655 -1.511589,1.025416 -5.874113,4.197632 -9.69449,7.049372 -3.820388,2.85174 -8.563965,6.157166 -10.541309,7.345392 -1.977334,1.188224 -4.400156,2.796969 -5.384044,3.574986 -2.248219,1.777799 -11.920783,5.066639 -14.901091,5.066639 -1.232383,0 -3.407898,-0.80597 -4.834494,-1.791036 z M 167.35901,63.639316 c -4.35468,-2.677534 -4.37646,-3.982873 -0.1931,-11.57676 l 3.90554,-7.089571 2.54785,2.658058 c 3.02363,3.154415 6.72598,3.451472 12.70923,1.019721 4.8079,-1.95406 8.30397,-5.194275 11.75211,-10.892036 l 2.61484,-4.320814 -0.49413,3.334678 c -0.73833,4.982504 -10.09007,19.207325 -14.90376,22.669936 -7.26038,5.222576 -13.78694,6.749482 -17.93858,4.196788 z m -32.7125,-5.536491 c -1.89501,-0.888629 -8.4802,-6.332726 -14.63377,-12.09799 -11.53272,-10.804983 -19.30559,-15.591501 -25.31921,-15.591501 -4.300218,0 -9.890682,3.33457 -11.790334,7.032628 -2.74495,5.343604 -3.950075,5.711001 -6.196765,1.88915 -3.156098,-5.368868 -12.746669,-12.378428 -16.936324,-12.378428 -0.628489,0 -6.188212,4.49121 -12.354949,9.980456 -11.483232,10.221671 -16.718945,13.296629 -22.701995,13.33298 -3.490867,0.0212 -7.744061,-2.699113 -10.336357,-6.611093 -1.586521,-2.394192 -1.546221,-2.69169 1.094758,-8.081731 1.508064,-3.077822 3.079193,-6.373792 3.491421,-7.324372 0.652211,-1.50398 0.990788,-1.25829 2.608443,1.8928 1.911186,3.72288 6.321032,7.180923 9.157411,7.180923 4.150835,0 11.504527,-4.724593 21.3988,-13.748293 9.555236,-8.71448 10.829873,-9.58412 14.047538,-9.58412 4.293595,0 9.556372,2.77633 14.656374,7.73182 2.069449,2.0108 3.86226,3.5242 3.984029,3.36311 0.12178,-0.16109 0.945137,-1.31084 1.829667,-2.55499 0.88453,-1.24416 3.685604,-3.3308 6.224606,-4.63699 3.686737,-1.89664 5.463317,-2.29109 8.822097,-1.95876 6.8491,0.67769 15.00978,5.73859 25.22338,15.64246 9.22954,8.949677 17.70147,14.387397 22.41549,14.387397 3.79377,0 9.50175,-3.242454 12.44138,-7.067419 2.42259,-3.152211 2.91825,-3.453173 3.17838,-1.929873 0.1695,0.992615 -1.28406,4.871896 -3.23015,8.620627 -3.35987,6.472087 -6.91202,10.130201 -12.7132,13.092455 -3.04983,1.557333 -10.43785,1.258306 -14.36072,-0.581246 z"
258 style="opacity:1;fill:#000000;display:inline" 122 style="opacity:1;fill:#000000;display:inline" />
259 inkscape:label="bg-gnu" />
260 </g> 123 </g>
261 <g 124 <g
262 inkscape:groupmode="layer" 125 transform="translate(5.34375,-11.4375)"
263 id="layer3" 126 id="layer3"
264 inkscape:label="gnu" 127 style="display:inline">
265 style="opacity:1;display:inline">
266 <path 128 <path
267 style="fill:url(#linearGradient2425);fill-opacity:1;stroke:url(#linearGradient2427);stroke-width:0.97730815"
268 d="M 61.076106,208.96096 C 63.507076,200.61386 68.469036,190.05059 73.265246,183.01206 C 78.934586,174.69219 80.590286,172.3976 101.74788,143.53901 C 118.49803,120.69211 120.83199,117.32446 124.13972,111.23014 C 125.67137,108.40816 127.29443,106.09927 127.74652,106.09927 C 128.91983,106.09927 128.83899,106.44977 126.12524,113.12835 C 124.78145,116.43545 123.68197,119.51281 123.68197,119.96691 C 123.68197,120.42101 120.727,125.51271 117.11535,131.28179 C 108.19185,145.5358 106.43283,148.21386 104.12755,151.05546 C 103.03739,152.39925 100.30189,156.13747 98.048676,159.36258 C 95.795466,162.58769 93.494626,165.72216 92.935686,166.32808 C 92.376756,166.93398 90.160296,169.94445 88.010216,173.018 C 81.367336,182.51404 72.031276,195.44882 70.704486,196.99445 C 70.009766,197.80377 67.682206,201.42433 65.532126,205.04018 C 61.400906,211.98774 59.778956,213.41486 61.076106,208.96096 z M 127.0774,182.08499 C 127.29858,181.41309 128.59556,177.23956 129.95958,172.81045 C 133.38024,161.70328 143.52325,142.0963 149.55585,134.92988 L 152.02391,131.99795 L 154.25955,134.68555 C 156.91761,137.88092 158.11448,137.99645 162.2273,135.45458 C 165.29241,133.56025 169.86813,126.15749 182.18437,103.16735 C 186.70202,94.734476 187.16045,94.188338 187.18261,97.212831 C 187.22387,102.84577 165.1278,143.86866 158.04986,151.29979 C 153.96228,155.59134 151.90633,155.8773 149.26659,152.52142 C 148.20955,151.17762 146.96821,150.07893 146.50805,150.0799 C 144.89835,150.08326 134.51232,168.85268 130.15006,179.64172 C 129.33506,181.65742 128.21981,183.30663 127.67174,183.30663 C 127.12367,183.30663 126.85621,182.7569 127.0774,182.08499 z M 210.6624,153.93855 C 210.6624,145.46781 218.27017,110.88634 222.90686,98.280809 C 225.92945,90.063464 230.18852,74.704222 231.1725,68.472911 C 231.59689,65.785315 232.65248,59.848166 233.51827,55.279251 C 234.38405,50.710335 235.09303,42.202312 235.09375,36.372532 C 235.09532,24.005777 233.89974,21.003224 228.04031,18.65875 C 220.46806,15.628931 217.94613,16.993 215.13227,25.640465 C 213.40243,30.956652 211.43564,33.394405 209.7279,32.338969 C 207.84533,31.175475 208.68148,27.37694 212.60711,19.259251 C 220.68804,2.5489063 227.06129,-1.6137938 236.88858,3.3997163 C 242.50098,6.2629463 245.84549,13.130142 245.84549,21.790666 C 245.84549,32.346272 238.87674,61.532787 231.66581,81.177917 C 227.22251,93.283081 220.18256,121.1009 216.91805,139.45268 C 214.83302,151.17387 213.78968,154.98286 212.43178,155.83087 C 210.86856,156.80712 210.6624,156.58663 210.6624,153.93855 z M 114.88542,92.695674 C 114.88472,83.122844 114.62838,81.616923 112.09309,76.291377 C 109.447,70.733105 104.86364,65.052333 103.02522,65.052333 C 102.561,65.052333 102.18119,64.497902 102.18119,63.820263 C 102.18119,62.058579 110.81963,49.415401 112.0233,49.415401 C 113.7498,49.415401 119.42604,55.586675 121.4619,59.677138 C 124.04875,64.874602 124.79536,72.499162 123.72493,82.787443 C 122.77177,91.948632 119.61489,100.7054 116.70368,102.26342 C 114.98414,103.1837 114.88615,102.66807 114.88542,92.695674 z M 46.117766,95.277953 C 42.169206,92.172018 42.697086,88.196715 48.539786,77.038724 C 53.474416,67.61489 58.560886,59.644698 69.823886,43.687774 C 76.377556,34.40285 78.399156,32.148763 79.334196,33.083797 C 80.127816,33.877423 76.734116,39.179682 67.942886,50.881363 C 51.125096,73.266927 49.343886,81.666573 61.414686,81.666573 C 64.695356,81.666573 67.429756,80.968786 69.814656,79.523 C 76.129176,75.694973 87.886836,66.758858 93.151936,61.786064 C 95.979886,59.115122 98.569246,57.205392 98.906066,57.542219 C 99.943756,58.579901 94.034456,69.018517 91.145556,71.250958 C 89.644886,72.410631 85.313876,75.998184 81.521096,79.223302 C 77.728306,82.448419 73.018996,86.186623 71.055936,87.530422 C 69.092886,88.87422 66.687566,90.693597 65.710786,91.57348 C 63.478806,93.584045 53.876116,97.303502 50.917336,97.303502 C 49.693856,97.303502 47.534056,96.392006 46.117766,95.277953 z M 171.79508,57.6724 C 167.47186,54.644298 167.45024,53.16805 171.60338,44.5799 L 175.48071,36.562094 L 178.01015,39.56817 C 181.01195,43.135591 184.68755,43.471543 190.62758,40.721402 C 195.40074,38.511498 198.87156,34.847043 202.29479,28.403277 L 204.89074,23.516737 L 204.40017,27.288026 C 203.66718,32.922889 194.383,49.01016 189.60409,52.926128 C 182.39615,58.832494 175.91674,60.559318 171.79508,57.6724 z M 139.3189,51.411018 C 137.43758,50.406042 130.89996,44.249152 124.79084,37.729043 C 113.34143,25.509367 105.62471,20.096158 99.654526,20.096158 C 95.385376,20.096158 89.835296,23.867317 87.949366,28.04956 C 85.224246,34.092801 84.027826,34.5083 81.797366,30.186057 C 78.664066,24.11424 69.142776,16.186925 64.983386,16.186925 C 64.359436,16.186925 58.839876,21.266163 52.717686,27.474119 C 41.317406,39.034109 36.119516,42.511671 30.179686,42.552781 C 26.714036,42.576765 22.491566,39.500273 19.917996,35.076099 C 18.342936,32.368437 18.382946,32.031988 21.004846,25.936231 C 22.502016,22.45543 24.061796,18.727927 24.471046,17.652887 C 25.118546,15.951984 25.454676,16.229839 27.060646,19.793504 C 28.958026,24.003825 33.336016,27.914623 36.151906,27.914623 C 40.272756,27.914623 47.573326,22.571437 57.396126,12.36627 C 66.882336,2.5108063 68.147766,1.5273063 71.342186,1.5273063 C 75.604766,1.5273063 80.829526,4.6671363 85.892686,10.271446 C 87.947186,12.54552 89.727046,14.257073 89.847936,14.07489 C 89.968836,13.892711 90.786246,12.59243 91.664386,11.185376 C 92.542526,9.7783256 95.323366,7.4184763 97.844026,5.9412663 C 101.50413,3.7963063 103.26788,3.3502063 106.60239,3.7260463 C 113.40203,4.4924663 121.50375,10.215986 131.64357,21.416572 C 140.80643,31.538025 149.21716,37.687703 153.89713,37.687703 C 157.6635,37.687703 163.33024,34.020716 166.24863,29.69495 C 168.65373,26.130021 169.14581,25.789654 169.40405,27.5124 C 169.57233,28.634976 168.12927,33.022171 166.19724,37.261722 C 162.86165,44.581197 159.33516,48.718266 153.57588,52.068368 C 150.54808,53.829602 143.21343,53.491422 139.3189,51.411018 z"
269 id="gnu" 129 id="gnu"
270 inkscape:label="gnu" /> 130 d="m 57.534816,196.31319 c 2.448659,-7.38073 7.446723,-16.72109 12.277833,-22.94475 5.710592,-7.35667 7.378339,-9.3856 28.689891,-34.90319 16.87202,-20.20188 19.22296,-23.17964 22.55476,-28.56842 1.5428,-2.49527 3.17766,-4.53686 3.63304,-4.53686 1.18186,0 1.10043,0.30992 -1.63307,6.21531 -1.35357,2.92423 -2.46105,5.64532 -2.46105,6.04685 0,0.40153 -2.97647,4.90375 -6.6144,10.00493 -8.98843,12.60381 -10.76025,14.97182 -13.0823,17.48445 -1.0981,1.18822 -3.8535,4.49366 -6.123108,7.34539 -2.269606,2.85173 -4.587188,5.62332 -5.150194,6.15909 -0.562997,0.53575 -2.795585,3.19769 -4.961309,5.91542 -6.691216,8.39667 -16.095209,19.83397 -17.431654,21.20066 -0.699773,0.71561 -3.044271,3.91702 -5.209995,7.11426 -4.16128,6.14322 -5.795033,7.40513 -4.488444,3.46686 z m 66.481544,-23.7645 c 0.22279,-0.5941 1.5292,-4.28446 2.90315,-8.20081 3.44555,-9.82127 13.66236,-27.15831 19.73886,-33.49506 l 2.48602,-2.59251 2.25191,2.37646 c 2.67739,2.82544 3.88298,2.92759 8.02572,0.68 3.08741,-1.67502 7.69643,-8.22076 20.10229,-28.54928 4.55053,-7.45659 5.01229,-7.939502 5.0346,-5.26516 0.0415,4.9808 -22.21528,41.2544 -29.34472,47.82522 -4.11732,3.7947 -6.18823,4.04757 -8.84718,1.0802 -1.06473,-1.18822 -2.3151,-2.15972 -2.77861,-2.15886 -1.62142,0.003 -12.08302,16.59943 -16.47702,26.13939 -0.82094,1.78235 -1.9443,3.24062 -2.49635,3.24062 -0.55207,0 -0.82147,-0.48609 -0.59867,-1.08021 z m 84.19319,-24.88787 c 0,-7.49007 7.66313,-38.06798 12.33356,-49.21415 3.04458,-7.266013 7.33463,-20.847089 8.32578,-26.35699 0.42748,-2.376449 1.49075,-7.626245 2.36285,-11.666209 0.87207,-4.039964 1.5862,-11.563 1.58694,-16.717855 0.002,-10.935036 -1.20271,-13.589976 -7.10476,-15.663026 -7.62736,-2.67905 -10.16765,-1.47291 -13.00198,6.173428 -1.74243,4.700723 -3.72352,6.856253 -5.44369,5.923006 -1.89626,-1.028794 -1.05403,-4.387566 2.90016,-11.565454 8.13973,-14.77576 14.55936,-18.45654 24.45815,-14.02345 5.65324,2.53175 9.02208,8.60392 9.02208,16.2618 0,9.333563 -7.01946,35.141105 -14.28285,52.511886 -4.47563,10.703728 -11.5668,35.301034 -14.85507,51.528204 -2.1002,10.36421 -3.15113,13.73222 -4.51891,14.48205 -1.5746,0.86323 -1.78226,0.66827 -1.78226,-1.67324 z M 111.73567,93.508133 c -7.1e-4,-8.464568 -0.25892,-9.796146 -2.81265,-14.505144 -2.66535,-4.914782 -7.28206,-9.937882 -9.13385,-9.937882 -0.4676,0 -0.85017,-0.490243 -0.85017,-1.08943 0,-1.557732 8.70129,-12.737188 9.91372,-12.737188 1.73907,0 7.4566,5.456815 9.50728,9.073719 2.60567,4.595744 3.35771,11.337596 2.2795,20.434785 -0.9601,8.100583 -4.13995,15.843567 -7.07234,17.221217 -1.73206,0.81373 -1.83075,0.3578 -1.83149,-8.460077 z M 42.467634,95.79146 c -3.977291,-2.746359 -3.44557,-6.261434 2.439644,-16.127646 4.970535,-8.33282 10.094017,-15.38029 21.43897,-29.489855 6.601357,-8.209992 8.637667,-10.20312 9.579511,-9.376336 0.799394,0.701746 -2.618999,5.390153 -11.474198,15.737111 -16.940162,19.79395 -18.734332,27.221155 -6.575701,27.221155 3.304542,0 6.058837,-0.617002 8.461092,-1.895408 6.360466,-3.38485 18.203678,-11.286415 23.507089,-15.683501 2.848527,-2.361722 5.456729,-4.05036 5.795999,-3.752528 1.04524,0.917548 -4.907057,10.147668 -7.816978,12.121655 -1.511589,1.025416 -5.874113,4.197632 -9.69449,7.049372 -3.820388,2.85174 -8.563965,6.157166 -10.541309,7.345392 -1.977334,1.188224 -4.400156,2.796969 -5.384044,3.574986 C 59.955,94.293656 50.282436,97.5825 47.302128,97.5825 c -1.232383,0 -3.407898,-0.80597 -4.834494,-1.79104 z M 169.05943,62.539562 c -4.35468,-2.677534 -4.37646,-3.982873 -0.1931,-11.57676 l 3.90554,-7.089571 2.54785,2.658058 c 3.02363,3.154415 6.72598,3.451472 12.70923,1.019721 4.8079,-1.95406 8.30397,-5.194275 11.75211,-10.892036 l 2.61484,-4.320814 -0.49413,3.334678 c -0.73833,4.982504 -10.09007,19.207325 -14.90376,22.669936 -7.26038,5.222576 -13.78694,6.749482 -17.93858,4.196788 z m -32.7125,-5.536491 c -1.89501,-0.888629 -8.4802,-6.332726 -14.63377,-12.09799 C 110.18044,34.100098 102.40757,29.31358 96.39395,29.31358 c -4.300218,0 -9.890682,3.33457 -11.790334,7.032628 -2.74495,5.343604 -3.950075,5.711001 -6.196765,1.88915 C 75.250753,32.86649 65.660182,25.85693 61.470527,25.85693 c -0.628489,0 -6.188212,4.49121 -12.354949,9.980456 -11.483232,10.221671 -16.718945,13.296629 -22.701995,13.33298 -3.490867,0.0212 -7.744061,-2.699113 -10.336357,-6.611093 -1.586521,-2.394192 -1.546221,-2.69169 1.094758,-8.081731 1.508064,-3.077822 3.079193,-6.373792 3.491421,-7.324372 0.652211,-1.50398 0.990788,-1.25829 2.608443,1.8928 1.911186,3.72288 6.321032,7.180923 9.157411,7.180923 4.150835,0 11.504527,-4.724593 21.3988,-13.748293 9.555236,-8.71448 10.829873,-9.58412 14.047538,-9.58412 4.293595,0 9.556372,2.77633 14.656374,7.73182 2.069449,2.0108 3.86226,3.5242 3.984029,3.36311 0.12178,-0.16109 0.945137,-1.31084 1.829667,-2.55499 0.88453,-1.24416 3.685604,-3.3308 6.224606,-4.63699 3.686737,-1.89664 5.463317,-2.29109 8.822097,-1.95876 6.8491,0.67769 15.00978,5.73859 25.22338,15.64246 9.22954,8.949677 17.70147,14.387397 22.41549,14.387397 3.79377,0 9.50175,-3.242454 12.44138,-7.067419 2.42259,-3.152211 2.91825,-3.453173 3.17838,-1.929873 0.1695,0.992615 -1.28406,4.871896 -3.23015,8.620627 -3.35987,6.472087 -6.91202,10.130201 -12.7132,13.092455 -3.04983,1.557333 -10.43785,1.258306 -14.36072,-0.581246 z"
131 style="fill:url(#linearGradient2425);fill-opacity:1;stroke:#000000;stroke-width:0.97730815" />
132 <path
133 id="emacs"
134 d="M -0.94705426,195.12806 C -10.63777,180.18357 4.9968228,166.32928 14.409493,160.37464 c 6.963497,-4.40524 14.224571,-9.82272 13.070957,-9.82483 -0.996579,-0.002 -3.28511,-0.79177 -5.085617,-1.75545 -6.217876,-3.328 -7.955628,-16.0503 7.055337,-28.37575 16.709358,-12.01621 42.570706,-26.817291 64.900729,-20.35236 3.972325,1.58882 2.904485,4.42259 -3.766368,9.99492 -5.675178,4.74062 -17.792772,11.85728 -18.753492,11.01391 -0.233326,-0.20481 2.490068,-2.19795 6.051979,-4.42919 3.551812,-2.45188 6.827,-5.57228 6.234589,-9.02516 -1.977492,-3.21848 -14.566202,0.87623 -19.657994,3.11811 -8.980399,3.95401 -30.419617,17.3969 -29.389287,24.77996 0.719552,5.15612 9.095912,7.16542 19.107524,2.72826 7.005023,-3.10464 12.660323,-6.60409 12.285323,-4.56715 -0.365454,1.98509 -12.574667,10.22701 -19.359801,12.99119 -10.773868,4.38916 -18.049435,9.35351 -26.510163,16.40859 -7.801376,6.50528 -6.794788,9.58593 -6.794788,14.18989 0,3.11466 2.974668,5.51844 6.829021,5.51844 7.964514,0 8.895804,0.12074 32.270578,-16.5637 5.162282,-3.68473 10.228089,-7.76323 13.653652,-9.77045 4.326017,-2.53484 9.463124,-4.13198 8.976988,-1.65526 -3.779364,7.61077 -5.74585,10.67934 -9.167556,16.15546 8.11118,-6.33235 15.840916,-14.71763 24.306604,-15.7298 2.101063,-0.25121 7.741176,-0.49516 8.636186,0.99596 0.66736,1.11183 -0.45512,5.1162 -2.21368,8.92266 -0.53908,1.16685 1.05142,0.38368 4.675326,-2.30213 7.4413,-5.51505 14.07911,-8.75072 17.95157,-8.75072 4.57712,0 4.83279,1.74832 1.24097,8.48622 -3.75741,7.04855 -6.75962,17.21422 -4.65148,19.88378 1.46622,1.85669 7.96734,-2.91147 10.3276,-4.31865 2.42293,-1.44454 6.05649,-3.67201 7.44149,-4.72955 10.37298,-7.92039 39.1617,-23.15505 40.99851,-21.53603 0.82449,0.72672 -1.6928,2.43145 -10.4509,7.07749 -14.25554,7.56231 -22.59862,14.9854 -22.60932,20.11619 -0.006,2.71011 4.1743,2.15203 7.26381,1.4275 4.40695,-1.03349 12.41622,-3.9676 -0.1736,3.14023 -13.16001,7.42974 -22.48474,6.17813 -16.63437,-3.95665 l 3.73574,-6.16441 -9.13253,6.55379 c -13.1916,9.46671 -19.35595,10.10807 -22.76505,7.11544 -2.6121,-2.29301 -1.99116,-8.56165 1.43897,-14.5266 2.74703,-4.77707 3.88176,-8.84229 2.46817,-8.84229 -2.38604,0 -7.35931,4.53611 -13.269936,10.69747 -9.974903,10.39803 -8.541011,15.10079 -10.591215,15.36938 -1.2597,0.16503 -6.977484,-1.59412 -4.555892,-8.64068 1.80805,-5.26122 4.692881,-8.68747 6.822262,-11.55279 3.866732,-5.2031 1.480467,-5.97342 -3.790272,-3.77097 -3.05613,1.27704 -5.350157,4.83814 -17.152826,15.01371 -13.804895,11.90178 -18.199091,17.31989 -20.790434,11.99664 -1.273249,-2.61557 1.017602,-5.97434 3.23361,-9.57032 4.367498,-7.21553 10.687821,-13.92474 8.632844,-16.40083 -2.050191,0.66573 -5.701417,3.94706 -7.917424,5.72051 -2.216008,1.77344 -5.216905,3.98662 -6.668674,4.91816 -1.451757,0.93154 -5.757863,3.9162 -9.569125,6.63255 -3.811251,2.71637 -10.546273,6.79488 -14.966706,9.06335 -9.5840432,4.91833 -13.8359275,5.33836 -18.57838626,1.83533 z M 159.35672,186.31423 c -4.88506,-3.00364 -1.44968,-15.28518 5.948,-21.26421 3.32796,-2.68976 12.33843,-8.3073 13.32481,-8.3073 0.27463,0 -1.05354,2.61529 -2.9515,5.81174 -5.51025,9.28008 -4.30612,16.29397 2.79731,16.29397 5.95677,0 10.60291,-1.935 15.24759,-9.21089 3.95762,-6.19961 10.07679,-10.04817 15.75277,-13.07984 4.88528,-2.60934 15.49103,-5.23799 19.83723,-4.00272 6.01532,1.70966 5.07061,0.66399 -3.766,4.03459 -9.35359,3.5678 -12.15223,5.23437 -15.80579,9.41222 -4.62835,5.29254 -5.17979,8.5948 -1.91397,11.46168 2.05902,1.80749 3.56776,2.26807 7.41531,2.26374 2.65669,-0.003 5.81168,-1.7253 7.33518,-2.42296 1.52351,-0.69765 3.03519,0.21321 3.03519,0.61971 -5.88638,3.94569 -11.44839,6.45882 -14.00234,7.27145 -2.61375,0.96599 -7.35132,2.03318 -10.23523,1.93803 -5.03631,0.0339 -9.16147,-1.48631 -10.57379,-3.37846 -0.79608,-1.43217 -1.3268,-2.70381 -0.96262,-3.97903 1.0679,-3.73939 0.16517,-2.52343 -4.28527,0.23044 -13.102,8.10733 -21.40719,9.25285 -26.19688,6.30784 z m 75.29251,0.5386 c -1.38501,-0.41486 -3.99134,-0.79396 -5.79185,-0.84243 -5.99934,-0.16153 -3.6372,-2.26466 5.12716,-4.56493 2.24719,-0.58979 2.74693,-0.49039 2.32997,0.46346 -1.0714,2.45099 8.09297,3.14025 13.72804,1.0325 5.4798,-2.04969 7.70684,-5.31293 8.2153,-10.06119 0.16756,-8.34719 -12.6158,-6.31988 -18.32043,-6.36109 -12.98146,-0.0572 -14.34396,-1.01124 -7.14295,-5.00172 9.56822,-5.3023 20.88185,-11.1336 25.8426,-10.44585 5.86061,0.8125 5.42599,3.39743 -0.5575,3.43312 -3.92889,0.0234 -13.80136,5.14348 -14.97622,6.81223 -1.22979,1.74676 2.12319,2.47254 11.4854,2.48607 8.58743,0.0125 9.56792,0.19334 11.8355,2.18392 3.81332,3.3475 3.46341,8.67923 -0.80123,12.20836 -7.5132,6.21744 -19.30064,10.28748 -30.97375,8.65755 z"
135 style="opacity:1;fill:url(#linearGradient2556);fill-opacity:1;stroke:#000000;display:inline" />
271 </g> 136 </g>
272</svg> 137</svg>
diff --git a/etc/tutorials/TUTORIAL.he b/etc/tutorials/TUTORIAL.he
index cb82f87f765..e0c85a379a9 100644
--- a/etc/tutorials/TUTORIAL.he
+++ b/etc/tutorials/TUTORIAL.he
@@ -1,4 +1,4 @@
1שיעור ראשון בשימוש ב־Emacs. זכויות שימוש ראה בסוף המסמך. 1שיעור ראשון בשימוש ב־Emacs. זכויות שימוש ראה בסוף המסמך.
2 2
3פקודות רבות של Emacs משתמשות במקש CONTROL (לפעמים הוא מסומן ב־CTRL או CTL) 3פקודות רבות של Emacs משתמשות במקש CONTROL (לפעמים הוא מסומן ב־CTRL או CTL)
4או במקש META (לפעמים מסומן EDIT או ALT). במקום לציין את כל השמות האפשריים 4או במקש META (לפעמים מסומן EDIT או ALT). במקום לציין את כל השמות האפשריים