1
0
Fork 0

2.13.1 release

2005-11-14  Elijah Newren  <newren@gmail.com>

	* NEWS:	2.13.1 release
This commit is contained in:
Elijah Newren 2005-11-14 18:27:22 +00:00 committed by Elijah Newren
parent 2e10145b33
commit ef486d855c
2 changed files with 24 additions and 3 deletions

View file

@ -1,4 +1,8 @@
2005-11-11 Aidan Delaney <a.j.delaney@brighton.ac.uk> 2005-11-14 Elijah Newren <newren@gmail.com>
* NEWS: 2.13.1 release
2005-11-11 Aidan Delaney <a.j.delaney@brighton.ac.uk>
* src/tabpopup.h: (struct _MetaTabEntry): * src/tabpopup.h: (struct _MetaTabEntry):
* src/tabpopup.c: (meta_ui_tab_popup_new): * src/tabpopup.c: (meta_ui_tab_popup_new):

21
NEWS
View file

@ -1,3 +1,20 @@
2.13.1
==
Thanks to Philip O'Brien, Kjartan Maraas, and Aidan Delaney for
improvements in this release.
- add handling for META_PREF_CURSOR_THEME and META_PREF_CURSOR_SIZE
for more complete debug info (Philip) [#318976]
- Remove possible g_source leak in #ifdef'd out code, in case anyone uses
it in the future (Kjartan) [#320050]
- Changed the 'minimized' field of the MetaTabEntry struct to 'hidden'
(Aidan) [#168455]
Translations
Miloslav Trmac (cs), Francisco Javier F. Serrador (es), Takeshi AIHANA (ja),
Erdal Ronahi (ku), Theppitak Karoonboonyanan (th)
2.13.0 2.13.0
== ==
@ -6,10 +23,10 @@ Elijah Newren, Ross Cohen, and Muktha for improvements in this release
since 2.12.1. since 2.12.1.
- Mave ancestors come along with the transient when moving the window from - Mave ancestors come along with the transient when moving the window from
one workspace to another (Björn Lindqvist) [#314977] one workspace to another (Björn) [#314977]
- Fix the workspace switcher tabpopup to display the right windows and to - Fix the workspace switcher tabpopup to display the right windows and to
fix the pick-a-new-window-to-focus algorithm in order to not select fix the pick-a-new-window-to-focus algorithm in order to not select
windows that aren't showing (Björn Lindqvist) [#170475] windows that aren't showing (Björn) [#170475]
- Fix a couple memory leaks (Kjartan, Søren, Elijah) [#313030] - Fix a couple memory leaks (Kjartan, Søren, Elijah) [#313030]
- Make alt-esc (the "switch between windows immediately" keybinding) - Make alt-esc (the "switch between windows immediately" keybinding)
actually show minimized windows too (Ross) [#107072] actually show minimized windows too (Ross) [#107072]