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 <[EMAIL PROTECTED]>
+ * 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 <[EMAIL PROTECTED]>
+
* 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"
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit