diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -93,6 +93,14 @@ Fixes: | |||
93 | * Scroller: Improvement in _key_action_move() calculations. | 93 | * Scroller: Improvement in _key_action_move() calculations. |
94 | * genlist : fix genlist dangling pointer crash in item select (T2553) | 94 | * genlist : fix genlist dangling pointer crash in item select (T2553) |
95 | * elementary: Adjust shadow spacer on maximize (T2578) | 95 | * elementary: Adjust shadow spacer on maximize (T2578) |
96 | * elementary: Fix T2573: Extra blank line in Genlist Dnd Test (T2573) | ||
97 | * Elm_Config: add getpwent support, fix compilation on Windows | ||
98 | * Elm_Config: fix compilation when getuid() or geteuid() are not available | ||
99 | * elementary: Fix compiler warning disgarding const qualifier | ||
100 | * elementary: Fix external variable declaration to match const char | ||
101 | * elm_gengrid: Fix condition error. | ||
102 | * Elm_Prefs: use Evil API | ||
103 | * elm_gengrid: fix missing variable initialization. | ||
96 | 104 | ||
97 | Changes since 1.13.0: | 105 | Changes since 1.13.0: |
98 | --------------------- | 106 | --------------------- |