File: NEWS

package info (click to toggle)
gnome-main-menu 1.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,748 kB
  • ctags: 724
  • sloc: ansic: 4,394; makefile: 150; sh: 17; xml: 2
file content (262 lines) | stat: -rw-r--r-- 9,100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
=============
Version 1.8.0
=============
  Changes
	* Migration to MATE Desktop (mate-panel and caja)
	* Use DBUS instead of bonobo
	* Use GSettings instead of gconf

==============
Version 0.9.16
==============
  Fixes
	* Use gtk_widget_get_visible(), require GTK+ 2.18 (Julian Andres Klode)
	* Fix typos in schema (Vincent Untz, Bug #620269)
	* Check for libxml-2.0 (Vincent Untz, Bug #620201)
	* Fix use of nautilus-sendto (Vincent Untz, Bug #647263)
	* Use tracker-needle instead of tracker-search-tool (Atri Bhattacharya)
	* Name the main menu button widgets (Vincent Untz, Bug #642956)
	* Use firefox.desktop instead of MozillaFirefox.desktop (Vincent Untz)

  Misc
	* Create bzip2 tarballs (Vincent Untz)

  Translators
	* Andika Triwidada (id)
	* Djavan Fagundes, Mateus Zenaide (pt_BR)
	* Fran Diéguez <fran.dieguez@mabishu.com> (gl)
	* Yaron Shahrabani (he)
	* Jorge González (es)
	* Mario Blättermann (de)
	* Andrej Žnidaršič (sl)
	* Aron Xu (zh_CN)
	* Marek Černocký (cs)
	* Bruno Brouard  (fr)
	* Gabor Kelemen (hu)
	* Inaki Larranaga Murgoitio (eu)
	* Daniel Nylander (sv)
	* Piotr Drąg (pl)

==============
Version 0.9.15
==============

  Fixes

	* Replace libglade with gtkbuilder (Robert Ancell, Julian Andres Klode)
	* Change default search tool to tracker-search-tool (Julian Andres
	  Klode)
	* Drop usage of libgnome-2.0 and libgnomeui-2.0 (Julian Andres Klode)

  Misc

	* Remove libglade, hal, dbus-glib, libgnome and libgnomeui dependencies
	  (Julian Andres Klode)
	* Allow building without NetworkManager and iwlib (Petr Salinger,
	  Julian Andres Klode)

==============
Version 0.9.14
==============

  Features

	* Let one clear the recent-documents list (David Liang)

  Fixes

	* Defer loading of the glade file for faster login (Michael Meeks)
	* Link to libm (Vincent Untz)
	* Fix build with NetworkManager 0.8 (Vincent Untz)
	* Don't mark icon name as translatable (Vincent Untz)
	* Do not add Application category to desktop file we create (Vincent
	  Untz)
	* Use XDG user directory instead of hardcoding $HOME/Documents (Julian
	  Andres Klode)
	* Plug leak (Vincent Untz)
	* Link against libnm-util and x11 to fix builds with GNU gold (Julian
	  Andres Klode)
	* Use @BINDIR@/trigger-panel-run-dialog in its desktop file (Julian
	  Andres Klode)
	* Mark keys translatable in trigger-panel-run-dialog.desktop (Vincent
	  Untz)
	* Add a category to the applet .server file (Julian Andres Klode)
	* Do not pass --browser to nautilus (Christopher James Halse Rogers)
	* Make the main-menu fit in small monitors (Federico Mena Quintero)
	* Install nautilus extension in the right directory (Vincent)

  Translators

	* Runa Bhattacharjee (bn_IN)
        * Denis Arnaud (br)
	* Adrian Guniš (cs)
	* Joe Hansen (da)
	* Mario Blättermann (de)
	* Bruce Cowan (en_GB)
	* Jorge González (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Claude Paroz (fr)
	* Gabor Kelemen (hu)
	* Shankar Prasad (kn)
	* Gintautas Miliauskas (lt)
	* Kjartan Maraas (nb)
	* Nils-Christoph Fiedler (nds)
	* Piotr Drąg (pl)
	* Og Maciel (pt_BR)
	* Andrej Žnidaršič (sl)
	* Daniel Nylander (sv)
	* I. Felix (ta)
	* Tao Wei (zh_CN)

==============
Version 0.9.13
==============

  Changes:

	* Magnus Boman is now co-maintainer of gnome-main-menu.

  Fixes:

	* Update to build with the latest GNOME stack (Magnus Boman,
          Cosimo Cecchi, Kyle Pelton, Scott Reeves)

	* Remove the statically built libslab, and use the standalone
	  version of libslab (Cosimo Cecchi)

	* Use libunique's single-instance application functionality
          instead of Bonobo's (Cosimo Cecchi, Vincent Untz)

  Translators:

	* Amitakhya Phukan (as)
	* Runa Bhattacharjee (bn_IN)
	* Adrian Guniš (cs)
	* Jen Ockwell (en_GB)
	* Jorge González (es)
	* Inaki Larranaga Murgoitio (eu)
	* Robert-André Mauchin, Claude Paroz (fr)
	* Fran Dieguez (gl)
	* Sweta Kothari (gu)
	* Yaron Shahrabani (he)
	* Shankar Prasad (kn)
	* Peter Ani (ml)
	* Sandeep Shedmake (mr)
	* Kjartan Maraas (nb)
	* Manoj Kumar Giri (or)
	* Daniel Nylander (sv)
	* I. Felix (ta)
	* Krishna Babu K (te)

=============
Version 0.9.12
=============

  Released: 2009-01-06

  * Features / Fixes
    - Fix for BGO#562985 - network status not shown on resume (Scott Reeves)
    - Clean up .desktop files - BNC#444138 (Scott Reeves)
    - Fix BNC#447550 - translations not updating when changing locale (Scott Reeves)
    - Fix NetworkManager status display - BNC#436718 (Scott Reeves)
    - Add a trivial launcher of the panel "Run Application" dialog for 
      optional inclusion in the system area (Scott Reeves)
    - Match the NetworkManager API change (Tambet Ingo)
    - Add libgnomeui to LIBSLAB_CFLAGS to make it build. (Kjartan Maraas)
    - Memory leaks fixes (Federico Mena Quintero)
    - Use the new GtkTooltip mechanism (Federico Mena Quintero)
    - show remote docs - use gio for tooltip, show icon (Scott Reeves)

  * Translations
    - Og Maciel Updated Brazilian Portuguese translation by Vladimir Melo.
    - Claude Paroz Added Wallon translation on behalf of Jean Cayron.
    - Mario Blättermann de.po: Updated German Translation
    - Jorge Gonzalez  es.po: Updated Spanish translation
    - Daniel Nylander sv.po: Updated Swedish translation.
    - Gabor Kelemen  hu.po: Translation updated.
    - Mario Blättermann de.po: Updated German Translation
    - Luca Ferretti it.po: Updated Italian translation by Gianvito Cavasoli.
    - Gan Luzh _CN.po: Update for trunk
    - Petr Kovar cs.po: Updated Czech translation by Adrian Gunis
    - Wadim Dziedzic pl.po: Updated Polish translation
    - Theppitak Karoonboonyanan th.po: Added Thai translation by Manatsawin Hanmongkolchai.
    - Timo Jyrinki fi.po: Updated Finnish translation, sync with openSUSE
    - Djihed Afifi ar.po: Updated Arabic Translation by Abdulaziz AlSharif.
    - Ilkka Tuohela fi.po: Updated Finnish translation.

=============
Version 0.9.11
=============

  Released: 2008-09-12

  * Features / Fixes
    - Port to GIO (Cosimo Cecchi)
    - Remove Eel dependency (A. Walton)
    - Build against latest NetworkManager (Cosimo Cecchi)
    - Make places use mime type handler (CRivera, Scott Reeves)
    - Support for GSM and CDMA devices (Magnus Boman)
    - Bugfix - Check title for null. BNC#393101 (Scott Reeves)
    - Multiscreen work (Federico Mena Quintero)
    - Remove thumbnailing (Federico Mena Quintero)
    - Escape markup text properly (Denis Washington)

  * Translations
    - Inaki Larranaga Murgoitio   eu.po: Added Basque translation.
    - Djihed Afifi   ar.po: Updated Arabic Translation by Abdulaziz AlSharif.
    - Daniel Nylander  sv.po: Updated Swedish translation.
    - Jonh Wendell   pt_BR.po: Updated Brazilian Portuguese translation by Michel Recondo.
    - Petr Kovar   cs.po: Updated Czech translation by Adrian Gunis
    - Jorge Gonzalez   es.po: Updated Spanish translation 
    - Yannig Marchegay  oc.po: Updated Occitan translation.
    - Jonh Wendell   pt_BR.po: Updated Brazilian Portuguese translation by Fábio Nogueira.
    - Daniel Nylander  sv.po: Updated Swedish translation.
    - Claude Paroz   fr.po: Updated French translation.
    - Clytie Siddall  vi.po: Updated Vietnamese translation.
    - Yair Hershkovitz   he.po: Updated Hebrew translation by Mark Krapivner.

=============
Version 0.9.10
=============

  Released: 2008-05-13

  * Features / Fixes
    - Startup performance improvements (Federico Mena Quintero, Magnus Boman)
    - Update to NetworkManager 0.7 (Scott Reeves)
    - Update to match NM 0.7 API changes (Federico Mena Quintero, Tambet Ingo, Scott Reeves)
    - Better network notification and status handling (Magnus Boman)
    - Use banshee-1 in main-menu (Scott Reeves)
    - New document templates (Scott Reeves)
    - Fix crash when 2 main-menu applets (Federico Mena Quintero)
    - Fix missing translations.
    - Makefile work (Rodrigo Moya)
    - Dont display Name and GenericName if they are the same (Federico Mena Quintero, Magnus Boman)

  * Translations
    - Petr Kovar - Updated Czech translation by Adrian Gunis
    - Jorge Gonzalez - Updated Spanish translation
    - Gabor Kelemen - hu.po: Translation updated
    - Kostas Papadimas - Updated  Greek translation by Giannis Katsampiris.
    - Gil Forcada - Updated Catalan translation by Joan Duran.
    - Philip Withnall - Updated British English translation.

=============
Version 0.9.9
=============

  Released: 2008-03-05

  * Initial public upstream release.

  The gnome-main-menu consists mainly of three utilities.  A gnome-panel applet
  that is the main interface providing access to your favorite and recently
  used applications, documents and places. Also access to system status and
  common actions such as searching and logout / shutdown.

  Access to other applications is made via the application-browser – providing
  interactive searching of the entire list of your applications, ordered for
  display by their menu categories.

  These higher level components as well as the shell in the gnome-control-center
  all use the common pieces provided by the libslab library