1=============
2Version 3.8.0
3=============
4
5        * Add more java things to sundry
6        * Add im-chooser, power statistics and personal file
7          sharing to sundry
8        * Remove special-casing for Fedora vendor prefixdd
9        * Translation updates
10
11==============
12Version 3.7.90
13==============
14
15Bugs Fixed:
16        * Fix error reporting
17        * Memory leak fixes (William John McCann)
18        * Remove the simple editor (William John McCann)
19        * New menu layout for gnome-shell tweaks (William John McCann,
20          Florian Muellner, Jasper St. Pierre)
21        * Remove old gnome-control-center files (Jasper St. Pierre)
22
23Translation updates:
24        * Alexandre Franke
25        * Fabio Tomat
26        * Inaki Larranaga Murgoitio
27        * Piotr Drąg
28        * William Jon McCann
29
30=============
31Version 3.6.2
32=============
33
34* 688972 call menu_layout_load() with non_prefixed_name parameter
35* Translation updates (Arabic, Kannada, Uyghur)
36
37=============
38Version 3.6.1
39=============
40
41* Translation updates (Catalan, Catalan (Valencian), Ukrainian,
42  Aragonese, Slovak, Uzbek)
43
44=============
45Version 3.6.0
46=============
47
48* Translation updates
49
50==============
51Version 3.5.92
52==============
53
54  libmenu
55
56	* Add proper header reference to GMenu-3.0.gir (Rico Tzschichholz)
57
58  Translators
59
60	* Nilamdyuti Goswami (as)
61	* Petr Kovar (cs)
62	* Peter Bach (da)
63	* Bruce Cowan (en_GB)
64	* Arash Mousavi (fa)
65	* Jiri Grönroos (fi)
66	* Claude Paroz (fr)
67	* Leandro Regueiro (gl)
68	* Gabor Kelemen (hu)
69	* Dirgita (id)
70	* Milo Casagrande (it)
71	* Changwoo Ryu (ko)
72	* Aurimas Černius (lt)
73	* Sandeep Shedmake (mr)
74	* A S Alam (pa)
75	* Piotr Drąg (pl)
76	* Duarte Loreto (pt)
77	* Daniel Nylander (sv)
78	* Dr.T.Vasudevan (ta)
79	* Theppitak Karoonboonyanan (th)
80	* Muhammet Kara (tr)
81	* Nguyễn Thái Ngọc Duy (vi)
82	* Chrovex Fan (zh_CN)
83
84=============
85Version 3.5.5
86=============
87
88Translations Updates:
89
90        * Traditional Chinese (Chao-Hsiung Liao)
91        * German (Tobias Endrigkeit)
92        * Kazakh (Baurzhan Muftakhidinov)
93        * Silesian (Przemysław Buczkowski)
94        * Gujarati (Sweta Kothari)
95        * Serbian (Мирослав Николић)
96
97=============
98Version 3.5.4
99=============
100
101Translations Updates
102
103        * Belarusian (Alexander Shopov)
104
105=============
106Version 3.5.3
107=============
108
109libmenu
110
111        * Fix scanner warnings (Colin Walters)
112        * Add gmenu_tree_iter_get_separator (Jasper St. Pierre)
113        * Add a recursive NoDisplay getter (Jasper St. Pierre)
114        * Add a way to get a GMenuTree from a GMenuTreeItem (Jasper St. Pierre)
115        * Add a way to get the parent item for a GMenuTreeItem (Jasper St. Pierre)
116
117Translations Updates
118
119        * Belarusian (Ihar Hrachyshka)
120        * Greek (Tom Tryfonidis)
121        * Assamese (Nilamdyuti Goswami)
122        * Telugu (Sasi Bhushan Boddepalli)
123
124=============
125Version 3.5.2
126=============
127
128Layout
129
130        * Add a separate category for Web Applications (Giovanni Campagna)
131
132libmenu
133
134        * Add a new GMENU_TREE_FLAGS_INCLUDE_UNALLOCATED flag (Vincent Untz)
135
136Translations
137
138        * Bulgarian
139        * Kashubian
140        * Spanish
141        * Galician
142        * Slovenian
143        * Hebrew
144        * Russian
145        * Norwegian bokmål
146
147=============
148Version 3.4.0
149=============
150
151  Translators
152
153	* Morn Met (km)
154	* Bahodir Mansurov (uz@cyrillic)
155
156=============
157Version 3.3.5
158=============
159
160  Translators
161
162	* Jiro Matsuzawa (ja)
163	* Kjartan Maraas (nb)
164	* Danishka Navin (si)
165	* Andiswa Mvanyashe (xh)
166
167=============
168Version 3.3.1
169=============
170
171  libmenu
172
173	* Ignore desktop entries with no Name or Exec key (Florian Müllner)
174
175  Layout
176
177	* Put the Other menu at the end (Vincent)
178
179===============
180Version 3.2.0.1
181===============
182
183  Menu Editor
184
185	* Work with latest pygobject (Vincent)
186
187=============
188Version 3.2.0
189=============
190
191  Translators
192
193	* Nilamdyuti Goswami (as)
194	* Praveen Illa (te)
195
196==============
197Version 3.1.92
198==============
199
200  libmenu
201
202	* Fix build failure with --enable-debug (Vincent)
203
204  Translators
205
206	* Ігар Грачышка (be)
207	* Daniel Mustieles (es)
208	* Jiro Matsuzawa (ja)
209
210==============
211Version 3.1.90
212==============
213
214  libmenu
215
216        * Don't try to unref potentially NULL pointers (Jasper St. Pierre)
217
218=============
219Version 3.1.5
220=============
221
222This version of gnome-menus comes with a significant API and ABI break, to
223modernize the code. As a result, the name of the library and the pkg-config
224filename have changed, so that this new version is parallel-installable with
225previous ones.
226
227As of now, there is no guide to migrate to the new API, but it is rather
228straight-forward as changes were mostly done to improve the experience for
229introspection-based bindings. The examples shipped in util/ are a good basis.
230
231  libmenu
232
233	* Rebase internal representation of .desktop files on top of
234	  GDesktopAppInfo (Colin Walters)
235	* Make GMenuTree a GObject (Colin Walters)
236	* Use GSlice for various data (Colin Walters)
237	* Use thread-default main context for callbacks for future flexibility
238	  for thread support (Colin Walters)
239	* Many API changes, see new headers for changes. The most visible one
240	  is that gmenu_tree_load_sync() should explicitly be used to load the
241	  menu now. (Colin Walters, Vincent)
242	* Drop support for "KDE Desktop Entry" group (Vincent)
243	* Return GIcon instead of char * for icon-related API (Vincent)
244	* Various fixes and cleanups to merge Colin's branch (Vincent, Colin
245	  Walters)
246	* Add gmenu_tree_get_entry_by_id() API (Colin Walters)
247	* Support XDG_CURRENT_DESKTOP (Vincent)
248
249  Menu Editor
250
251	* Port to introspection-based bindings (Vincent)
252	* Stop editing settings.menu (Vincent)
253
254  Python
255
256	* Drop static python bindings; introspection-based ones should be used
257	  now (Colin Walters)
258
259  Misc
260
261	* Replace example of python code with javascript code (Colin Walters)
262	* Change library name, header directory, pkg-config filename (Vincent)
263	* Require glib 2.29.15 for new API (Vincent)
264
265  Translators
266
267	* Ігар Грачышка (be)
268	* Gil Forcada (ca@valencia)
269	* Priscilla Mahlangu (zu)
270
271=============
272Version 3.0.1
273=============
274
275  Translators
276
277	* Anousak Souphavanh (lo)
278	* Theppitak Karoonboonyanan (th)
279
280=============
281Version 3.0.0
282=============
283
284  Layout
285
286	* Show administration tools and old capplets in Other (Vincent)
287
288  Translators
289
290	* Khaled Hosny (ar)
291	* Zenat Rahnuma (bn)
292	* Gil Forcada (ca)
293	* Sense Hofstede (fy)
294	* Praveen Illa (te)
295	* Sahran (ug)
296	* Clytie Siddall (vi)
297
298===============
299Version 2.91.91
300===============
301
302  Menu Editor
303
304	* Fix to work with latest pygi (Vincent)
305
306  Misc
307
308	* Build fix (Vincent)
309
310  Translators
311
312	* F Wolff (af)
313	* Changwoo Ryu (ko)
314	* Pavol Klačanský (sk)
315	* Korostil Daniel (uk)
316
317==============
318Version 2.91.6
319==============
320
321  libmenu
322
323	* Do not send multiple notifications for one file change (Vincent)
324
325  Menu Editor
326
327	* Port to pygobject-based introspection bindings (Vincent)
328	* Make editor GTK+ 3 ready (Vincent)
329
330  Misc
331
332	* Improve introspection build (Vincent)
333	* Drop settings.menu (Vincent)
334
335  Translators
336
337	* Gil Forcada (ca@valencia)
338	* Mattias Põldaru (et)
339	* Mahyar Moghimi (fa)
340	* Fran Diéguez (gl)
341	* Kikongo Translation Team (kg)
342	* Sahran (ug)
343	* Clytie Siddall (vi)
344
345==============
346Version 2.30.4
347==============
348
349  libmenu
350
351	* Clear cache of desktop entries set when files are added/removed
352	  (Vincent)
353
354  Misc
355
356	* Associate .gir with pkg-config file (Vincent)
357	* Rename --enable-deprecations configure option to
358	  --enable-deprecation-flags (Vincent)
359
360  Translators
361
362	* Daniel Martinez (an)
363	* Takayuki KUSANO (ja)
364	* Baurzhan Muftakhidinov (kk)
365	* Torstein Winterseth (nn)
366
367==============
368Version 2.30.3
369==============
370
371  Menu Editor
372
373	* Respect XDG_MENU_PREFIX when writing user menu file (Vincent)
374
375  Misc
376
377	* Update information in README and other files (Vincent)
378
379  Translators
380
381	* Kristjan SCHMIDT (eo)
382	* Sense Hofstede (fy)
383	* Fran Diéguez (gl)
384	* Reuben Potts (gv)
385	* Dirgita (id)
386	* Baurzhan M. (kk)
387	* Sahran (ug)
388
389==============
390Version 2.30.2
391==============
392
393  Misc
394
395	* Do not ship gir files in the tarball (Yaakov Selkowitz)
396
397  Translators
398
399	* Daniel Martinez (an)
400	* Gil Forcada (ca)
401	* Gil Forcada (ca@valencia)
402	* Reşat SABIQ (crh)
403	* Christian Kirbach (de)
404	* Thomas Thurman (en@shaw)
405	* Fran Diéguez (gl)
406	* Shankar Prasad (kn)
407	* Peteris Krisjanis (lv)
408	* Wouter Bolsterlee (nl)
409	* Matej Urbančič (sl)
410
411==============
412Version 2.30.0
413==============
414
415  libmenu
416
417	* Fix layout processing for Menuname nodes (Vincent)
418	* Never ignore Menuname nodes from DefaultLayout (Vincent)
419
420  Misc
421
422	* Add configure summary (Vincent)
423
424  Translators
425
426	* Gil Forcada (ca)
427	* Kostas Papadimas (el)
428	* Iñaki Larrañaga Murgoitio (eu)
429	* Changwoo Ryu (ko)
430	* Badral (mn)
431
432===============
433Version 2.29.92
434===============
435
436  libmenu
437
438	* Add gobject-introspection support (Vincent)
439
440  Misc
441
442	* Build fix (Vincent)
443
444  Translators
445
446	* Nikos Charonitakis (el)
447	* Pavol Klačanský (sk)
448
449===============
450Version 2.29.91
451===============
452
453  Misc
454
455	* Make some non-visible strings non-translatable (Vincent)
456	* Add translator comment (Vincent)
457
458  Translators
459
460	* Fran Diéguez (gl)
461	* Torstein Adolf Winterseth (nn)
462
463==============
464Version 2.29.6
465==============
466
467  libmenu
468
469	* Fix miscalculation for inlining when inline_header = true (Vincent)
470	* Add real support for inline aliases during layout processing
471	  (Vincent)
472	* Support inline alias of an inline alias (Vincent)
473	* Do not count non-inlining submenus as inlining with header (Vincent)
474
475  Translators
476
477	* Sadia Afroz (bn)
478	* Gil Forcada (ca)
479	* Reşat SABIQ (crh)
480	* Thomas Thurman (en@shaw)
481	* Sveinn í Felli (is)
482	* Nils-Christoph Fiedler (nds)
483	* Dmitry Yacenko (ru)
484	* Krishna Babu K (te)
485	* 甘露(Gan Lu) (zh_CN)
486
487================
488Version 2.28.0.1
489================
490
491  libmenu
492
493	* Fix sorting of menu items during merge to actually work (and not
494	  crash) (Frédéric Crozat)
495
496  Python
497
498	* Link the python module to libpython (Frédéric Crozat, Vincent)
499
500==============
501Version 2.28.0
502==============
503
504  Translators
505
506	* Amitakhya Phukan (as)
507	* Petr Kovar (cs)
508	* Peter Bach (da)
509	* Philip Withnall (en_GB)
510	* Rajesh Ranjan (hi)
511	* Luca Ferretti (it)
512	* Shankar Prasad (kn)
513	* Gintautas Miliauskas (lt)
514	* Rajesh Ranjan (mai)
515	* Peter Ani
516	* Sandeep Shedmake (mr)
517	* Nils-Christoph Fiedler (nds)
518	* A S Alam (pa)
519	* Adi Roiban (ro)
520	* Matej Urbančič (sl)
521	* Daniel Nylander (sv)
522	* Krishna Babu K (te)
523	* Baris Cicek (tr)
524	* Maxim Dziumanenko (uk)
525	* Chao-Hsiung Liao (zh_HK)
526	* Chao-Hsiung Liao (zh_TW)
527
528===============
529Version 2.27.92
530===============
531
532This releases features new API that applications can use to display the full
533name contained in .desktop files that is now in the X-GNOME-FullName key. If an
534application chooses to use this, then it should set the sort key so that
535.desktop files are correctly sorted.
536
537  libmenu
538
539	* Add gmenu_tree_entry_get_display_name() API (Vincent)
540	  This will return X-GNOME-FullName if available, and fallback to Name.
541	* Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() (Vincent)
542	  The default sort key is still Name. Users of
543	  gmenu_tree_entry_get_display_name() should use
544	  gmenu_tree_set_sort_key().
545
546  Python
547
548	* Bind new API (Vincent)
549	* Add missing bindings for gmenu_tree_entry_get_generic_name() (Vincent)
550
551  Menu Editor
552
553	* Remove deprecated Encoding key from desktop file (Frédéric Péters)
554	* Use display name instead of name (Vincent)
555
556  Translators
557
558	* Khaled Hosny (ar)
559	* Alexander Shopov (bg)
560	* Runa Bhattacharjee (bn_IN)
561	* Denis (br)
562	* Mario Blättermann (de)
563	* Iñaki Larrañaga Murgoitio (eu)
564	* Claude Paroz (fr)
565	* Seán de Búrca (ga)
566	* Anton Meixome (gl)
567	* Sweta Kothari (gu)
568	* Gabor Kelemen (hu)
569	* Francesco Marletta (it)
570	* Takayuki KUSANO (ja)
571	* Changwoo Ryu (ko)
572	* Kjartan Maraas (nb)
573	* Mario Blättermann (nds)
574	* Manoj Kumar Giri (or)
575	* Tomasz Dominikowski (pl)
576	* Duarte Loreto (pt)
577	* Krix Apolinário (pt_BR)
578	* Горан Ракић (sr)
579	* Goran Rakić (sr@latin)
580	* Dr.T.Vasudevan (ta)
581	* Theppitak Karoonboonyanan (th)
582	* 甘露 (Lu Gan) (zh_CN)
583
584==============
585Version 2.27.5
586==============
587
588  Misc
589
590	* Use silent-rules with automake 1.11 (Vincent)
591
592  Translators
593
594	* Ilkka Tuohela (fi)
595
596==============
597Version 2.27.4
598==============
599
600  libmenu
601
602	* Improve performance by using a cache to not compute the same thing
603	  again and again (Michael Meeks, Vincent)
604	* Add API to access GenericName (Robert Staudinger)
605	* Fix DefaultLayout attributes not being inherited (Vincent)
606	* Do not always inherit parent DefaultLayout attributes (Vincent)
607	* Sort inlined items unless inline_header is used (Vincent)
608
609  Menu Editor
610
611	* Add --help and --version arguments (Vincent)
612	* Port to GtkBuilder (Pedro Fragoso, Vincent)
613
614  Misc
615
616	* Use shave to improve build log readability (Vincent)
617
618  Translators
619
620	* Jordi Mallach (ca@valencia)
621	* Huxain (dv)
622	* Jorge González (es)
623	* Mattias Põldaru (et)
624	* Seán de Búrca (ga)
625	* Yaron Shahrabani (he)
626	* Daniel Nylander (sv)
627
628==============
629Version 2.26.1
630==============
631
632  Translators
633
634	* Khaled Hosny (ar)
635	* Daniel Nylander (sv)
636
637==============
638Version 2.26.0
639==============
640
641  Translators
642
643	* Reşat SABIQ (crh)
644	* Suso Baleato (gl)
645	* Rajesh Ranjan (hi)
646	* Francesco Marletta (it)
647	* Manoj Kumar Giri (or)
648
649===============
650Version 2.25.91
651===============
652
653  Translators
654
655	* Changwoo Ryu (ko)
656	* Raivis Dejus (lv)
657	* Sandeep Shedmake (mr)
658	* Горан Ракић (sr)
659	* Daniel Nylander (sv)
660	* Woodman Tuen (zh_HK)
661	* Woodman Tuen (zh_TW)
662
663==============
664Version 2.25.5
665==============
666
667  Misc
668
669	* Use gnome-common macro to define DEPRECATED build variables (Vincent)
670
671  Translators
672
673	* Reşat SABIQ (crh)
674	* Saudat Mohammed (ha)
675	* Sylvester Onye (ig)
676	* Fajuyitan, Sunday Ayo (yo)
677
678==============
679Version 2.25.2
680==============
681
682  Fixes
683
684	* Fix a critical warning in the python binding for monitoring a file
685	  (Vincent)
686
687  Misc
688
689	* Ship a gnome-menus-ls.py script that is an example of python bindings
690	  and that can be used as a replacement for gnome-menu-spec-test
691	  (Vincent)
692
693==============
694Version 2.24.2
695==============
696
697  Translators
698
699	* Mikel González (ast)
700
701==============
702Version 2.24.1
703==============
704
705  Translators
706
707	* Khaled Hosny (ar)
708	* Rostislav "zbrox" Raykov (bg)
709	* Margulan Moldabekov (kk)
710
711==============
712Version 2.24.0
713==============
714
715  Translators
716
717	* F Wolff (af)
718	* Khaled Hosny (ar)
719	* Roozbeh Pournader (fa)
720	* Rajesh Ranjan (hi)
721	* Gabor Kelemen (hu)
722	* Francesco Marletta (it)
723	* Shankar Prasad (kn)
724	* Leonardo Ferreira Fontenelle (pt_BR)
725	* Mișu Moldovan (ro)
726
727===============
728Version 2.23.92
729===============
730
731  Translators
732
733	* Seán de Búrca (ga)
734	* Krešo Kunjas (hr)
735	* Praveen Arimbrathodiyil (ml)
736	* Leonardo Ferreira Fontenelle (pt_BR)
737
738===============
739Version 2.23.91
740===============
741
742  Translators
743
744	* Khaled Hosny (ar)
745	* Reuven Gonen (he)
746	* Shankar Prasad (kn)
747
748==============
749Version 2.23.6
750==============
751
752  Layout
753
754	* Fix the icon for the accessibility menu (Matthias Clasen)
755
756  Translators
757
758	* Khaled Hosny (ar)
759	* Fabrício Godoy (pt_BR)
760
761==============
762Version 2.23.5
763==============
764
765  Translators
766
767	* Yannig Marchegay (Kokoyaya) (oc)
768	* Wadim Dziedzic (pl)
769	* Zabeeh Khan (ps)
770	* Laurent Dhima (sq)
771
772==============
773Version 2.23.4
774==============
775
776  Misc
777
778	* Require intltool 0.40.0 (Vincent)
779
780  Translators
781
782	* 甘露(Lu Gan) (zh_CN)
783
784==============
785Version 2.23.3
786==============
787
788  Features
789
790	* Implement handling of $XDG_MENU_PREFIX from the xdg menu
791	  specification (Vincent)
792
793  Fixes
794
795	* Fix the values of <DefaultLayout> (ie, show_empty, inline,
796	  inline_limit, etc.) not being inherited by submenus when the
797	  <DefaultLayout> node is after the <Menu> node in the .menu file
798	  (Vincent)
799	* Fix a bug where the fallback on the filename in <MergeFile> couldn't
800	  be used (Vincent)
801
802  Translators
803
804	* Djihed Afifi (ar)
805	* Anna Ármansdóttir (is)
806	* Manoj Kumar Giri (or)
807
808==============
809Version 2.23.1
810==============
811
812  Features
813
814	* Do not show separators at the beginning/end of a menu, or after
815	  another separator, but add an option to show them (Vincent)
816
817  Fixes
818
819	* Call g_type_init() because GIO needs it and we use GIO for file
820	  monitoring (Vincent)
821	* Fix a crash when a file notification is emitted with a non-ascii
822	  filename (Vincent)
823	* Remove entries from the excluded set if they are included after they
824	  were excluded (eg:
825	  <Exclude>something</Exclude><Include>something</Include>) (Vincent)
826	* Implicitly add <Merge> nodes to <Layout> and <DefaultLayout> that are
827	  missing some (Vincent)
828	* Correctly order the move operations to execute so that moving
829	  something and moving it back again works as undo (Vincent)
830	* Simplify some code (William Jon McCann, Vincent)
831	* Plug leak (Vincent)
832
833  Layout
834
835	* Do not show accessibility items in the accessories submenu
836	  (Josselin Mouette)
837	* Merge menus and files at the end of the layout of settings.menu
838	* Explicitly do not include gnomecc.menu in the preferences menu
839	  instead of explicitly excluding it, so that alacarte doesn't know it
840	  was excluded (Vincent)
841	* Rename many .directory files so they use fd.o Categories as name
842	  (Vincent)
843	* Remove preferences.menu and directly include things in settings.menu
844	  (Vincent)
845	* Update a few icons used in .directory files according to the icon
846	  naming spec (Vincent)
847	* Remove the accessibility submenu from Preferences, since it's empty
848	  now anyway (Vincent)
849
850  Misc
851
852	* Remove shebangs from non-executable Python scripts.
853
854  Translators
855
856	* Žygimantas Beručka (lt)
857	* Kjartan Maraas (nb)
858
859==============
860Version 2.22.1
861==============
862
863  Misc
864
865	* Remove shebangs from non-executable Python scripts.
866
867  Translators
868
869	* David Lodge (en_GB)
870	* Massimo Furlani (fur)
871	* Eskild Hustvedt (nn)
872
873==============
874Version 2.22.0
875==============
876
877  Translators
878
879	* Petr Kovar (cs)
880	* nikosCharonitakis (el)
881	* Changwoo Ryu (ko)
882	* Žygimantas Beručka (lt)
883	* Sandeep Shedmake (mr)
884	* Woodman Tuen (zh_HK)
885	* Woodman Tuen (zh_TW)
886
887===============
888Version 2.21.92
889===============
890
891  Translators
892
893	* Massimo Furlani (fur)
894	* Sangeeta Kumari (mai)
895	* Nabin Gautam (ne)
896
897
898===============
899Version 2.21.91
900===============
901
902  Fixes
903
904	* Remove the various monitor backends, and unconditionnaly use gio
905	  (Vincent)
906
907  Misc
908
909	* Do not install gnome-menu-spec-test, it's useless for the user
910	  (Vincent)
911	* Add a hard dependency on gio (Vincent)
912
913  Translators
914
915
916	* Woodman Tuen (zh_HK)
917	* Woodman Tuen (zh_TW)
918
919===============
920Version 2.21.90
921===============
922
923  Misc
924
925	* When using gio, require version 2.15.2 (Saleem Abdulrasool)
926
927  Translators
928
929
930	* Djihed Afifi (ar)
931	* Alexander Nyakhaychyk (be)
932	* Michael Terry (io)
933
934==============
935Version 2.21.5
936==============
937
938  Fixes
939
940	* Fix for API changes in gio (Sebastian Bacher, Wouter Bolsterlee,
941	  Vincent)
942
943  Translators
944
945
946	* F Wolff (af)
947	* Iñaki Larrañaga Murgoitio (eu)
948	* Erdal Ronahi (ku)
949	* Kjartan Maraas (nn)
950	* Yannig Marchegay (Kokoyaya) (oc)
951
952==============
953Version 2.21.3
954==============
955
956  Features
957
958	* Fix for api change in gio (Kjartan Maraas)
959	* Prevent a major memory leak (Sebastian Droge)
960
961  Translators
962
963
964	* Petr Kovar (cs)
965	* Seán de Búrca (ga)
966	* Danishka Navin (si)
967
968==============
969Version 2.21.2
970==============
971
972  Features
973
974	* Add a new GIO-based monitor backend. It is now the preferred one.
975	  The --with-monitor-backend configure flag can be used to select the
976	  backend to build. (Sebastian Dröge)
977
978  Translators
979
980	* Anas Husseini (ar)
981	* Peter Bach (da)
982	* Jorge González (es)
983	* Seán de Búrca (ga)
984	* Ignacio Casal Quinteiro (gl)
985	* Huda Toriq (id)
986	* Matej Urbančič (sl)
987
988==============
989Version 2.20.1
990==============
991
992  Translators
993
994	* Peter Bach (da)
995
996==============
997Version 2.20.0
998==============
999
1000  Translators
1001
1002	* Anas Husseini (ar)
1003	* Amitakhya Phukan (as)
1004	* Jordi Mallach (ca)
1005	* Peter Bach (da)
1006	* Simos Xenitellis (el)
1007	* Francesco Marletta (it)
1008	* Shankar Prasad (kn)
1009	* Žygimantas Beručka (lt)
1010	* Alexandru Szasz (ro)
1011	* Nickolay V. Shmyrev (ru)
1012	* Peter Tuhársky (sk)
1013	* Горан Ракић (sr)
1014	* Maxim Dziumanenko (uk)
1015
1016===============
1017Version 2.19.92
1018===============
1019
1020  Fixes
1021
1022	* Fix potential crash (Rob Bradford)
1023
1024  Translators
1025
1026	* Rostislav "zbrox" Raykov (bg)
1027	* Stéphane Raimbault (fr)
1028	* Arangel Angov (mk)
1029	* Tomasz Dominikowski (pl)
1030	* Leonardo Ferreira Fontenelle (pt_BR)
1031	* Duarte Loreto (pt)
1032	* Funda Wang (zh_CN)
1033
1034===============
1035Version 2.19.90
1036===============
1037
1038  Translators
1039
1040	* Ani Peter (ml)
1041	* Inaki Larranaga Murgoitio (eu)
1042	* Ankit Patel (gu)
1043	* Ilkka Tuohela (fi)
1044	* Yair Hershkovitz (he)
1045	* Sean Burke (ga)
1046
1047==============
1048Version 2.19.6
1049==============
1050
1051  Translators
1052
1053	* Ihar Hrachyshka (be@latin)
1054	* Runa Bhattacharjee (bn_IN)
1055	* Hendrik Richter (de)
1056	* Ilkka Tuohela (fi)
1057	* Gabor Kelemen (hu)
1058	* Eunju Kim (ko)
1059	* Raivis Dejus (lv)
1060	* Wouter Bolsterlee (nl)
1061	* Bharat Kumar (te)
1062	* Nurali Abdurahmonov (uz@cyrillic)
1063
1064==============
1065Version 2.19.5
1066==============
1067
1068  Fixes
1069
1070	* Use python-config to get python includes (Sebastien Bacher)
1071	* Don't show screensavers in the menus (Ray Strode)
1072
1073  Translators
1074
1075	* Tshewang Norbu (dz)
1076	* Takeshi AIHANA (ja)
1077	* Tomasz Dominikowski (pl)
1078	* Danishka Navin (si)
1079	* Daniel Nylander (sv)
1080	* Dr.T.Vasudevan (ta)
1081	* Bharat Kumar (te)
1082	* Nurali Abdurahmonov (uz)
1083	* Clytie Siddall (vi)
1084
1085==============
1086Version 2.19.4
1087==============
1088
1089  Fixes
1090
1091	* Fix crashes in python bindings (Colin Walters)
1092	* Fix crash in inotify backend when ~/.config/menus is created
1093	  (Vincent)
1094
1095  Translators
1096
1097	* Alexander Nyakhaychyk (be)
1098
1099==============
1100Version 2.19.3
1101==============
1102
1103  Fixes
1104
1105	* Use G_DIR_SEPARATOR instead of '/' (Vincent)
1106	* Fix small leak (William KJon McCann)
1107
1108  Translators
1109
1110	* David Lodge (en_GB)
1111	* Jorge González (es)
1112	* Ivar Smolin (et)
1113	* Theppitak Karoonboonyanan (th)
1114
1115==============
1116Version 2.19.2
1117==============
1118
1119  Menu Layout
1120
1121	* Fix "system-wide" typo (Vincent)
1122	* Put Preferences before Administration in the System menu (Vincent)
1123	* Use icons from the icon naming spec (Luca Ferreti, Matthias Clasen,
1124	  Vincent)
1125	* Use Universal Access instead of Accessibility (Calum Benson, Vincent)
1126	* Use System instead of Desktop since the menu got renamed
1127	  (Sébastien Bacher)
1128	* Do not require the Application category in the Other submenu (Vincent)
1129
1130  Menu Editor
1131
1132	* Fix a crash when unselecting the current menu (Vincent)
1133	* Require pygtk at runtime (Vincent)
1134	* Use the python executable found by configure (Vincent)
1135
1136  Misc
1137
1138	* Require automake 1.9
1139
1140  Translators
1141
1142	* Ihar Hrachyshka (be@latin)
1143	* norbu (dz)
1144	* Jorge González (es)
1145	* Iñaki Larrañaga Murgoitio (eu)
1146	* Ignacio Casal Quinteiro (gl)
1147	* Francesco Marletta (it)
1148	* Raivis Dejus (lv)
1149	* Kjartan Maraas (nb)
1150	* Yannig MARCHEGAY (Kokoyaya) (oc)
1151	* Matej Urbančič (sl)
1152	* Daniel Nylander (sv)
1153
1154==============
1155Version 2.18.0
1156==============
1157
1158  Translators
1159
1160	* Alaksandar Navicki (be@latin)
1161	* Peter Bach (da)
1162	* Simos Xenitellis (el)
1163	* Ankit Patel (gu)
1164	* Žygimantas Beručka (lt)
1165	* wadim dziedzic (pl)
1166	* Elian Myftiu (sq)
1167	* Горан Ракић (sr)
1168
1169===============
1170Version 2.17.92
1171===============
1172
1173  Fixes
1174
1175	* Show the system menu directories by default (as it was in 2.16)
1176	  (Denis Washington)
1177
1178  Translators
1179
1180	* Peter Bach (da)
1181	* Takeshi AIHANA (ja)
1182	* Duarte Loreto (pt)
1183	* Clytie Siddall (vi)
1184	* Funda Wang (zh_CN)
1185	* Woodman Tuen (zh_HK)
1186	* Woodman Tuen (zh_TW)
1187
1188===============
1189Version 2.17.91
1190===============
1191
1192  Features
1193
1194	* Rework the layout so that it's easy to have the old layout. The
1195	  control center will ship its own menu file to have the layout for the
1196	  shell. (Denis Washington)
1197
1198  Translators
1199
1200	* Khaled Hosny (ar)
1201	* Ihar Hrachyshka (be)
1202	* Alaksandar Navicki (be@latin)
1203	* Rostislav "zbrox" Raykov (bg)
1204	* Runa Bhattacharjee (bn_IN)
1205	* Mahay Alam Khan (bn)
1206	* Jordi Mallach (ca)
1207	* Jakub Friedl (cs)
1208	* Rhys Jones (cy)
1209	* Hendrik Richter (de)
1210	* David Lodge (en_GB)
1211	* Ivar Smolin (et)
1212	* Ilkka Tuohela (fi)
1213	* Robert-André Mauchin (fr)
1214	* Reuven Gonen (he)
1215	* Rajesh Ranjan (hi)
1216	* Gabor Kelemen (hu)
1217	* Young-Ho Cha (ko)
1218	* Žygimantas Beručka (lt)
1219	* Jovan Naumovski (mk)
1220	* Badral (mn)
1221	* Kjartan Maraas (nb)
1222	* Wouter Bolsterlee (nl)
1223	* Og Maciel (pt_BR)
1224	* Leonid Kanter (ru)
1225	* Steve Murphy (rw)
1226	* Daniel Nylander (sv)
1227	* Theppitak Karoonboonyanan (th)
1228	* Clytie Siddall (vi)
1229
1230==============
1231Version 2.17.5
1232==============
1233
1234  Features
1235
1236	* New menu layout for the control center capplets (Denis Washington)
1237
1238  Translators
1239
1240        * Khaled Hosny (ar)
1241        * Ihar Hrachyshka (be)
1242
1243==============
1244Version 2.17.2
1245==============
1246
1247  Features
1248
1249        * Flesh out inotify support (use --enable-inotify) (Mark)
1250
1251  Fixes
1252
1253        * Don't load incorrectly encoded .desktop files (Mark)
1254        * Fix compile warning (Mark)
1255
1256  Translators
1257
1258        * Khaled Hosny (ar)
1259        * Guillaume Savaton (eo)
1260
1261==============
1262Version 2.16.1
1263==============
1264
1265  Translators
1266
1267	* David Lodge (en_GB)
1268	* Francesco Marletta (it)
1269
1270==============
1271Version 2.16.0
1272==============
1273
1274  Translators
1275
1276	* Gabor Kelemen (hu)
1277	* Jovan Naumovski (mk)
1278	* Badral (mn)
1279	* Rahul Bhalerao (mr)
1280	* Matic Žgur (sl)
1281	* Onur Can Çakmak (tr)
1282
1283===============
1284Version 2.15.91
1285===============
1286
1287  Translators
1288
1289	* Runa Bhattacharjee (bn_IN)
1290	* Francisco Javier F. Serrador (es)
1291	* Arangel Angov (mk)
1292	* Matic Žgur (sl)
1293
1294===============
1295Version 2.15.90
1296===============
1297
1298  Translators
1299
1300	* Ani Peter (ml)
1301	* Subhransu Behera (or)
1302	* Theppitak Karoonboonyanan (th)
1303
1304================
1305Version 2.15.4.1
1306================
1307
1308  Fixes
1309
1310	* Correctly update LT_VERSION (Vincent)
1311
1312==============
1313Version 2.15.4
1314==============
1315
1316  Features
1317
1318	* Add new API to know if an application should be launched in a
1319	  terminal and to know the path to the desktop file (Travis Watkins)
1320	* Complete python bindings for the "No Display" flag (Travis Watkins)
1321
1322  Menu Editor
1323
1324	* Allow specifying alternate menu files as command line arguments
1325	  (William Jon McCann)
1326
1327  Misc
1328
1329	* Use po/LINGUAS (Wouter Bolsterlee)
1330	* Require intltool 0.35.0 (Vincent Untz)
1331
1332  Translators
1333
1334       * Runa Bhattacharjee (bn_IN)
1335       * Matheus Grandi (gn)
1336       * Swapnil Hajare (mr)
1337
1338==============
1339Version 2.14.0
1340==============
1341
1342 Features
1343
1344        * Start inotify support (not compiled by default) (Mark McLoughlin)
1345
1346 Fixes
1347
1348        * Small fix for the python bindings (Mark McLoughlin)
1349        * Fix infinite loop (Mark McLoughlin)
1350
1351  Translators
1352
1353       * Ales Nyakhaychyk (be)
1354       * Jérémy Le Floc'h (br)
1355       * Petr Tomeš (cs)
1356       * Rhys Jones (cy)
1357       * Ole Laursen (da)
1358       * Hendrik Richter (de)
1359       * Pema Geyleg (dz)
1360       * Kostas Papadimas (el)
1361       * Reuven Gonen (he)
1362       * Rajesh Ranjan (hi)
1363       * Takeshi AIHANA (ja)
1364       * Vladimer Sichinava (ka)
1365       * Erdal Ronahi (ku)
1366       * Žygimantas Beručka (lt)
1367       * Raivis Dejus (lv)
1368       * Thierry Randrianiriana (mg)
1369       * Wouter Bolsterlee (nl)
1370       * Kjartan Maraas (nn)
1371       * GNOME PL Team (pl)
1372       * Evandro Fernandes Giovanini (pt_BR)
1373       * Duarte Loreto (pt)
1374       * Sebastian Ivan (ro)
1375       * Leonid Kanter (ru)
1376       * Elian Myftiu (sq)
1377       * Слободан Д. Средојевић (sr)
1378       * Maxim Dziumanenko (uk)
1379       * Funda Wang (zh_CN)
1380       * Woodman Tuen (zh_HK)
1381       * Woodman Tuen (zh_TW)
1382
1383==============
1384Version 2.13.5
1385==============
1386
1387 Features
1388
1389        * Add "include NoDisplay" flag (Mark McLoughlin)
1390
1391 Fixes
1392
1393        * Fix issue where menu wouldn't fully reload after lots of
1394          file change events (Mark McLoughlin, Frederic Crozat)
1395        * Remove some unused code (Kjartan Maraas)
1396        * Fix incorrect escaping of C format string (The Written Word)
1397
1398  Translators
1399
1400       * Rostislav Raykov (bg)
1401       * Mahay Alam Khan (bn)
1402       * Jordi Mallach (ca)
1403       * Miloslav Trmac (cs)
1404       * Adam Weinberger (en_CA)
1405       * Francisco Javier F. Serrador (es)
1406       * Priit Laes (et)
1407       * Iñaki Larrañaga (eu)
1408       * Ilkka Tuohela (fi)
1409       * Christophe Merlet (RedFox) (fr)
1410       * Ignacio Casal Quinteiro (gl)
1411       * Ankit Patel (gu)
1412       * Gabor Kelemen (hu)
1413       * Francesco Marletta (it)
1414       * Erdal Ronahî (ku)
1415       * Timur Jamakeev (ky)
1416       * Kjartan Maraas (nb, no)
1417       * Tino Meinen (nl)
1418       * Marcel Telka (sk)
1419       * Christian Rose (sv)
1420       * Y.Kiran Chandra (te)
1421       * Theppitak Karoonboonyanan (th)
1422       * Abduxukur Abdurixit (ug)
1423       * Clytie Siddall (vi)
1424       * Woodman Tuen (zh_HK, zh_TW)
1425
1426==============
1427Version 2.12.0
1428==============
1429
1430 Fixes
1431
1432	* Fix FAM crasher in gmenu-simple-editor (Ed Catmur)
1433
1434 Translators
1435
1436	* Rhys Jones (cy)
1437	* Vincent Untz (fr)
1438	* Ignacio Casal Quinteiro (gl)
1439	* Norayr Chilingaryan (hy)
1440	* Žygimantas Beručka (lt)
1441	* Duarte Loreto (pt)
1442	* Leonid Kanter (ru)
1443	* Elian Myftiu (sq)
1444	* Данило Шеган (sr)
1445	* Onur Can Cakmak (tr)
1446	* Clytie Siddall (vi)
1447
1448===============
1449Version 2.11.92
1450===============
1451
1452 Fixes
1453
1454	* Fix memory corruption crasher handling notifies (Mark)
1455	* Fix python syntax warning (Mark)
1456	* Fix build when FAM isn't found (Elijah Newren)
1457	* Fix crasher when a <AppDir> references a subdir of another <AppDir> (Mark)
1458	* Fix duplicate entries after updating (Mark)
1459	* Fix infinite loop (Frederic Crozat)
1460	* Make <LegacyDir> with prefix work again (Chris Lahey, Mark)
1461
1462  Translators
1463
1464	* Rostislav "zbrox" Raykov (bg)
1465	* Jordi Mallach (ca)
1466	* Hendrik Brandt (de)
1467	* Nikos Charonitakis (el)
1468	* Roozbeh Pournader (fa)
1469	* ahmad riza h nst (id)
1470	* Takeshi AIHANA (ja)
1471	* Young-Ho Cha (ko)
1472	* GNOME PL Team (pl)
1473	* Sebastian Ivan (ro)
1474	* Maxim Dziumanenko (uk)
1475	* Clytie Siddall (vi)
1476
1477===============
1478Version 2.11.91
1479===============
1480
1481  Fixes
1482
1483	* Install .desktop file for editor (Dennis Cranston, Mark)
1484	* Fix the window icon in the editor (Jaap A. Haitsma, Mark)
1485	* Allow running editor in different prefix from python (Mark)
1486
1487  Translators
1488
1489	* Miloslav Trmac (cs)
1490	* Hendrik Brandt (de)
1491	* Adam Weinberger (en_CA)
1492	* Francisco Javier F. Serrador (es)
1493	* Priit Laes (et)
1494	* Ilkka Tuohela (fi)
1495	* Ankit Patel (gu)
1496	* Reuven Gonen (he)
1497	* Gabor Kelemen (hu)
1498	* Takeshi AIHANA (ja)
1499	* Kjartan Maraas (nb)
1500	* Tino Meinen (nl)
1501	* Kjartan Maraas (no)
1502	* Afonso Celso Medina (pt_BR)
1503	* Marcel Telka (sk)
1504	* Theppitak Karoonboonyanan (th)
1505	* Clytie Siddall (vi)
1506	* Funda Wang (zh_CN)
1507	* Woodman Tuen (zh_TW)
1508
1509===============
1510Version 2.11.90
1511===============
1512
1513  Fixes
1514
1515	* Fix issue with handling of filename encodings (Mark)
1516	* Only try to include ".directory" for <LegacyDir> if it exists (Mark)
1517	* Re-name the Edutainment sub-menu to Education (Mark)
1518	* Fix spec compliance issue with <Merge> tag handling (Mark)
1519	* Remove some unused code (Mark)
1520	* Plug some leaks (Mark)
1521
1522  Menu Editor
1523
1524	* HIGify menu editor (Dennis Cranston)
1525	* Make "Desktop" menu appear correctly (Mark)
1526
1527  Misc
1528
1529	* Allow building against uninstalled library (Brian Cameron)
1530
1531  Translators
1532
1533	* Ales Nyakhaychyk (be)
1534	* Rostislav "zbrox" Raykov (bg)
1535	* Miloslav Trmac (cs)
1536	* Martin Willemoes Hansen (da)
1537	* Hendrik Brandt (de)
1538	* Nikos Charonitakis (el)
1539	* Adam Weinberger (en_CA)
1540	* Francisco Javier F. Serrador (es)
1541	* Priit Laes (et)
1542	* Iñaki Larrañaga (eu)
1543	* Ilkka Tuohela (fi)
1544	* Ignacio Casal Quinteiro (gl)
1545	* Ankit Patel (gu)
1546	* Yuval Tanny (he)
1547	* Swapnil Hajare (mr)
1548	* Terance Edward Sola (nb)
1549	* Ganesh Ghimire (ne)
1550	* Tino Meinen (nl)
1551	* Terance Edward Sola (no)
1552	* Marcel Telka (sk)
1553	* Elian Myftiu (sq)
1554	* Данило Шеган (sr)
1555	* Theppitak Karoonboonyanan (th)
1556	* Onur Can Cakmak (tr)
1557	* Clytie Siddall (vi)
1558	* Funda Wang (zh_CN)
1559	* Woodman Tuen (zh_TW)
1560
1561================
1562Version 2.11.1.1
1563================
1564
1565  Fixes
1566
1567	* Fix crasher bug in libgnome-menu triggered by editor (Mark)
1568	* Make the editor create $XDG_CONFIG_HOME/menus if it doesn't exist (Mark)
1569
1570==============
1571Version 2.11.1
1572==============
1573
1574  Features
1575
1576	* Simple menu editor (Mark)
1577	* Python bindings (Mark)
1578	* Support for <Layout> and <DefaultLayout> (Mark, Frederic Crozat)
1579        * Use FAM directly for monitoring rather than gnome-vfs (Mark)
1580	* Add API for retaining empty sub-menus and excluded items in
1581	  the GMenuTree (Mark, Christian Neumair)
1582        * Add gmenu_tree_directory_get_menu_id() API (Mark)
1583        * Add gmenu_tree_directory_get_tree() and gmenu_tree_get_menu_file()
1584          API (Mark)
1585	* Namespace the API - i.e. MenuTree -> GMenuTree (Mark)
1586
1587  Fixes
1588
1589	* Plug major memory leak when the menu is reloaded (Mark)
1590        * Fix "recursive <MergeFile> inclusion" crash (Mark)
1591        * Fix problem where you could end up with identical items in
1592          the same menu (Mark)
1593	* Fix issue where you could end up with more than one menu
1594          with the same name (Mark)
1595        * Update for changes to <Move> behaviour in spec (Mark)
1596        * Fix off-by-one errors shown up in valgrind (Mark)
1597	* Remove <LegacyDir>s from default menu (Mark)
1598
1599   Translators
1600
1601	* Vladimir "Kaladan" Petkov (bg)
1602	* Miloslav Trmac (cs)
1603	* Hendrik Brandt (de)
1604	* Adam Weinberger (en_CA)
1605	* David Lodge (en_GB)
1606	* Francisco Javier F. Serrador (es)
1607	* Priit Laes (et)
1608	* Iñaki Larrañaga (eu)
1609	* Takeshi AIHANA (ja)
1610	* Steve Murphy (rw)
1611	* Canonical Ltd (xh)
1612
1613==============
1614Version 2.10.1
1615==============
1616
1617  Fixes
1618
1619	* Add support for new "type" argument to <MergeFile> (Mark)
1620	* Monitor <MergeDir>s for changes (Mark)
1621	* Make user desktop entries override system ones (Mark)
1622	* Make .directory files in <LegacyDir>s be pulled in (Mark)
1623	* Fix weirdess with [KDE Desktop Entry] files (Mark)
1624	* Fix <LegacyDir>s which don't contain any entries in the toplevel (Mark)
1625	* Make sure items in <LegacyDir>s as allocated (Mark)
1626	* Make <LegacyDir>s with a prefix work correctly (Mark)
1627
1628  Translators
1629
1630	* Adam Weinberger (en_CA)
1631	* Daniel van Eeden (nl)
1632
1633==============
1634Version 2.10.0
1635==============
1636
1637  Fixes
1638
1639	* Fix 64-bit crasher (Jeremy Katz)
1640
1641  Translators
1642
1643	* Dafydd Harries (cy)
1644	* Farzaneh Sarafraz (fa)
1645	* Rajesh Ranjan (hi)
1646	* Žygimantas Beručka (lt)
1647	* Данило Шеган (sr)
1648	* Woodman Tuen (zh_TW)
1649
1650==============
1651Version 2.9.92
1652==============
1653
1654  Fixes
1655
1656	* Fix issue with file monitoring and subdirs of <AppDir> (Mark)
1657	* Fix bug with the <Not> directive (Mark)
1658	* Make gnome-menu-spec-test work with menu-spec test framework again (Mark)
1659
1660  Translators
1661
1662	* Arafat Medini (ar)
1663	* Jordi Mallach (ca)
1664	* Martin Willemoes Hansen (da)
1665	* Nikos Charonitakis (el)
1666	* David Lodge (en_GB)
1667	* Ankit Patel (gu)
1668	* Laszlo Dvornik (hu)
1669	* ahmad riza h nst (id)
1670	* Francesco Marletta (it)
1671	* Takeshi AIHANA (ja)
1672	* Sang-Gju Kim (ko)
1673	* Rajeev Shrestha (ne)
1674	* Daniel van Eeden (nl)
1675	* GNOME PL Team (pl)
1676	* Duarte Loreto (pt)
1677	* Dan Damian (ro)
1678	* Leonid Kanter (ru)
1679	* Elian Myftiu (sq)
1680
1681==============
1682Version 2.9.90
1683==============
1684
1685  Fixes
1686
1687	* Do not include the Core category in the Other menu (Vincent Untz)
1688
1689  Translators
1690
1691	* Vladimir "Kaladan" Petkov (bg)
1692	* Francisco Javier F. Serrador (es)
1693	* Priit Laes (et)
1694	* Tommi Vainikainen (fi)
1695	* Baptiste Mille-Mathias (fr)
1696	* Žygimantas Beručka (lt)
1697	* Kjartan Maraas (nb)
1698	* Kjartan Maraas (nn)
1699	* Raphael Higino (pt_BR)
1700	* Marcel Telka (sk)
1701	* Christian Rose (sv)
1702	* Theppitak Karoonboonyanan (th)
1703	* Maxim Dziumanenko (uk)
1704
1705===============
1706Version 2.9.4.1
1707===============
1708
1709  Features
1710
1711	* Add menu_tree_entry_get_exec() (Richard Hult)
1712
1713  Translators
1714
1715	* Miloslav Trmac (cs)
1716	* Kjartan Maraas (nb)
1717
1718=============
1719Version 2.9.4
1720=============
1721
1722  Fixes
1723
1724	* New menus layout (Vincent Untz)
1725	* Reload menus correctly when they are deleted/updated (Frederic Crozat)
1726	* Ref the return value from menu_tree_entry_get_parent() (Mark)
1727
1728  Translators
1729
1730	* Hendrik Brandt (de)
1731	* Adam Weinberger (en_CA)
1732	* Baptiste Mille-Mathias (fr)
1733	* Arangel Angov (mk)
1734
1735=============
1736Version 2.9.3
1737=============
1738
1739  Fixes
1740
1741	* Find the right icon path in desktop files (Frederic Crozat)
1742	* Handle root path correctly (Mark)
1743	* Always remove file monitors (Mark)
1744	* Plug leak (Vincent Untz)
1745	* Implement behaviour defined in version 0.9 of the spec: entries that
1746	  match an <Include> rule and an <Exclude> rule are marked as
1747	  "allocated" (Mark)
1748
1749  Translators
1750
1751	* Vladimir "Kaladan" Petkov (bg)
1752	* David Nielsen (da)
1753	* Hendrik Brandt (de)
1754	* Simos Xenitellis (el)
1755	* Iñaki Larrañaga (eu)
1756	* Tommi Vainikainen (fi)
1757	* Gabor Kelemen (hu)
1758	* Žygimantas Beručka (lt)
1759	* Duarte Loreto (pt)
1760	* Dmitry G. Mastrukov (ru)
1761	* Marcel Telka (sk)
1762	* Данило Шеган (sr)
1763	* Christian Rose (sv)
1764	* Theppitak Karoonboonyanan (th)
1765
1766=============
1767Version 2.9.2
1768=============
1769
1770  Fixes
1771
1772	* Fix a bunch of leaks (Frederic Crozat)
1773	* Fix problem where menu entries appear in random places (Mark)
1774	* Don't go into an infinite loop if $XDG_CONFIG_DIRS is set wrong (Mark)
1775	* Put the user config/data dirs before the system dirs (Mark)
1776	* Allow removing monitors from handlers (Mark)
1777
1778  Translators
1779
1780	* Miloslav Trmac (cs)
1781	* Hendrik Brandt (de)
1782	* Adam Weinberger (en_CA)
1783	* Francisco Javier F. Serrador (es)
1784	* Satoru SATOH (ja)
1785	* Hasbullah Bin Pit (ms)
1786	* Kjartan Maraas (nb)
1787	* Daniel van Eeden (nl)
1788	* Raphael Higino (pt_BR)
1789	* Funda Wang (zh_CN)
1790
1791