Enlightenment CVS committal

Author  : mekius
Project : e17
Module  : proto

Dir     : e17/proto/empower


Modified Files:
        AUTHORS ChangeLog NEWS README configure.in 


Log Message:
Alot of changes, see changelog and news.

===================================================================
RCS file: /cvs/e/e17/proto/empower/AUTHORS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- AUTHORS     2 Jan 2007 09:32:48 -0000       1.5
+++ AUTHORS     1 Jun 2007 04:20:09 -0000       1.6
@@ -1,3 +1,3 @@
-Mekius_ (Nick Hughart) <[EMAIL PROTECTED]>
-CodeWarrior (Hisham Mardam Bey) <[EMAIL PROTECTED]>
-UnixTitan (Stephen Houston) <[EMAIL PROTECTED]>
+Mekius_ (Nick Hughart) <[EMAIL PROTECTED]> (EWL version maintainer)
+CodeWarrior (Hisham Mardam Bey) <[EMAIL PROTECTED]> (ETK version maintainer)
+UnixTitan (Stephen Houston) <[EMAIL PROTECTED]> (EWL version contributor)
===================================================================
RCS file: /cvs/e/e17/proto/empower/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ChangeLog   30 May 2007 03:30:31 -0000      1.3
+++ ChangeLog   1 Jun 2007 04:20:09 -0000       1.4
@@ -1,3 +1,15 @@
+5-31-07 -- Version 1.5
+       - Starting empower with no options will allow you to specify a command 
in
+         the window.  If you need to authenticate, you will also type in your
+         password.
+       - There are labels on the entries now so you know what you need to type 
in.
+         They are dynamic and will disappear when you focus the entry, and 
reappear
+         if you have not typed anything on unfocus.  On startup all you need 
to do
+         is start typing and the proper entry will start accepting your key 
+         presses.
+       - Empower askpass support is final with the addition of the 
empower-askpass
+         symlink.  Using the symlink will start empower in askpass mode.
+       - Requires a version of EWL after 5-31-07
 5-29-07 -- Version 1.0
        - Empower now behaves much more like sudo itself.  It respects the 
timeout
          and also will reask if you mistype your password.  The amount of 
retries
===================================================================
RCS file: /cvs/e/e17/proto/empower/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- NEWS        3 Apr 2006 00:06:53 -0000       1.1
+++ NEWS        1 Jun 2007 04:20:09 -0000       1.2
@@ -1,2 +1,12 @@
+5-31-07:
+       Version 1.5 released
+               - This version should hopefully appease alot of the people who 
have
+                 been asking for new features.  If anyone needs it, I might 
add some
+                 support for opening things in a terminal.  It would probably 
be a 
+                 command line option/symlink since having a check would ruin 
the nice
+                 interface :)  For now though this could be a achieved by 
running your
+                 term with the correct args to open a program.
+5-29-07:
+       Version 1.0 released
 3-31-06:
        Initial release <version 0.1>
===================================================================
RCS file: /cvs/e/e17/proto/empower/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- README      30 May 2007 17:51:36 -0000      1.4
+++ README      1 Jun 2007 04:20:09 -0000       1.5
@@ -2,8 +2,17 @@
 Version 1.0
 
 Usage: 
-    Sudo: empower [SUDO OPTIONS] <program> [PROGRAM OPTIONS] -- [EWL OPTIONS]
-    AskPass: empower-askpass -- [EWL OPTIONS] or empower -p -- [EWL OPTIONS]
+    Sudo: empower [SUDO OPTIONS] [program] [PROGRAM OPTIONS] [EWL OPTIONS]
+    AskPass: empower-askpass [EWL OPTIONS] or empower -p [EWL OPTIONS]
+
+Usage Note:
+    If no options are passed to empower, you will be prompted to provide an 
+    executable and your password (if not authenticated already).  You can 
+    specify sudo options as well as program args by following this format in
+    the execute entry:
+        
+        [SUDO OPTIONS] <program> [PROGRAM OPTIONS]
+        
 
 See INSTALL for installation instructions
 See COPYING and COPYING-PLAIN for license information
===================================================================
RCS file: /cvs/e/e17/proto/empower/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        23 Mar 2007 03:09:18 -0000      1.8
+++ configure.in        1 Jun 2007 04:20:09 -0000       1.9
@@ -16,6 +16,7 @@
 AM_PROG_LIBTOOL
 
 AM_WITH_DMALLOC
+AC_PROG_LN_S
 
 AM_PROG_CC_C_O
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to