diff --git a/COPYING b/COPYING index 0545667..72b7dce 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 1999-2004 Carsten Haitzler, Geoff Harrison and various contributors +Copyright (C) 1999-2005 Carsten Haitzler, Geoff Harrison and various contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/E-docs/FIRST_0.16 b/E-docs/FIRST_0.16 deleted file mode 100644 index aa51e7b..0000000 --- a/E-docs/FIRST_0.16 +++ /dev/null @@ -1,11 +0,0 @@ - - - -

-Welcome to Enlightenment Development Release 0.16. We would like to thank you -very much for trying out this software and would really like you help us for -future development by filling out a small, anonymous survey. Please click on -"Survey" below to begin the survey - or simply click on the "X" button on the -top right of this window to exit. -

-_Survey(INPUT.first16.sh)
diff --git a/E-docs/MAIN b/E-docs/MAIN index c80088d..3f68de3 100644 --- a/E-docs/MAIN +++ b/E-docs/MAIN @@ -82,7 +82,7 @@ at least can have fun playing around with what we have created.

-Copyright (C) 1997-2004 _The_Enlightenment_Development_Team(credits) +Copyright (C) 1997-2005 _The_Enlightenment_Development_Team(credits)

Permission is hereby granted, free of charge, to any person obtaining a copy @@ -619,12 +619,12 @@ CTRL+ALT+R - Shade/Unshade the currently focused window
CTRL+ALT+S - Stick/Unstick the currently focused window
+CTRL+ALT+M - Maximize/unmaximize the currently focused window +
+CTRL+ALT+F - Toggle fullscreen mode of the currently focused window +
CTRL+ALT+(F1 - F12) - Go directly to desktops 0 - 11
-ALT+Tab - Switch focus to the next window -
-ALT+Enter - Zoom/Unzoom the currently focused window -
(more on next page ...) @@ -635,6 +635,10 @@ ALT+Enter - Zoom/Unzoom the currently focused window

+ALT+Tab - Switch focus to the next window +
+ALT+Enter - Zoom/Unzoom the currently focused window +
SHIFT+ALT+Left-Arrow - Move to the virtual desktop on the left if there is one
SHIFT+ALT+Right-Arrow - Move to the virtual desktop on the right if there is diff --git a/E-docs/MAIN.ja b/E-docs/MAIN.ja index e7e2cd2..cd28a6d 100644 --- a/E-docs/MAIN.ja +++ b/E-docs/MAIN.ja @@ -56,7 +56,7 @@ _

-Copyright (C) 1997-2004 _The_Enlightenment_Development_Team(credits) +Copyright (C) 1997-2005 _The_Enlightenment_Development_Team(credits)

Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/E-docs/MAIN.pl b/E-docs/MAIN.pl index 2b83307..db69848 100644 --- a/E-docs/MAIN.pl +++ b/E-docs/MAIN.pl @@ -78,7 +78,7 @@ to przynajmniej ciesz si

-Copyright (C) 1997-2004 _The_Enlightenment_Development_Team(credits) +Copyright (C) 1997-2005 _The_Enlightenment_Development_Team(credits)

Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/E-docs/first16-2.sh b/E-docs/first16-2.sh deleted file mode 100755 index 63ee766..0000000 --- a/E-docs/first16-2.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh -cat << __EOF__ - - -__EOF__ -# find the users .xinitrc, .xsession, .Xclients -EXISTS="0" -if [ -e ~/.xsession ]; then - EXISTS="1" -fi -if [ -e ~/.xinitrc ]; then - EXISTS="1" -fi -if [ -e ~/.Xclients ]; then - EXISTS="1" -fi -E_BIN=$E_BINDIR/enlightenment -E_EESH=$E_BINDIR/eesh -E_DOX=$E_BINDIR/dox -E_DATA=$E_BINDIR/enlightenment - - -if [ $EXISTS = "1" ]; then -cat << __EOF__ -

-It appears you already have some of your own X Login startup scripts (such as -.xsession, .xinitrc and .Xclients). If you have no idea what this is all -about just click Contiue below and everything will be taken care of for you. -

-If you have customised these files and wish to keep your modifications, it is -suggested that you review each or all of them and manually ensure they run -$E_BIN as the window manager on the last line of your script(s). -

-If you wish to abort just close this window. -

-_Contiune(INPUT.first16-2.sh) -__EOF__ -else -cat << __EOF__ -

-You appear to have no custom X Login setup for your user. If you click on -Contiue below Enlightenment will set everything up for you -

-If you wish to abort just close this window. -

-_Contiune(INPUT.first16-2.sh) -__EOF__ -fi diff --git a/E-docs/first16.sh b/E-docs/first16.sh deleted file mode 100755 index 0b6449d..0000000 --- a/E-docs/first16.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -cat << __EOF__ - - -

-How old are you? -
-
-_1-12(INPUT.first16-age-12.sh)
-_13-15(INPUT.first16-age-15.sh)
-_16-18(INPUT.first16-age-18.sh)
-_19-21(INPUT.first16-age-21.sh)
-_22-27(INPUT.first16-age-27.sh)
-_28-35(INPUT.first16-age-35.sh)
-_36-45(INPUT.first16-age-45.sh)
-_46-59(INPUT.first16-age-59.sh)
-_60+(INPUT.first16-age-60+.sh)
-__EOF__ -cat << __EOF__ diff --git a/E-docs/interactive.sh b/E-docs/interactive.sh deleted file mode 100755 index 05ec00b..0000000 --- a/E-docs/interactive.sh +++ /dev/null @@ -1,66 +0,0 @@ -#!/bin/sh -cat << __EOF__ - - - -

-Hints and tips -

- -

-__EOF__ -# checking OS & arch info -UNAME=`uname -a` -OS=`echo "$UNAME" | awk '{print $1;}'` -OSVER=`echo "$UNAME" | awk '{print $3;}'` -ARCH=`echo "$UNAME" | awk '{print $12;}'` - -# checking memory stats -MEM=`free` -TOTAL=`echo "$MEM" | grep Mem: | awk '{print $2;}'` -USED=`echo "$MEM" | grep buffers/cache | awk '{print $3;}'` -SWAPPED=`echo "$MEM" | grep Swap: | awk '{print $3;}'` - -# checking X Server -XDPYINFO=`xdpyinfo` -VENDOR=`echo "$XDPYINFO" | grep "vendor string:" | awk -F: '{print $2;}'` -VERSION=`echo "$XDPYINFO" | grep "vendor release number:" | awk -F: '{print $2;}'` -DEPTH=`echo "$XDPYINFO" | grep "depths (" | awk -F: '{print $2;}' | awk '{print $1;}'` -DEPTHS=`echo "$XDPYINFO" | grep "depths (" | awk "-F(" '{print $2;}' | awk "-F)" '{print $1;}'` - -echo "Your Operating System is:
" -echo "" -echo $OS"
" -echo "" -echo "Your processor type is:
" -echo $ARCH"
" -echo "Your system memory use is:
" -echo $USED" Kb /"$TOTAL" Kb
" -echo $SWAPPED" Kb swapped out to disk
" - -echo "Your X Server is:
" -echo $VENDOR"
" -echo "" -echo "Version:
" -echo $VERSION"
" -echo "" -echo "Running a color depth of:
" -echo $DEPTH" bits per pixel
" -echo "Number of depths:
" -echo $DEPTHS"
" - -cat << __EOF__ -

-Hit Next for more... - - -

-

-__EOF__ -if [ "$DEPTHS" -gt 1 ]; then -echo "It seems you have more than one depth available on your display." -echo "Enlightenment will run but several features may be disabled or not work" -echo "correctly due to this." -echo "

" -echo "Please re-configure your X Server to only have one depth (eg 16, 24, 32)" -fi