From a2b4d78519eca28625b2f5ea573a7e9530decef7 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 29 May 2007 08:04:20 +0000 Subject: [PATCH] Describe 0.0.13 changes. --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bf086f9..649579c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +* Major changes in 0.0.13 + +** epa-file bug fixes. + +*** Fixed a compatibility bug on XEmacs 21.5. + +*** Do not mark the buffer as modified. + * Major changes in 0.0.12 ** epa-file.el usability improvements. @@ -127,3 +135,9 @@ ** Don't convert line endings of the gpg output. This may fix a bug when encrypting in textmode and the output is binary. [cf. ] + +Local variables: +mode: text +mode: outline +paragraph-separate: "[ ]*$" +end: diff --git a/configure.ac b/configure.ac index 76a2108..0eea0f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT AC_CONFIG_SRCDIR([configure.ac]) AC_PREREQ(2.59) -AM_INIT_AUTOMAKE(epg, 0.0.12) +AM_INIT_AUTOMAKE(epg, 0.0.13) AC_CHECK_EMACS AC_PATH_LISPDIR -- 1.7.10.4