summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Mallet <anthony.mallet@laas.fr>2011-06-16 17:17:14 +0200
committerAnthony Mallet <anthony.mallet@laas.fr>2011-06-16 17:17:30 +0200
commit0c0d158724cc1bb46dfb17a01cd5347e8f8c5a74 (patch)
tree5db3100b18d13d62a0f3acd8eba9d2923b137b25
parent166e9a688811564bc170ed308811371d56ed02ff (diff)
downloadeltclsh-0c0d158724cc1bb46dfb17a01cd5347e8f8c5a74.tar.gz
Release 1.12
-rw-r--r--CHANGELOG13
-rw-r--r--configure.ac6
2 files changed, 16 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ce35e06..7fc0a94 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+eltclsh 1.12 released june 16, 2011
+
+ 40. Change resource file to ~/.eltclshrc instead of .eltclshrc
+ (resp. ~/.elwishrc). (York Wu).
+ 39. Fix automatic detection of Tcl-8.5.
+ 38. Add el::maxCols to limit the number of columns for completion results
+ 0 (default) means automatic (Russell Treleaven).
+ 37. Setting el::queryItems to 0 disable interactive confirmation before
+ displaying completion results (Russel Treleaven).
+ 36. Parse .editrc before binding ^I to eltcl-complete (Russel Treleaven).
+ 35. Fix bug in el::gets when invoked before the 'interactive' procedure
+ (Russel Treleaven).
+
eltclsh 1.11 released january 21, 2010
34. Add a pkg-config .pc file
diff --git a/configure.ac b/configure.ac
index 9e5442d..4ce2c22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
-dnl $LAAS: configure.ac 2010/01/21 17:25:50 mallet $
+dnl $LAAS: configure.ac 2011/06/16 17:02:24 mallet $
dnl
dnl configure.in --
dnl process this file with autoconf to produce a configure script.
dnl
-AC_REVISION($LAAS: configure.ac 2010/01/21 17:25:50 mallet $)
+AC_REVISION($LAAS: configure.ac 2011/06/16 17:02:24 mallet $)
-AC_INIT([eltclsh],[1.11.99],[openrobots@laas.fr])
+AC_INIT([eltclsh],[1.12],[openrobots@laas.fr])
AC_PREREQ(2.59)
AC_CONFIG_MACRO_DIR([m4])