[genius] Sun Oct 18 20:05:43 2009 Jiri (George) Lebl <jirka 5z com>
- From: George Lebl <jirka src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [genius] Sun Oct 18 20:05:43 2009 Jiri (George) Lebl <jirka 5z com>
- Date: Mon, 19 Oct 2009 01:09:11 +0000 (UTC)
commit 5c172c7ab6593d945d87b0b380e89eff15275f59
Author: Jiri (George) Lebl <jirka 5z com>
Date: Sun Oct 18 20:08:50 2009 -0500
Sun Oct 18 20:05:43 2009 Jiri (George) Lebl <jirka 5z com>
* src/gnome-genius.c: check events before executing a command line.
VTE behaviour changed and we need to make sure the user carriage
return gets sent to screen before the execution.
ChangeLog | 6 ++++++
configure.in | 2 +-
src/gnome-genius.c | 1 +
3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 17c24fd..df130a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Oct 18 20:05:43 2009 Jiri (George) Lebl <jirka 5z com>
+
+ * src/gnome-genius.c: check events before executing a command line.
+ VTE behaviour changed and we need to make sure the user carriage
+ return gets sent to screen before the execution.
+
Thu Sep 24 15:48:25 2009 Jiri (George) Lebl <jirka 5z com>
* help/C/genius.xml: some doc updates
diff --git a/configure.in b/configure.in
index 902c3ca..6eb6bd0 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_INIT(src/calc.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(genius,1.0.7)
+AM_INIT_AUTOMAKE(genius,1.0.8)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS")
diff --git a/src/gnome-genius.c b/src/gnome-genius.c
index f551199..10544e9 100644
--- a/src/gnome-genius.c
+++ b/src/gnome-genius.c
@@ -4448,6 +4448,7 @@ genius_got_etree (GelETree *e)
{
if (e != NULL) {
calc_running ++;
+ check_events();
gel_evalexp_parsed (e, gel_main_out, "= \e[1;36m", TRUE);
gel_test_max_nodes_again ();
calc_running --;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]