diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-07 14:13:25 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-07 14:13:25 +0200 |
commit | 38a80707c85fdff3648dfed7a492f947c669aa5e (patch) | |
tree | f7fed612ee898189e062b874d288f8f480a4f662 | |
parent | ce2288aa4ce97370cbbe6de2dd04d4f1dd0d2ca6 (diff) |
release: Update NEWS and bump version for 1.14.0-alpha1 releasev1.14.0-alpha1
-rw-r--r-- | NEWS | 68 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 69 insertions, 3 deletions
@@ -1,7 +1,73 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.13.0 | 2 | Elementary 1.14.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.13.0: | ||
6 | --------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * elm scroller - add adnimated and accelerated wheel scroll | ||
11 | * elm_transit: Add elm_transit_go_in() API | ||
12 | * DnD/Wl: add cancel support | ||
13 | * DnD/Wl: support multi-layer Drag and Drop | ||
14 | * genlist: Implemented genlist expand mode and content_min_limit function | ||
15 | * elm - focus feature - add config option to automatically show/hide focus | ||
16 | * elm_slider: Added elm_slider_indicator_visible_mode_set/get. | ||
17 | * config: Reinitialize font config using evas_font_reinit() API. | ||
18 | * scroller: add loop feature. | ||
19 | * multibuttonentry: Add item long pressed callback. | ||
20 | * Elm helper: add the posix regex validator. | ||
21 | * add colorclass editor | ||
22 | |||
23 | Fixes: | ||
24 | |||
25 | * panel: Remove error message from elm_panel_add API and _theme_apply func. | ||
26 | * popup: passing right parameter to elm_layout_sizing_eval | ||
27 | * elm engine - restore explicit use of ELM_ENGNE env var | ||
28 | * genlist: select the focused item on enter key input | ||
29 | * gengrid: select the focused item on enter key input | ||
30 | * genlist: Fix elm_genlist_item_index_get. | ||
31 | * popup: removed button style setting code in theme_apply | ||
32 | * multibuttonentry: Item selected callback called twice redundantly. | ||
33 | * entry: Don't unlink empty files when saving @fix T2122. | ||
34 | * genlist/gengrid : Add upadating 'focus' state in item realized function. | ||
35 | * datetime: Fix elm_datetime_field_limit_set. | ||
36 | * elementary_test: fix build on windows | ||
37 | * elementary: Restart default cursor for wayland windows | ||
38 | * elementary: Fix issue of cursor getting unset on DRM engine | ||
39 | * layout: apply widget's states when elm_layout_file_set is called | ||
40 | * gengrid/genlist/list: focus first item if first_item_focus_on_first_focus_in is on whether focus highlight is enabled or not | ||
41 | * config: fix config name | ||
42 | * elm_win framespace toggling on fullscreen change: activate! | ||
43 | * hoversel: Enabled default mirroring in hoversel. | ||
44 | * Genlist: make reordered item selected | ||
45 | * popup: correct popup position. | ||
46 | * layout: here default content alias can be acceptable. | ||
47 | * Genlist/Gengrid : Modified to handle the focus highlight on unrealized items | ||
48 | * genlist: Send param item type instead of eo item type. | ||
49 | * widget: fix the abi break. | ||
50 | * GLView: Return false if the surface could not be created | ||
51 | * conform: Use eo_isa() to check object types. | ||
52 | * elm_win fullscreen setting on FAKE wins should just toggle the flag | ||
53 | * elm_widget: fix wrong parmeter. | ||
54 | * elm_entry: fix focus on text selection | ||
55 | * [elm_datetime] Fix to parse the POSIX locale format properly. | ||
56 | * [elm_datetime] Fix to consider second field while comparing datetime values. | ||
57 | * elm_datetime: compatibility for Windows. | ||
58 | * elm_prefs: compatibility for Windows. | ||
59 | * elm_slideshow: looking for right data directory in prefix. | ||
60 | * elm_prefs: looking for right lib directory in prefix. | ||
61 | * elm_panel: display directory from HOME on Windows. | ||
62 | * elm_fileselector: display directory from HOME on Windows. | ||
63 | * elm_diskselector: check if sd variable is null. | ||
64 | * task_switcher: add variable verification. | ||
65 | * elm_genlist: use of elm_app_data_dir_get() instead of PACKAGE_DATA_DIR. | ||
66 | * elm_naviframe: use of elm_app_data_dir_get() instead of PACKAGE_DATA_DIR. | ||
67 | * elm_naviframe: use of elm_app_data_dir_get() instead of PACKAGE_DATA_DIR. | ||
68 | * elm_map: use of elm_app_data_dir_get() instead of PACKAGE_DATA_DIR | ||
69 | * Elm_Win: Fix _elm_win_focus_prev_target_del callback added repeatly without callback del. | ||
70 | |||
5 | Changes since 1.12.0: | 71 | Changes since 1.12.0: |
6 | --------------------- | 72 | --------------------- |
7 | 73 | ||
diff --git a/configure.ac b/configure.ac index 96d20efc3..5695a1d05 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [13], [99], [dev]) | 1 | EFL_VERSION([1], [14], [0], [release]) |
2 | AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |