diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,7 +1,28 @@ | |||
1 | ================ | 1 | ================ |
2 | Elementary 1.9.1 | 2 | Elementary 1.9.2 |
3 | ================ | 3 | ================ |
4 | 4 | ||
5 | Changes since Elementary 1.9.1: | ||
6 | ------------------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * theme overlays - fix to prepend on overlay to be semantically consistent | ||
11 | * entry - fixed calc issue of the wrap none mode. | ||
12 | * segment_control, toolbar: Fixed broken scale of widget item. | ||
13 | * entry - entry did word wrapping even the mode was ELM_WRAP_NONE. | ||
14 | * list/genlist: Fixed Home and End key event handling routine. | ||
15 | * diskselector: Compare correct variables. (CID1193236) | ||
16 | * atspi_object: Added missing comma. (CID1193238) | ||
17 | * index: Set variable to NULL after free. (CID1193250) | ||
18 | * access: Fixed memory leak. (CID1193244) | ||
19 | * fix scrollbar to be clickable even if vieport is tiny compared to content | ||
20 | * naviframe : Fixed the overlap issue during multiple push. | ||
21 | * genlist needs to iterate exactly once over a fixed list when deselcting all items | ||
22 | * list: Fixed item multi/single selection routine to skip disabled item correctly. | ||
23 | * genlist: Fixed item multi/single selection routine to skip disabled item correctly. | ||
24 | * prefs: Add EVIL_LIBS to build to avoid problems with missing regex.h under mingw | ||
25 | |||
5 | Changes since Elementary 1.9.0: | 26 | Changes since Elementary 1.9.0: |
6 | ------------------------------- | 27 | ------------------------------- |
7 | 28 | ||