From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001
From: David Walter Seikel
Date: Wed, 4 Jan 2012 18:41:13 +1000
Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas,
 ecore, embryo, and edje.

Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
---
 libraries/edje/NEWS | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
 create mode 100644 libraries/edje/NEWS

(limited to 'libraries/edje/NEWS')

diff --git a/libraries/edje/NEWS b/libraries/edje/NEWS
new file mode 100644
index 0000000..e34a719
--- /dev/null
+++ b/libraries/edje/NEWS
@@ -0,0 +1,56 @@
+Edje 1.1.0
+
+Changes since Edje 1.0.0:
+-------------------------
+
+Additions:
+
+    * "UNDER" entry cursor mode
+    * auto alignment of TEXT parts with text.alignment set to -1
+    * mirroring support
+    * edje_object_part_text_cursor_pos_set/get()
+    * size_range propert to TEXT parts
+    * proxy parts so part can source other parts including swallows
+    * suport explicit shadow direction with added effect param
+    * edje_object_part_text_append()
+    * new interpolations: ACCEL_FAC, DECEL_FAC, SIN_FAC, DIVIS, BOUNCE, SPRING
+    * "entry,paste,request,1" signal (primary)
+    * "entry,paste,request,3" signal (clipboard)
+    * "entry,selection,all,request" signal
+    * "entry,selection,none,request" signal
+    * "entry,paste,request*" signals afte cursor change
+    * "entry,changed,user" signal
+    * collection.group.limits.horizontal/vertical
+    * input panel layout setting API's
+    * edje_object_signal_callback_extra_data_get()
+    * group inheritance and part re-ordering with inheritance
+    * add change information to "entry,changed,user"
+    * add "CURRENT" option for transitions to transition from current state
+    * lua color/text class, map, text, image, line, polygon and edje object API's
+
+Fixes:
+
+    * invalid memory access in edje alias code
+    * recusive aliases fixed
+    * cursor didn't change on backspace signal
+    * propagation of recursive events on existing part
+    * box/table signal not including name correctly
+    * clicked signal on entry
+    * propagation of recursive events between existing and non-existing parts
+    * textblock handling in size_min_restricted_calc fixed
+    * stop emitting "cursor,changed" on text set
+    * external usage in sub groups now have proper parents
+    * ellipsis fixed with small text parts
+    * edje_shutdown() fixed if called before all edje objects are gone
+    * allow -1 for description.max
+
+Improvements:
+
+    * built-in epp (from e16) to replace cpp/gcc pre-processor on all platforms
+    * edje_decc only uses edje_cc as compiler for security paranoia
+    * use smart clipper more from evas
+    * text.align now works for textblock too
+    * creation/deletion of edje objects should be faster with freeze and thaws
+    * don't walk eina_list when deleting member classes - faster
+    * part.description.max now can define just 1 axis
+    * signal and message propagation is more consistent and simpler now
-- 
cgit v1.1