eina,evas,edje,elementary: add missing files from tarballs.

Patch by Jérôme Pinot <ngc891@gmail.com>


SVN revision: 70543
This commit is contained in:
Cedric BAIL 2012-04-30 01:55:06 +00:00
parent 85c6d00e7e
commit 71090cd4fd
10 changed files with 51 additions and 3 deletions

View File

@ -21,4 +21,5 @@ billiob (Boris Faure) <billiob@gmail.com>
Govindaraju SM <govi.sm@samsung.com> <govism@gmail.com>
Prince Kumar Dubey <prince.dubey@samsung.com> <prince.dubey@gmail.com>
David Seikel <onefang at gmail.com>
Mikael Sans <sans.mikael@gmail.com>
Mikael Sans <sans.mikael@gmail.com>
Jérôme Pinot <ngc891@gmail.com>

View File

@ -415,3 +415,7 @@
2012-04-26 Carsten Haitzler (The Rasterman)
1.2.0 release
2012-04-30 Jérôme Pinot
* Add missing files in the tarballs.

View File

@ -1,3 +1,11 @@
Edje 1.3.0
Changes since Edje 1.2.0:
-------------------------
Fixes:
* Add missing files in the tarballs.
Edje 1.2.0
Changes since Edje 1.1.0:

View File

@ -22,6 +22,19 @@ EDCS = \
table.edc \
box.edc \
drag.edc \
edje_example.edc \
embryo_custom_state.edc \
embryo_pong.edc \
embryo_run_program.edc \
embryo_set_state.edc \
embryo_set_text.edc \
embryo_timer.edc \
external_elm_anchorblock.edc \
external_elm_button.edc \
external_elm_check.edc \
external_elm_panes.edc \
external_emotion_elm.edc \
toggle_using_filter.edc \
signals-messages.edc \
color-class.edc \
perspective.edc \
@ -47,6 +60,7 @@ files_DATA = \
test.png \
Vera.ttf \
duck.wav \
edje_example.c \
edje-basic.c \
edje-swallow.c \
edje-text.c \

View File

@ -262,3 +262,7 @@
2012-04-26 Cedric Bail
* Add backtrace support Eina_Log.
2012-04-30 Jérôme Pinot
* Add missing files in the tarballs.

View File

@ -6,6 +6,9 @@ Changes since Eina 1.2.0:
Additions:
* Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
Fixes:
* Add missing files in the tarball.
Eina 1.2.0
Changes since Eina 1.1.0:

View File

@ -37,7 +37,9 @@ SRCS = \
eina_inlist_03.c \
eina_str_01.c \
eina_strbuf_01.c \
eina_stringshare_01.c \
eina_tiler_01.c \
eina_magic_01.c \
eina_model_01.c \
eina_model_02.c \
eina_model_03.c \
@ -45,7 +47,8 @@ SRCS = \
eina_value_01.c \
eina_value_02.c \
eina_value_03.c \
eina_inarray_01.c
eina_inarray_01.c \
eina_inarray_02.c
examples_PROGRAMS =
@ -82,6 +85,8 @@ examples_PROGRAMS += \
eina_inlist_03 \
eina_str_01 \
eina_strbuf_01 \
eina_stringshare_01 \
eina_magic_01 \
eina_model_01 \
eina_model_02 \
eina_model_03 \
@ -90,7 +95,8 @@ examples_PROGRAMS += \
eina_value_01 \
eina_value_02 \
eina_value_03 \
eina_inarray_01
eina_inarray_01 \
eina_inarray_02
eina_model_04_SOURCES = \
eina_model_04_animal.c \

View File

@ -717,3 +717,7 @@
* Textblock: Fixed a couple of bugs with range delete.
2012-04-30 Jérôme Pinot
* Add missing files in the tarballs.

View File

@ -6,6 +6,9 @@ Changes since Evas 1.2.0:
Improvements:
* Lock less font rendering.
Fixes:
* Add missing files in the tarball.
Removal:
* Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE.

View File

@ -141,6 +141,7 @@ EXTRA_DIST = $(EDCS) \
$(srcdir)/evas-text.c \
$(srcdir)/evas-smart-object.c \
$(srcdir)/evas-box.c \
$(srcdir)/evas-table.c \
$(srcdir)/enlightenment.png \
$(srcdir)/red.png \
$(srcdir)/im1.png \