gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog gui/gnash.cpp


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog gui/gnash.cpp
Date: Thu, 27 Sep 2007 12:11:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   07/09/27 12:11:50

Modified files:
        .              : ChangeLog 
        gui            : gnash.cpp 

Log message:
                * gui/gnash.cpp: remove ESC = Quit from gnash --help output. 
It's not true
                  and would potentially interfere with movie key events if it 
were.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4443&r2=1.4444
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gnash.cpp?cvsroot=gnash&r1=1.92&r2=1.93

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4443
retrieving revision 1.4444
diff -u -b -r1.4443 -r1.4444
--- ChangeLog   27 Sep 2007 12:04:25 -0000      1.4443
+++ ChangeLog   27 Sep 2007 12:11:49 -0000      1.4444
@@ -1,5 +1,10 @@
 2007-09-27 Benjamin Wolsey <address@hidden>
 
+       * gui/gnash.cpp: remove ESC = Quit from gnash --help output. It's not 
true
+         and would potentially interfere with movie key events if it were.
+
+2007-09-27 Benjamin Wolsey <address@hidden>
+
        * docs/C/usage.xml, gui/gnash.cpp: add/update Ctrl-L
        * gui/gui.cpp: make keyboard shortcuts work for both upper and lower
          case. Correct step back ('[') and forward (']'), which are documented 
to

Index: gui/gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93
--- gui/gnash.cpp       27 Sep 2007 12:04:26 -0000      1.92
+++ gui/gnash.cpp       27 Sep 2007 12:11:50 -0000      1.93
@@ -138,7 +138,7 @@
         "\n"
         "keys:\n"
        "\n"
-        "  CTRL-Q, CTRL-W, ESC   Quit/Exit\n"
+        "  CTRL-Q, CTRL-W  Quit/Exit\n"
         "  CTRL-P          Toggle Pause\n"
         "  CTRL-R          Restart the movie\n"
         "  CTRL-[ or kp-   Step back one frame\n"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]