Revision: 2920 http://geany.svn.sourceforge.net/geany/?rev=2920&view=rev Author: eht16 Date: 2008-09-01 11:31:27 +0000 (Mon, 01 Sep 2008)
Log Message: ----------- Mark the VTE as clean when restarting it to make Geany able to execute commands in it.
Modified Paths: -------------- trunk/ChangeLog trunk/src/vte.c
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-09-01 11:18:55 UTC (rev 2919) +++ trunk/ChangeLog 2008-09-01 11:31:27 UTC (rev 2920) @@ -13,12 +13,15 @@ doc/geany.txt, doc/geany.html, doc/plugins.dox, geany.nsi, geany.spec.in, src/geany.h: New website address: www.geany.org. - Merge README.I18N with latest from the wiki. + Merge README.I18N with latest changes from the wiki. * doc/geany.html, doc/geany.txt, geany.glade, src/document.c, src/editor.c, src/interface.c, src/keyfile.c, src/prefs.c, src/sciwrappers.c, src/sciwrappers.h: Add 'Stop scroll at last line' editor pref (patch by Timothy Boronczyk, thanks). + * src/vte.c: + Mark the VTE as clean when restarting it to make Geany able to + execute commands in it.
2008-08-29 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/src/vte.c =================================================================== --- trunk/src/vte.c 2008-09-01 11:18:55 UTC (rev 2919) +++ trunk/src/vte.c 2008-09-01 11:31:27 UTC (rev 2920) @@ -392,6 +392,7 @@ pid = 0; } vf->vte_terminal_reset(VTE_TERMINAL(widget), TRUE, TRUE); + clean = TRUE; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.