From 6ca328e9c7d33367e141f4521d56b791de9c7109 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Mon, 28 Jun 2004 16:15:18 +0000 Subject: [PATCH] Mon Jun 28 12:12:39 2004 Michael Jennings (mej) No no no! That goes on the branch! ---------------------------------------------------------------------- SVN revision: 10608 --- ChangeLog | 35 +++++++---------------------------- configure.in | 2 +- src/feature.h | 2 +- 3 files changed, 9 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index babb94f..bab2c07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4620,21 +4620,9 @@ Mon Apr 29 10:48:33 2002 Michael Jennings (mej) Disable the screen dump escape sequence and implement a save_buff() script function instead. ---------------------------------------------------------------------- -Mon Apr 29 17:44:46 2002 Michael Jennings (mej) +Mon Apr 29 21:18:20 2002 Michael Jennings (mej) -Use the new option parser in libast. You will need the latest libast -from CVS to use this version, but if you have it, and you've always -been bugged by that -F -font-name-with-dashes problem, give this a -try. - -This branch is a playground for 0.10 development. Be careful before -attempting to use anything you get from here. ----------------------------------------------------------------------- -Mon Apr 29 21:06:07 2002 Michael Jennings (mej) - -Oops...need to pre-parse some of those options. :) - -Also fixed the --install option which hasn't worked for ages. +Fixed the --install option which hasn't worked for ages. ---------------------------------------------------------------------- Sat May 4 10:23:38 2002 Michael Jennings (mej) @@ -4655,19 +4643,14 @@ Tue May 7 10:16:56 2002 Michael Jennings (mej) configure.in and configure.ac should no longer differ, so let's not maintain both. ---------------------------------------------------------------------- -Thu May 9 11:30:15 2002 Michael Jennings (mej) - -Getting synced back up with the main trunk. This includes Azundris' -Escreen patch and re-indenting the code. ----------------------------------------------------------------------- -Thu May 9 11:39:02 2002 Michael Jennings (mej) - -Now works with the latest libast. ----------------------------------------------------------------------- -Mon May 13 19:15:34 2002 Michael Jennings (mej) +Mon May 13 18:46:06 2002 Michael Jennings (mej) Latest Escreen patch from Azundris . ---------------------------------------------------------------------- +Mon May 13 19:18:46 2002 Michael Jennings (mej) + +Fixed indentation. +---------------------------------------------------------------------- Mon May 13 23:58:16 2002 Michael Jennings (mej) Fixed a bad paste. @@ -5242,7 +5225,3 @@ Chris Schoeneman pointed out that Eterm didn't get keypresses if another app (like synergy) decided to listen for its events. This should correct that behavior. ---------------------------------------------------------------------- -Mon Jun 28 12:04:05 2004 Michael Jennings (mej) - -Merge. ----------------------------------------------------------------------- diff --git a/configure.in b/configure.in index 4da12d9..365ea51 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ SAVE_AUTOMAKE="$AUTOMAKE" SAVE_AUTOCONF="$AUTOCONF" AC_INIT(src/feature.h) -AM_INIT_AUTOMAKE(Eterm, 0.10) +AM_INIT_AUTOMAKE(Eterm, 0.9.3) dnl# Set some basic variables DATE="`date '+%d %B %Y'`" diff --git a/src/feature.h b/src/feature.h index d5d057b..fb0c3da 100644 --- a/src/feature.h +++ b/src/feature.h @@ -105,7 +105,7 @@ /* #define NO_SECONDARY_SCREEN */ /* The number of screenfuls between refreshes. */ -# define REFRESH_PERIOD 3 +# define REFRESH_PERIOD 2 /* This will force clearing of characters before writing new ones on top of * them. This is experimental - added in order to try and fix pixel dropping