From cad5eeb5d5642dcf057eee843b13c6cabc359a6d Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Mon, 28 Jun 2004 16:06:36 +0000 Subject: [PATCH] Mon Jun 28 12:04:05 2004 Michael Jennings (mej) Merge. ---------------------------------------------------------------------- SVN revision: 10606 --- ChangeLog | 35 ++++++++++++++++++++++++++++------- configure.in | 2 +- src/feature.h | 2 +- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index bab2c07..babb94f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4620,9 +4620,21 @@ 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 21:18:20 2002 Michael Jennings (mej) +Mon Apr 29 17:44:46 2002 Michael Jennings (mej) -Fixed the --install option which hasn't worked for ages. +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. ---------------------------------------------------------------------- Sat May 4 10:23:38 2002 Michael Jennings (mej) @@ -4643,14 +4655,19 @@ 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. ---------------------------------------------------------------------- -Mon May 13 18:46:06 2002 Michael Jennings (mej) +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) 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. @@ -5225,3 +5242,7 @@ 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 365ea51..4da12d9 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.9.3) +AM_INIT_AUTOMAKE(Eterm, 0.10) dnl# Set some basic variables DATE="`date '+%d %B %Y'`" diff --git a/src/feature.h b/src/feature.h index f6936ec..d5d057b 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 5 +# define REFRESH_PERIOD 3 /* 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