From 3eaa8bc8522ffd341d9036fc3e4be555dc9687c6 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 19 Jan 2013 15:10:00 +0100 Subject: [PATCH] Preparations for 0.3 --- NEWS | 14 +++++++++++--- configure.ac | 4 ++-- doc/macros.texi | 4 ++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index d8ca850..c100afe 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,19 @@ -* Version 0.2.3 () +* Version 0.3 (Jan 19, 2013) + +New features: - TAB in a string context in the REPL and Scheme buffers triggers filename completion. - - Indentation of scheme forms improved (specially for those of you - using a single implementation). + - User manual lookup command (C-c C-d i) available also in the + REPL. - New REPL command, geiser-repl-clear-buffer (C-c M-o), to remove all scheme output (thanks to jxonas). + - Indentation of scheme forms improved.. + +Bug fixes: + + - Racket: fixes for problems entering modules sans main.rkt. + - Racket: image support in Windows fixed. * Version 0.2.2 (Sep 30, 2012) diff --git a/configure.ac b/configure.ac index 4eb5770..1e3fe52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012 Jose A Ortega Ruiz. +# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jose A Ortega Ruiz. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -8,7 +8,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([Geiser],[0.2.3],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.3],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE diff --git a/doc/macros.texi b/doc/macros.texi index f52515f..596fcac 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,5 +1,5 @@ -@set VERSION 0.2.3 -@set RELEASE_DATE November 2012 +@set VERSION 0.3 +@set RELEASE_DATE January 2013 @set GUILE_VERSION 2.0 @set RACKET_VERSION 5.3 @set EMACS_VERSION 23.2 -- 2.11.4.GIT