bump up enventor v0.4.2

This commit is contained in:
ChunEon Park 2015-02-02 16:42:42 +09:00
parent 20c11eb4ba
commit 8ddcf231d5
4 changed files with 13 additions and 4 deletions

11
NEWS
View File

@ -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: Changes since Enventor 0.4.0:
--------------------------- ---------------------------

2
README
View File

@ -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 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 only started near the begining of June 2013, so expecting it to do everything a

View File

@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0]) m4_define([v_maj], [0])
m4_define([v_min], [4]) 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 #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 ##-- When released, remove the dnl on the below line
dnl m4_undefine([v_rev]) dnl m4_undefine([v_rev])

View File

@ -1,4 +1,4 @@
<font_size=11><b>[Enventor v0.4.1]</b></font_size> <font_size=11><b>[Enventor v0.4.2]</b></font_size>
This is an EDC editor with some convenient functions. 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. 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.