From: ueno Date: Tue, 29 May 2007 08:04:20 +0000 (+0000) Subject: Describe 0.0.13 changes. X-Git-Tag: epg-0_0_13~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a2b4d78519eca28625b2f5ea573a7e9530decef7;hp=baca712dabf407137d9768a68a922f033e459e0d;p=elisp%2Fepg.git Describe 0.0.13 changes. --- 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