From 8ddcf231d5a52bf967ef650a24f43b2f6c2c7658 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 2 Feb 2015 16:42:42 +0900 Subject: [PATCH] bump up enventor v0.4.2 --- NEWS | 11 ++++++++++- README | 2 +- configure.ac | 2 +- data/about/ABOUT | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index c27c8bd..fe1b3f4 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,16 @@ ============== -Enventor 0.4.1 +Enventor 0.4.2 ============== +Changes since Enventor 0.4.1: +--------------------------- + +Fixes: + * Fix to toggle linenumber properly with Shortcut key(F5) + * Fix max value of the mouse_events from 1000 to 1 + * Fix candidate keyword name "align" + * Install missing eo header files + Changes since Enventor 0.4.0: --------------------------- diff --git a/README b/README index e135576..03d7da1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -[Enventor v0.4.1] +[Enventor v0.4.2] This is an EDC editor with some convenient functions. It's brand new and was only started near the begining of June 2013, so expecting it to do everything a diff --git a/configure.ac b/configure.ac index aaa22b1..60e10d5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) m4_define([v_min], [4]) -m4_define([v_mic], [1]) +m4_define([v_mic], [2]) #m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl ##-- When released, remove the dnl on the below line dnl m4_undefine([v_rev]) diff --git a/data/about/ABOUT b/data/about/ABOUT index 6c63d66..63652cd 100644 --- a/data/about/ABOUT +++ b/data/about/ABOUT @@ -1,4 +1,4 @@ -[Enventor v0.4.1] +[Enventor v0.4.2] This is an EDC editor with some convenient functions. It's band new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot.