]> Pileus Git - ~andy/gtk/blob - NEWS
Add ability to print selection
[~andy/gtk] / NEWS
1 Overview of Changes from GTK+ 2.17.1 to 2.17.2
2 ==============================================
3
4 * GtkInfoBar: A new widget to show a transient 'message area'
5   inside a content pane. The API is similar to GtkDialog and
6   supports theming for different message types (warnings,
7   errors, etc)
8
9 * Changes that are relevant for theme authors:
10  - The new GtkInfoBar widget uses symbolic colors for theming
11    its background color depending on the message type. By default,
12    it uses the same background color as tooltips. This can be turned
13    off with style property.
14
15
16 Overview of Changes from GTK+ 2.17.0 to 2.17.1
17 ==============================================
18
19 * GtkLabel:
20  - GtkLabel can show embedded URLs, much like SexyUrlLabel
21
22 * Printing:
23  - GTK+ includes a print backend that works with the PAPI
24    printing service.
25  - The file and lpr backends can print multiple pages per sheet.
26
27 * Changes that are relevant for theme authors:
28  - The URL support in GtkLabel uses the link-color / visited-link-color
29    style properties
30
31 * Bugs fixed:
32  576091 GtkTooltip destroy the custom widget
33  315462 GtkButton doesn't center its child when the child is too ...
34  390331 "Pages per sheet" does not work for LPR printing
35  531490 gdk_window_set_events (0) will _ADD_ events to the root w...
36  574386 Remove deprecated call to gtk_status_icon_set_tooltip in ...
37  576678 cups printbackend doesn't list printers on NetBSD
38  579366 gtkbuilderparser leaks RequiresInfo objects.
39  579884 casting problem in gmodule
40  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
41  581876 Remove deprecated call to gtk_action_connect_proxy in tes...
42  581878 Remove deprecated call to gtk_scale_button_get_orientatio...
43  582003 Calling gdk_window_get_events() changes the event mask, b...
44  582488 GtkNotebook behaves poorly when allocated less than reque...
45  582950 Use number of pages to print when showing printing progress
46  582963 Crash when printing from a thread
47  583050 unclear disposition of function gtk_combo_box_get_active...
48  583522 Trivial error in GtkBuilder migration documentation
49  535557 gdk_window_set_icon_name should accept NULL to unset
50  549859 "file" printer doesn't support n-up
51
52 * Updated translations:
53  Arabic
54  British English
55  Catalan
56  Czech
57  Danish
58  Estonian
59  French
60  German
61  Greek
62  Hungarian
63  Irish
64  Italian
65  Kannada
66  Portuguese
67  Russian
68  Slovenian
69  Spanish
70  Ukrainian
71  Simplified Chinese
72
73
74 Overview of Changes from GTK+ 2.16.x to 2.17.0
75 ==============================================
76
77 * GtkBuilder:
78   - Scale marks can now be specified in builder markup
79   - GtkAssistant action widgets can be added in builder markup
80
81 * Changes that are relevant for theme authors
82  - GtkEntry now has a ::invisible-char style property that allows
83    themes to set the preferred invisible character
84
85 * Printing:
86  - GTK+ supports authentication of users against CUPS servers now.
87
88 * Bugs fixed:
89  578634 gtkdial example fails to compile
90  580678 Minor improvement to GTK+ mediaLib code
91  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE...
92  581110 Handlebox widget uses static variables, crashes in multi...
93  553385 gtk-builder-convert creates untranslated combobox models
94  580814 GtkTextLayout incorrectly assumes pango iterates in logi...
95  579366 gtkbuilderparser leaks RequiresInfo objects
96  579741 gailcombox should emit property-changed:accessible-name...
97  574386 Remove deprecated call to gtk_status_icon_set_tooltip...
98  384940 handle rejecting jobs and authentication meaningfully
99
100 * Updated translations
101  Arabic
102  Brazilian Portuguese
103  British English
104  Catalan
105  Czech
106  Estonian
107  Italian
108  Kannada
109  Oriya
110  Simplified Chinese
111  Slovenian
112  Spanish
113  Ukrainian
114
115
116 Overview of Changes from GTK+ 2.16.0 to 2.16.1
117 ==============================================
118
119 * GtkBuilder:
120  - Accessible action names can now be marked as translatable.
121  - gtk-builder-convert correctly handles response ids in all dialogs.
122  - gtk-builder-convert warns about duplicate ids.
123
124 * GDK:
125  - GDK no longer refuses to work on 30-bit visuals
126
127 * Win32:
128  - The appearance of GTK+ menus on Vista has been improved.
129
130 * Bugs fixed:
131  575700 Crash when moving a GtkWindow
132  574283 unused assignment and dead code in gtk_widget_set_tooltip_window
133  538840 [Win32] GTK menu theming could be improved
134  576254 <object> requires attribute "id"
135  576306 gdkscreen.c: get_nearest_monitor too simple...
136  437533 Implement draw_shape PangoRenderer method
137  577224 crash when setting new icon after setting icon...
138  576150 Doc bug for GtkMenuPositionFunc
139  562863 GtkVscrollbar is hardly documented
140  575644 Cygwin gail build patch
141  571374 Add 30-bit visuals to the list of supported depths
142  577650 gtkitemfactory.h fails to compile
143  578094 ProcessIdToSessionId needs to be declared as WINAPI
144  518642 Custom tags and translatable content
145  532858 segv setting GBoxed subclass <property>
146  557629 Response ID not converted for GtkFileChooserDialog
147  577789 about dialogue doesn't linkify licence text
148  577824 empathy_chat_window_init: GClosure is leaked
149  577964 Page Range entry is not accessible
150  578221 Assertion warning `GTK_IS_TEXT_LAYOUT (layout)' failed
151  578271 PageSetup should be sent to the previewer
152  578276 gtk-builder-convert improperly converts GtkComboBox
153  578290 two memory leaks
154  578354 Memory leak in gdkscreen-x11
155  578365 GtkMountOperation does not allow passwordless mount of sf...
156  578366 file descriptor leak
157  573922 Using NET_WM_USER_TIME even if startup notification times...
158  561345 Title of Print Preview window should not be previewXXXXXX...
159  577868 about dialogue changes appearance on style-set (change th...
160  572797 GtkCellRendererAccel display string i18n in OTHER mode
161
162 * Updated translations:
163  Arabic
164  Assamese
165  Basque
166  Bulgarian
167  Crimean Tatar
168  Danish
169  Galician
170  German
171  Greek
172  Gujarati
173  Japanese
174  Kannada
175  Malayalam
176  Marathi
177  Oriya
178  Pashto
179  Russian
180  Spanish
181  Telugu
182  Turkish
183
184 Overview of Changes from GTK+ 2.15.5 to 2.16.0
185 ==============================================
186
187 * The new function gtk_style_get_property was renamed to
188   gtk_style_get_style_property to avoid binding problems.
189
190 * Bugs fixed:
191  574059 search button not available in some cases
192  574622 GtkEntry: Should we wrap icon-press and icon-release signals?
193  574561 gtk_style_get "shadows" g_object_get
194  574794 Can not resize shaped windows on Windows
195  570896 gdkevents-win32.c(2947) : error C4053: one void operand for '?:'
196  573067 Intra-app dnd of text behavior on Windows is wrong
197  572455 GtkEntry window layed out wrong if the widget has focus
198
199 * Updated translations:
200  Assamese (as)
201  Bengali (bn_IN)
202  Czech (cs)
203  Gujarati (gu)
204  Hindi (hi)
205  Japanese (ja)
206  Kannada (kn)
207  Lithuanian (lt)
208  Malayalam (ml)
209  Polish (pl)
210  Romanian (ro)
211  Tamil (ta)
212  Telugu (te)
213
214
215 Overview of Changes from GTK+ 2.15.4 to 2.15.5
216 ==============================================
217
218 * GtkAction:
219  - Rename gtk_activatable_reset to gtk_activatable_sync_action_properties
220    to make it easier to bind
221
222 * GDK:
223  - The DirectFB backend has been restored to basic function
224  - The RANDR support in the X11 backend has been made more robust
225
226 * Changes that are relevant for theme authors:
227  - GtkEntry now has a ::progress-border property and use fg/bg[SELECTED]
228    for drawing progress
229
230 * Bugs fixed:
231  457086 numpad does not work when the Thai-Lao input method is used
232  554407 directfb backend does not implement GdkWindowImpl
233  543710 Dead keys do not work anymore with DirectFB
234  560671 the client_message API doesn't work in DirectFB
235  513422 Unknown meaning of translatable messages
236  533456 Memory leak when window is destroyed
237  572387 gdm crashes after gtk 2.15.4 upgrade
238  565199 Ellipsize text in Places list
239  495320 GtkRange does not use gdk_event_request_motions
240  572904 GtkRadioAction broken in trunk
241  573383 Setting a textview's buffer to NULL doesn't do a complete job
242  573416 GtkMountOperation fixes for ask_password()
243  572968 GtkIconView: image_description setter function strdups wrong...
244  572972 GtkRecentChooserDefault: memory leak in copy_activated_cb
245  572996 crash in Home Folder: Trying to open the sidebar
246  573069 Gdk-CRITICAL warnings with Gtk 2.14 when dragging GtkNotebook...
247  573113 Can't build tests due to testfilechooserbutton.c
248  573211 Setting screen for popup windows
249  573287 Warning on startup
250  572273 No replacement documented for gtk_action_connect_proxy
251  573515 po-properties/ special Makefile.in.in handling causes failure...
252  552619 File Chooser no longer automatically enters newly created dir...
253  573087 gdkwindow.c: {x,y}_offset used uninitialized
254  573688 Don't steal update region in gtk_text_view_paint
255  546285 Allow GtkEntry to draw progress
256  569671 gdk_pixbuf_new_from_file() can't open image/x-portable-pixmap
257  573393 Deprecated functions in gdk-Threads example code snippet
258  571001 STATE_SHOWING missing on table items
259  520395 event.any_data incorrect with spin buttons and combo boxes...
260  325809 getAccessibleAtPoint for tables does not seem to take column...
261  561631 gailbutton.c:571:idle_do_action: code should not be reached
262  519090 Add accessibility support to GtkScaleButton
263
264 * Updated translations:
265  British English (en_GB)
266  Estonian (et)
267  Hungarian (hu)
268  Japanese (ja)
269  Korean (ko)
270  Kurdish (ku)
271  Maithili (mai)
272  Dutch (nl)
273  Oriya (or)
274  Swedish (sv)
275  Traditional Chinese (zh_HK)
276  Traditional Chinese (zh_TW)
277
278
279 Overview of Changes from GTK+ 2.15.3 to 2.15.4
280 ==============================================
281
282 * GtkAction:
283  - More compatibility fixes to make PolicyKit-gnome work
284
285 * GtkFileChooserButton:
286  - Don't emit file-set when the dialog is canceled. But emit it
287    when a file is received via DND
288
289 * GDK
290  - Use Xrandr 1.3 for tracking monitor information, if available
291
292 * Bugs fixed: 
293  538439 tooltip may appear in upper left corner...
294  571015 libprintbackend-cups has unlocalized strings
295  353196 Add a file-set signal to GtkFileChooserButton
296  571249 Icons are not drawn properly when initial widget...
297  571196 gtk_binding_entry_add_signall deprecated without alternative
298  508545 No way to identify terminal classes from documentation
299  570824 TreeView is not keyboard (re)focusable after selecting a cell...
300  568571 Asian am/pm format on cups print backend's time parsing
301  571576 gdk_pixbuf_save_to_stream() broken
302  571873 Compile error with gdk/win32/gdkselection-win32.c
303  572041 Focus should change when advancing forward in GtkAssistant
304  572040 GtkAssistant does not expose page titles
305  570406 gailutil.def is in srcdir, but used from builddir
306
307 * Updated translations:
308  Belarusian Latin (be@latin)
309  Bulgarian (bg)
310  Catalan (ca)
311  Danish (da)
312  Spanish (es)
313  Basque (eu)
314  Finnish (fi)
315  French (fr)
316  Gujarati (gu)
317  Hungarian (hu)
318  Japanese (ja)
319  Korean (ko)
320  Latvian (lv)
321  Norwegian bokmÃ¥l (nb)
322  Polish (pl)
323  Brazilian Portugese (pt_BR)
324  Slovak (sk)
325  Albanian (sq)
326  Serbian (sr)
327  Swedish (sv)
328  Thai (th)
329  Vietnamese (vi)
330
331
332 Overview of Changes from GTK+ 2.15.2 to 2.15.3
333 ==============================================
334
335 * Keyboard shortcut handling has been changed, to help with a longstanding
336   complaint about the way GTK+ handles multiple layouts. GTK+ now only uses
337   keys from groups other than the current group if they are not present in
338   the current group. Feedback on this change is appreciated.
339
340 * Bugs fixed:
341  569336 change in gtkbutton klass is causing crash...
342  569435 make maintainer-clean removes non-generated sources
343  145058 Inputting "^^" requires four keystrokes on Win32...
344  559408 Transparency lost when images are copied...
345  359288 Toolbar items are not shown after hiding
346  569918 64bit portability issue in gtkrecentchooser.c
347  162726 Multiple Latin layouts in XKB break keyboard shortcuts
348  569635 fontchooser should reload list of families/styles on...
349
350 * Updated translations:
351  Norwegian bokmÃ¥l (nb)
352  Oriya (or)
353  Brazilian Portugese (pt_BR)
354  Thai (th)
355  Traditional Chinese (zh_HK)
356  Traditional Chinese (zh_TW)
357  
358
359 Overview of Changes from GTK+ 2.15.1 to 2.15.2
360 ==============================================
361
362 * GtkAction:
363  - Make toolitems pick up icon names from actions
364  - Draw proxies of radio actions properly
365  - Make menu proxies of recent actions work
366  - Avoid accidental activations when changing actions on proxies
367  - Make derived button classes work as proxies
368
369 * Input methods:
370  - Avoid an assertion due to early use of input methods
371
372 * GtkScale:
373  - Avoid a segfault in the marker drawing code
374
375 * GtkImageMenuItem:
376  - Add a property to override the show-menu-images setting
377
378 * Bugs fixed:
379  566628 gdk_display_close always asserts on win32 and quartz
380  569240 Crasher when using markers
381  569104 Toggle menu entries showed as check menu entries...
382  322932 Always show icons on panel menus
383
384 * Updated translations:
385  Finnish (fi)
386  German (de)
387
388
389 Overview of Changes from GTK+ 2.15.0 to 2.15.1
390 ==============================================
391
392 * GtkFileChooser:
393  - Remember the file chooser's size across invocations
394  - Handle uris that are entered in the entry
395  - Improve autocompletion, in particular for uris
396
397 * GtkEntry:
398  - New property "im-module" for selecting input methods per-widget
399  - New icon-related API got renamed for consistency
400  - Added properties and setters for icon tooltips
401
402 * GtkTextView:
403  - New property "im-module" for selecting input methods per-widget
404  - New signal "paste-done" to allow better handling of async pasting
405
406 * GtkScale:
407  - New api to add annotated marks: gtk_scale_add_mark.
408
409 * GtkAction:
410  - Rework the way actions and proxies interact, to make the
411    interaction less ad hoc, more extensible, and better suited
412    for support in GUI builders like glade.
413
414    To be used as a proxy, a widget must now implement the
415 `  GtkActivatable interface, and GtkActivatable implementations
416    are responsible for syncing their appearance with the action
417    and for activating the action.
418
419    All the widgets that are commonly used as proxies implement
420    GtkActivatable now.
421
422    This is a big change, and it is not unlikely to break some
423    current users of GtkAction, so feedback about problems caused
424    by this is appreciated.
425
426  - Add a "gicon" property to specify the icon with a GIcon
427
428 * GDK:
429  - On X11, GDK now caches cursors to avoid cursor theming overhead
430  - New cursor type for blank cursors: GDK_BLANK_CURSOR
431
432 * New deprecations:
433    gtk_scale_Button_get_orientation()
434    gtk_scale_button_set_orientation()
435    gtk_action_connect_proxy()
436    gtk_action_disconnect_proxy()
437    gtk_widget_get_action()
438    gtk_action_block_activate_from()
439    gtk_action_unblock_activate_from()
440    direct access to "gtk-action" object data
441
442 * Changes that are relevant for translators:
443  - Navigation and Media stock labels have separate message contexts now
444  - The caps lock warning string has been changed
445
446 * Bugs fixed:
447  566083 Icon pixmap hardcoded during DnD
448  566334 compile failure for gtk+ on Mac OS X
449  565998 configure script doesn't check for cairo-xlib.pc
450  566391 gtk_about_dialog_set_url_hook should activate...
451  566568 gtk_tree_model_get_value docs typo
452  566628 gdk_display_close always asserts on win32
453  566733 Add GIcon to GtkAction, GtkToolButton
454  567024 gtktoolbutton doesn't create right proxy menu item...
455  523554 Copy from GIMP to Word broke
456  567468 no check for trailing != NULL in gtk_text_layout_get..
457  492794 Pasting external text at end of view yields wrong...
458  164002 query scripts don't work uninstalled on windows
459  566532 GtkScaleButton implementation of GtkOrientable
460  450716 New API to change global IM
461  562701 GtkEntryCompletion popup sizes its rows wrong...
462  567944 [Win32] Sorted treeview columns can be unreadable
463  567655 gtk_status_icon_set_tooltip_text/markup should use...
464  567887 gtk_entry_get_storage_type() should be...
465  568196 Please change context of Forward stock label
466  563280 stock items & translation context
467  568233 Wrong statement about GtkEntry's "activate" signal
468  568263 gtk can't recognize the wrong X Selection TARGETS...
469  565656 Add marks to scales
470  567413 GtkComboBoxEntry doesn't emit "changed" signal...
471  545980 GtkFileChooserEntry should handle URIs
472  566862 pixbuf_new_from_file does not autodetect format
473  568552 gtk_combo + gtk entry in invisible mode takes 100% cpu
474  561801 "scheduled printing" doesn't function as expected
475  566535 gtk_widget_get_snapshot does not work if double buff...
476  567021 gtkimage accessors docs
477  567761 Spellfixes in GTK+ documentation
478  568744 Spellfixes in GtkTreeView's documentation
479  536965 GtkPlug: crash on theme change
480  567124 proposal to delay doing something related to immodule...
481  568305 gdk-pixbuf mishandles BI_BITFIELDS bmps
482
483 * New and updated translations:
484  Crimean Tatar (crh)
485  Spanish (es)
486  Hebrew (he)
487  Hungarian (hu)
488  Italian (it)
489  Korean (ko)
490  Lithuanian (lt)
491  Norwegian bokmÃ¥l (nb)
492  Norwegian Nynorsk (nn)
493  Swedish (sv)
494  Thai (th)
495  Simplified Chinese (zh_CN)
496
497
498 Overview of Changes from GTK+ 2.14.x to 2.15.0
499 ==============================================
500
501 * GtkFileChooser
502  - Optionally shows file sizes
503  - Mounts volumes when necessary
504  - Picks better mime icons
505
506 * GtkEntry
507  - Can show icons at either side of the entry, which can be made
508    clickable, drag sources, etc
509  - Can show progress information
510  - Picks the best available placeholder character for invisible entries 
511    unless it is explicitly set. See the invisible-char-set property
512  - Input methods work again in invisible entries
513  - Invisible entries can optionally display a caps-lock warning. This
514    can be turned off with the caps-lock-warning property
515
516 * GtkStatusIcon
517  - Uses an extension of the tray icon spec to negotiate RGBA support.
518    This is also supported by the GNOME panel. For details, see the
519    section on "Visual and bckground pixmap handling" in the System
520    Tray Protocol Specification.
521  - Supports scroll events, middle clicks and rich tooltips
522
523 * GtkLinkButton
524  - Respects user-defined tooltips 
525  - Has a default url hook
526
527 * GtkBuilder
528  - Can construct menus
529  - Can associate accel groups with windows
530  - Child properties can now be translatable, e.g. GtkAssistant::page-title
531
532 * GtkOrientable
533  - A new interface implemented by all widgets that have horizontal and
534    vertical variants
535
536 * Printing support
537  - Print-to-file can save to non-local files
538  - Page rendering can be deferred to a thread to avoid blocking the mainloop
539
540 * GDK
541  - GdkKeymap emits a state-changed signal when the caps lock state changes
542
543 * Newly deprecated functions:
544   gdk_window_get_toplevels(),
545   gtk_font_selection_dialog_get_apply_button(),
546   gtk_status_icon_set_tooltip(),
547   gtk_toolbar_set_orientation()
548
549 * Changes that are relevant for theme authors
550  - The GtkMenu::arrow-placement style property allow more space efficient
551    layout of scrolling menus
552  - Submenu arrows can be scaled relative to the font size, with the
553    GtkMenuItem::arrow-scaling style property
554  - Themes can set the GtkDialog::content-area-spacing style property to 
555    change the spacing between elements of the content area
556  - The GtkEntry::state-hint style property can be used to request that
557    GTK+ should pass the correct state when drawing the background of entries
558  - The GtkEntry::prelight style property can be used to suppress prelighting
559    of icons in entries on mouseover
560  
561 * Changes that are relevant for translators
562  - GTK+ has been switched to use the two-argument C_() macro
563    instead of Q_() for messages with context
564
565 * Bugs fixed:
566  434987 MS Windows style should use pango_win32_font_description_from_logfont
567  325095 show a 'size' column
568  552837 mem leak in gtkimmulticontext
569   83935 GtkEntry's default invisible char should be U+25CF
570  553000 incorrect i18n header in gtkfilesystem.c
571  552789 Show size column in the search and recently used files modes
572  553135 eog crash: assertion failed. 
573  382544 GtkIconView: Selection/focus should be painted around the items
574  541391 Unfocussable Treeview swallows focus
575  408244 add GtkDialog::content-area-spacing
576  538782 Make GtkMenu's arrow size themable
577  553385 gtk-builder-convert creates untranslated combobox models
578  553241 double freed pointer in lpr_write cause firefox3 crash
579  553917 Typo in gdkwindow-win32.c
580  553133 GtkFileChooser won't ask to mount a volume
581  553211 GtkFileChooserButton unsets filter after first use
582  553578 tabs are not drawn correctly
583  553803 eventually call XCloseDevice on XOpenDevice results
584  552956 Should check composite extension version
585  552959 GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real transparency
586  553575 Only draw focus when navigating with the keyboard
587  339367 Incorrect spotlocation
588  554141 uninitialized data use/free in gtkclipboard-quartz.c
589  371908 Password Entry broken
590  317002 Disable input method completely in GtkEntry when it...
591  487624 Tooltips doesn't get updated if ther's no mouse motion...
592  107000 Add signals to GdkKeymap for monitoring caps_lock, etc
593  530568 Entries with visibility=FALSE should warn for caps-lock on
594  553086 hard to see current immodule
595  541009 Get rid of separate subclasses for horizontal and vertical...
596  344522 support non-local destination files (GtkPrint)
597  553582 Add orientation API to GtkSeparator
598  554506 combining diacritics broken, became deadkeys
599  553585 Add orientation API to GtkRuler
600  554690 mem leak in filechooser
601  554691 mem leak in filechooser
602  554696 invalid free function used
603  554698 mem leak in filechooser
604  554701 filechooser spams console with useless warnings
605  554704 gtkfilesystemmodel does too much work
606  530575 GtkEntry with invisible chars has a confused cursor in overwrite mode
607   96431 Can't cut and paste / DND within invisible entry
608  132501 Make utility window translate to tool window in win32
609  539464 gtk_cell_view_get_model is missing in GtkCellView
610  553573 Add orientation API to GtkBox
611  555387 Changing the sensitivity of a statusbar mistakenly requires a display
612  436533 Allow more space efficient scroll arrows placement
613  555270 Allow unsetting a MessageDialog's image
614  554702 gtkfilesystem leaks GError
615  554192 double press on the "circumflex" dead key...
616  516425 Optionally display accelerators in popups
617  550342 Splash screens have a caption
618  555578 GtkTable propertiy maxima are wrong
619  555523 gtk_scale_button_set_adjustment should accept NULL
620  555573 gtk_font_selection_set_font_name shouldn't require a screen
621  555676 gtk_widget_real_grab_focus assumes toplevel == window
622  555000 Wrong treatment on non-spacing marks dead keys in GtkIMContextSimple
623  551355 Make glib build with libtool 2.2
624  555186 Setting gtk-toolbar-icon-size with custom icon_size
625  555625 Updated gtk_compose_seqs_compact table
626  555386 format not a string literal and no format arguments
627  552318 menubar mnemonics consumed even when gtk-enable-mnemonics=false
628  555779 GtkCellRendererPixbuf crashed on failed GIcon lookup
629  556150 gtk 'object' property test fixing
630  556527 The current page property is not passed to GtkPrintUnixDialog
631  556578 GIMP windows stay on top of other windows
632  557059 crash when compositing emblems with icon
633  557266 Window Management Problem
634  555920 gtkentry.c passes wrong enum to pango_layout_set_alignment
635  528320 Incorrect icons displayed for files with custom mimetype icons
636  557524 "va_end(args);" should be added into gtk_text_buffer_insert_with_...
637  556835 gtkentry.c: variable is declared at middle of block
638  556954 gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocation...
639  557315 stale clipboard target cache
640  530454 Clarify page_nr when printing
641  557065 gtkcellrendererpixbuf spams console over and over...
642  557894 Wrong return value for gdk_pointer_grab_info_libgtk_only
643  558397 gtk_widget_error_bell undefined without a screen
644  557762 Misleading error message in GDK DirectFB
645  557316 GtkLinkButton should consider user-defined tooltip
646  339714 Set printer dpi on cairo ps/pdf surfaces when printing
647  558522 scroll arrow painted insensitive even though there are pages...
648  347230 testicontheme shortcomings
649  558323 glitches when popping up combos in treeviews
650  558667 gtk_font_selection_dialog_get_apply_button - deprecate
651  412134 Add API to query style properties from the style
652  322934 Replace menu's proxy icons with empty space hiding icons
653  409435 GtkStatusIcon enhancements: scroll events, middle click, rich tooltips
654  558278 Crash when calling a callback set by gdk_add_client_message_filter()
655  558929 gtkstatusicon.c: 'event' is a member of the structure
656  558001 gtk_icon_view_enable_model_drag_[source|dest] problem
657  557212 Problem with which window gains focus and is visible
658  559404 gtk_editable_insert_text counts length in bytes
659  558586 handling of keyboard under darwin (quartz)
660  558409 GtkLabel::use-underline doesnt work with GtkLabel::attributes
661  553586 Add orientation API to GtkPaned
662  560135 Print when the user double clicks a printer
663  553765 Add orientation API to GtkRange
664  550942 Rework of gdkeventloop-quartz.c
665  525550 GTK+ 2.13.0 GtkCurve test fails
666  559619 invisible-char default cannot be tested
667  560139 GtkEntry doesn't paint with the right state
668  560602 Wrong GtkMenuItem default value (test fails)
669  377699 realizing gtk.Progress() causes SEGV
670  561335 Fix typos in GtkToolItem documentation
671  561539 Alignments miscalculate dimensions when allocated less...
672  559947 Unchecked dependency on python>=2.4
673  561504 testgtk should load rc file from sub folder
674  539263 Deprecate gdk_window_get_toplevels
675  554076 eventually release g_new-ed supported_atoms
676  559622 GdkDevice test segfaults
677  554453 "typeahead find" widget of GtkTreeView appears on wrong monitor...
678  562817 GtkDialog: typo
679  555334 connected server feature
680  562878 password save incorrectly set in gtkmountoperation
681  559914 eog doesn't apply paper setup
682  562998 GtkFontButton documentation improvements
683  557420 Some compose sequences don't work anymore (or only in specific order)
684  546285 Allow GtkEntry to draw progress
685  563547 Update gdkx11 atom precache table
686  563285 test print backend does not compile
687  559325 documentation for gdk_display_get_window_at_pointer() is wrong
688  554274 Add default hook for GtkLinkButton
689  546378 GtkAssistant page title is not translatable
690  563991 gtk_file_chooser_button_new_with_backend is deprecated...
691  563994 Input method module interface not documented
692  564066 Crash in gtk_rc_parse_default_files
693  563835 Typo in gtk_widget_has_screen() docs
694  564212 gtk_icon_view_accessible_model_rows_reordered explain new_order...
695  563751 xatom cache is prefilled too late
696  556839 Crash when opening a link
697  549251 GTK icon view accessible issue
698  558306 Cannot build gdk (gtk+ 2.14.4) on Solaris 8
699  555560 gtk_combo_box_set_active fails with no model
700  563158 CellRendererProgress pulsing and progressing rows can not...
701  556233 local-only causes G_IS_FILE warning
702  562579 Remove error dialog when directory does not exist
703  561494 FileChooser network browsing and authentication support
704  339318 Allow page rendering to (optionally) happen in a thread
705   85292 add an icon to gtkentry
706  564881 gtkstatusicon.c: 'event' bug again
707  552545 leaks GpImage
708  553374 gdk_pixdata_from_pixbuf fails for some images with use_rle set to TRUE
709  555791 Natuilus Crashes when opening USB MP3 Player Contents
710  561186 GdkPixbuf API type checking needs cleanup
711  559009 gtk_radio_button_get_group documentation needs to say...
712  523264 Update GTK+ reference documentation screenshots
713  563876 [Regression] GTK_MODULES env var is no longer relevant
714  554950 gail must make itself resident
715  555953 libferret missing link against libgtk-x11
716  554002 Orca App-Preferences dialog page tabs are "off" by one...
717  353088 gtk_expander_get_label should return the full label text
718  512743 Applications with lists crash in libgail
719  564555 synaptic cannot be started...
720  565203 icons are misplaced when horizontal gtkiconview is...
721  549251 GTK icon view accessible issue 
722  558694 Paned window splitter keynav broken
723  565846 va_end(args) should be added into gtk_tree_store_new
724
725 * New and updated translations:
726  Arabic (ar)
727  Asturian (ast)
728  Catalan (ca)
729  Danish (da)
730  German (de)
731  British English (en_GB)
732  Spanish (es)
733  Finnish (fi)
734  Galician (gl)
735  Hebrew (he)
736  Japanese (ja)
737  Georgian (ka)
738  Malayalam (ml)
739  Marathi (mr)
740  Portugese (pt)
741  Brazilian Portugese (pt_BR)
742  Romanian (ro)
743  Russian (ru)
744  Slovak (sk)
745  Serbian (sr, sr@latin)
746  Swedish (sv)
747  Thai (th)
748
749
750 Overview of Changes from GTK+ 2.14.1 to 2.14.2
751 ==============================================
752
753 * Don't use XRRGetScreenResources, since it doesn't work well
754
755 * Bugs fixed:
756  551063 deprecated marking without a link to what new code should use
757  319849 gtkcalendar look in RTL locales
758  550989 gdk_display_put_event should call g_main_context_wakeup
759  550062 Small update in gdk/gdkkeysyms.h
760  551325 Reference to wrong parameter in gtk_editable_insert_text
761  551386 gtk_printer_set_is_default() always sets TRUE
762  550676 Memory leak, update keyboard layout data structure
763  551699 gtk_scrolled_window_destroy() is broken
764  551567 DND mark broken
765  551378 Print dialog: should try UDS when fetching PPD for localhost
766  536542 gtk_list_store_set() documentation doesn't say whether...
767  552153 GtkModules loading with XSettings doesn't work...
768  552001 gtkimcontextsimple.c: variable is declared at middle...
769  551987 GtkPaned redrawing problem
770  551722 gtk_widget_set_scroll_adjustments() should check...
771  552107 Small libtool fixes
772  552500 GtkPrintSettings API doc not precise enough
773  408154 Change GtkEntryCompletion max-items to style property
774  329593 Entering characters on a line very cpu intensive and slow
775  552667 gtkimage containing gicon leaks memory
776  552668 format not a string literal and no format arguments...
777  346903 gtk_enumerate_printers needs events to complete
778  550969 fix a typo which breaks the static build
779  517233 Calling gdk_pixbuf_loader_close causes "GError set over...
780  551063 deprecated marking without a link to what new code should use
781  540967 docs build slowly because of entities
782
783 * Updated translations:
784  Afrikaans (af)
785  Arabic (ar)
786  Assamese (as)
787  Bulgarian (bg)
788  Bengali India (bn_IN)
789  Catalan (ca)
790  Finnish (fi)
791  French (fr)
792  Gujarati (gu)
793  Croatian (hr)
794  Italian (it)
795  Lithuanian (lt)
796  Malayalam (ml)
797  Marathi (mr)
798  Dutch (nl)
799  Oriya (or)
800  Brazilian Portugese (pt_BR)
801  Portugese (pt)
802  Telugu (te)
803  Thai (th)
804  Turkish (tr)
805
806
807 Overview of Changes from GTK+ 2.14.0 to 2.14.1
808 ==============================================
809
810 * Fix a deadlock in pixbuf loader initialization
811
812 * Updated translations:
813  Ukrainian (uk)
814
815
816 Overview of Changes from GTK+ 2.13.7 to 2.14.0
817 ==============================================
818
819 * Bugs fixed:
820  548354 Remove repeated code in gtk_cell_view_size_allocate
821  548346 gtk_color_selection_dialog_get_color_selection always...
822  535158 can't rearrange the order of multi pages per side
823  545875 evo crashed when trying to print pages 6-7 of a 1 page...
824  549236 missing Since 2.14 in gtk_file_chooser_get_file
825  549354 Crash trying to open a file on a remote folder
826  549734 gtk_selection_data_get_data prototype is wrong
827  549262 GtkScrolledWindow should not accept focus unless...
828  549810 Memory leaks in printing code 
829  437791 Animation is played at the wrong speed
830  549943 gtk_tool_shell_get_relief_style() always returns...
831  547449 Entry/Combo popup misplaced after resize
832  550528 IconView DND interface does not work if only used as source
833  548993 regression: gdk 2.13 leaves stray windows in certain cases
834  520165 typeahead find (interactive search) only accepts one char...
835  528091 Arrows for scrollable notebooks don't work with unset GTK...
836  528975 Can not maximize the window
837  543308 FileChooser size problems since gtk+-2.13.x 
838  549322 Typo in gdk_pixbuf_save_to_buffer docs
839  549711 Race condition when loading gdk-pixbuf image modules
840
841 * Updated translations:
842  Czech (cs)
843  German (de)
844  Spanish (es)
845  Estonian (et)
846  British English (en_GB)
847  Finnish (fi)
848  French (fr)
849  Irish (ga)
850  Galician (gl)
851  Japanese (ja)
852  Hebrew (he)
853  Hungarian (hu)
854  Korean (ko)
855  Maithili (mai)
856  Norwegian bokmÃ¥l (nb)
857  Polish (pl)
858  Pashto (ps)
859  Brazilian Portugese (pt_BR)
860  Albanian (sq)
861  Swedish (sw)
862  Telugu (te)
863  Thai (th)
864  Vietnamese (vi)
865
866
867 Overview of Changes from GTK+ 2.13.6 to 2.13.7
868 ==============================================
869
870 * Bugs fixed:
871  545031 list of recently used files is created world-readable
872  535573 Deadlock in gdkeventloop-quartz.c:poll_func()
873  546771 Add writable property "visited" to GtkLinkButton
874  546756 gnome-panel crashed with SIGSEGV in g_type_check_...
875  547027 menus are broken
876  544863 gtkquartz.h not included in released 2.13.5 package
877  547211 Duplicated mnemonic
878  547270 Make GtkHSV public
879  546616 CUPS print backend uses 1.2 API without guards
880  546754 2.13.6 update create rendering issue in the evo...
881  546730 gtk_status_icon_get_gicon() should use a return...
882  526234 make shift+ctrl+del delete till the end of line
883  547456 gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't...
884  547516 Add comments for translators in gtkprintbackendcups.c
885  547673 Accessors for GtkFileSelection.font_entry and...
886  547775 Documentation of gtk-button-images is not correct
887  547846 gtktestutils functions lack Since: tags
888  547655 gio_can_sniff configure test can fail...
889  547944 Self-reference in gtk_page_setup_load_file's docs
890  547680 fontconfig monitoring can crash apps
891  546549 Better Type Checking
892  532644 TIFF loader need to exclude CR2 files
893
894 * Updated translations:
895  Arabic (ar)
896  Spanish (es)
897  Basque (eu)
898  Finnish (fi)
899  Galicican (gl)
900  Japanese (ja)
901  Kannada (kn)
902  Marathi (mr)
903  Norwegian bokmÃ¥l (nb)
904  Portugese (pt)
905  Brazilian Portugese (pt_BR)
906  Swedish (sv)
907  Thai (th)
908
909
910 Overview of Changes from GTK+ 2.13.5 to 2.13.6
911 ==============================================
912
913 * Fix problems on 64-bit Windows
914
915 * Fix a long-standing, well-known problem with the handling
916   of insensitive buttons, bug 56070
917
918 * Fallback to Xinerama if the Xrandr implementation
919   is just a stub
920
921 * gdk_threads_add_timeout_seconds[_full]: New functions with
922   second-granularity to complete the set of gdk_threads_ timeout
923   functions
924
925 * Support rendering icons with emblems specified as GEmblemedIcon
926
927 * GtkFileChooser has a GFile-oriented API now, functions
928   for creating filechoosers with specific backends have been
929   deprecated, since GIO is used directly.
930  
931 * GtkAdjustment has been sealed, adding getters and setters
932   for all struct fields.
933
934 * Bugs fixed:
935  544265 GDK assumes XFIXES extension
936  543915 "Sole completion" translation issue
937  544510 SetTimer callback signatures has the wrong type
938  544390 evince crashes after clicking print
939  361561 StatusIcon signals not documented as definitely public API.
940  368234 Incorrect tabs rendering during reorder with rounded themes
941  545976 Deprecate gtk_file_chooser_*_with_backend
942  545978 Make filechooser GFile API public 
943  544863 gtkquartz.h not included in released 2.13.5 package
944  424207 printing hangs on unreachable cups server
945   56070 Can't click button after setting it sensitive
946  545931 small documentation typos
947  344383 use po/LINGUAS
948   65818 rename gtk_window_set_default() and add getter for it
949  539733 No way to control treeview separator height
950  523950 GtkTreeModelFilter's visible function may get an empty...
951  526575 Missing return type in gtk_ui_manager_get_toplevels...
952  429411 add style properties to set minimum progressbar w...
953  429427 Add "arrow-spacing" style property to GtkRange
954  544302 GtkStatusIcon should support GIcon
955  339699 implement gtk_print_operation_set_show_dialog for...
956  538686 gtkprintoperation-win32.c: devmode_from_settings
957  540379 gtk_tree_view_enable_model_drag_dest and ...
958  544684 Win64 issue, window handles are assumed to be 32-bit
959  540834 Insensitive widgets cannot be grabbed
960  515596 GtkUIManager's embedded UI definition example is invalid
961  534979 GtkImageMenuItem is a bin but has two children
962  382291 Automatically dim the combobox when the model is empty
963  545982 missing braces cause bogus warnings when using GtkBuilder
964  544858 Seal GtkAdjustment
965
966 * Updated translations:
967  Spanish (es)
968  Galician (gl)
969  Japanese (ja)
970  Korean (ko)
971  Norwegian bokmÃ¥l (nb)
972  Portugese (pt)
973  Brasilian Portugese (pt_BR)
974  Albanian (sq)
975  Swedish (sv)
976
977
978 Overview of Changes from GTK+ 2.13.4 to 2.13.5
979 ==============================================
980
981 * gdk-pixbuf:
982  - Use GIO for mime type sniffing when possible
983
984 * Printing:
985  - Handle paused printers and printers that don't accept jobs
986
987 * GtkBuilder:
988  - Support building parts of the XML tree with the new functions
989    gtk_builder_add_objects_from_file, gtk_builder_add_objects_from_string
990
991 * Bugs fixed:
992  540917 deprecate pack_start_defaults()
993  541645 gtkfilechooserdefault segfaults when bookmark does not contain ://
994  493008 gdk_screen_get_window_stack is not 64-bit-compatible
995  539248 gtk_calender_query_tooltip calls ->detail_func with invalid dates
996  327582 Incomplete docs for GtkSettings::gtk-icon-sizes
997  343663 source-buffer highlighting highlights "char" in gtk_text_iter_...
998  541811 g_return_if_fail (widget->parent == container)
999  541540 Dead link to pkg-config site in GTK+ online FAQ
1000  513580 Broken link in GTK+ FAQ
1001  531129 gtk_style_copy() does not include a return value or description
1002  510225 gtk_widget_get_composite_name retval should be freed
1003  507953 gtk_tree_view_set_tooltip_column() shows markups
1004  469068 clarify gdk_cairo_create()
1005  528845 segv from GtkBuilder on attempting <accelerator> under GtkCellView
1006  540994 [Win32] Some windows don't appear at the top when created
1007  541964 [Win32] Setting modal hint to current value might confuse the stack
1008  541950 Removing recently-added accelerator UI causes a wrong g_warning
1009  542234 iconview a11y implementation segfaults
1010  541399 Widget tooltips: treat "" same as NULL
1011  334418 Support easy input of ellipsis
1012  321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
1013  316087 Resizing columns is chaotic
1014  542853 jasper test fails due to incomplete library arguments
1015  507394 mem leak from gtk_selection_add_targets
1016  488766 GtkFileChooserButton doesn't clear icon after gtk_file_chooser_...
1017  479780 Bookmarks in left pane of FileChooser cannot be renamed
1018  542523 GtkTextTag should handle setting properties to NULL
1019  384940 handle rejecting jobs and authentication meaningfully
1020  339591 Detect list of availible cover pages
1021  543244 crashes when renaming a bookmark
1022  447998 GtkBuilder does not support building parts of the xml tree
1023  543217 GTK application crashed with directfb backend
1024  543545 GtkAssistant crashes when gtk_widget_hide() is called inside ...
1025  401985 Documentation improvement for the gdk_pixbuf_new_from_file_at_...
1026  543085 gdk_pixbuf_saturate_and_pixelate may corrupt memory
1027  488019 Mention bind_textdomain_codeset in gettext related FAQ
1028  528822 typo in GtkCombo docs
1029  540967 docs build slowly because of entities
1030  537430 label pango attributes & i18n
1031  543989 Crash in gtk_tree_view_size_allocate_columns
1032  535223 gbookmark file inefficiency ...
1033
1034 * Updated translations:
1035  Assamese (as)
1036  Czech (cs)
1037  German (de)
1038  Spanish (es)
1039  Galician (gl)
1040  Hebrew (he)
1041  Polish (pl)
1042  Pashto (ps)
1043  Traditional Chinese (zh_HK)
1044  Traditional Chinese (zh_TW)
1045
1046
1047 Overview of Changes from GTK+ 2.13.3 to 2.13.4
1048 ==============================================
1049
1050 * Merge the GSEAL branch (see http://live.gnome.org/GTK+/3.0/Tasks)
1051
1052 * GtkScaleButton has an orientation property 
1053
1054 * Bugs fixed:
1055  538519 GtkCellRendererPixbuf doesn't allow unsetting the icon anymore
1056  538362 Get Win32 icons back in the file chooser
1057  538182 pango_cairo_context_update_layout is not noop after...
1058  508751 gnome-terminal crashed with SIGSEGV after keypress
1059  419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER...
1060  538784 Don't change the filename in the name entry in CREATE_FOLDER...
1061  538395 gtk_combo_box_append_text() on non-compliant model segfaults
1062  539363 Segfault when creating GtkPlugs
1063  539466 GtkMenuShell API/ABI break in trunk
1064  442042 GtkScaleButton is too limited
1065  540318 Invalid URL
1066  530255 GtkAboutDialog cuts off comments label
1067  540310 Avoid unnecessary repaints when resizing GtkWindow
1068  434535 printoperation's create_surface doesn't check temp file...
1069  539790 [PATCH] Please add three new settings to GtkSettings
1070  539164 Windows' System Menu blocks main loop
1071  541162 [Win32] Update for the new GdkWindowImpl stuff
1072  455268 Add gtk-enable-tooltips GtkSetting
1073  537591 Don't hardcode minimum width of menuitems
1074  541249 [Win32] Fix some internal static methods
1075  541305 [Win32] Scrolling was broken after GdkWindow refactoring
1076  540529 Remove all GIMP references
1077  538547 Update doc-shooter in gtk documentation
1078  535498 Printing demo broken
1079  539944 Add GtkScaleButton API so struct fields can be marked...
1080  540915 GtkBuilder sets properties in reverse order
1081  538863 Fixes assertion on entering empty folder
1082  540861 invalid UTF-8 in input device name
1083  540612 mem leak in filechooser
1084  540618 gtk_menu_shell_select_first prints warning on GtkMenubar...
1085  539944 Add GtkScaleButton API so struct fields can be marked...
1086  536966 Paper selector crashes
1087  378158 gdk_win32_selection_add_targets uses uninitialized hwnd v...
1088  516092 use gtk_drag_*_add_*_targets instead of hardcoded target ...
1089  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
1090  538378 GtkFileSystemError should be public
1091  539095 directfb functions need to be renamed due to the offscree...
1092  539470 Fix critical warnings when the GIcon can't be found for a...
1093  539732 Warnings on destruction of GtkDialog.
1094  540235 Getting the current folder fails
1095  537639 complete the gtk_clipboard_request/wait_for/is_available_... 
1096
1097 * Updated translations:
1098  Catalan (ca)
1099  Spanish (es)
1100  Estonian (et)
1101  Hungarian (hu)
1102  Korean (ko)
1103  Norwegian bokmÃ¥l (nb)
1104  Occitan (oc)
1105  Swedish (sv)
1106  Thai (th)
1107
1108  
1109 Overview of Changes from GTK+ 2.13.2 to 2.13.3
1110 ==============================================
1111
1112  * Support runtime font configuration changes
1113  
1114  * Use GIO for mime information
1115
1116  * Use GIO directly for the file chooser, do not load filesystem
1117    implementation modules. This change causes some regressions on Win32, 
1118    which will be addressed by improved Win32 support in GIO.
1119
1120  * GTK+ no longer uses translations when the application is not
1121    translated to the current locale
1122  
1123  * Bugs fixed: 
1124  520874 Should use gio directly
1125  536185 monitor font configuration
1126  536757 openoffice.org menus are placed at wrong position
1127  536990 updateiconcache.c: 'close ()' is redundant 
1128  535608 do not string-copy accel paths in the menu code
1129  488119 critical warnings from gtk_tree_view_get_visible_range
1130  536730 memory corruption in gtktreeview
1131  131920 gtkNotebook sends incorrect switch_page value
1132  526987 GtkCellRendererCombo should allow model to be NULL
1133  536765 GtkComboBox should set COMBO type hint for its menu
1134  503071 Application direction changes to right to left even if...
1135  517706 Connecting GtkButton with "use-stock" == FALSE to a...
1136  519092 Add accessibility support to GtkVolumeButton
1137  524222 GtkToolbar with mix of buttons with and without icons...
1138  537985 gtk_init_with_args() doesn't open a display after...
1139  531960 crash in eog-image.c:1154: (priv->image != NULL)
1140  408154 Change GtkEntryCompletion max-items to style property...
1141  506853 gtk_tree_view_enable_model_drag_[source|dest] problem
1142  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
1143  537685 print to file crashes when the target can not be written 
1144
1145 * Updated translations:
1146  Arabic (ar)
1147  Czech (cs)
1148  Estonian (et)
1149  Hebrew (he)
1150  Norwegian bokmÃ¥l (nb)
1151  Thai (th)
1152
1153
1154 Overview of Changes from GTK+ 2.13.1 to 2.13.2
1155 ==============================================
1156
1157  * Fix an oversight in the header cleanup that went into 2.13.1, which
1158    removed gtkmarshal.h from the set of headers pulled in by gtk.h
1159  
1160  * Add a function to retrieve the XID of a status icon, to allow
1161    notification bubbles to follow the icon
1162  
1163  * Bugs fixed:
1164  533108 leak of GDI region in function 'handle_wm_paint'
1165  530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column...
1166  535830 wrong content type adding an item
1167  536126 gtk.h don't include gtkmarshal.h
1168  535497 Print preview doesn't work
1169  535862 gtk_action_create_icon can't create icons from the icon themes
1170  536092 GtkEntryCompletion's popup window should set type hint
1171  535303 add _get_implementation to GtkStatusIcon
1172
1173  * Updated translations:
1174  Estonian (et)
1175  Galician (gl)
1176  Italian (it)
1177  Vietnamese (vi)
1178
1179
1180 Overview of Changes from GTK+ 2.13.0 to 2.13.1
1181 ==============================================
1182
1183  * Add GtkMountOperation, a subclass of GMountOperation that
1184    can show password dialogs when mounting volumes
1185
1186  * Add GDI+-based pixbuf loaders for bmp, emf, gif, ico, jpeg, tiff, wmf
1187
1188  * Add support for pixmap redirection, new api includes the 
1189    gtk_widget_get_snapshot() function and the GtkWidget::damage-event 
1190    signal and the lower-level gdk_window_redirect_to_drawable() and
1191    gdk_window_remove_redirection() functions
1192
1193  * Add gtk_show_uri(), a replacement for gnome_vfs_url_show() and
1194    gnome_url_show()
1195
1196  * Add a "changed" signal to GtkCellRendererCombo
1197  
1198  * Sync keysyms and compose sequences with recent X.org 
1199
1200  * GtkBuilder
1201    - supports custom stock icons 
1202    - supports Pango attributes in labels
1203  
1204  * GtkRecentManager
1205    - uses GIO to monitor .recently-used.xbel
1206    - limits the growth of .recently-used.xbel with a 
1207      gtk-recent-files-max-age setting
1208
1209  * Filechooser autocompletion has been reworked
1210
1211  * The cups print backend displays printer status information
1212  
1213  * On OS X, accelerators are displayed using Unicode characters,
1214    matching the native behaviour
1215
1216  * GtkIconTheme and GtkImage support GIcon
1217
1218  * Bugs fixed: too many to list here
1219  
1220  * New and updated translations:
1221  Arabic (ar)
1222  Valencian-Catalan (ca)
1223  German (de)
1224  Canadian English (en_CA)
1225  British English (en_GB)
1226  Spanish (es)
1227  Estonian (et)
1228  Galician (gl)
1229  Hebrew (he)
1230  Hungarian (hu)
1231  Kannada (kn)
1232  Norwegian bokmÃ¥l (nb)
1233  Dutch (nl)
1234  Norwegian Nynorsk (nn)
1235  Occitan (oc)
1236  Slovak (sk)
1237  Albanian (sq)
1238  Swedish (sv)
1239  Telugu (te)
1240  Vietnamese (vi)
1241
1242
1243 Overview of Changes from GTK+ 2.12.x to 2.13.0
1244 ==============================================
1245
1246  * gdk-pixbuf:
1247   - Support loading the OS X icns format
1248   - Support loading of JPEG2000 images
1249   - Support loading from and saving to GIO streams
1250
1251  * GDK:
1252   - Add GdkAppLaunchContext, to provide startup notification
1253     with g_app_info_launch()
1254   - Use RandR 1.2 instead of Xinerama when available, and expose
1255     more monitor information
1256
1257  * Accessibility:
1258   - The gail module is now shipped as part of GTK+
1259   - GtkStatusIcon supports keyboard navigation 
1260
1261  * GtkCalendar:
1262   - Support displaying details for each day
1263
1264  * GtkBuilder:
1265   - gtk-builder-convert has been improved
1266   - Translation-domain works properly
1267   - Support accessibility
1268
1269  * Testing support:
1270   - Add utilities for testing GTK+ applications
1271   - Add some unit tests for GTK+ 
1272
1273  * New settings:
1274   - for disabling display of accelerators and mnemonics
1275   - for position of vertical scrollbars in scrolled windows
1276   - for the default input method 
1277
1278  * GtkToolShell: new interface for containers of GtkToolItems
1279
1280  * Bug fixes:
1281  - too many to list here
1282
1283  * Updated translations:
1284   Arabic (ar)
1285   Assamese (as)
1286   Belarusian (be)
1287   Belarusian Latin (be@latin)
1288   Czech (cs)
1289   German (de)
1290   Greek (el)
1291   Estonian (et)
1292   Finnish (fi)
1293   French (fr)
1294   Irish (ga)
1295   Hebrew (he)
1296   Indonesian (id)
1297   Kurdish (ku)
1298   Marathi (mr)
1299   Norwegian bokmÃ¥l (nb)
1300   Occitan (oc)
1301   Brazilian Portugese (pt_BR)
1302   Slovenian (sl)
1303   Swedish (sv)
1304   Telugu (te)
1305   Russian (ru)
1306
1307
1308 Overview of Changes from GTK+ 2.12.0 to 2.12.1
1309 ==============================================
1310
1311  * Bugs fixed: 
1312  472965 a small improvement for scrolling behavior with PgUp/PgDown
1313  460194 Gtk tooltips + swt crash
1314  478803 Segfault in gtk_print_operation_run when no range specified
1315  480123 Crash from GTK's new search feature
1316  483223 im-xim.so leaves callbacks connected to display "closed" ...
1317  476342 Icon cache validation causes severe page-in
1318  484008 configure fails during CUPS version tests on some platforms
1319  327243 GtkFileChooserButton emits two "selection-changed" signal...
1320  465380 gtkfilechooser cannot show the modified date on none UTF-...
1321  467269 Inkscape Flickers horribly
1322  476686 gtkrecentchooser select-multiple property
1323  478173 GTK's Tracker search engine does not work anymore
1324  478371 totem volume slider appears on all workspaces
1325  482089 GtkPrintOperation check for null default signal handler b...
1326  482504 Missing locale to UTF-8 conversion for modification time ...
1327  482841 critical warnings on gdk_display_close after _gtk_tooltip...
1328  483563 remains of gtk_widget_ref() in gtkdnd.c
1329  483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im...
1330  484650 Typo in docs for GdkGrabBroken
1331  484730 In MS-Windows theme, GtkBorder freed with g_free() instea...
1332  486360 Failed to convert Empathy Glade files
1333  389358 print dialog: unit selection dialog can't be closed
1334  448343 File chooser should maintain sort state during folder swi...
1335  477447 GtkPaned documentation doesn't mention behaviour with onl...
1336  482034 GtkMenuPositionFunc push_in parameter description
1337  482837 duplicate declaration of gtk_notebook_create_window()
1338  478637 Notebook tab labels not correctly centered in ms-windows ...
1339  484132 gtk_recent_info_get_icon docs
1340  486636 "Cannot open display" message doesn't include display whe...
1341  455284 Ctrl+L should work depending if it has focus or not
1342  478377 10x speed up for window motion/scroll (gdk-quartz)
1343  485301 Filename is garbled in print dialog on none UTF-8
1344  485437 Fix testxinerama.c to not query current monitor by default
1345  486155 Docs for gtk_text_iter_forward_line()
1346  339877 pixbuf loader incorrectly returns wbmp
1347  456137 Pidgin will crash in fail-safe session due to a NULL poin...
1348  456676 Critical warning in gtk_drag_drop_finished()
1349  352643 crash in gtk_entry_completion_default_completion_func
1350  477280 volume button docs fix
1351  477704 Add docs for GtkTreeModelForeachFunc
1352  476920 Move GtkFileSelection to the deprecated section
1353
1354  * Updated translations:
1355  - Arabic (ar)
1356  - Assamese (as)
1357  - Belarusian Latin (be@latin)
1358  - Catalan (ca)
1359  - Estonian (et)
1360  - Basque (eu)
1361  - Hebrew (he)
1362  - Ido (io)
1363  - Italian (it)
1364  - Japanese (ja)
1365  - Georgian (ka)
1366  - Kannada (kn)
1367  - Korean (ko)
1368  - Lithuanian (lt)
1369  - Dutch (nl)
1370  - Polish (pl)
1371  - Romanian (ro)
1372  - Slovenian (sl)
1373
1374
1375 Overview of Changes from GTK+ 2.11.6 to 2.12.0
1376 ==============================================
1377
1378  * GtkTooltips
1379  - All widgets have been ported to the new tooltips code
1380  - Tooltips are disabled in touchscreen mode 
1381
1382  * GtkBuilder
1383  - Support custom tabs in GtkPrintUnixDialog
1384
1385  * Bugs fixed:
1386  459561 critical warnings with custom tooltips
1387  461648 GdkWindowQueueItem::serial overflow
1388  463773 Openoffice and flash run into a deadlock when used with KDE
1389  468801 thunar segfaults when selecting targa image
1390  473441 [patch] Ungrab windows when gdk_window_destroy() is calle...
1391  473954 gnome-background-properties: crash on drag-n-drop to "Add...
1392  461945 totem outputs errors in terminal
1393  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
1394  405868 Missing implementation of gdk_window_get_geometry()
1395  441219 Do not allow moving cursor to separators
1396  447214 rename the tips_data_list field back
1397  451202 New tooltips API has too long default timeout
1398  451397 Use new tooltip API in gtk+
1399  452225 check and option mark drawing is a mess of inconsistency
1400  457642 tooltips on notebook's tab labels
1401  458088 Improve mouse cursor for paned widgets
1402  458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window...
1403  458280 remove set-toolip handler from menutoolbutton
1404  458298 broken cursor movement with inline selection
1405  459459 Missing implementation of gdk_window_set_decorations() an...
1406  459515 gtk_menu_key_press() buglets
1407  459566 update testtooltips
1408  459667 Missing implementation of gdk_window_set_keep_above and g...
1409  460272 GtkFrame publishes incorrect defaults for "label-xalign"
1410  460534 No expose events if input swamps main loop with scrolled ...
1411  461225 gtk_tree_view_set_tooltip_cell() documentation: cell
1412  463907 'Recent Documents' is broken in gnome-panel 2.19.5
1413  464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul...
1414  465039 "keynav-failed" signal not emitted when treeview has just...
1415  467003 tooltips do not pick up theme changes
1416  467117 Documentation for the GtkPaned key binding signals
1417  467414 gtkcupsutil.c won't build with cups 1.3
1418  468055 Incorrect compose mapping for capital U with macron
1419  468245 Tooltip timer doesn't get reset when mouse leaves into ot...
1420  469214 Recently used blocks side-panel browsing until loaded
1421  469374 menu accelerators don't work
1422  469395 make dist failure
1423  471132 Highlighting a suggestion with the keyboard changes the U...
1424  471215 Cursor drawing broken
1425  472974 gtk-builder-convert doesn't set correctly the tab label f...
1426  472981 make gtk-builder-convert not remove some empty properties
1427  356630 Print to file dialog suggests "output.pdf" even for ps ou...
1428  447883 PATCH Documentation about SVN in HACKING and README.cvs-c...
1429  459340 GtkContainer API documentation refers deprecated gtk_widg...
1430  459732 build system: cups detection with only cups-config might ...
1431  460207 there are still references to deprecated gdk_pixbuf_rende...
1432  461483 Wrong check in gtk_window_group_remove_window
1433  472643 gtk_builder_add_from_file: *filename marked as constant b...
1434  474696 ToolbarContent should use GSlice
1435  459313 A few functions that don't appear in 2.12 new symbols
1436  468832 crash while reading ANI file
1437  470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh...
1438  473340 gtk_print_operation_get_error() is listed twice
1439  473463 GtkButton doesn't have a GdkWindow like the docs say it does
1440  474282 Dead code in gtkmisc.c
1441  472951 gtkprintunixdialog should support custom tabs as buildable
1442  383003 Dragging text including non-ascii chars from epiphany to ...
1443  449371 Open with menu has no effect
1444  404541 GtkIconView crashes when I select icons with rubberband w...
1445  467324 Iter swapping causes segmentation fault
1446  475158 Random crash while scrolling trough notebook tabs
1447  450032 GtkRecentAction should have defaults
1448  458283 wrong tooltip on menutoolbutton
1449  467717 Extra trailing comma after last enum definition
1450  467719 config.h should always be included first if using AC_SYS_...
1451  474897 rendering problem with latest gtk+
1452  475400 Fix a typo in gtkentry.c
1453  436576 GtkFileChooserButton title from supplied dialog
1454  475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS
1455  105895 Please add common keybindings for the TreeView
1456  306445 stock icon for the "open recent" menu
1457  449371 Open with menu has no effect
1458  426246 "Spurious" expose events during asynchronous GtkWindow re...
1459  436576 GtkFileChooserButton title from supplied dialog
1460  474897 rendering problem with latest gtk+
1461  475400 Fix a typo in gtkentry.c
1462  476688 scale button uses wrong value type in getter
1463  476665 gtkcellrendereraccel missing property getter
1464  476689 gtktreeview tooltip column property getter uses wrong val...
1465
1466  * Updated translations
1467  - Bulgarian (bg)
1468  - Bengali (bn_IN)
1469  - Danish (da)
1470  - German (de)
1471  - Canadian English (en_CA)
1472  - Spanish (es)
1473  - Estonian (et)
1474  - Basque (eu)
1475  - Finnish (fi)
1476  - French (fr)
1477  - Irish (ga)
1478  - Gujarati (gu)
1479  - Hungarian (hu)
1480  - Italian (it)
1481  - Japanese (jp)
1482  - Kannada (kn)
1483  - Macedonian (mk)
1484  - Malayalam (ml)
1485  - Norwegian bokmÃ¥l (nb)
1486  - Dutch (nl)
1487  - Oriya (or)
1488  - Polish (pl)
1489  - Portugese (pt)
1490  - Brazilian Portugese (pt_BR)
1491  - Russian (ru)
1492  - Albanian (sq)
1493  - Serbian (sr, sr@Latn)
1494  - Swedish (sv)
1495  - Telugu (te)
1496  - Thai (th)
1497  - Ukrainian (uk)
1498  - Vietnamese (vi) 
1499
1500
1501 Overview of Changes from GTK+ 2.11.5 to 2.11.6
1502 ==============================================
1503
1504  * GtkBuilder:
1505  - The gtk-builder-convert script is more versatile
1506  - GtkBuilder suppports GdkPixbuf properties
1507  - GtkBuilder parses, but doesn't yet implement <accessibility> 
1508  - Support for accelerators in actions has been added
1509
1510 * GtkTooltips:
1511  - The old tooltips API has been deprecated
1512  - The has-tooltip property has getter and setter
1513
1514 * GtkTreeView: 
1515  - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
1516    gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
1517    gtk_tree_view_set_tooltip_column()
1518
1519 * GtkIconView:
1520  - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
1521    gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
1522    gtk_icon_view_set_tooltip_column()
1523
1524 * Bug fixes:
1525  452598 crash in Evolution: Added an Evolution attac...
1526  447966 Add builder support for GdkPixbuf properties
1527  453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
1528  453365 gdk_pixbuf_get_file_info crashes on tif files
1529  361781 GtkViewport size request includes xthickness/ythickness f...
1530  427899 GtkFrame's label may exceed the frame area
1531  430049 gtk_selection_data_set_text() ignores length argument
1532  436965 Add files to /po[-properties]/POTFILES.in
1533  437281 gtk_button_set_image destroyes the old image
1534  448604 gtk+ printbackends build fix
1535  449311 GtkVolumeButton should use new tooltip API
1536  451164 I translate gnome-desktop. But i have no svn account and ...
1537  451575 (API) Changes needed for GtkTooltips deprecation
1538  452425 Setting "tooltip-text" property to NULL has bad effects
1539  452861 gtk_label_set_pattern() is not working anymore
1540  452988 error handling in GtkCellLayout custom parser
1541  453411 Button state not included in key events
1542  453413 Key event state is not right for modifier keys
1543  454654 Accelerator support for actions
1544  454700 Minor update for gdk_threads_enter
1545  454703 gdk_window_invalidate_rect accepts NULL
1546  454830 gtk-builder-convert not converting menus
1547  452056 GtkComboBox doesn't emit 'changed' signal when active row...
1548  452278 GtkBuilder API Documentation
1549  453316 small documentation fix in GtkDrawingArea API documentation
1550  453673 small doc quirk in gtk/gtktreeview.c
1551  453930 small doc quirk in gtk/gtktooltip.c
1552  454596 [patch] gdkpixbuf-scale slight api doc improvement
1553  454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
1554  457384 critical warning from entrycompletion
1555  112404 Problem with focus when closing transient window
1556  172424 Most GtkWidget events have no documentation
1557  408327 Improving tooltip positioning
1558  439480 translations
1559  439715 GtkFileChooser - recent files option takes up 100% CPU.
1560  455482 remove old tooltips work-around from uimanager
1561  455721 mem leak when adding shortcut
1562  455901 mem leak in path bar
1563  455984 need a way to convert to bin_window coordinates
1564  457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb...
1565  458298 broken cursor movement with inline selection
1566  456258 GtkScaleButton: value parameter of signal "value-changed"...
1567  457774 GtkTreeView::test_expand_row and test_collapse_row
1568  455645 intern action names 
1569
1570 * Updated translations:
1571  Bengali (bn_IN)
1572  Greek (el)
1573  Spanish (es)
1574  Estonian (et)
1575  Finnish (fi)
1576  Galician (gl)
1577  Gujarati (gu)
1578  Hungarian (hu)
1579  Japanese (ja)
1580  Lithuanian (lt)
1581  Norwegian bokmÃ¥l (nb)
1582  Dutch (nl)
1583  Swedish (sv) 
1584  Thai (th)
1585  Vietnamese (vi)
1586  
1587
1588 Overview of Changes from GTK+ 2.11.4 to 2.11.5
1589 ==============================================
1590
1591 * OS X port:
1592  - Many improvements
1593
1594 * Win32 port:
1595  - Inconsistent checkboxes are drawn correctly now
1596
1597 * GtkBuilder:
1598  - Ship a Python script, gtk-builder-convert, to 
1599    convert glade files to GtkBuilder syntax
1600
1601 * GtkFileChooser:
1602  - Improved display of the time column
1603  - Support search on OS X, using Spotlight
1604
1605 * GtkTreeView:
1606  - New function gtk_tree_view_is_rubber_banding_active() to
1607    check whether rubber banding is active
1608
1609 * GtkVolumeButton uses the range 0.0 to 1.0, and
1610   correctly adapts tooltips to display percentages
1611
1612 * Bugs fixed:
1613  447967 Improve reference counting
1614  447995 Add a script that converts libglade files
1615  451428 GtkBuilder API changes
1616  449862 gdk_x11_display_get_xdisplay doesn't check pointers befor...
1617  451303 Crashes on empty property
1618  164809 Checkboxes with inconsistent status are not drawn properl...
1619  426987 Panel freezes after upgrading gtk icon cache
1620  439567 Add functions to transform pixbufs based on orientation tags
1621  448313 Block cursor problem on one-character line
1622  449016 Prevent C++ keyword clashes
1623  449167 faulty enter-leave compression
1624  450469 Draw no bevel when "GtkToolbar::shadow-type" is "none"
1625  451070 Broken CUPS SSL printing in gtk 2.10.13
1626  451345 gtk-demo does not open GtkBuilder example twice
1627  451353 Parsing properties broken
1628  451484 Miscalculation in GtkButtonBox CENTER_MODE
1629  451866 GtkVolumeButton range
1630  452046 some fixes for gdk composited window support
1631  452463 type-func attribute on wrong element ?
1632  452464 inconsistent handling of booleans
1633  452465 error handling in gtk_builder_value_from_string_type()
1634  452954 GtkBuilder documentation fixes/improvements
1635  446532 [patch] Improve performance of gtk_recent_manager_get_items
1636  451314 Warning message is wrong for delayed property assigning
1637  392283 GtkNotebook tabs drawn incorrectly with the Wimp theme
1638  449492 debug spew on toolbar focus move
1639  324543 GtkFileChooser: show file 'modified' TIMES, not just DATES
1640  327912 Many mouse cursors are not supported
1641  353805 Detecting Bidi Keyboard Layouts
1642  451527 Confusing GtkRadioButton variable names in some functions
1643  393579 Need tree view API for querying whether rubberbanding is ...
1644
1645 * Updated translations
1646  Spanish (es)
1647  Estonian (et)
1648  Hungarian (hu)
1649  Japanese (ja)
1650  Korean (ko)
1651  Norwegian bokmÃ¥l (nb)
1652  Russian (ru)
1653  Sinhala (si)
1654  Vietnamese (vi)
1655
1656
1657 Overview of Changes from GTK+ 2.11.3 to 2.11.4
1658 ==============================================
1659
1660 * The multipress input method correctly handles control keys
1661
1662 * The memory management of GtkRecentManager has been
1663   changed, deprecating the screen-related functions in favour
1664   of gtk_recent_manager_get_default().
1665
1666 * Bugs fixed: 
1667  448928 Some GtkBuildable methods named too generically
1668  448193 gtkbuilder.h causes compile error with C++
1669  354887 GtkFileChooserButton displays unnecessary authentication ...
1670  440450 GTK font selection minimum size is too large for 150dpi s...
1671  447214 gtk_tooltips_widget_remove() is slow
1672  448299 dgettext arguments interchanged
1673  448321 Drawing problems with block cursor
1674  448341 There is no GtkTooltip documentation in the gtk+ reference
1675  448484 GtkAccelGroup forgets to remove closure invalidate notifi...
1676  448544 Refcount issues in GtkCellRendererSpin
1677  412357 GtkMenuShell not defined as an abstract base type
1678  403717 print preview operation should pass settings to preview p...
1679
1680
1681 Overview of Changes from GTK+ 2.11.2 to 2.11.3
1682 ==============================================
1683
1684 * GtkBuilder: GTK+ supports constructing user interfaces 
1685   from XML descriptions now, similar to libglade.
1686
1687 * The new tooltip code now has convenience api to set
1688   text tooltips: gtk_widget_set_tooltip_text(),
1689   gtk_widget_set_tooltip_markup()
1690  
1691 * GtkTextView, GtkEntry:
1692  - gtk_widget_modify_cursor() is a new function in the 
1693    gtk_widget_modify family to override the style-provided 
1694    cursor colors
1695  - Use a block cursor in overwrite mode
1696
1697 * GtkFileChooser:
1698  - Use xdg-user-dirs to find the Desktop directory
1699  - gtk_file_system_create() is now public API
1700
1701 * GtkMenu:
1702  - GtkMenuItem gained a submenu property
1703  - GtkMenuShell obtained a move-selected signal 
1704
1705 * OS X port:
1706  - Many improvements
1707
1708 * Bugs fixed:
1709  445691 Crash when spawning a new process
1710  447163 Implicit pointer conversion gdk_font_ref()
1711  420249 deadlock on print operation
1712  440918 out-of-bound access on loading pnm
1713  142494 treeview coordinate systems need documentation/auditing
1714  343012 RC parser rejects lower-case identifiers.
1715  350460 Popup windows (esp. menus) misbehave wrt focus
1716  410815 Icon view gets confused when scaling down the pixbuf column
1717  435471 small GtkComboBox cleanup
1718  435840 GTK_WIDGET_SAVED_STATE inconsistency
1719  442617 gdk_spawn overrides envp, breaking child setup funcs whic...
1720  443913 When .recently-used.xbel is empty, recently-used uses %10...
1721  444097 Cannot compile gtksearchenginesimple.c
1722  444310 update_buttons_state on a bare assistant causes gtk+ to c...
1723  444734 Compact file-chooser folder selection not working with gt...
1724  444786 Error loading 'gtk-select-color' in Stock icons and Items
1725  445054 GtkScrolledWindow::scrollbars-within-bevel is drawing wrong
1726  445284 Custom (pixbuf etc.) cursor reverts to default cursor on ...
1727  445539 Unititialized var in gtkrc.c trunk
1728  445855 gtk_scale_button_new() uses private API.
1729  446138 Tiny doc update for gdk_window_get_pointer()
1730  446513 gtknotebook.h: create_window is wrong declaration
1731  446616 glib requirement insufficient
1732  447065 GtkMenuItem: add "submenu" property and some cleanup
1733  426192 Symbolic colors are not working under "engine" sections o...
1734  446107 tiff load dialogue has unreadable text
1735  447396 Typo in documentation of gtk_widget_modify_cursor
1736  79585  API to change cursor color
1737  80378  Visible (Cursor-shape) indicator for Overtype mode
1738  158008 Stock button for Dont Save, Discard Changes, Do Not Save
1739  334576 GtkCellRendererProgress ignores xalign attribute
1740  344836 Add orientation property to CellRendererProgress
1741  172535 Add support for UI builders in gtk+
1742  446833 gtk_menu_shell_move_selected should be a vcall
1743  447586 gtknotebook.c: decreasing unknown size pointer
1744
1745 * Updated translations
1746  Spanish (es)
1747  Swedish (sv)
1748
1749
1750 Overview of Changes from GTK+ 2.11.1 to 2.11.2
1751 ==============================================
1752
1753 * The GtkListStore and GtkTreeStore have new API
1754   to set values using vectors of columns and values
1755
1756 * Bugs fixed:
1757  389603 GtkFileChooserWidget crashes when the window is too narrow
1758  444351 metacity cores on startup
1759  379213 gtkaboutdialog.h causes warnings with GCC and -Wshadow
1760  442888 problem with GTK+ medialib integration
1761  444236 gtk-demo says invisible text doesn't work
1762  444457 Segfault in gdk_window_set_opacity when opacity < 1.0
1763  399071 add gtk_tree_store_set_with_valuesv
1764  434021 crash on startup with jhbuild
1765
1766 * Updated translations:
1767  Spanish (es)
1768
1769
1770 Overview of Changes from GTK+ 2.11.0 to 2.11.1
1771 ==============================================
1772
1773 * GtkTextView:
1774  - Marks can be created independent from buffers
1775  - Cursor color follows text color
1776
1777 * OS X port:
1778  - Many improvements
1779
1780 * GDK:
1781  - Add support for composited child windows
1782
1783 * Bugs fixed:
1784  347883 do-overwrite-confirmation does nothing in 2.10
1785  440890 Crash in gtktooltip.c (GTK+ 2.11.0)
1786  440982 crash in gtk due to missing stock icon gtk-clear
1787  418047 GtkIconView sizing is very broken
1788  438440 All tests for Gtk2 failing when installing from CPAN
1789  314172 gtk_toolbar_set_icon_size() should be 'undeprecated'
1790  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
1791  398414 Printing to file with multiple pages per sheet
1792  412882 gdkwindow should support the concept of "composited"
1793  430218 Some file names are being cut unnecessarily with RTL Inte...
1794  435405 text view recreates pangolayouts all the time
1795  439565 Crash in GtkIconView a11y code
1796  440040 Reference counting in GtkPrintOperation goes awry
1797  440511 xcursors.h: illegal initializing
1798  440780 GtkAction set_short_label might be broken
1799  441443 jpeg loader does not set error upon abortion
1800  442172 Small cleanup in gtk_notebook_set_current_page and fix ty...
1801  442183 Updated gdk/gdkkeysyms-update.pl
1802  443247 Two GtkNotebook cleanups
1803  441767 Icon cache isn't validated properly
1804  442326 Overview navigator traps mouse on wrong screen in dual mo...
1805  79585  GtkTextView API to change cursor color
1806  132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer
1807  348065 [PATCH] Remove automagic status of xinerama dependency
1808  441443 jpeg loader does not set error upon abortion
1809  386935 gtk_notebook_set_window_creation_hook only allows one...
1810  414947 Move "move-focus" signal to GtkWidget
1811
1812
1813 * Updated translations:
1814  Thai (th)
1815  Spanish (es)
1816  Norwegian bokmÃ¥l (nb)
1817
1818
1819 Overview of Changes from GTK+ 2.10.x to 2.11
1820 ============================================
1821
1822 * Printing support:
1823  - Cups backend: Work with "BrowseShortNames Off"
1824  - Cups backend: Fix handling of multi-valued options
1825  - Cups backend: Work with raw printers
1826  - Cups backend: don't lock up when met with larger numbers of printers 
1827  - Improved sensitivity handling of controls in the unix dialog
1828  - Support half-open ranges
1829  - Add a test print backend for easier debugging
1830  - Add API to list paper sizes
1831  - Add API to serialize and deserialize page setups and print settings
1832  - Print settings can be passed to the preview command 
1833  - Make more GtkPrinter public
1834
1835 * GtkFileChooser:
1836  - Improve file chooser dialog size logic
1837  - Add a GtkFileChooserButton::file-set signal
1838  - Add a search mode with backends for Beagle, Tracker and simple search
1839  - Add recent files support
1840
1841 * New tooltips API, that allows complex tooltips (markup, images),
1842   tooltips on insensitive widgets, tooltips on treeviews, etc
1843
1844 * GtkScaleButton, GtkVolumeButton: new widgets for volume controls 
1845   frequently seen in multimedia applications
1846
1847 * Input Methods:
1848  - New Thai and Lao input method
1849  - New multipress input method for phone pads
1850
1851 * Recent files:
1852  - GtkRecentChooserMenu supports custom menu items
1853  - GtkRecentAction was added
1854
1855 * Keyboard navigation improvements:
1856  - Infrastructure for notification of failed keyboard navigation
1857  - Better support for restricted sets of keys
1858  - Only handle keys for notebook tab reordering and scrolledwindow 
1859    scrolling if it make sense
1860  - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable  
1861    the display of accelerators and mnemonics
1862  - Popup/popdown of comboboxes is keybindable
1863
1864 * Windows port: 
1865  - Windows 9x/ME is not supported anymore 
1866  - Many ms-windows theme improvements
1867  - The file chooser uses native icons
1868  - Support drop shadows 
1869  - Use native cursors
1870
1871 * OS X port:
1872  - Many improvements
1873
1874 * Icon theme support:
1875  - Add api to list contexts of an icon theme 
1876  - The builtin stock icons have been replaced by a new set of icons 
1877    which are visually compatible with Tango
1878  - Support fallback to more generic icon names 
1879  - Validate icon caches when they are created and before they are used
1880
1881 * GtkRange has gained support for fill levels
1882
1883 * GtkEntry:  
1884  - inline-selection mode for entry completion that is closer to what 
1885    web browsers need
1886  - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
1887
1888 * GtkTextView:
1889  - Support accumulative and negative margins
1890  - GTK_JUSTIFY_FILL works
1891
1892 * GtkLabel:
1893  - GTK_JUSTIFY_FILL works
1894
1895 * GtkStatusIcon: 
1896  - Multiscreen support
1897  - gtk_status_icon_position_menu() works on Windows
1898  - Don't take up space when invisible
1899
1900 * GtkCellRendererProgress:
1901  - Respect themes 
1902  - Support activity mode
1903
1904 * GtkNotebook: 
1905  - Support scrolling during tab DND
1906  - Allow dropping tabs anywhere
1907  - Deprecate numeric group-ids in favour of a more flexible group property
1908
1909 * GtkTreeView:
1910  - Lots of scrolling fixes
1911  - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
1912    according to platform conventions
1913
1914 * GtkButtonBox:
1915  - Can center buttons now
1916
1917 * GtkComboBoxEntry 
1918  - Can add an arbitrary child widget
1919
1920 * GtkAboutDialog:
1921  - The "name" property has been replaced by "program-name" to avoid
1922    a clash with the preexisting "name" property on GtkWidget
1923
1924 * GDK changes:
1925  - Add gdk_event_request_motions() which works with input devices
1926  - Add API for changing startup notification id on a window
1927  - Add API for sending startup notification messages
1928  - Don't deadlock with xcb-based libX11
1929  - The handling of _NET_WM_USER_TIME has been changed to reduce
1930    the amount of root window property changes
1931  - New gdk_threads api() to allow fully threadsafe handling of idles 
1932    and timeouts
1933
1934 * gdk-pixbuf changes: 
1935  - Optional support for Sun mediaLib hardware acceleration
1936  - Support exif rotations in tiffs and jpegs
1937  - Allow arbitrary split between builtin vs modular loaders
1938  - Support v5 and OS/2 bmps
1939  - Support scaling animations
1940
1941 * Miscellaneous GTK+ changes:
1942  - New function gtk_window_set_opacity(), to set the opacity
1943    of toplevel windows
1944  - Allow to restrict drags within an application or widget 
1945  - Support opening/closing of submenus on click
1946  - Configurable cursor blinking timeout
1947  - Insensitive widgets don't install cursors
1948
1949 * Bug fixes:
1950  - too many to list here
1951
1952 * New and updated translations:
1953  Arabic (ar)
1954  Assamese (as)
1955  Belarusian Latin (be@latin)
1956  Bulgarian (bg)
1957  Bengali (bn)
1958  Catalan (ca)
1959  Czech (cs)
1960  Welsh (cy)
1961  German (de)
1962  Greek (el)
1963  Canadian English (en_CA)
1964  British English (en_GB)
1965  Esperanto (eo)
1966  Spanish (es)
1967  Estonian (et)
1968  Finnish (fi)
1969  French (fr)
1970  Gujarati (gu)
1971  Hebrew (he)
1972  Hindi (hi)
1973  Hungarian (hu)
1974  Indonesian (id)
1975  Italian (it)
1976  Kurdish (ku)
1977  Lithuanian (lt)
1978  Latvian (lv)
1979  Macedonian (mk)
1980  Malayalam (ml)
1981  Marathi (mr)
1982  Norwegian bokmÃ¥l (nb)
1983  Nepali (ne)
1984  Oriya (or)
1985  Brazilian Portugese (pt_BR)
1986  Romanian (ro)
1987  Russian (ru)
1988  Slovenian (sl)
1989  Serbian (sr) 
1990  Serbian Latin (sr@Latn)
1991  Swedish (sv)
1992  Tamil (ta)
1993  Thai (th)
1994  Turkish (tr)
1995  Ukainian (uk)
1996  Vietnamese (vi)
1997  Walloon (wa)
1998  Simplified Chinese (zh_CN)
1999  Chinese (Hong Kong) (zh_HK)
2000  Chinese (Taiwan) (zh_TW)
2001
2002
2003 Overview of Changes from GTK+ 2.10.1 to 2.10.2
2004 ==============================================
2005
2006
2007 * Many fixes and improvements for the OS X backends
2008
2009 * Revert to using gtk modules with global binding,
2010   since the local binding that was introduced in 
2011   2.10 breaks the accessibility support of current 
2012   OpenOffice.org releases.
2013
2014 * GtkRecenManager 
2015  - Poll for changes to the XBEL file
2016  - Fix initial bad placement of recent files menu
2017  - Show nonexisting resources by default, and do 
2018    not mark them as insensitive
2019  - Allow adding a filter to GtkRecentChooserMenu
2020
2021 * GtkFileChooser
2022  - Improve the fallbacks for icons
2023  - Make  / and ~ activate the location entry again
2024
2025 * Bugs fixed:
2026  348828 Segmentation Fault in gtk_combo_box_menu_setup 
2027         when removing combobox child
2028  349552 problem with parsing (enum) style properties
2029  351581 API Documentation issues with 2.15 release
2030  348652 reorder() from ComboBoxEntry produces Gtk+ assert 
2031         error
2032  349128 Fix docs about GtkTreeModel::row-deleted
2033  350605 Crash caused by the recent menu
2034  348096 GtkStyle leaks GtkRcContext
2035  348145 Background images not working with Quartz backend
2036  329752 Problem with has_selection notification when 
2037         deleting the selection
2038  347856 gtk_recent_chooser_add_filter not implemented 
2039         for GtkRecentChooserMenu
2040  348245 Disabling pdf printing doesn't hide option
2041  348278 textview doesn't update on hinting setting change
2042  348289 Filechooser is blocked by higher priority idle
2043  348478 entry completions needs to reset the IM context 
2044         before emitting action-activate signal
2045  348538 Remove old email addreses from the tutorial
2046  348626 drag-to-child should not work
2047  348634 IconView does not update background
2048  348706 don't allow dnd onto arrows
2049  348740 configure script does not honour PKG_CONFIG variable
2050  348787 Segfault in gtk_font_button_update_font_info()
2051  348824 test attached calendar-sane-timer patch in head
2052  348971 gtk_status_icon_get_geometry returns bogus data
2053  349382 valgrind uninitialized memory warnings setting 
2054         partly uninitialized X properties
2055  349570 notebook arrow PRELIGHT drawing doesn't work
2056  349834 Memleak from gtk_tree_view_set_enable_tree_lines
2057  349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
2058  349859 gtk_paint_tab doesn't work when widget is now 
2059         option menu
2060  349997 Indirect leak from XkbGetMap
2061  350039 GtkFileChooserEntry leaks sources
2062  350050 GdkGC leak from GtkRuler
2063  350139 Should use evince preview mode
2064  350258 Memory leak in gtk_entry_drag_data_received()
2065  350329 The CUPS printer backend in GTK+-2.10.1 fails 
2066         with CUPS 1.1.
2067  350517 reset_style_idle() interferes with application 
2068         idles
2069  350860 Balloon messages sent to tray do not have the 
2070         correct window in XEvent
2071  350938 TreeViewColumn rendering off when "spacing" 
2072         property set
2073  351112 gtk_notebook_set_current_page fails when the 
2074         notebook has not yet been shown
2075  351519 Directfb backend fails to build
2076  165714 GtkEntryCompletion doesn't complete on paste
2077  168737 Different button sizes in About dialogs
2078  345666 The icons of file, directory and device at 
2079         GtkFileChooser
2080  349429 spin button does not use correct value for 
2081         inner_border
2082  349501 fix in the documentation of function 
2083         gtk_list_store_insert_with_values()
2084  350072 stdout output from colorselection
2085  351759 Wrong range value in documentation of 
2086         gtk_color_selection_set_current_alpha
2087  349277 Wrong message for problems with serializing 
2088         texts
2089  346800 Rework sort/filter models to use indices to 
2090         parents instead of pointers
2091  349120 Small error in doc
2092  350911 gdk_pixbuf_new_from_file_at_scale() should 
2093         skip when there's enough image data 
2094  348728 GtkTable Row and Column Spacing
2095  351241 swapped argument description
2096  350023 "Running GTK+ Applications" chapter does not 
2097         document new GTK_DEBUG possibilities
2098  351812 file print backend filename encoding issue
2099
2100 * New and updated translations (bg,bn_IN,de,dz,el,es,
2101   et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
2102   sv,th,tr,tt,uk,zh_HK,zh_TW)
2103
2104
2105 Overview of Changes from GTK+ 2.10.0 to 2.10.1
2106 ==============================================
2107
2108 * Drop Pango requirement 1.12.0
2109
2110 * Many fixes and improvements for the OS X 
2111   and directfb backends
2112
2113 * The printing framework now supports a subset
2114   of the Cups 1.2 custom PPD option spec
2115
2116 * Bug fixes:
2117  348134 box gaps on left and right can be drawn wrong
2118  348014 crash on Epiphany Web Browser
2119  348063 _gtk_icon_cache_get_icon crashes when no 
2120         cache available
2121  348096 GtkStyle leaks GtkRcContext
2122  157439 The "adding to panel" is buggy when switching 
2123         to an rtl environment
2124  346751 symbolic colors can't be use in properties
2125  347976 Context menus appear in strange locations
2126  348001 xid / fid X11 font id's are used intermixed
2127  348049 Tabs "magically" re-order
2128  348094 Adjustment leak from gtkiconview
2129  348115 improve notebook visuals when dragging
2130  348120 gtkentrycompletion leaks action_view
2131  348227 gtkimcontextsimple doesn't terminate a string 
2132         with null
2133  348424 mem leak in GtkPrintSettings
2134  348089 Missing chaining up in gtk_recent_chooser_menu_finalize
2135  348090 Reference leak in gtk_text_layout_set_contexts
2136  348095 gtk_menu_stop_scrolling does work even if we 
2137         were not scrolling...
2138  142582 Add animation xsetting
2139  346427 xbm loader returns false, fails to set error
2140  346733 GList of visuals is always empty and causes 
2141         crashes in gdk_rgb_choose_visual()
2142  347048 crash on using GtkAssistant
2143  164884 GtkTreeView row drag is sometimes started 
2144         spuriously
2145  302127 GtkTreeView gets angry when items deleted 
2146         from a test_expand_row handler
2147  346092 gtk_tooltip_set_delay documentation wrong
2148  346428 Be robust against broken loaders failing to 
2149         set error on failure
2150  346467 gtkwindow state assignments bug
2151  346598 modeline takes too much memory
2152  346603 Context menus only work once
2153  346639 treeview memleak
2154  346668 symbolic colors are broken when specifying 
2155         engine
2156  346713 quartz backend is missing functions that 
2157         pygtk needs
2158  346721 XBM reading in quartz backend is broken
2159  346836 Tabs jump around when opening menus
2160  347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
2161  347277 gtk_drag_get_ipc_widget() and window groups
2162  347315 SYNC extension check failing
2163  347902 GtkRange doesn't reliably update stepper 
2164         sensitivity
2165  335012 gtkcellrenderertext - gtkeditable: bad 
2166         interaction when ypad is set to hi value
2167  337910 gdk_pango_layout_get_clip_region is inefficient
2168  346605 Modifier-key events are not sent
2169  346970 gtkfilechooserbutton leaks an empty list
2170  347032 documentation of gtk_print_context_get_height() 
2171         has typo
2172  347037 GObject info missing for GtkRecentManager and 
2173         GtkRecentChooser* in gtk-doc API reference
2174  347041 documentation of gtk_paper_size_is_equal() 
2175         has a typo
2176  347043 Reference leaks in GtkFileChooserButton
2177  347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on 
2178         open file dialog
2179  347211 documentation of gtk_print_job_send() has a 
2180         typo
2181  347710 new GtkCellRendererSpin misses a lot of API 
2182         documentation
2183  347711 slight glitches in GtkAssistant API documentation
2184  347065 Fix in-line doc typos
2185  311399 relative to the window string can be better 
2186
2187 * Updated translations (bg,bn_IN,cs,de,dz,es,et,
2188   eu,fi,fr,gu,he,ko,or,th)
2189
2190 Overview of Changes from GTK+ 2.9.4 to 2.10.0
2191 =============================================
2192
2193 * Printing:
2194   - A PREVIEW capability has been added to allow hiding the
2195     preview button
2196
2197 * Bug fixes:
2198  321393 Incorrect size request after changing the font
2199  327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
2200  344074 Feature request: get printer list, and get default print
2201  344876 refcount leak when using ComboBox.set_cell_data_func
2202  345644 gtk+-2.9.4 requires CUPS-1.2.x
2203  345663 gtkaction(group)?.c: using functions without prototype declaration
2204  346079 gtk receives all sorts of events from the X server
2205  343841 Misguided iter assertion in gtk_list_store_insert_with_values()
2206  346113 unix print dialogue always has preview button
2207  346237 Possible leak in gtkprintunixdialog.c
2208  346027 cancelling printer enumeration
2209  346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h 
2210         and gtkprint-win32.h
2211  346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
2212
2213 * Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
2214
2215 Overview of Changes from GTK+ 2.9.3 to 2.9.4
2216 ============================================
2217
2218 * GtkPrintOperation:
2219  - UI improvements in the print dialog
2220  - Make printing work without a display connection
2221  - Replace "Print to PDF" by "Print to file" that
2222    can generate PDF or PostScript
2223  - Add a function to the low-level API to 
2224    enumerate all printers
2225
2226 * GtkNotebook tab DND has been improved
2227
2228 * GtkProgressbar supports text in activity mode 
2229
2230 * GtkLabel allows to set the wrap mode
2231
2232 * GtkStatusIcon supports transparency
2233
2234 * Bugs fixed:
2235  344850 Dragging a GtkTreeViewColumn segfaults when 
2236         using certain GtkTreeViewColumnDropFunc
2237  342458 Stock menu items without icons are broken in 
2238         recent GTK+ releases.
2239  335873 notebook DND + popup windows
2240  337882 gtk_progress_bar_set_text() does nothing in 
2241         activity mode
2242  339456 unix print dialogue help button bug
2243  339702 Make sure printing works without a display
2244  341571 tabs too easily reordered
2245  344074 New Feature: get printer list, and get default print
2246  344743 gtk_targets_include_text() should initialize atoms
2247  344838 Allow func to be NULL in 
2248         gtk_tree_view_set_search_position_func
2249  344891 GtkPrintOperationPreview signal defs correction
2250  345008 Need updated cairo req
2251  345093 print preview temp file issues
2252  345107 Memory leak in gtk_entry_completion_finalize: 
2253         User data not freed
2254  345194 gdk_window_set_functions() docs need to be updated
2255  345456 grid-lines property is wrongly registered and 
2256         get/set.
2257  314278 strings in gtk-update-icon-cache are not marked 
2258         for translation
2259  344707 size group with widgets in hidden container
2260  344897 Entry completion model NULL handling should be 
2261         documented
2262  345038 gtk_print_job_set_status' status
2263  345106 dialog button box spacings
2264  345176 GtkIconView doc about drag and drop
2265  345275 doc imporovements for gtk_window_move
2266  345320 Two very similiar strings should be made equal
2267  345321 Add meaning of "shortcut" as translator comment
2268  320034 transparency gtkstatusicon
2269  339592 Add print-to-postscript
2270  344867 custom paper file could use keyfile
2271
2272 * Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
2273
2274 Overview of Changes from GTK+ 2.9.2 to 2.9.3
2275 ============================================  
2276
2277 * GtkPrintOperation: 
2278  - Introduce an allow-async property 
2279  - Introduce a GtkPrintOperationAction enumeration
2280  - Rename pdf_target to export_filename
2281  - Allow to hide "Print to PDF" in the low-level API
2282
2283 * GtkNotebook:
2284  - Add a destroy notify to 
2285    gtk_notebook_set_window_creation_hook.
2286
2287 * GtkTreeView:
2288  - Support grid lines
2289
2290 * GtkRange:
2291  - Add a number of new stle properties which allow more
2292    fexible stepper theming
2293
2294 * Bugs fixed:
2295  153212 Have the Paste kbd shortcut jump to the location in 
2296         the buffer
2297  337491 _gdk_win32_drawable_release_dc: DeleteDC() called on 
2298         a GetDC() handle
2299  339739 gtk/gtkprintoperation-win32.c: 3 compile error
2300  342339 GtkRange::stepper-spacing style property not 
2301         implemented correctly
2302  343945 Buttons of a GtkAssistant are not accessible
2303  344148 Wrong reqs for ATK
2304  344209 gtk_notebook_set_window_creation_hook() has no destroy 
2305         func.
2306  344232 GtkEntry's "Delete" context menu item is sensitive on a 
2307         non-editable GtkEntry
2308  344244 Window resizing not working when keeping the aspect 
2309         fixed
2310  344288 gtk_print_operation_preview_is_selected must return 
2311         a value
2312  344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
2313  344496 CRLF converting via Clipboard
2314  344504 GtkPrintCapabilities not in gtktypebuiltins.h
2315  344505 Wrong signal registration for create_custom_widget
2316  344512 cvs build issue
2317  344513 pdf print module's print_stream not calling destroy 
2318         notify
2319  344518 NULL unref in page setup dialogue
2320  344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint 
2321         directly
2322  344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
2323  344607 memory leaks in gtkrecentchooserdefault.c and 
2324         gtkrecentchoosermenu.c
2325  344624 Memory leak in gtk_tree_model_filter_finalize: User 
2326         data not freed
2327  337603 Possible off-by-one in 
2328         gdk_pango_layout_line_get_clip_region
2329  344239 Wrong filename for gtk-find stock item.
2330  344528 comma at end of GtkPrintOperationAction enum causes 
2331         mozilla compilation error
2332  344290 horizontal-padding not take into account when placing 
2333         submenus
2334  344558 document print dialogue response codes
2335  339592 Add print-to-postscript
2336  342249 Allow to draw upper and lower sides of GtkRange's 
2337         trough differently
2338  344530 gtk_recent_chooser_widget_new_for_manager and 
2339         gtk_recent_chooser_menu_new_for_manager should 
2340         allow NULL manager arg
2341
2342 * Updated translations (es,fi,gu,ko,th,wa)
2343
2344
2345 Overview of Changes from GTK+ 2.9.1 to 2.9.2
2346 ============================================
2347
2348 * GtkPrintOperation
2349  - Support asynchronous pagination with the ::paginate signal
2350  - Add gtk_print_operation_cancel
2351  - Support application-specific widgets
2352  - Allow disabling features based on application capabilities
2353  - Optionally show progress
2354  - Change some function names in GtkPrintContext to be longer 
2355    and better
2356  - Support preview, the default implementation spawns evince,
2357    but the api allows for an internal preview implementation
2358
2359 * GtkCellView
2360  - Add a model property
2361
2362 * GtkStatusIcon
2363  - Allow to obtain screen geometry 
2364
2365 * GtkTreeView
2366  - Many bug fixes, in particular for RTL handling
2367  - Separate sensitive and selectable properties of rows
2368  - Optionally allow rubberband selection
2369
2370 * GtkButton
2371  - Add image-spacing style property
2372  - Add image-position property 
2373
2374 * GtkToolButton
2375  - Add icon-spacing style property
2376
2377 * Make GTK+ work as an untrused X client
2378
2379 * Bugs fixed:
2380  343838 gtkprintoperationpreview.h guards
2381  305530 Crashes while creating source code w/GtkFontSelection
2382  341327 Memory corruption inside glib
2383  341734 cursor blocked to dnd mode after using shift and 
2384         dnd on a GtkCalendar
2385  343453 G_DEFINE_TYPE messes up internal typenames of 
2386         GdkWindow and GdkPixmap
2387  136571 Problems running as untrusted client
2388  168105 the right edge tab does not appear when switching tab
2389  172535 Add support for UI builders in gtk+
2390  302556 GtkTreeView widget signals are badly documented
2391  324480 Selecting first item with keyboard is difficult
2392  340428 small cleanup
2393  340444 don't run the custom page size dialogue
2394  340839 Critical warnings in GtkTreeModelFilter
2395  341898 gtk_tree_view_insert_column_with_attributes doesn't 
2396         work with fixed_height_mode
2397  342003 DnD: Conditional jump or move depends on uninitialised value
2398  342072 Wrong drop location in GtkEntry
2399  342096 GtkImage animation CRITICALS on switching themes
2400  342513 widget class style property with type module
2401  342529 gdk should set resolution on PangoCairoFontmap, 
2402         not PangoCairoContext
2403  342535 Add documentation for new GtkWidget style properties 
2404         (including Since tags)
2405  342543 can't compile gtk+ on opensolaris using sun cc
2406  342569 Typo in decl of gdk_color_parse
2407  342752 Need a way to specify custom tab label for custom page 
2408         in Print dialog
2409  342754 print-editor: font button dialog doesn't get focus if 
2410         main window has a window group
2411  342781 GtkPrintUnixDialog: Collate should be insensitive unless 
2412         Copies is > 1
2413  342783 GtkPrintUnixDialog: Range textinput area should be 
2414         insensitive unless range radiobutton is selected
2415  342894 Use after free inside gtk_text_view_set_buffer
2416  342930 GtkButton should offer a way to position the image 
2417         relative to the text
2418  343088 Some typos in the PO file
2419  343425 "grab-notify"-signal is not correctly propagated for 
2420         internal children
2421  343438 gtk_color_button_set_color() doesn't emit "color-set" 
2422         signal
2423  343475 page setup unix dialog confusion
2424  343625 allow to get only some info from gtk_status_icon_get_geometry
2425  343677 GtkWindow chains key-release to key-press
2426  320431 Text too close when using East/West in a GtkToolButton
2427  321523 GtkTreeView's test_expand_row signal emitting impractical 
2428         on row expand all
2429  342007 Warning in gtk_paned_compute_position
2430  343233 gdk_rectangle_intersect doc
2431  333284 expander animation not working in RTL mode
2432  343444 change color of gtk-demo source-buffer comment color 
2433         from red to DodgerBlue
2434  343630 Small inconsistence in migration documentation
2435   80127 Rubberbanding for GtkTreeView
2436  341450 status icon + libnotify
2437  341679 Allow absolute filenames in the options entries
2438
2439 * Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
2440                         nb,nl,pt_BR,th,vi)
2441
2442
2443 Overview of Changes from GTK+ 2.9.0 to 2.9.1
2444 ============================================
2445
2446 * GtkPrintOperation
2447  - Many user interface improvements in the unix dialogs
2448  - gtk-demo has a printing demo
2449  - Don't unload print backends for now, since that has
2450    deadlock issues
2451  - Asynchronous page rendering is done in an idle
2452
2453 * GtkImage has an image property 
2454
2455 * GtkTextBuffer has a cursor-position property
2456
2457 * Arrow sizes in scrolled menus and notebooks are themable
2458
2459 * GDK keysyms have be synced with Xorg 7.1
2460
2461 * Bugs fixed:
2462  340676 print backend type modules not correctly re-registering 
2463         their types
2464  340870 gdk_window_get_toplevels docstring error
2465  323956 Unwanted accelerate key in the action-based toolbar
2466  340527 Tooltips not shown for toolbar buttons created with 
2467         uimanager/actions
2468  340516 status icon property getter assertions
2469  341091 a couple of spelling errors in gtk+
2470  335707 notebook DND with event boxes in tab labels
2471  337306 Add a GtkMessageDialog::image property
2472  139628 GtkLayout In GtkScrolledWindow does not receive the 
2473         scroll_event
2474  334412 Add cursor-position property for getting notified 
2475         about cursor movement
2476  341217 langinfo.h #include'd unconditionally stops build
2477  333632 use GtkMenu::scroll-arrow-height instead of 
2478         MENU_SCROLL_ARROW_HEIGHT
2479  325282 Add GtkNotebook::tab-overlap style property
2480  341247 possible crash with tab_label = NULL
2481  321896 Sync gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
2482  341416 Save FileChooserDialog doesn't response
2483  336774 gtk_recent_manager_add_full
2484  340401 critical warnings when using window groups
2485  341661 misplaced g_assert in gtk_text_view_allocate_children
2486  341692 Semicolons after G_DEFINE_TYPE
2487  341665 several misplaced g_assert
2488  341578 reverse page order issues
2489  341332 Unset background in more places
2490  341896 gtktreeview has RTL problems with toggle buttons if using 
2491         gtktreestore as a model
2492  341028 crash in new async code
2493  341035 file chooser crash
2494  340722 GtkToolbar::max-child-expand style property
2495  339589 Tooltips on orientation icons in page setup dialog
2496  340951 faq: How do I internationalize a GTK+ program? doesn't 
2497         mention glib-I18N
2498  341855 Little typo in the Tree and List Widget Overview
2499  153212 Have the Paste kbd shortcut jump to the location 
2500         in the buffer
2501  335729 Invisible rows and 
2502         gtk_tree_model_filter_convert_child_*_to_*
2503  106406 GtkTreeView Grid Lines?
2504  339592 Add print-to-postscript
2505
2506 * Updated translations (de,es,gl,gu,nl)
2507
2508
2509 Overview of Changes from GTK+ 2.8.x to 2.9.0
2510 ============================================
2511
2512 * GtkStatusIcon, a cross-platform "tray icon" API
2513
2514 * GtkAssistant, a widget for creating multi-step wizards
2515
2516 * GtkLinkButton, a widget that displays a clickable hyperlink
2517
2518 * GtkRecentChooser, widgets to display and select recently used files
2519
2520 * GtkPrintOperation, cross-platform printing support
2521
2522 * A framework for rich text copy and paste and DND
2523
2524 * GtkCellRendererAccel, a cell renderer for key combinations
2525
2526 * GtkCellRendererSpin, a cell renderer which edits numeric values 
2527   using a spin button
2528
2529 * GtkAction works with named icons in addition to stock icons
2530
2531 * GtkNotebook supports DND, allowing to reorder tabs, move tabs
2532   between notebooks and drop tabs on the desktop to open a new window
2533
2534 * GtkTreeView:
2535   - Enhanced customizability (e.g. grouping) with the
2536     show-expanders and level-indentation properties
2537   - Allow to embed the search popup
2538   - Better search popup positioning
2539
2540 * GtkFileChooser:
2541   - Communication with backends is now asynchronous to avoid
2542     blocking on file system operations. Due to the required interface
2543     changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
2544     file system backends have to be ported to the new interface, other
2545     modules, such as theme engines, input method modules or pixbuf loaders 
2546     have to be rebuilt so that they are installed in the right place
2547     for GTK+ to find them.
2548   - The location entry (popped up by C-L) has been integrated in the
2549     main dialog.
2550     
2551 * Reworked hex Unicode input now requires Ctrl-Shift-U
2552
2553 * Animations can now be globally controlled by settings
2554
2555 * The gtk-touchscreen-mode setting controls a number of changes
2556   that make GTK+ work better on touchscreens
2557
2558 * Password entries can optionally show the last entered character
2559   for a short while, controlled by the password-hint-timeout setting
2560
2561 * GTK+ can now consult an additional fallback icon theme before
2562   falling back to hicolor
2563
2564 * Improved themability:
2565   - GTK+ supports symbolic colors, which can be set system-wide
2566     using a setting, and can be modified and used in rc files
2567     and theme engines
2568   - GTK+ sets window type hints on override-redirect windows to 
2569     help compositing managers apply proper bling
2570   - Paths in rc files can now refer to all subclasses of a class 
2571   - GtkRange steppers will appear insensitive when the slider
2572     is at the end; applications which need to handle this case
2573     (e.g. to extend the range) can opt out of this.
2574   - GtkRange::activate-slider style property allows themes
2575     to draw sliders differently while they are being dragged
2576   - GtkNotebook::tab-overlap and GtkNotebook::curvature style
2577     properties allow more flexible notebook theming
2578   - The spacing of buttons around children can be themed with
2579     the GtkButton::inner-border style property. Apps can override
2580     this per-widget using the corresponding inner-border property 
2581   - GtkMenu has acquired a horizontal-padding style property 
2582   - There are style properties for the color of hyperlinks,
2583     GtkWidget::link-color and GtkWidget::visited-link-color
2584   - GtkTreeview row hinting now takes the selection into account
2585   - Scrolling menus can be forced to always display both arrows,
2586     using the GtkMenu::double-arrows style property
2587   - Separators can be themed using the wide-separators, separator-width
2588     and separator-height style properties
2589   - GtkTreeView allows more flexible theming with the row-ending-details
2590     property
2591   - The pixbuf theme engines supports customized drawing of expanders
2592     and resize grips
2593
2594 * GDK changes:  
2595   - OS X backend
2596   - DirectFB backend 
2597   - Closing displays works
2598   - gdk_screen_is_composited to check for running compositing manager
2599   - Support for Super, Hyper and Meta modifiers
2600
2601 * gdk-pixbuf changes: 
2602   - Supports saving tiff 
2603   - Supports loading 16-bit pnm
2604   - Doesn't load entire gif animation to get first frame
2605
2606 * Bug fixes
2607   - Too many to list them here
2608
2609 Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
2610 =================================================
2611 * Fix a crash with custom icon themes, which affected
2612   the gnome-theme-manager. [Kjartan Maraas]
2613 * Make sure font and cursor settings are propagated down
2614   to the screen initially. [Frederic Crozat]
2615
2616 Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
2617 =================================================
2618 * gtk-update-icon-cache no longer stores copies of symlinked
2619   icons, and it has a --index-only option to omit image data
2620   from the cache [Matthias]
2621 * Make large GtkSizeGroups more efficient [Michael Natterer]
2622 * Improve positioning of menus in GtkToolbar [Christian Persch,
2623   Paolo Borelli]
2624 * Make scrolling work on unrealized icon views [Jonathan Blandford]
2625 * Avoid unnecessary redraws on range widgets [Benjamin Berg]
2626 * Make sure that all GTK+ applications reload icon themes
2627   promptly. [Chris Lahey]
2628 * Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
2629   use the same font options and dpi value [Michael Reinsch, Owen]
2630 * Multiple memory leak fixes [Kjartan Maraas, Matthias]
2631 * Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
2632   Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume 
2633   Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
2634   Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
2635   Markku Vire, Kristian Rietveld, Tommi Komulainen]
2636 * Documentation improvements [Olexiy Avramchenko, Matthias]
2637 * Updated translations (es,et,hu,ko,lt,ro,uk)
2638
2639 Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
2640 =================================================
2641 * Require cairo 0.9.2 [Matthias]
2642 + Extend ABI checks to cover exported variables [Matthias]
2643 * Bug fixes [Benjamin Berg, Christian Persch]
2644 * Documentation improvements [Matthias]
2645 * New and updated translation (cy,de,el,id,te,zh_TW)
2646
2647 Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
2648 =================================================
2649 * Rename the default theme to "Raleigh" [Thomas Wood]
2650 * Add a performance testing framework [Federico Mena Quintero]
2651 * Catch format errors in translations. This may cause 
2652   "make check" to fail when using older versions
2653   of gettext [Matthias]
2654 * Win32
2655  - Implement the urgency hint [Tor Lillqvist]
2656  - Update ms-windows theme [Dom Lachowicz]
2657  - Improve tablet handling [Robert Ã–gren]
2658  - Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, 
2659    J. Ali Harlow, Hans Breuer]
2660 * Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, 
2661   Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
2662   Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
2663   Mike Morrison, David Odin]
2664 * Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
2665   Federico Mena Quintero]
2666 * New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
2667   pl,pt,sq,zh_CN,zh_TW)
2668
2669 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
2670 =================================================
2671 * Make svg icon themes work better [Matthias]
2672 * GtkPlug/GtkSocket: Make these cross-platform
2673   and implement them for Win32 [Tor]
2674 * Make font rendering xsettings work with pangocairo [Owen]
2675 * Fix sporadic segfaults in the GtkTreeModelSort [James
2676   Bramford, Markku Vire, Kristian Rietveld]
2677 * Improve gdk-pixbuf's ability to recognize 
2678   svg images. [William Jon McCann]
2679 * Win32 
2680  - Build fixes [Tor Lillqvist]
2681  - Fix clipping issues [Robert Ã–gren]
2682  - Bug fixes [Peter Zelezny]
2683 * Other bug fixes [Christian Persch, Arkady L. Shane, 
2684   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
2685   Thomas Vander Stichele, Robert Ã–gren]
2686 * Documentation improvements [Steve Chaplin, Matthias,  
2687   Federico Mena Quintero]
2688 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
2689
2690 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
2691 =================================================
2692 * Make sure that gtk_window_present() moves the window to the 
2693   current desktop [Elijah Newren]
2694 * GtkFileChooser
2695  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
2696 * GtkTreeView
2697  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
2698  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
2699  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
2700  - Make page up/down behave as in the text view [Owen Taylor]
2701  - In typeahead search, allow Ctrl-G to move to the
2702    next match.  [Matt T. Proud]
2703  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
2704    Fernandes]
2705  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
2706 * GtkTextView 
2707  - Make double-clicking between words select whitespace [Mike 
2708    Miller, Paolo Borelli]
2709  - Show dragged text in drag icon [Kevin Duffus, Carlos 
2710    Garnacho Parro]
2711  - Make invisible text work well enough to remove the
2712    remove the warning about it being unsupported.  [Matthias]
2713 * GtkEntry
2714  - Make double-clicking between words select whitespace [Matthias]
2715  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
2716  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
2717 * Win32
2718  - Build fixes [Tor Lillqvist]
2719  - Fix handlink of Aiptek tablets [Robert Ã–gren]
2720 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
2721   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
2722   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
2723   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
2724 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
2725   Park Ji-In]
2726 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
2727
2728 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
2729 =================================================
2730 * GtkAboutDialog
2731  - Clean up the "trail" in the path bar when set_current_folder
2732    is called explicitly [Jonathan Blandford, Matthias Clasen]
2733  - Accept dropped files and directories on the file list [Sven 
2734    Neumann, Matthias]
2735 * GtkTreeView
2736  - Make reusing cell renders work as well as it did in 2.6,
2737    but document it as being unsupported. [Kristian Rietveld]
2738 * GtkAboutDialog
2739  - Optionally wrap the license [Christian Rose, Christian Persch]
2740 * Menu
2741  - Make image menu items work in vertical menubars [Matthias]
2742  - Make orientation changes of menubars work [Matthias]
2743 * Win32
2744  - Implement named cursors and other new GDK apis [Hans Breuer]
2745  - Implement getting cursor images [Tor Lillqvist]
2746 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
2747   Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
2748 * Documentation improvements [Benjamin Berg, Matthias,
2749   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
2750 * New and updated translations (en_CA,sr,sr@Latn)
2751
2752 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
2753 =================================================
2754 * GtkTreeView
2755  - Change the keynav for header reordering and resizing 
2756    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
2757 * GtkTextView
2758  - Make movement by paragraphs up/down symmetric [Behnam 
2759    Esfahbod]
2760  - Improve invisible text support [Matthias Clasen]
2761 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
2762   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
2763 * Handle broken grabs in many places [John Ehresman, Matthias]
2764 * GDK
2765  - Add a function to move a region [Søren Sandmann]
2766  - Fix endianness issues in the pixbuf drawing 
2767    code [David Zeuthen, Owen Taylor]
2768  - Add a GrabBroken event that is emitted when grabs
2769    are broken [Simon Cooke, John Ehresman, Matthias]
2770  - Track implicit grabs [Matthias]
2771 * Win32 
2772  - Improve and simplify line segment rendering [Tor Lillqvist] 
2773 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
2774   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
2775   Morten Welinder, Dan Winship, Manish Singh, Tom von
2776   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
2777   McCann, David Saxton, Padraig Brady]
2778 * Documentation improvements [Matthias, Ross Burton]
2779 * New and improved translations (es,et,nl,sk,th,zh_TW)
2780
2781 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
2782 =================================================
2783 * GtkTreeView
2784  - Kris is back !!!
2785  - Lots of scrolling/validation fixes [Kristian Rietveld]
2786  - Allow to "unsort" columns. [Richard Hult]
2787  - Support wrapping in GtkCellRendererText [Matthias Clasen]
2788  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
2789  - Make enable-search control only typeahead search,
2790    not C-f search. [Sven Neumann]
2791  - Make double-click autosize treeview columns again [Matthias]
2792  - Fix insensitive appearance [Billy Biggs, Matthias]
2793 * GtkFileChooser
2794  - Don't select the first item in folder modes [Christian Neumair,
2795    Federico Mena Quintero]
2796  - Make save mode work again [Federico]
2797  - Allow bookmarks to be renamed [Sean Middleditch]
2798  - Ellipsize the preview label [Jeroen Zwartepoorte]
2799  - Use smaller icons [Vincent Noel]
2800  - Avoid a size allocation loop [Milosz Derzynski, Robert Ã–gren]
2801  - Don't stat children of /afs or /net network directories [Federico]
2802  - Improve sorting of filenames [Matthias]
2803  - Treat backup files like hidden files, and support
2804    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
2805  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
2806 * GtkIconView
2807  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
2808  - Implement GtkCellLayout, use cell renderers [Matthias]
2809  - Support editing [Matthias]
2810  - Support DND [Matthias]
2811  - Add API to determine the visible part of the 
2812    model [Jonathan Blandford]
2813 * GtkAboutDialog
2814  - Visual improvements, HIG compliance [Jorn Baayen]
2815 * GtkCalendar
2816  - Use nl_langinfo() to determine the first day of week,
2817    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
2818  - Allow localization of the year format [Paisa Seeluangsawat]
2819 * GtkEntry
2820  - Allow completion popups to be wider than the entry [Ross Burton]
2821  - Add a property to suppress the popup for single matches [Matthias]
2822  - Don't blink the cursor if not editable [Nikos Kouremenos]
2823 * GtkTextView
2824  - Add a GtkTextBuffer::text property [Johan Dahlin]
2825  - Allow to set a paragraph background color [Gustavo Carneiro,
2826    Jeroen Zwartepoorte]
2827  - Don't blink the cursor if not editable [Nikos Kouremenos]
2828  - Make invisible text work a bit better [Jeroen]
2829 * GtkAlignment
2830  - Flip padding in RTL mode [Maciej Katafiasz]
2831 * GtkUIManager
2832  - Support invisible, expanding separators [Christian Persch]
2833  - Allow to construct menu tool buttons [Sven Neumann]
2834 * GtkIconCache
2835  - Cache image data and metadata as well [Anders Carlsson]
2836 * GtkMenu
2837  - Support vertical menubars [Matthias]
2838  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
2839  - Allow to pop up menus without grabbing the keyboard [Michael 
2840    Natterer]
2841  - Allow setting background images on menus [Benjamin Otte]
2842 * gtk-demo
2843  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
2844 * Allow custom translation function for stock labels. [Funda Wang,
2845   Diego Gonzalez]
2846 * Add 16x16 versions for some some icons which were missing
2847   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
2848 * Move a lot of constant data to the .rodata section [Matthias]
2849 * Don't copy property names, nicks and blurbs [Matthias]
2850 * Use Cairo for most drawing [Owen Taylor]
2851 * Allow themes to draw outside the widget's allocation [Owen]
2852 * Allow key names to be translated [Christian Rose]
2853 * Make all cursors used by GTK+ themeable [Matthias]
2854 * Support the ICCCM urgency hint [Havoc Pennington]
2855 * GDK
2856  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
2857  - Add API to warp the pointer [Matthias]
2858  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
2859  - Add API to obtain the last user interaction time [Elijah
2860    Newren]
2861  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
2862  - Support Cairo drawing [Owen, Carl Worth]
2863  - Support Visuals with alpha channel [Owen, Keith Packard]
2864  - Support named cursors and cursor themes [Matthias]
2865 * gdk-pixbuf
2866  - Support saving BMP [Ivan Wong Yat Cheung]
2867  - Allow to specify compression level when saving
2868    in PNG format [Sven Neumann]
2869  - Add a way to construct animations from frames [Dom Lachowicz]
2870  - Accept BMP v4 [Matthias]
2871 * Win32 changes
2872  - Improve keyboard handling [Tor Lillqvist]
2873  - Improve clipboard handling [Ivan Wong]
2874  - Do delayed rendering for transferring images 
2875    through the clipboard [Ivan Wong]
2876  - Improve tablet handling [Robert Ã–gren]
2877  - Initialize input devices lazily [Robert Ã–gren]
2878  - Make big windows work on NT [Ivan Wong]
2879  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
2880  - Handle 16 color display mode [Tor] 
2881  - Support RGBA cursors [Tim Evans]
2882  - Fix DND on multi-monitor systems [Tor]
2883  - Use alternative button order [Tor]
2884  - Build fixes [Hans]
2885  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
2886    Robert Ã–gren, Kevin Stange, Tim Evans]  
2887 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
2888   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
2889   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
2890   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
2891   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
2892   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
2893   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
2894   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
2895   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
2896   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
2897   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
2898   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
2899   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
2900   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
2901   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
2902   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
2903   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
2904   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
2905   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
2906   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
2907   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
2908   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
2909   Vincent Noel, Vincent Untz, Yury Puzis]
2910 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
2911   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
2912   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
2913   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
2914   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
2915   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
2916   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
2917   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
2918 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
2919   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
2920   sv,th,uk,vi,xh,zh_CN,zh_TW)
2921
2922 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
2923 =================================================
2924 * GtkFileChooser
2925  - Fix some possible threading deadlocks [Matthias Clasen]
2926  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
2927    domain [Murray Cumming]
2928  - Fix some crashes with unreadable directories [Federico Mena 
2929    Quintero]
2930  - Add an "Open Location" item to the context menu [Federico]
2931 * GtkTreeView
2932  - Make sorting work again in list stores [Marcin Krzyzanowski]
2933  - Restrict column reordering to button 1 [Jonathan Blandford]
2934 * GtkComboBox
2935  - Make the button prelight [Ricardo Veguilla]
2936  - Fix state propagation [Carlos Garnacho Parro]
2937 * GtkMessageDialog
2938  - Don't show secondary label until it is set [Christian Persch]
2939 * GtkMenu
2940  - Make items activate immediately on button release [Søren Sandmann]
2941  - Submenus inherit their cascading direction [Matthias]
2942 * gdk-pixbuf
2943  - Fix a possible threading deadlock when loading
2944    animations [Callum McKenzie]
2945  - Make Hyper interpolation work again [Dennis Nezic]
2946 * Win32
2947   - Improve handling of UNC paths [Tor Lillqvist]
2948   - Show the correct Desktop folder in the file chooser [Tor]
2949   - Bug fixes [Tor]
2950 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
2951   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
2952   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ã–gren,
2953   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
2954   Van Berkom, Elijah Newren, Federico, James M. Cape,
2955   Matthias, Arnaud Charlet]
2956 * Documentation improvements [Masao Mutoh, Torsten,
2957   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
2958   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
2959   Christian Biere, Jonathan, Tommi, Stefan Kost]
2960 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
2961
2962 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
2963 =================================================
2964
2965 * New widgets
2966   - GtkIconView
2967   - GtkAboutDialog
2968   - GtkCellView 
2969   - GtkFileChooserButton
2970   - GtkMenuToolButton 
2971
2972 * New cell renderers
2973   - GtkCellRendererCombo 
2974   - GtkCellRendererProgress
2975
2976 * Changes in GtkFileChooser
2977   - Many tweaks to keynav and other behaviour
2978
2979 * Changes in GtkTreeView 
2980   - Hover selection
2981   - Hover expand
2982   - Separators 
2983   - Insensitive rows
2984   - Typeahead
2985
2986 * Changes in GtkComboBox
2987   - Allow trees in combo boxes
2988   - Hover selection
2989   - Hover expand
2990   - Separators 
2991   - Insensitive rows
2992   - Scrolling
2993
2994 * Changes in GtkLabel
2995   - Rotated text
2996   - Ellipsisation
2997   - Dnd from selectable labels
2998   - Selectable labels in the focus chain
2999   - Obey the Pango backspace-deletes-character attribute
3000
3001 * Changes in GtkTextView
3002   - Rotated text
3003   - Obey the Pango backspace-deletes-character attribute
3004
3005 * Changes in Clipboard/Selection/DND handling
3006   - Selection ownership change notification
3007   - API to handle text, image and file targets
3008   - Support text/plain target
3009   - Support clipboard persistence
3010   - Support xdnd v5
3011   - Reduce clipboard timeout to 30 seconds
3012
3013 * Theming
3014   - Follow icon theme specification for directory locations
3015   - Themed window icons
3016   - Themed images in GtkImage
3017   - Allow themes to displace focus rectangles on click
3018   - Various new stock icons
3019
3020 * Window Manager interaction
3021   - Support do-not-focus-on-map hint
3022   - Support _NET_WM_USER_TIME
3023
3024 * gdk-pixbuf:
3025   - License information for image loaders
3026   - Disable loaders
3027   - Simple rotation
3028   - Make thread-safe
3029
3030 * Performance improvements
3031   - Increase chunk size for incremental selection transfers
3032   - Get rid of many PLT entries
3033   - Icon theme caching
3034   - Sync counter mechanism to speed up resizes
3035   - Reimplement GtkListStore on top of a splay tree
3036   - Fix algorithmic problems in GtkUIManager
3037
3038 * Win32-specific changes
3039   - Integrate IME input method module
3040   - Integrate ms-windows (Wimp) theme engine
3041
3042 * Other changes
3043   - API for HIG-conform dialogs
3044   - API for stock-like buttons
3045   - New init API based on GOption
3046   - Setting for alternative button order
3047   - Setting for modules to load
3048   - Integrate pixbuf theme engine
3049   - Change notebook tabs with the scroll wheel
3050   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
3051   - Clean up abi and enforce list of exported symbols
3052
3053 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
3054 =================================================
3055 * GtkListStore
3056   - Emit rows_reordered if the list is reordered [Matthias Clasen]
3057   - Add functions to allow inserting rows with values [Matthias]
3058 * GtkTextView
3059   - Add function which allow to determine the character
3060     at a position [Padraig O'Briain, Matthias]
3061 * GtkFileChooser
3062   - Center select row during typeahead [Federico Mena Quintero]
3063   - Reset filters when necessary [Carlos Garnacho Parro]
3064 * GtkMenu
3065   - Make mnemonics without Alt work in menubars [Owen Taylor]
3066   - Scroll wheel scrolling [Matthias]
3067 * GtkLabel
3068   - Add a max-width-chars property to specify the maximal 
3069     width of a label in characters [Christian Persch]
3070 * GtkIconView 
3071   - Arrange items in a grid [Matthias]
3072   - Convert hard coded spacing constants into properties [Matthias]
3073 * GtkCellRendererText
3074   - Add ::width-chars property [James M. Cape]
3075 * Win32
3076   - Implement keynav for the color picker [Hans Breuer]
3077   - Use GLib stdio wrappers [Tor Lillqvist]
3078 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
3079   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
3080   Robert Ã–gren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
3081   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
3082   Jorn Baayen]
3083 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
3084   David Lodge]
3085 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
3086
3087 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
3088 =================================================
3089 * GtkFileChooser
3090   - Improve key bindings [Davyd Madeley, Federico Mena Quintero]
3091   - Speed up loading of large directories [Federico]
3092   - Move "Browse for other folders" expander up [Federico]
3093   - Support DND from the path bar [Federico]
3094 * GtkColorSelectionDialog
3095   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
3096 * GtkButton
3097   - Allow construction of stock-like buttons  [Matthias,
3098     Jonathan Blandford]
3099 * GtkLabel
3100   - Support DND for selectable labels [Matthias]
3101   - Support rotated text [Owen Taylor, Hans Breuer]
3102 * GtkTextView
3103   - Support rotated text [Owen Taylor]
3104   - Make it possible to select the first/last line
3105     when moving by lines  [Paolo Borelli]
3106 * GtkTreeView
3107   - Make sorting of GtkListStore stable again [Søren Sandmann]
3108   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
3109     slightly to be more useful [Matthias]
3110 * GtkUIManager
3111   - Make some functions virtual to make deriving 
3112     GtkUIManager easier [Michael Natterer]
3113 * GtkSettings
3114   - Handle changes to gtk-menu-images and gtk-button-images
3115     much more efficiently [Matthias]
3116 * GtkClipboard
3117   - Reduce timeout to 30 seconds [Billy Biggs]
3118 * Add pixbuf theme engine [Owen]
3119 * GDK 
3120   - Compile against X11R5 [Matthias]  
3121   - Add GdkPangoRenderer [Owen]
3122   - Support rotated text [Owen]
3123   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
3124   - Determine direction of XKB groups from their content 
3125     [Behdad Esfahbod, Ilya Konstantinov]
3126 * Win32
3127   - Notice when drives are plugged in or removed [Hans]
3128   - Ms-windows theme improvements: no tearoff menu items,
3129     button order, toolbar and statusbar grips, combobox 
3130     arrows [Dom Lachowicz]
3131   - Fix im module loading [Tor Lillqvist]
3132 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
3133   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
3134   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
3135   John Finlay, Christian Neumair, Sven Neumann, Felipe
3136   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
3137   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
3138   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
3139   Dennis Cranston, Marcel Telka, Robert Ã–gren]
3140 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
3141   Billy Biggs]
3142 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
3143
3144 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
3145 =================================================
3146 * gdk-pixbuf
3147   - Make thread safe [Colin Walters]
3148 * GtkFileChooser
3149   - Make tooltips work better [Matthias Clasen]
3150   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
3151   - Add predefined filter for image files [Anders Carlsson]
3152   - Support mime subclasses, aliases and superclasses 
3153     like text/* [Tommi Komulainen, David A. Knight, Matthias]
3154 * GtkFileChooserButton
3155   - Remove support for CREATE_FOLDER and SAVE modes 
3156     until a more satisfactory UI for these can be found [Seth Nickell,
3157     Matthias]
3158   - Make file DND work better [Christan Persch]
3159 * GtkAction
3160   - Add a function to obtain the accel path [Michael Natterer]
3161 * GtkUIManager
3162   - Major performance improvement [Dave Neary, Michael, 
3163     Sven Neumann, Soeren Sandmann, Matthias]
3164 * GtkIconView
3165   - Make scrolling work with large icon views [Matthias]
3166 * GtkWindow
3167   - As a last resort, allow to use mnemonics without 
3168     modifier [Pasupathi Duraisamy, Owen Taylor]
3169 * GtkProgressBar
3170   - Support ellipsizing the text [Morten Welinder, Matthias]
3171 * GtkStatusbar
3172   - Avoid resizing if the text of the label changes [He Qiangqiang,
3173     Owen, Christian]
3174   - Draw the resize grip better [Matthias, Christian]
3175   - Ellipsize the text [Matthias]
3176 * GtkClipboard
3177   - Add API for image transfer via copy-and-paste [Matthias]
3178 * DND
3179   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
3180     Matthias]
3181 * Stock icons
3182   - Add RTL variants of the media icons [Bastien Nocera]
3183 * Win32
3184   - Build fixes [Hans Breuer, Tor Lillqvist]
3185   - Implement resize grips [Robert Ã–gren]
3186   - Bug fixes [Robert, Tor, J. Ali Harlow]
3187 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
3188   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
3189   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
3190   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
3191   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
3192 * Documentation improvements [Masao Mutoh, Matthias, 
3193   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
3194   Owen, Vincent Untz, Jonathan, Bastien]
3195 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
3196
3197 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
3198 =================================================
3199 * GtkFileChooser
3200  - Make path bar arrows larger [Matthias Clasen]
3201  - Make SELECT_FOLDER mode work [Matthias]
3202  - Speed up the completion popup, pop it up
3203    again after Tab [Matthias, Jens Bech Madsen]
3204  - Add some tooltips [Matthias]
3205  - Make path bar scroll [Matthias]
3206  - Improve preview updating [Tommi Komulainen]
3207  - Make the key / pop up the location dialog even
3208    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
3209 * GtkFileChooserButton
3210  - Show icons next to entry [James M. Cape]
3211  - Improve ellipsisation [James]
3212 * GtkMessageDialog
3213  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
3214    Garnacho Parro]
3215 * Keyboard navigation
3216  - Put selectable labels in the regular tab focus 
3217   chain [David Hawthorne, Matthias]
3218  - Skip selectable labels when looking for the initial 
3219   focus widget in dialogs [Matthias]
3220 * Icon themes:
3221  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
3222    Owen Taylor, Anders Carlsson]
3223 * Clipboard, DND: 
3224  - Add convenience API for image and file transfers. [Matthias]
3225  - Add API for clipboard persistence [Anders]
3226  - Don't loose clipboard contents if a text buffer is
3227    finalized [Anders]
3228 * Add a GtkMenuToolButton widget which displays a
3229  dropdown menu from a toolbar button.  [Paolo Borelli]
3230 * Make menus scroll faster [Soeren Sandmann]
3231 * Allow themes to displace focus rectangles in buttons
3232  on click [Soeren, Matthias]
3233 * Add a public setting for button ordering [Owen Taylor, Matthias]
3234 * GtkImage
3235  - Support named icons [James Henstridge]
3236 * GtkAboutDialog
3237  - Support named icons [James Henstridge]
3238 * Add a function to obtain the string representation of
3239  accelerators used in GtkAccelLabel [John Spray, Matthias]
3240 * Win32 bug fixes [Robert Ã–gren]
3241  - Fix command line option handling [Tor Lillqvist]
3242  - Make IME input method work better [Tor]
3243 * Other bug fixes [Joel Fredrikson, Darren Creutz,
3244  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
3245  Padraig O'Briain, Owen, Jonathan Blandford, 
3246  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
3247  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
3248  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
3249  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
3250  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
3251  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
3252  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
3253  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
3254 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
3255  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
3256 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
3257   sq,sr,sr@Latn,zh_TW)
3258
3259 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
3260 =================================================
3261 * GtkFileChooser
3262  - Work better with older version of the gnome-vfs backend [Zack Cerza]
3263  - Keynav improvements [Jonathan Blandford]
3264  - Make position of pathbar down button stable [Jonathan]
3265  - Make autocompletion less annoying in save mode [Owen Taylor]
3266 * GtkFileChooserButton
3267  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
3268 * GtkComboBox
3269  - Work without a model [Mariano Suarez-Alvarez
3270 * GtkTreeView
3271  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
3272 * GtkRange
3273  - Add a::change-value signal [Thomas Fitzsimmons]
3274 * GtkEntryCompletion
3275  - Improve positioning of popups [Matthias]
3276 * Make input methods respect editability [Noah Levitt]
3277 * Add an setting to specify modules to load [Alex Graveley]
3278 * Use GOption for command line argument parsing [Anders Carlsson]
3279 * Default theme
3280  - Improve drawing of expanders [Matthias Clasen]
3281 * Add a configure option to disable the use of ELF visibility 
3282   attributes for PLT reduction
3283 * Make selection handling robust against invalid UTF-8 [Owen]
3284 * gdk-pixbuf
3285  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
3286    optionally ignores aspect ratio [Dom Lachowicz]
3287  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
3288  - Security fixes [Chris Evans]
3289 * Win32
3290  - Improve tablet handling [Robert Ã–gren]
3291  - Make tablets work on multi-monitor systems [Robert]
3292  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
3293  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
3294  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
3295    Havoc Pennington]
3296  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
3297  - Build fixes [Tor Lillqvist, Robert]
3298 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
3299  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
3300  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
3301  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
3302  Morten Welinder, Jean Bréfort, Alexander Larsson]
3303 * Documentation improvements [Matthias, Jonathan]
3304 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
3305
3306 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
3307 =================================================
3308 * GtkFileChooserButton
3309  - New widget to go along with GtkFontButton and GtkColorButton
3310    for use in preference dialogs.  [James M. Cape]
3311 * GtkFileChooser
3312  - Add getter and setter for the ::show-hidden property [Jeff Franks]
3313  - Allow paths to be entered as part of the file name. [Federico Mena Quintero]
3314  - Make separator in bookmarks pane unselectable [Matthias Clasen]
3315  - Improve activation on focus [Federico]
3316  - Avoid warnings when opened on non-default screens [Abel Daniel]
3317  - Fix some memory leaks [Federico]
3318 * GtkEntryCompletion
3319  - Warn if text column has wrong type [Fernando San Martin Woerner,
3320    Gustavo Carneiro]
3321 * GtkTextView
3322  - Obey the Pango backspace_deletes_character 
3323    attribute [Noah Levitt, Teppitak Karoonboonyanan]
3324 * GtkTreeView
3325  - Add hover-expand mode [Matthias]
3326  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
3327  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
3328 * GtkEntry
3329  - Track the selection more accurately when dragging and
3330    selecting [Soeren]
3331 * GtkComboBox
3332  - Support trees in combo boxes [Matt Walton, Matthias]
3333  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
3334  - Handle sensitivity changes properly [Matthias]
3335  - Add a ::focus-on-click property [Matthias]
3336 * GtkIconView
3337  - Fix BROWSE selection mode [Matthias]
3338  - Make accessible [Padraig O'Briain]
3339 * GtkAboutDialog 
3340  - Change the API to be more binding-friendly [Oliver Andrieu]
3341 * GtkUIManager
3342  - Accept paths with leading '/' everywhere. [David Malcolm]
3343  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
3344  - Add a way to suppress overflow menu items [Christian Persch]
3345 * GtkPlug/GtkSocket
3346  - Use the sync counter mechanism to speed up resizes  [Soeren]
3347 * GDK
3348  - Support XDND v5 [Owen Taylor, Matthias]
3349  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
3350  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
3351 * gdk-pixbuf
3352  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
3353  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
3354    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
3355  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
3356  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
3357  - Handle edge pixels consistently [Brian Cameron, Matthias]
3358  - Handle OS/2 BMPs [Jon-Kare Hellan]
3359 * Performance 
3360  - Get rid of many PLT entries for internally used exported symbols,
3361    and clean up the ABI at the same time and make make check check the
3362    list of exported symbols.  [Arjan van de Ven, Matthias]
3363 * Look up icon themes in the directories specified in the
3364   icon theme spec  [Matthias]
3365 * Win32 bug fixes [Robert Ã–gren, Hans Breuer, Tor Lillqvist, Tim Evans]
3366 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
3367   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
3368   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
3369   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
3370   Christian Persch, Vincent Noel, Christophe Fergeau]
3371 * Documentation improvements [Matthias, Mariano, Axel Simon, 
3372   Jonathan Blandford]
3373 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
3374
3375 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
3376 =================================================
3377 * GtkTreeView
3378  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
3379   Jonathan Blandford, Anders Carlsson]
3380  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
3381  - Typeahead support [Jonathan]
3382  - Align the entry in GtkCellRendererText [Matthias]
3383  - Make DND work again [Ernst Persson, Matthias]
3384  - Improve appearance of search popup [Matthias]
3385 * GtkFileChooser
3386  - Activate the last focused widget [Federico Mena Quintero]
3387  - Add an "Add to shortcuts" item to the context menu [Federico]
3388 * GtkCombobox
3389  - Support scrolling in list mode [Matthias]
3390  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
3391  - Change the API for separators to use a callback function 
3392    instead of a boolean model column [Matthias]
3393 * GtkNotebook
3394  - Ignore scroll events from page content [Gabriel de Perthuis]
3395 * GtkAboutDialog
3396  - Visual improvements [Anders]
3397 * GtkIconView
3398  - Use XRender to draw selection rectangle [Anders]
3399 * GtkLabel
3400  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
3401 * Expose the menubar accel key as an XSetting [Scott James Remnant]
3402 * Add example code for clipboard handling to gtk-demo [Anders]
3403 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
3404  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
3405  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
3406  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
3407 * Documentation improvements [Federico, Matthias]
3408 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
3409
3410 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
3411 =================================================
3412 * New widgets: 
3413  - GtkIconView [Anders Carlsson]
3414  - GtkAboutDialog [Matthias Clasen]
3415  - GtkCellView [Matthias]
3416 * GtkFileChooser
3417  - change to newly-created folders [Federico Mena Quintero]
3418  - always show icons [Federico]
3419  - bug fixes [Federico, Christian Neumair, Alex Roitman]
3420 * GtkComboBox, GtkComboBoxEntry
3421  - add missing getters and some more convenience API [Matthias, 
3422   Christian Neumeir, Oliver Andrieu]
3423  - improve placement and sizing of popups [Matthias]
3424  - support insensitive items [Matthias]
3425  - support separators [Matthias]
3426  - handle empty or unset models better [Mariano Suarez-Alvarez]
3427  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
3428    Pongonyshev, Christian Persch]
3429 * GtkEntryCompletion
3430  - ignore enter events when the window pops up under the 
3431    pointer [Anders]
3432  - bug fixes [Matthias]
3433  - support inline autocompletion [Matthias]
3434 * GtkUIManager
3435  - fix signal registration [Michael Natterer]
3436  - make generated XML parsable [Sven Neumann]
3437  - fix get_widget to return menus [Matthias]
3438 * GtkTreeView
3439  - hover-selection mode [Matthias]
3440  - support insensitive cells [Matthias]
3441  - support separators [Matthias]
3442  - make entry context menu work in editable text cells [Owen Taylor, 
3443   Kristian Rietveld]
3444  - make DND work with treeviews in modal dialogs [Federico]
3445  - make empty treeviews focusable [Federico]
3446  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
3447   Christian Persch]
3448  - new GtkCellRendererCombo [Matthias]
3449  - bug fixes [Matthias, Federico]
3450 * GtkNotebook
3451  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
3452 * GtkWindow
3453  - support named themed window icons [Matthias, Calum Benson]
3454 * New stock icons: file, directory, about, edit, connect, disconnect,
3455   and media player icons for forward, next, pause, play, previous,
3456   record, rewind and stop
3457 * GDK
3458  - support do-not-focus-on-map hint [Elijah Newren]
3459  - fix RGBA cursors [Michael Natterer]
3460 * gdk-pixbuf
3461  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
3462  - flag to mark loaded images as scalable [Dom Lachowicz]
3463  - license information for loaders [Matthias]
3464  - simple multiple-of-90° rotation support [Matthias]
3465  - allow to disable loaders [Matthias]
3466  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
3467   Manish Singh, Morten Welinder]
3468 * X11 selections 
3469  - make incremental transfer of MULTIPLE work [Matthias]
3470  - don't do incremental transfer in 4k chunks [Matthias]
3471  - add selection ownership change notification [Matthias]
3472  - support text/plain targets [Matthias]
3473 * Win32 
3474  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
3475   Robert Ã–gren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
3476 * Performance improvements
3477  - predict exposes for override-redirect windows [Søren Sandmann]
3478  - unset the background when mapping or unmapping windows [Søren]
3479  - support the update counter spec for smoother resizing [Søren]
3480 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
3481   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
3482   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
3483   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
3484   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
3485   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
3486   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
3487   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
3488   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
3489   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
3490   Maraas, Damien Carbery, Elke Meier]
3491 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
3492   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
3493   Röcker, Doug Quale, Oliver Andrieu]
3494 * Updated translations (bg,lt,ne,tk,wa,en_GB)
3495
3496
3497 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
3498 =================================================
3499 * GtkFileChooser
3500  - bug fixes [Morten Welinder, Federico Mena Quintero]
3501  - pre-fill the location entry [Federico]
3502  - internal api changes to allow setting a busy cursor
3503    while loading [Federico]
3504  - improve pathbar button sizing [Owen Taylor]
3505  - add keybindings for removing bookmarks [Federico]
3506 * GtkComboBox, GtkEntryCompletion
3507  - fix repositioning logic [Niklas Knutsson]
3508  - make keynav wrap around [Matthias]
3509  - improve theme compliance [Matthias, Brian Cameron]
3510 * GtkUIManager
3511  - accept unnamed <separator>s [Anders Carlsson]
3512  - robustify against gtk_widget_show_all() [Murray Cumming]
3513  - warn if an accelerator cannot be parsed  [Jody Goldberg]
3514 * Win32
3515  - fix DND positioning [Hans Breuer]
3516  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
3517  - make filechooser work on Windows [Tor]
3518  - draw arcs more correctly [Tor]
3519  - disable tables support by support, add --use-wintab to
3520    get it back  [Tor]
3521 * Make color wheel accessible [Padraig O'Briain]
3522 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
3523 * Doc improvements [Federico, Matthias, Christian Persch]
3524   Olexiy Avramchenko, Tim-Philipp Müller]
3525 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
3526   Jonathan Blandford, Anders Carlsson, Christian, Hans,
3527   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
3528   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
3529   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
3530   John Ehresman, Chris Sherlock, Jody]
3531 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
3532   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
3533   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
3534   sv,tr,uk,uz,wa,zh_CN)
3535
3536 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
3537 =================================================
3538 * GtkFileChooser
3539  - Handle icon theme changes [Federico, Jonathan]
3540  - Add reordering bookmarks via DND [Federico]
3541  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
3542  - Implement local-only mode so that apps don't get remote paths
3543    they don't expect [Owen Taylor]
3544  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
3545  - Major rewrite of location dialog completion code [Jonathan]
3546  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
3547    Soeren Sandmann, Olivier Andrieu]
3548 * GtkComboBox [Matthias Clasen]
3549  - Handle the case of no-active-row properly
3550  - Improve positioning of popup
3551  - Miscellaneous bug fixes
3552 * Win32 [Tor]
3553  - Handle different install locations for gdk-pixbuf loaders
3554  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
3555 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
3556 * Require Control-Tab to focus labels [Owen]
3557 * RTL flipping for GtkArrow [Semion Chichelnitsky]
3558 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
3559 * Change layout algorithm for mixed gridded/non-gridded menus
3560   to fix performance problems [Soeren, Owen, Christian Persch]
3561 * Doc improvements [Matthias, Owen]
3562 * Misc bug fixes
3563 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
3564   ru,sq,uk,zh_CN)
3565
3566 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
3567   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
3568   Michael Natterer, Nils O. SelÃ¥sdal, Philip K Warren, Dan Winship
3569
3570 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
3571 =================================================
3572 * GtkComboBox
3573  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
3574  - Improve keybindings [Matthias]
3575  - Bug fixes [Matthias, Owen, Damon Chaplin]
3576 * GtkFileChooser
3577  - Keep child directories in pathbar when changing to a parent
3578  - Reroot pathbar inside home directory, use icons [Jonathan]
3579  - Make the user actually select a file before hitting OK [Federico]
3580  - Fix folder mode to not have tree [Jonathan]
3581  - Add gboolean return values to operations that can fail [Federico]
3582  - Improve internal error handling [Morten Welinder, Federico]
3583  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
3584    Alex Larsson]
3585 * GtkTextView bug fixes [Paolo Borelli]
3586 * Win32 
3587  - Implement/stub missing GDK functions [Tor]
3588  - .defs file updates [Tor, J Ali Harlow]
3589  - Misc fixes [Hans Breuer]
3590 * Fix problem with excess symbol exports on Linux [James Henstridge]
3591 * Fix problem with 32-bit BMPs [Matthias]
3592 * Include config.h first everywhere [Morten]
3593 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
3594 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
3595   Vitaly Tishkov]
3596 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
3597   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
3598 * Misc bug fixes
3599
3600 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
3601   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
3602   Olivier Ripoll
3603
3604 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
3605 =================================================
3606 * GtkFileChooser [Federico Mena Quintero]:
3607  - Enable DND in the shortcuts list [Federico]
3608  - More folder modes [Jonathan R Blandford]
3609  - Resizing toplevel as contents change [Jonathan] 
3610  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
3611  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
3612  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
3613 * GtkComboBox
3614  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
3615  - Always grab when popping the list up [Damon, Matthias]
3616  - Fixes for dynamic changes to the model [Owen]
3617  - Improve popup positioning [Matthias]
3618 * Implement computation of bidi-base direction from text
3619   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
3620 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
3621   Owen]
3622 * Fix wrong interpretation of new_order array for
3623   gtk_tree/list_store_reorder() [Owen]
3624 * Improve space allocation in menubars [Soeren Sandmann]
3625 * Improve key bindings in GtkEntryCompletion [Matthias]
3626 * Hide XCursor dependency [Soeren]
3627 * Make mouse wheel scrolling usable [Soeren]
3628 * Use resize cursors for resize grips [Soeren]
3629 * Set the right window group for menu and combo popups [Frederic Crozat,
3630   Jean-Philippe Chancelier, Soeren]
3631 * Add a way to list the mnemonic labels of a widget [Owen]
3632 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
3633 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
3634 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
3635 * Export GtkWindow key-press-event internals to allow 
3636   custom implementations [Tim Janik]
3637 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
3638 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
3639 * Memory leak fixes [Owen]
3640 * Win32 fixes [Hans Breuer]
3641 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
3642   Tomasz Lloczko, Mitch, Manish Singh, Owen]
3643 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
3644 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
3645   sr@Latn,sq,sv,th,zh_CN)
3646
3647 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
3648 =================================================
3649 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
3650 * Add some extra GtkExpander docs [Federico Mena Quintero]
3651 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
3652 * Updated translation (ga)
3653
3654 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
3655 =================================================
3656 * GtkFileChooser [Federico Mena Quintero]:
3657  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
3658  - Correctly handle typed-in filenames in save mode, folder mode, and
3659    multiple-selection mode in all combinations.
3660  - Don't erase the filename in the entry when changing folders.
3661  - Support icons in GtkFileSystemUnix.
3662  - GtkFileChooserDialog now comes up at a reasonable size.
3663  - GtkFileSystemUnix now notifies correctly on ::create_folder().
3664  - Slight GUI reorganization.
3665  - File system module support. [Alexander Larsson]
3666  - Pathbar widget. [Jonathan R. Blandford]
3667  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
3668    Padraig O'Briain, Alexander, Jonathan]
3669  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
3670  - Memory leak fixes [Morten Welinder]
3671 * GtkTreeView:
3672  - Fix return values. [Federico, R. McFarland]
3673  - Properly cancel the arrow animation. [Michael Zucchi]
3674  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
3675  - Don't darken the sort column unless there are three visible columns
3676    [Jonathan]
3677 * GtkToolbar:
3678  - Improve the sliding implementation. [Soeren Sandmann]
3679  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
3680    Olivier Andrieu]
3681  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
3682 * Menus:
3683  - Make menus work better on Xinerama [Matthias]
3684  - Fix keynav in RTL mode. [Matthias]
3685  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
3686  - Make tearoff menu items work anywhere in menus. [Matthias]
3687  - Improve popup/popdown behaviour. [Soeren]
3688 * gdk-pixbuf:
3689  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
3690  - Work around some libjpeg header file craziness [Manish Singh]
3691 * Assume gravity works. [Soeren]
3692 * Cache GCs for drawing. [Brian Cameron, Soeren]
3693 * Handle focus adjustment correctly for deeply nested focus locations. 
3694   [Matthias, Owen Taylor]
3695 * Use reference counting for shared data in GtkActionGroup. 
3696   [Matthias, Adam Hooper]
3697 * Add a "use-separator" style property to GtkMessageDialog, and make
3698   it not resizable. [Federico]
3699 * Add 'const' to uses of GdkColor that need it. [Federico]
3700 * Put focusable labels in the focus chain. [Federico]
3701 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
3702 * Add properties to GtkAdjustment [Murray Cumming]
3703 * Add change notification to GtkAccelMap [Matthias, Owen]
3704 * Add settings to suppress icons in buttons and menus. [Matthias]
3705 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
3706 * Make size of indicator in menu items themeable. [Bill Hanemann, 
3707   Narayana Pattipati, Matthias]
3708 * Fixes to GtkIconTheme [Torsten Schoenfeld]
3709 * Improve drawing of GtkExpander. [Mark McLoughlin]
3710 * Improve drawing of paned handles. [Soeren]
3711 * Remove broken hangul input module. [Changwoo Ryu]
3712 * Remove C++-style comments. [Damien Carbery]
3713 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
3714 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
3715 * Accessibility improvements for tooltips, GtkScale. [Padraig]
3716 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
3717 * Win32 fixes. [Tor Lillqvist]
3718 * Documentation:
3719  - New section on how to check for modifier keys correctly. [Federico]
3720  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
3721    Tim-Philipp Müller, Matthias]
3722 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
3723   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
3724 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
3725   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
3726   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
3727   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
3728   Yu Shao, Yao Zhang
3729
3730 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
3731 =================================================
3732 * GdkPixbuf
3733  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
3734  - Add a function to determine the type and size of a file without
3735    loading it completely.  [Matthias Clasen]
3736  - Turn pixbuf attributes into construct-only properties. [Matthias]
3737  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
3738    [Matthias, Owen Taylor]
3739 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
3740 * Do not interpret distant clicks as double clicks, using a
3741   new double-click-distance setting.  [Matthias]
3742 * Improve the GDK API for dealing with group leaders. [Matthias]
3743 * Utility function for application launching in multi-screen scenarios.
3744   [Mark McLoughlin]
3745 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
3746 * Misc Win32 improvements [Tor Lillqvist, Hans]
3747 * GtkFileChooser [Federico]
3748  - Fix new filename entry in Save mode [Jan Arne Petersen]
3749  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
3750  - Added support for file system volumes such as CD-ROMs, 
3751    floppies, and network shares.
3752  - Add a "New Folder" button for Save mode in GtkFileChooser.
3753  - Better support for Folder mode.
3754 * GtkTreeView
3755  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
3756  - Add a single-paragraph mode and a language property to 
3757    GtkCellRendererText [Kristian Rietveld]
3758  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
3759  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
3760 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
3761 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
3762 * Improve the GtkCalendar drawing code.  [Matthias]
3763 * GtkCalendar supports starting the week on any day [Matthias]
3764 * Make GtkToolbar compatible with 2.2 again [Soeren]
3765 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
3766   Olexiy Avramchenko, Jody, Soeren]
3767 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
3768 * Add a way to lock individual accelerator paths  [Matthias]
3769 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
3770   a menu shell.  [Matthias]
3771 * Fix dynamic menus. [Matthias, Michael Meeks]
3772 * Add xalign, yalign properties to GtkButton. [Jody]
3773 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
3774   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
3775 * Support for "no focus" windows. [Matthias]
3776 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
3777   Theppitak Karoonboonyanan]
3778 * FAQ updates [Tony Gale]
3779 * Split the translations into two domains: ui strings and
3780   error messages go to gtk20, property nicks and blurbs to 
3781   gtk20-properties. [Matthias]
3782 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
3783   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
3784 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
3785   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
3786   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
3787   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
3788   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
3789   Adam Wright
3790
3791 Overview of Changes in GTK+-2.3.1
3792 =================================
3793 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
3794 * GDK
3795  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
3796  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
3797 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
3798 * Action-based menu/toolbar API [Matthias]
3799  - Add "name" construct-only parameter to GtkActionGroup
3800  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
3801 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
3802   [Gregory Merchan, Matthias]
3803 * GtkComboBox [Kristian Rietveld]
3804  - Make model and text_column properties not construct-only [Murray Cumming]
3805  - Fix sizing
3806  - Add mouse wheel support [Matthias]
3807 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
3808 * GtkExpander
3809  - Add a "use_markup" property, gtk_expander_set/get_use_markup
3810  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
3811 * GtkFileChooser [Federico Mena Quintero]
3812  - Add a GtkFileSystemWin32 [Hans]
3813  - Use GtkEntryCompletion in GtkFileChooserEntry 
3814  - Add a render_icon to GtkFileSystemIface to allow the 
3815    GnomeVFS backend to supply appropriate icons
3816  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
3817  - Support drops on the bookmarks list
3818  - Display error dialogs on failed operations
3819  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
3820  - Ignore filters for folders [Dave Malcom]
3821  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
3822 * Menus
3823  - Make torn-off menus transient-for the window they were torn from
3824    [Matthias, Jon-Kare Hellan]
3825  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
3826    for use by position functions [Matthias]
3827  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
3828 * Make g_message_dialog_new_with_markup() automatically escape
3829   arguments, add g_message_dialog_set_markup() [Owen]
3830 * Add read-only min-position/max-position properties to GtkPaned
3831 * GtkToolbar [Soeren]
3832  - Support gaps in the toolbar with expand=true/draw=false separators
3833  - Improve drop-location preview handling
3834  - Take a GtkRadioToolButton as the parameter to
3835    gtk_radio_tool_button_new_from_widget [Murray Cumming]
3836  - Many misc toolbar bug fixes [Soeren, Marco]
3837 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
3838 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
3839   to go along with properties [Owen Taylor]
3840 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
3841   signal to fix handling of accelerators on insensitive parent
3842   menu-items. [Tim Janik]. (*Note*: the details here will probably
3843   change, since similar problems for mnemonics aren't handled.)
3844 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
3845   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
3846   [IBM L3 NLS Support Team]
3847 * Fix string setters for self-assignment [Matthias, Soeren]
3848 * Finish multi-head handling in gtk-demo [Matthias]
3849 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
3850 * Reference doc improvements [Matthias, Soeren,
3851   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
3852 * FAQ updates [Tony Gale]
3853 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
3854   sr@Latn,sv,th)
3855
3856 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
3857   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
3858   Padraig O'Briain, Tomas Ã–gren, Danilo Segan
3859
3860 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
3861 =================================================
3862
3863 * New Widgets
3864  - GtkFileChooser: a replacement for GtkFileSelection with 
3865    replaceable backends, many new API features, better user
3866    interface (UI is still a work in progress) [Owen Taylor, 
3867    Federico Mena Quintero]
3868  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
3869  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
3870  - "Picker button" widgets based on code from libgnomeui: 
3871    GtkFontButton, GtkColorButton [Matthias Clasen]
3872
3873 * Widget improvements:
3874  - Autocompletion for entries: GtkEntryCompletion [Kristian]
3875  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
3876  - Add input-only event boxes for trapping events [Alex Larsson]
3877  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
3878  - Support up to four scroll arrows on GtkNotebook and make which
3879    ones are displayed themeable. [Matthias]
3880  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
3881    automatic week start selection, DND support, improve API 
3882    for setting options [Matthias]; mousewheel support [Abigail Brady]
3883  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
3884    [Soeren, Matthias]
3885  - New functions: gtk_window_set_default_icon(), 
3886    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
3887    [Matthias]
3888  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
3889    "has_resize_grip" for GtkStatusBar. [Matthias]
3890  - Add child properties for GtkPaned [Matthias, Soeren]
3891
3892 * Menus
3893  - New action-based menu API: GtkUIManager, GtkActionGroup, 
3894    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
3895    Marco Pesenti Gritti, Philip Langdale]
3896  - Support for tabular menus [Kristian]
3897  - New positioning algorithm for popup menus [Soeren]
3898
3899 * GtkTextView [Matthias]
3900  - Add properties "accepts_tab" [Soeren], "overwrite" property 
3901    [Jeroen Zwartepoorte], "buffer"
3902  - Add gtk_text_buffer_select_range()
3903  - Implement drag-selection by words/lines (also for Gtkentry)
3904  - Some fixes to invisible text handling
3905  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
3906  - Clean up handling of horizontal paging
3907  - Fix scrolling with non-visible cursor
3908  - Add internals documentation [Havoc Pennington]
3909
3910 * GtkToolbar [Soeren]
3911  - Add a more consistent and extensible toolbar API; preserve
3912    old API for backwards compatibility [James, Anders Carlsson, Owen]
3913  - Support for sliding buttons like OS X
3914  - Keyboard navigation
3915  - Support "priority text"
3916  - Overflow menu
3917  - Better handling of really wide buttons [David Bordoley]
3918  - Drawing improvements
3919  - Support context menu
3920
3921 * GtkTreeView [Kristian Rietveld]
3922  - Handle RTL [Matthias, Jonathan]
3923  - Add expand flag to column packing parameters [Jonathan, Kristian]
3924  - gtk_tree_path_free now silently returns on NULL paths
3925  - Move row reference updating code to closures
3926  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
3927    get rid of gtk-tree-model-drop-append.
3928  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
3929
3930 * gdk-pixbuf
3931  - Add a loader for PCX files [Josh Beam]
3932  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
3933  - Support TGA files with arbitrary origins [Matthias]
3934  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
3935    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
3936  - Add saving support for ICO and CUR
3937  - Improve handling of GIFs with oversized frames [Matthias]
3938
3939 * GDK:
3940  - Support for full-color / alpha-channel cursors [Matthias]
3941  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
3942  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
3943  - Many small changes to reduce round trips on startup; 
3944    add gdk_display_flush() [Owen]
3945  - Use Xlib asynchronous APIs to reduce roundtrips on startup
3946    and during DND [Owen]
3947  - Other changes to improve DND for large-latency connections [Owen]
3948  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
3949    in GtkWindow)
3950  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
3951  - Other small linux-fb fixes [Eric Warmenhoven]
3952
3953 * Miscellaneous
3954  - Add support for named themable icons; use this facility to 
3955    provide the default stock icon images [Owen Taylor, based
3956    on code by Alex Larsson]
3957  - Add gtk_widget_queue_resize_no_redraw() for more efficient
3958    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
3959  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
3960  - Default theme improvements, especially for menus. Add some
3961    more style properties. [Soeren]
3962  - Add authentication stock icon [Matthias, art by Jakub Steiner]
3963  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
3964  - Convert build system to automake-1.7; many cleanups and
3965    improvements. [James Henstridge, Owen]
3966  - Win32 fixes for new widgets [Hans]
3967  - Add right-to-left variants of some stock icons [Matthias]
3968
3969 * Documentation
3970  - Use XML source for man pages; add man pages for tools that didn't
3971    have them before [Matthias]
3972  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
3973  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
3974  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
3975    Martin Pool, Mariano Suarez-Alvarez]
3976
3977 * Deprecations
3978  - GtkItemFactory [Replaced by GtkUIManager]
3979  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
3980  - Miscellaneous functions that were renamed in 
3981    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
3982
3983 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
3984   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
3985   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
3986   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
3987   Vasilis Vasaitis, Morten Welinder
3988
3989 ----------------------------------------------------------------------
3990
3991 Overview of Changes in GTK+ 2.2.4
3992 =================================
3993 * Revert TreeView fix which broke context menus in different applications
3994   [Kristian Rietveld]
3995 * Typo fixes [Kjartan Maraas]
3996 * Make pressing END not put the menu in scrolling mode [Kris]
3997 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
3998 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
3999
4000 Overview of Changes in GTK+ 2.2.3
4001 =================================
4002 * GdkPixbuf [Matthias Clasen]
4003  - Fix some problems with overflows when scaling down [Tomas Ã–gren]
4004  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
4005  - Prefer 32-bpp ICOs, fix bugs with them
4006  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
4007    [Jens Elker]
4008  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
4009 * Win32 [Tor Lillqvist]
4010  - Add multiple monitor support
4011  - Major event and key handling rewrite, including IME fixes
4012  - Fix handling of toplevel window positions
4013  - Add support for all window geometry hints (gridded geometry, etc.)
4014  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
4015  - Fix GdkImage memory leak [J. Ali Harlow]
4016  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
4017  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
4018  - Build fixes and improvements [Peter Zelezny]
4019 * X11
4020  - Fix extremely common crash where we interpreted the timestamp
4021    field of a XKB event as a window ID and found a pixmap that matched.
4022    [Owen Taylor, with essential backtrace from Kjartan Maraas]
4023  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
4024  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Ctrl-Backspace [Owen]
4025  - Workaround Xinerama servers reporting wrong depths [Owen]
4026 * GtkTreeView [Kristian Rietveld]
4027  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
4028  - Don't get confused by the Control key when handling selection
4029    from an accelerator like <Control>B [Michael Natterer]
4030  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
4031    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
4032    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
4033 * Input methods
4034  - Handle input methods exiting and starting while the 
4035    app is running [Hidetoshi Tajima]
4036  - Fix infinite loop when closing input methods [Owen,
4037    Takuro Ashie, Hidetoshi]
4038  - Add a 'cedilla' input method with c+acute => cedilla and use
4039    as the default for languages that use cedilla. [Gustavo De Nardin,
4040    Owen, Fco. Javier F. Serrador]
4041  - Fix status window for multihead [Owen, James Su]
4042  - Remember imcontext attributes when switching methods [Owen, 
4043    Botond Botyanszki]
4044 * GtkFileSelection [Owen]
4045  - Fix selection of "UntitledN" on initial map [Mark Finlay]
4046  - Fix an annoying bug with cursor positioning on failed completion
4047  - Misc Fixes [Owen, Tor]
4048 * Other widgets
4049  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
4050  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
4051    Kristian]
4052  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
4053  - Don't include menu labels in gtk_notebook_forall [Owen]
4054  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
4055    focus [Owen]
4056  - Accept color drops with wrong format from KDE [Matthias]
4057 * Fix problem from gnome-theme-manager playing tricks and
4058   making event->window a pixmap. [Anders Carlsson]
4059 * Ignore Caps-lock when matching accelerators
4060 * Fix 5-year-old bug where toplevels didn't fully refresh properly
4061   on theme change [Owen, Rajkumar Siva]
4062 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
4063   from a tarball [Owen]
4064 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
4065   Morten Welinder]
4066 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
4067   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
4068   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
4069   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
4070   Luis Villa]
4071 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
4072   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
4073
4074 Overview of Changes in GTK+ 2.2.2
4075 =================================
4076
4077 * GdkPixbuf [Matthias Clasen]
4078  - Fix animation of slow-loading progressive GIFS
4079  - Fix long-standing animated GIF display bug with transparency
4080  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
4081 * GDK [Owen Taylor]
4082  - Draw continuous underlines between Pango layout runs when 
4083    possible [Kang Jeong-Hee]
4084  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
4085    Major rewrite of 16-bit handling for pixbuf_from_drawable()
4086 * X11 backend [Owen]
4087  - Fix build on X11R5 [Albert Chin]
4088  - Fix switching keyboard layouts while running [Egmont Koblinger]
4089  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
4090  - Zero unused fields in client messages we send Lubos Lunak]
4091  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
4092  - Fix wrong initialization that was keeping XShm from being used.
4093 * Win32 backend [Tor Lillqvist]
4094  - Tweak line drawing
4095  - Mouse/cursor fixes [Allin Cottrell]
4096  - Better handling of floppy drives in GtkFileSelection
4097  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
4098 * Input methods [Hidetoshi Tajima]
4099  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
4100  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
4101  - Miscellaneous GtkIMContextXIM fixes 
4102  - Fix translation of input context names
4103 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
4104 * Add Delete to GtkEntry context menu, Delete/Select All 
4105   to GtkTextView context menu [Matthias]
4106 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
4107 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
4108 * GtkTextView
4109  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
4110  - Don't scroll to cursor on focus in [Paolo Maggi]
4111  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
4112    Yao Zhang]
4113  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
4114    Padraig O'Briain, Owen]
4115 * GtkTreeView [Kristian Rietveld]
4116  - Fix prelighting [Sven Neumann]
4117  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
4118  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
4119  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
4120    Alexandre da Silva Costa]
4121  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
4122    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
4123    Mariano Suarez-Alvarez, Owen]
4124 * Fix handling of border width for GtkToolbar [Rodney Dawes]
4125 * Rewrite adjustment handling of GtkViewport, fixing many bugs
4126   [Owen, Thomas Leonard, Michael]
4127 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
4128   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
4129   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
4130   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
4131   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
4132   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
4133 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
4134   Doug Quale, Manish Singh, Morten Welinder]
4135 * Switch to using libtool-1.5
4136 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
4137   Christian Rose]
4138 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
4139 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
4140   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
4141
4142 Overview of Changes in GTK+ 2.2.1
4143 =================================
4144 * Win32 [Tor Lillqvist]
4145  - Improve setting of window position / decorations
4146  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
4147  - Fix various file selection bugs
4148  - Improve scheme for locating pixbuf loader modules
4149  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
4150 * GtkTreeView [Kristian Rietveld]
4151   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
4152   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
4153     Sandmann, Jarek Dukat]
4154   - TreeView search now works on all values transformable by GValue and not
4155     just strings [Muktha Narayan]
4156   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
4157   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
4158     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
4159     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
4160 * GtkTextView [Matthias Clasen]
4161  - Fix keynav with invisible cursor
4162  - Fix misdrawing of cursor [Owen Taylor] and selection
4163  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
4164 * Fix problem with accidental inclusion of a main() [Matthias]
4165 * Documentation improvements [Matthias, Havoc Pennington]
4166 * Fix problem with GtkColorsel and pixmap themes [Daniel]
4167 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
4168 * Warning fixes [Manish Singh]
4169 * configure fixes [Akira Tagoh]
4170 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
4171 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
4172   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
4173   Soeren Sandmann, Hidetoshi Tajima, Owen]
4174
4175 ----------------------------------------------------------------------
4176
4177 Overview of Changes in GTK+ 2.2.0
4178 =================================
4179 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
4180 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
4181 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
4182   James M. Cape]
4183 * Example portability fix [Sven Neumann]
4184 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
4185
4186 Overview of Changes in GTK+ 2.1.5
4187 =================================
4188 * GtkFileSel fixes [Owen Taylor]
4189   - Fix ..<tab> to go up a dir [Francisco Bustamante]
4190   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
4191   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
4192 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
4193 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
4194 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
4195   Narayana Pattipati, Marius Andreiana]
4196 * Xinerama fixes for GtkMenu [Matthias Clasen]
4197 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
4198 * Documentation additions and fixes [Matthias]
4199 * New and updated translations (am,bg,da,fr,fi,de)
4200 * Miscellaneous bug and build fixes
4201
4202 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
4203    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
4204
4205 Overview of Changes in GTK+ 2.1.4
4206 =================================
4207 * Improved default color scheme [Soeren Sandmann, with advise from
4208   Tuomas Kuosmanen and Garrett LeSage]
4209 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
4210   [Kristian Rietveld]
4211 * Support move-resize emulation for all edges. [Matthias Clasen]
4212 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
4213 * Remove extra selections for ButtonRelease in XInput code 
4214   [Garry Osgood, Owen]
4215 * Another attempt at fixing X focus tracking [Owen]
4216 * linux-fb VT switch improvements [Eric Warmenhoven]
4217 * Win32 [Tor Lillqvist]
4218   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
4219   - Improve maximized/minimized tracking
4220   - Bug fixes
4221 * Fix problem with gtk_combo_set_popdown_strings() not changing
4222   the entry text [Owen]
4223 * Support RTL flipping for statusbars [Matthias]
4224 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
4225   Richard Hult, Carlos Garnacho Parro]
4226 * Use octal escapes rather than literal UTF-8 in strings [Owen]
4227 * Make a lot of read-only data const. [Matthias, Morten Welinder]
4228 * Misc bug fixes
4229 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
4230
4231 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
4232    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
4233    Kjartan Maraas, Christian Neumair
4234
4235 Overview of Changes in GTK+ 2.1.3
4236 =================================
4237
4238 GDK:
4239 * Win32 [Tor Lillqvist]
4240   - fixes to multihead API stubs 
4241   - Comprehensively implement tiles and stipples
4242   - Handle tracking minimized/maximized [Arnaud Charlet]
4243 * linux-fb fixes [Eric Warmenhoven]
4244 * Use g_get_application_name() for default window titles and
4245   for the title of the client leader window [Owen, Havoc Pennington]
4246 * Complete resize-grippy support, move-resize emulation 
4247   [Anders Carlsson, Matthias Clasen]
4248
4249 GTK+ Core:
4250 * On screen change, recreate the widget's Pango context [Owen]
4251 * Fix problems with focus ending up on unmapped widgets [Owen]
4252 * Make g_object_set (gtk_settings_get_default (), ...) to override
4253   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
4254 * Make GtkInputDialog multihead aware [Owen]
4255 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
4256
4257 Widget improvements:
4258 * Draw/check menu items insensitive [Soeren, Tim Evans]
4259 * Fix color usage for radio/check menu item indicators [Soeren]
4260 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
4261 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
4262   GtkCheckMenuItem [Matthias Clasen]
4263 * GtkCombo improvements [Owen]
4264   - Don't leave it behind when switching desktops [Matthias Clasen]
4265   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
4266   - Don't change entry contents until window is popped back up
4267   - Keynav fixes
4268 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
4269 * GtkNotebook keynav improvements [Owen]
4270 * Handle painting text on dark-colored progressbars [Soeren]
4271 * GtkTreeView  [Kristian Rietveld]
4272   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
4273   - Add GTK_CELL_RENDERER_FOCUSED flag
4274   - Keynav fixes, including adding boolean return values for keybinding
4275     signals (API breakage for API that no one should have been using)
4276     [Narayana Pattipati]
4277   - Add gtk_tree_view_column_cell_get_position()
4278   - Add an inconsistent state for GtkCellRendererToggle
4279   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
4280     Morten Welinder, Robert Kinsella, Soeren]
4281
4282 Input Methods:
4283 * Sort the input method list in the right click popup [Abigail Brady]
4284 * GtkIMContextXIM bug fixes [HideToshi Tajima]
4285
4286 General:
4287 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
4288 * Deprecation cleanups [Manish Singh]
4289 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
4290 * Doc improvements, including adding Since: for 2.2. additions 
4291   [Matthias Clasen]
4292 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
4293   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
4294 * Build fixes [Owen, Jeff Waugh, Dan Mills]
4295
4296 Overview of Changes in GTK+ 2.1.2
4297 =================================
4298
4299 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
4300 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
4301 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
4302 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
4303 * Add simple support for startup notification [Havoc Pennington]
4304 * Handle focus indication for check and radio buttons without children
4305   [Dave Camp, Owen]
4306 * Much work on improve submenu navigation [Soeren Sandmann]
4307 * Add "selected_shadow_type" property for menus [Soeren]
4308 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
4309 * Rework GtkPaned keynav [Soeren, Calum Benson]
4310 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
4311 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
4312 * Tree view fixes and speedups 
4313   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
4314 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
4315 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
4316 * Win32 fixes [Tor Lillqvist]
4317 * Misc cleanups and bug fixes
4318
4319 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
4320    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
4321    Matt Wilson,
4322
4323 Overview of Changes in GTK+ 2.1.1
4324 =================================
4325 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
4326 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
4327 * linux-fb improvements including window maximization. [Eric Warmenhoven]
4328 * Fix to compile again with Xft version 1 [Owen Taylor]
4329 * Fix handling of pointer on multiple screens [Owen]
4330   - Add gdk_event_set/get_screen() via evil hack
4331   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
4332   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
4333   - Add gdk_display_get_pointer()
4334   - Make drag-and-drop between multiple screens work
4335 * Export gdk_event_new(), discourage stack allocated events [Owen]
4336 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
4337 * Basic support for RandR extension [Keith Packard, Owen]
4338 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
4339 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
4340 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
4341 * Fix handling of GtkSettings set from RC files on reload [Owen]
4342 * GtkTreeView work [Kristian Rietveld]
4343   - Stop editing on a focus out event for GtkCellRendererText 
4344     [Andreas J. Guelzow]
4345   - Don't accept drops on auto-sorted models
4346   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
4347 * Fixes for GtkIMContextXIM 
4348   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
4349 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
4350   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
4351   Vitaly Tishkov, Dan Winship, Yao Zhang]
4352 * Some performance tweaks [Soeren, Padraig O'Briain]
4353 * Miscellaneous bug fixes
4354
4355 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
4356   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
4357
4358 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
4359 =================================================
4360
4361 Multihead support: [Erwann Chenede, Owen Taylor]
4362 * Multihead support 
4363 * Add GdkDisplay, GdkScreen structures
4364 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
4365   (In other cases, make the variants methods on GdkDisplay/GdkScreen
4366 * Adapt GTK+ widgets to be multihead safe
4367 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
4368 * Add multihead support to demos/tests.
4369
4370 GDK:
4371 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
4372 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
4373 * Miscellaneous linux-fb improvements [Eric]
4374 * Xinerama support [Erwann Chenede, Matthias Clasen]
4375 * Allow GDK backends to add custom argument parsing [Sven Neumann]
4376 * Add support for some addition NET window manager spec hints [Havoc Pennington]
4377 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
4378
4379 GtkTreeView: [Kristian Rietveld]
4380 * Support stock pixbufs in GtkCellRendererPixbuf 
4381 * Allow setting the cell background for cell renderers
4382 * Support focusing individual cell renderers and other focus fixes
4383 * Make resizing tree views more efficient [Soeren Sandmann]
4384 * Add gtk_tree_model_get_string_from_iter
4385 * Improve gtk_list_store_remove API
4386 * API additions:
4387   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
4388   Add gtk_tree_selection_get_selected_rows(),
4389   gtk_tree_selection_count_selected_rows() 
4390   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
4391
4392 GTK+:
4393 * Add style property for drawing menu items without shadow [Soeren]
4394 * gtk_widget_modify_color_component/font(): Allow clearing
4395   current modifications. [Owen]
4396 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
4397 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
4398 * Fix menus resizing when popped up or torn off [Owen]
4399 * Improve label behavior when it gets a too small allocation [Soeren]
4400 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
4401 * Theme drawing improvements [Soeren]
4402 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
4403 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
4404 * Add gtk_menu_shell_select_first() [Owen]
4405 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
4406 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
4407 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
4408
4409 GdkPixbuf:
4410 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
4411 * Use iTXT chunks when necessary in PNG image saver [Matthias]
4412 * Add incremental loading for progressive jpegs [Matthias]
4413 * Add load-at-size functionality [Matthias]
4414 * Add a loader for .ANI animations [Matthias]
4415 * Load hotspot for .ICO files [Matthias]
4416
4417 Docs:
4418 * Convert docs to Docbook XML [Matthias]
4419 * Doc improvements and fixes [Matthias, Soeren, 
4420   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
4421   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
4422 * Tutorial improvements [Tony Gale]
4423
4424 General:
4425 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
4426 * Clean up GDK and demos for deprecated functions [Manish Singh]
4427 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
4428   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
4429   Shivaram Upadhyayula]
4430
4431 Overview of Changes in GTK+ 2.0.9
4432 =================================
4433 * Fix colormap refcounting, which caused frequent metacity crashes
4434   [Christopher James Lahey]
4435 * Lots of work on the Win32 backend [Tor Lillqvist]
4436  - Scrolling fixes
4437  - GdkGC clipping fixes and improvements
4438  - Started implementing all fill styles
4439 * GtkTreeView bug fixes [Kristian Rietveld]
4440  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
4441 * Various bug fixes
4442
4443 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
4444    Josh Parsons, Peter Bloomfield
4445
4446 Overview of Changes in GTK+ 2.0.8
4447 =================================
4448 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
4449 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
4450 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
4451 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
4452 * Updated translation (el)
4453
4454 Overview of Changes in GTK+ 2.0.7
4455 =================================
4456 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
4457 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
4458 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
4459 * Win32 fixes and improvements [Tor Lillqvist]
4460  - Keyboard handling fixes [Florent Duguet]
4461  - Fixes for building and running on Cygwin [Masahiro Sakai]
4462  - Fix gdk_window_scroll(), other GdkWindow fixes
4463  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
4464    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
4465 * Improve tracking of toplevel focus state [Owen]
4466 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
4467 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
4468 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
4469 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
4470 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
4471 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
4472 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
4473   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
4474     Elstner, Morten Welinder]
4475   - gtk_tree_selection_selected_foreach now immediately returns if 
4476     the model is being changed [Havoc Pennington]
4477   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
4478 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
4479 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
4480 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
4481   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
4482 * Many miscellaneous bug fixes
4483
4484 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
4485    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
4486    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
4487    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
4488    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
4489
4490 Overview of Changes in GTK+ 2.0.6
4491 =================================
4492
4493 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
4494   Josh Green, Matthias Clasen]
4495 * Fix problem with keynav and insensitive menu items [Owen Taylor]
4496 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
4497 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
4498 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
4499 * Cycle between multiple menubars with F10, not control-tab 
4500   [Calum Benson, Padraig]
4501 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
4502   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
4503 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
4504   J. Ali Harlow]
4505 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
4506
4507 Overview of Changes in GTK+ 2.0.5
4508 =================================
4509
4510 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
4511   also another fix from testing this function with non-UTF-8 filenames.
4512 * Fix incorrect property notification in GtkTextView. [James M. Cape]
4513
4514 Overview of Changes in GTK+ 2.0.4
4515 =================================
4516
4517 * Fix a number of types which were registered with the 
4518   type system with the wrong names [James Henstridge, Jonathan Blandford]
4519 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
4520 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
4521   Josh Parsons]
4522 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
4523   Owen Taylor]
4524 * Calculate screen size on win32 from the "logical DPI" 
4525   [Joaquin Cuenca Abela, Tor Lillqvist]
4526 * Misc Win32 bug fixes. [Florent Duguet, Tor]
4527 * Fix theme changes for GtkMenu [Soeren Sandmann]
4528 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
4529 * Fix encoding handling for gtk_file_selection_set_filename()
4530   [Sebastian Ritau, Owen]
4531 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
4532 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
4533 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
4534 * Misc bug fixes
4535 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
4536
4537 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
4538   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
4539   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
4540
4541 Overview of Changes in GTK+ 2.0.3
4542 =================================
4543
4544 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
4545 * Improve GdkRGB support for low color depths (Tor Lillqvist).
4546 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
4547 * Include internal children when focusing. (Jonathan)
4548 * Win32 fixes (Tor Lillqvist, David Sterba)
4549 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
4550 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
4551 * GtkMenu fixes. (Soeren Sandmann)
4552 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
4553 * Misc input-method related fixes (Yao Zhang, Federico)
4554 * Fix stuck grab during DND. (Dave Camp, Owen)
4555 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
4556 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
4557   Michael Meeks)
4558 * Handle Xlib internal connections (HideToshi Tajima)
4559 * Many miscellaneous bug fixes.
4560
4561 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
4562 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
4563 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
4564 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
4565 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
4566 Timo Sirainen, Graham Swallow.
4567
4568 Overview of Changes in GTK+ 2.0.2
4569 =================================
4570
4571 * GtkTreeView cursor movement fixes [Kristian Rietveld]
4572 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
4573
4574 Overview of Changes in GTK+ 2.0.1
4575 =================================
4576
4577 * GtkTreeView fixes and performance improvements 
4578   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
4579 * GtkTextView fixes [Havoc Pennington]
4580 * Fix problems with accelerators on Solaris [Padraig O'Briain]
4581 * Some fixes for key bindings on keypad keys [Owen Taylor]
4582 * Fix problem with RENDER use on big endian machines 
4583   [Owen Taylor, with help from Tuomas Kuosmanen]
4584 * Win32 fixes, especially dashed line drawing 
4585   [Tor Lillqvist, Hans Breuer]
4586 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
4587 * Compiler warning cleanups [Erwann Chenede]
4588 * Fix handling of font-name XSETTING [Richard Hestilow]
4589 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
4590 * Fix problems with inappropriate menu scroll arrows [Owen]
4591 * Stock icon improvements [Jakub Steiner, Tuomas]
4592 * Much work on pixbuf loader robustness [Matthias Clasen]
4593 * Documentation improvements [Matthias, Vitaly Tishkov]
4594 * Fix some crashes in GtkWindow accelerator handling code 
4595   [Dave Camp, Matt Wilson]
4596 * Misc bug fixes
4597
4598 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
4599   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
4600   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
4601   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
4602   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
4603
4604 Overview of Changes in GTK+ 2.0.0
4605 =================================
4606
4607 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
4608 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
4609 * Bug fixes. [Thomas Leonard, Owen Taylor]
4610
4611 Overview of Changes in GTK+ 2.0.0 rc1
4612 =====================================
4613
4614 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
4615 * Text widget fixes [Havoc Pennington]
4616 * Efficiency fixes when using Xft [Owen Taylor]
4617 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
4618 * Try to fix key handling without XKEYBOARD extension [Owen]
4619 * Documentation fixes and improvements 
4620   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
4621 * Widget drawing improvements [Soeren Sandmann]
4622 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
4623 * Try to build libraries with only shared library dependencies on Xft to 
4624   deal with transition to Xft2 [Owen]
4625 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
4626 * Don't use red as the default cursor color [Owen]
4627 * Bug fixes, bug fixes, bug fixes.
4628
4629 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
4630   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
4631   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
4632   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
4633   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
4634   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
4635   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
4636
4637 Overview of Changes in GTK+ 1.3.15
4638 ==================================
4639
4640 * New stock and improved icon images
4641   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
4642 * Widget drawing improvements for check and radio buttons,
4643   spinbuttons [Soeren Sandmann]
4644 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
4645 * Add GtkSetting for font name. [Richard Hestilow]
4646 * Much improved key matching code, accelerators work independent
4647   of group [Owen]
4648 * Make mnemonics work for embedded GtkPlug widgets [Owen]
4649 * Keynav improvements for GtkTreeView [Kristian Rietveld]
4650 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
4651 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
4652   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
4653   add compatibility macros.
4654 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
4655 * GtkTextView bug fixes [Havoc Pennington]
4656 * Pad class structures for future binary compatibility [Owen]
4657 * Tutorial improvements [Sven Neumann, Matthias Clasen]
4658 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
4659 * Fix problems with initial widget size [Owen]
4660 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
4661 * Win32 fixes [Hans Breuer, Tor Lillqvist]
4662 * Miscellaneous bug fixes
4663
4664 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
4665   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
4666   Nicolas Setton
4667
4668 Overview of Changes in GTK+ 1.3.14
4669 ==================================
4670
4671 * Keyboard focus improvements [Owen Taylor]
4672 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
4673 * Fix accidentally exported variables [Mark McLoughlin]
4674 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
4675 * Default to yellow tooltips [Owen]
4676 * RC file fixes for reloading, priorities [Owen, Matthias]
4677 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
4678 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
4679 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
4680   scrolled windows [Soeren Sandmann, Padraig, Owen]
4681 * Add Emacs/Default key themes [Owen]
4682 * Win32 fixes [Hans Breuer, Tor Lillqvist]
4683 * Ethiopic input methods [Daniel Yacob]
4684 * Opaque paned window resizing [Soeren]
4685 * Tweak table expansion behavior [Tim Janik]
4686 * Fix GtkCalendar focus drawing [Bill Haneman]
4687 * Allow themeable cursor thickness [Bill]
4688 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
4689 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style
4690   scrollbars. [Jody Goldberg]
4691 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
4692 * Bug fixes
4693
4694 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
4695  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
4696  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
4697  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
4698  Kevin Vandersloot,  Morten Welinder, Peter Williams
4699
4700 Overview of Changes in GTK+ 1.3.13
4701 ==================================
4702
4703 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
4704 * Tree view support for low-vision themes [Bill Haneman]
4705 * Text view bug fixes. [Havoc Pennington]
4706 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
4707   Archaeopteryx Software]
4708 * Documentation improvements [Matthias Clasen, Havoc Pennington]
4709 * Accelerate alpha compositing using RENDER extension if present,
4710   and optimize the non-RENDER case a lot. [Owen Taylor]
4711 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
4712 * Fixed the infamous changing directory deletes filename bug 
4713   [Owen and a cast of thousands]
4714 * Add mouse cursor hiding for text widgets [Anders Carlsson]
4715 * Simple Hangul input module [Yusuke Tabata]
4716 * Removed the scary startup warning.
4717 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
4718 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
4719   instead of the deprecated GtkCList [Owen]
4720 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
4721 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
4722 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
4723   etc. [Havoc, Owen]
4724 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
4725 * gtk_image_menu_item_new_from_stock() now falls back to
4726   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
4727   [Havoc Pennington]
4728 * GdkModifierType is now consistently used for modifier mask parameters
4729   [Mark Patton]
4730 * gtk_widget_set_accel_path() is now publically exported.
4731
4732 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
4733   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
4734   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
4735   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
4736   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
4737   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
4738   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
4739
4740 Overview of Changes in GTK+ 1.3.12
4741 ==================================
4742
4743 * Fix problems with PNG saving [Michael Natterer]
4744 * Cleanups of deprecated usages [Sebastian Wilhelmi]
4745 * Win32 fixes [Tor Lillqvist]
4746 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
4747   Vitaly Tishkov]
4748 * Frame buffer port fixes [Manish Singh]
4749 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
4750 * Menu behavior improvements [Kristian Rietveld]
4751 * Make focus line width configurable, focus color work on 
4752   dark themes. [Bill Haneman, Owen Taylor]
4753 * Add state argument to gtk_paint_focus() [Bill]
4754 * Added incremental revalidation to tree view, for better apparent speed 
4755   [Jonathan Blandford]
4756 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
4757 * Display XIM status in a separate window [HideToshi Tajima]
4758 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
4759 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
4760   [Dov Grobgeld, Havoc]
4761 * Pass key releases along to input methods [Owen]
4762 * Many bug fixes
4763
4764 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
4765   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
4766   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
4767   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
4768   Matt Wilson
4769
4770 Overview of Changes in GTK+ 1.3.11
4771 ==================================
4772
4773 * Massive rework of accelerator API and implementation (Tim Janik)
4774 * Major fixes to resizing and redrawing to eliminate hysteresis
4775   and optimize. (Owen Taylor, Soeren Sandmann)
4776 * Make many widgets NO_WINDOW to improve appearance and reduce
4777   drawing overhead (Owen)
4778 * Text view fixes (Havoc Pennington)
4779 * Make child widgets in GtkTextView work (Havoc)
4780 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
4781 * Clean up GtkTreeView drag and drop support (Owen)
4782 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
4783 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
4784   functions (Owen, Damian Ivereigh)
4785 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
4786 * Change button ordering in standard dialogs to correspond to 
4787   GNOME usability project proposal (Gregory Merchan)
4788 * Add support for context sensitivity in input methods (Owen)
4789 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
4790 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
4791 * Remove need for X connection for class initialization (Jacob Berkman)
4792 * Propagate key events to parents of focused widget (Owen)
4793 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
4794 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
4795 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
4796   Jacob Berkman, others.)
4797
4798 Other Contributors:
4799   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
4800   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
4801   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
4802   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
4803   Michael Natterer
4804
4805 Overview of Changes in GTK+ 1.3.10
4806 ==================================
4807
4808 * GtkTextView fixes [Havoc Pennington]
4809 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
4810   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
4811 * gtkdemo improvements [Kristian Rietveld]
4812 * Drag and drop fixes to generic code and widgets 
4813   [Owen Taylor, Damian Ivereigh]
4814 * Documentation improvement [Havoc Pennington, Matthias Clasen]
4815 * Spelling fixes [Jacob Berkman]
4816 * Move signals to the GtkEditable interface [Kristian]
4817 * Further stock image improvements [Jakub Steiner]
4818 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
4819   [Sven Neumann]
4820 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
4821 * Automatically call setlocale(), unless explicitly disabled [Owen]
4822 * Property addition to various widgets [Michael Meeks, Owen]
4823 * Support building with automake-1.4 [James]
4824 * Make GtkRadioButton groups act as a single focus point [Owen]
4825 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
4826 * Draw spinbuttons variably sized [Kristian]
4827 * Separate GdkAtom out from X atoms for compatibility with future
4828   multihead changes [Owen]
4829 * Require gdk_threads_init() to be explicitly called instead
4830   of piggybacking off of g_thread_init(). [Owen]
4831 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
4832 * Bug fixes and cleanup [Matthias, others]
4833
4834 Other Contributors:
4835   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
4836   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
4837   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
4838  
4839
4840 Overview of Changes in GTK+ 1.3.9
4841 =================================
4842
4843 * Add editable text cells to GtkTreeView.
4844   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
4845 * Text widget no longer always has a \n in it. [Havoc Pennington]
4846 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
4847 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
4848 * Minor fix for major resizing problems in recent releases [Owen Taylor]
4849 * Restore ability to set _set properties to TRUE for 
4850   GtkCellRendererText, GtkTextTag [Owen]
4851 * Cursor drawing improvements [Owen]
4852 * Win32 fixes [Hans Breuer]
4853 * Mark various functions as deprecated or private.
4854 * Misc bug fixes, portability fixes, and cleanups.
4855
4856 Other Contributors: 
4857  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
4858  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
4859  James Henstridge, Detlef Reichl
4860
4861 Overview of Changes in GTK+ 1.3.8
4862 =================================
4863
4864 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
4865 * GtkOptionMenu scrollwheel support [Alex]
4866 * GtkModule search paths [Owen]
4867 * Documenatation updates [Havoc,Jrb]
4868 * Major Gdk cleanup [Owen]
4869 * Miscellaneous other fixes/cleanups
4870
4871 Other Contributors:
4872   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
4873   Matt Wilson, James Henstridge
4874
4875 Overview of Changes in GTK+ 1.3.7
4876 =================================
4877
4878 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
4879 * Added publically installed utility gdk-pixbuf-csource to generate
4880   inlined pixbufs in C source code [Tim Janik]
4881 * Optional movement of button children on press [Soeren, Owen Taylor]
4882 * Interactive searching in GtkTreeView [Kristian Rietveld]
4883 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
4884 * Animation of expander motion for GtkTreeView [Anders Carlsson]
4885 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
4886 * New/improved stock icons [Jakub Steiner] 
4887 * Code and API rework for window resizing [Havoc Pennington]
4888 * Converted accel groups to GObject [James Henstridge]
4889 * More property support improvements
4890 * Add facility for "secondary" buttons in 
4891   GtkButtonBox/GtkDialog [Gregory Merchan]
4892 * Disentangled child visability from MAPPED state [Owen]
4893 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
4894 * Added priorities for styles in RC files, 
4895   support multiple parse contents [Owen]
4896 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
4897 * Key binding improvements [Havoc]
4898 * Added GtkWidget::event-after signal since normal event handling
4899   is now aborted as soon as a handler returned TRUE [Tim]
4900 * Dnd fixes and improved icon support [Owen]
4901 * Removed GtkPacker widget
4902 * Fixing missing paired getters/setters [Kris]
4903 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
4904 * Added window grab groups [Owen]
4905 * Many frame buffer improvements [Alex]
4906 * Win32 fixes and improvements [Hans Breuer]
4907 * Warning fixes [Darin Adler]
4908 * Miscellaneous bug and API fixes [Matthias et. al]
4909
4910 Other Contributors:
4911   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
4912   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
4913   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
4914   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
4915   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
4916   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
4917
4918 Overview of Changes in GTK+ 1.3.6
4919 =================================
4920
4921 * Properly renders strikethrough text
4922 * win32 fixes
4923 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
4924   relative font scaling
4925 * Added "format_value" signal to GtkScale to reformat value text
4926 * framebuffer fixes
4927 * Property support added to lots of widgets
4928 * Many GtkTreeView new features and API/implementation fixes
4929 * Lots of new_with_mnemonic() convenience functions
4930 * Change GtkImageMenuItem API to be more consistent/useful
4931 * Added lots of new stock items/icons
4932 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
4933   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
4934   themes won't need broken hacks
4935 * Convenience API for GtkRange similar to the one added to GtkSpinButton
4936   a while back
4937 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
4938   and move some attributes from program settings to user settings.
4939   Allows nice 1-pixel-bevel themes.
4940 * Moved ::focus virtual function from GtkContainer to GtkWidget
4941 * Plenty of bug fixes
4942
4943 Overview of Changes in GTK+ 1.3.5
4944 =================================
4945
4946 * New default theme based on Raleigh theme for 1.2.x.
4947 * Dependency on the ATK library added as a step to
4948   providing accessibility-enabling interfaces
4949 * XEMBED-based GtkPlug/GtkSocket now basically works.
4950 * Drag and drop of column headers in GtkTreeView
4951 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
4952   and API sanitation
4953 * Key binding fixes
4954 * Configurable padding/spacing in a lot of places
4955 * Invisible text in GtkTextView fixed
4956 * SHM segments now created with a mode of 0600
4957 * Bug fixes
4958
4959 Overview of Changes in GTK+ 1.3.4
4960 =================================
4961
4962 * Win32 fixes
4963 * GtkTreeView improvements and fixes
4964 * Fix glib-2.0.m4
4965 * Miscellaneous bug fixes
4966
4967 Overview of Changes in GTK+ 1.3.3
4968 =================================
4969
4970 [ 5600 lines of ChangeLog ]
4971
4972 * API cleanups
4973 * Win32 work (Tor, Hans Breuer)
4974 * Focus improvements (Owen)
4975 * Frame buffer improvements (Alex)
4976 * Work on GtkTextView (Havoc)
4977 * Much work on GtkTreeView (Jonathan)
4978 * Selectable labels (Havoc)
4979 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
4980 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
4981 * Added ability to have resize grips in status bars (etc.) using
4982   _NET_WM_MOVERESIZE protocol. (Havoc)
4983 * Added mnemnonic mechanism to make setting underline accelerators
4984   much easier. (Alex)
4985 * Add per-style property mechanism to allow themes to change 
4986   geometry parameters. (Tim)
4987 * Added global settings mechanisms for settings such as double-click
4988   time. (Tim, Owen)
4989 * Various support functions for new and old WM properties (Havoc, Alex)
4990 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
4991
4992 Overview of Changes in GTK+ 1.3.2
4993 =================================
4994
4995 GTK Core:
4996
4997 * New stock-icon and stock-item system. Use themeable pixbufs in
4998   dialogs, buttons, etc. [Havoc]
4999 * Theme engines reworked to use derivation and new object system. [Owen]
5000 * Added GtkClipboard object for simple selection handling. [Owen]
5001 * Make GtkEditable an interface, move implementation to GtkOldEditable for
5002   compat. [Owen]
5003 * Better handling of default directionality. [Robert]
5004 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
5005 * Move theme engines to GTypePlugin. [Owen]
5006
5007 GDK:
5008
5009 * Beginning of implementation of client parts of new window manager spec. [Owen]
5010 * Make gdk_drawable_get_image() work with backing store. [Havoc]
5011
5012 Widgets:
5013
5014 * New text widget [Havoc]
5015   - Adjustable tab handling.
5016   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
5017   - Many cleanups and small improvements.
5018 * Improvements to submenu navigation [Nils Barth/David Santiago] and
5019   scrolling menus. [Alex]
5020 * Simplification of progress bar API. [Havoc]
5021 * Make GtkImage a generic image-display widget. [Havoc]
5022 * New GtkTreeView tree widget. Model/view architecture, flexible rendering,
5023   large datasets, etc. [Jonathan]
5024 * New GtkMessageBox widget for message display. [Havoc]
5025 * Allow labels to have contents set from XML-like markup language. [Havoc]
5026 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
5027
5028 Internationalization:
5029
5030 * Proper character set conversion for clipboard/selection. [Owen]
5031 * New input method system via loadable modules; support on-the-spot
5032   preedit in GtkEntry and new text widget; allow switching input methods
5033   on the fly; include modules for XIM and demo Cyrillic-transliteration 
5034   module. [Owen]
5035 * VIQR, Thai, and Inuktitut input methods. [Robert]
5036 * Convert po files to UTF-8. [Robert]
5037
5038 gdk-pixbuf:
5039
5040 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
5041 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
5042 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
5043
5044 Ports:
5045
5046 * Much work on Win32 Port. [Tor/Hans]
5047 * Much work on Linux-FB Port. [Elliot/Alex]
5048
5049 Misc:
5050
5051 * Start of new gtk-demo demo program. [Owen/Jonathan]
5052 * Bug fixes and more bug fixes.
5053
5054
5055 Overview of Changes in GTK+ 1.3.1:
5056
5057 * GTK+ now uses the Pango library for text manipulation. All
5058   strings in GTK+ now are in Unicode, languages written
5059   from right-to-left, and complex-text languages are now supported.
5060 * The gdk-pixbuf library for image loading and manipulation is 
5061   has been integrated with GTK+.
5062 * The GTK+ object system has mostly been moved to GLib, separating
5063   it from the GUI code. Many significant enhancements have been
5064   made as part of this.
5065 * A new text widget is now included. This started as a port
5066   of the Tk text widget, and includes such features of the Tk
5067   text widget as tags, marks, and unicode text support. It
5068   has been enhanced to support model-view operation and the
5069   full power of Pango.
5070 * The GDK library has been extensively revised to support multiple
5071   windowing systems. The only fully functional backend in 1.3.1
5072   is the X11 backend, however, ports to Win32, Linux-framebuffer,
5073   Nano-X, BeOS, and MacOS exist in various states of completion,
5074   and at least some of these will be finished and integrated in 
5075   before the final GTK+-2.0 release.
5076 * 32-bit coordinates are now supported throughout GDK and GTK+
5077   (they are emulated where not supported by the windowing system.)
5078 * Many minor bug fixes and enhancements. Incompatible changes
5079   are documented in docs/Changes-2.0.txt
5080
5081 Overview of Changes in GTK+ 1.2.8:
5082
5083 * GNU Make 3.79 bug workaround
5084 * FAQ and tutorial updates and improvements
5085 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
5086
5087 Overview of Changes in GTK+ 1.2.7:
5088
5089 * More header cleanups.
5090 * Fixed activation bug for insensitive widgets.
5091 * Locale fixes to RC file parsing code.
5092 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
5093   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
5094 * Upgrade to libtool 1.3.4.
5095
5096 Overview of Changes in GTK+ 1.2.6:
5097
5098 * container queue_resize fixes
5099 * gtk[vh]scale: minor fixups
5100 * rename idle to idle_id in testgtk to avoid conflicts with 
5101   broken libs
5102 * More consistent naming of gtkrc files
5103 * Added language support: ro, uk
5104
5105 Overview of Changes in GTK+ 1.2.5:
5106
5107 * more GtkCTree and GtkWindow bug fixes.
5108 * more redraw/resize queue fixes, better expose event
5109   discarding code.
5110 * more miscellaneous bugs fixed
5111 * new configure.in option --disable-rebuilds to completely disable
5112   rebuilds of autogenerated sources.
5113 * check for 5.002 now, to avoid failing autogeneration build rules due
5114   to old perl versions.
5115 * fonts (and fontsets) are cached now.
5116 * more autogeneration make rules and dependency fixups, we should be
5117   save with autogeneration up to make -j12 now ;)
5118 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
5119   GtkWindow on every size change.
5120 * major rework of window manager hints handling code, fixed a bunch of
5121   races with the new resizing code.
5122 * the new wm hints and resizing code is absolutely perfect and bug free now,
5123   it only lacks testing ;)
5124 * fixed up various rc style memory problems.
5125 * gtk_widget_modify_style() now properly changes the style of realized widgets
5126   and references the style passed into it. if people worked around this bug,
5127   this will introduce a slight memory leak in their code.
5128   The code should typically look like:
5129             GtkRcStyle *rc_style = gtk_rc_style_new ();
5130             [...]
5131             gtk_widget_modify_style (widget, rc_style);
5132             gtk_rc_style_unref (rc_style);
5133 * fix problems with positioning menus offscreen.
5134 * GtkText fixes for some crashes and drawing errors.
5135 * Better handling for unexpected window destroys in GDK and GTK+.
5136   This should make it possible to use a GtkPlug and catch the
5137   case where its parent socket is randomly killed.
5138 * FAQ updates.
5139 * FileSelection i18n patches, RadioButton fixups.
5140 * many translation improvements.
5141 * miscellaneous other bugs fixed.
5142
5143 Overview of Changes in GTK+ 1.2.4:
5144
5145 * DnD improvements (drags can be canceled with Esc now).
5146 * suppressed configure event reordering in Gdk.
5147 * rewrite of Gtk's configure event handling.
5148 * major improvements for the object argument system (Elena Devdariani).
5149 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
5150   GtkCTree.
5151 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
5152 * configure's --with-glib= is "officially" unsupported.
5153 * upgrade to libtool 1.3.3.
5154 * various buglets fixed.
5155
5156 Overview of Changes in GTK+ 1.2.3:
5157
5158 * Upgrade to libtool 1.3
5159 * Check for dgettext (for systems with old versions of GNU Gettext)
5160 * Many bug fixes (see ChangeLog for details)
5161
5162 Overview of Changes in GTK+ 1.2.2:
5163
5164 * Improved Dnd behaviour with Motif applications.
5165 * Bug fixes for the Gtk selection code.
5166 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
5167 * Bug fixes and leak plugs for the Gdk IM code.
5168 * Added gtk_object_get() facility to retrieve object arguments easily.
5169   The var args list expects ("arg-name", &value) pairs.
5170 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
5171   problems where closed pipes were no longer signaling GDK_INPUT_READ on
5172   systems with a native poll().
5173 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
5174   anymore).
5175 * We don't attempt to lookup xpm color "None" anymore, this should prevent
5176   eXodus (commercial X windows server) from popping up a color dialog every
5177   time a transparent pixmap is created.
5178 * Fixed bug where Gtk timeout/idle handlers would execute without the global
5179   Gdk lock being held.
5180 * Other minor bug fixes.
5181
5182 Overview of Changes in GTK+ 1.2.1:
5183
5184 * Many Bug fixes have been applied to the menu and accelerator code.
5185 * GtkItemFactory can "adopt" foreign menu items now and manage their
5186   accelerator installation. This is often required to get GtkItemFactory
5187   like accelerator propagation between different windows with the same
5188   menu hierarchy and for centralized parsing and saving of accelerators.
5189 * GtkCList/GtkCTree buttons should always display correctly now.
5190 * Miscellaneous other bug fixes.
5191
5192 What's New in GTK+ 1.2.0 (since 1.0.x):
5193
5194 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
5195   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
5196 * Many new features and robustness for existing widgets
5197 * Theme support
5198 * New DND implementation
5199 * Internationalization of standard dialogs
5200 * New key binding system
5201 * Tearoff menus and menu accelerators
5202 * Wide character support for entry and text
5203 * Resizing code has been overhauled
5204 * Queued redraws of partial areas
5205 * Far better support for object arguments
5206 * Speed optimizations
5207 * Runtime loading of dynamic modules
5208 * Support for GLib log domains
5209 * Tutorial improvements
5210 * A bug fix or two
5211
5212 Overview of Changes in GTK+ 1.1.16:
5213
5214 * Major fixes and improvements for handlebox
5215 * A change to the way widget->requisition works. Now,
5216   widget->requisition is always what the widget requested,
5217   unmodified by the usize. See Changes-1.2.txt for details.
5218   This correct various bugs with gtk_widget_set_usize().
5219 * Fixes for XIM on X11R5 systems
5220 * Don't allow cut-and-paste of text in password-style entries
5221 * --enable-debug is now on by default for the development release.
5222   (When compiling for "production", use --enable-debug=minimum)
5223 * Handle systems where Helvetica is not present more gracefully
5224 * Fixes for memory leaks
5225 * CList and CTree fixes
5226 * Bug fixes for drawing problems. 
5227 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
5228   GtkColorsel, Focusing, DND
5229 * Tutorial improvements
5230
5231 Overview of Changes in GTK+ 1.1.15:
5232
5233 * Tutorial Updates
5234 * Added --libs gthread to gtk-config 
5235 * Bug fixes
5236
5237 What is new in GTK+ 1.1.14:
5238
5239 * Additions to docs/Changes-1.2.txt
5240 * Just warn when loading theme engine fails
5241 * CLAMP GtkScale digits to a meaningful range
5242 * GTK_LOCALDIR is now defined in a better fashion
5243 * New functions (feature freeze, we know...):
5244     gtk_menu_set_title()
5245     gtk_toggle_button_get_active()
5246 * Some locale fixups in gtkrc code
5247 * Fixes to make gtk_radio_button_set_group() keep only
5248   one radio button in the group active
5249 * Foreign windows are now always treated as viewable; this fixes
5250   a problem where updating didn't occur properly in GtkPlug
5251 * DND fixes for 64 bit architectures, and for specifying operations 
5252   with modifier keys.
5253 * Major revisions to GtkLayout: avoid having to create window
5254   for NO_WINDOW children, adjust allocations of children as 
5255   scrolled so queued draws work, and a resize is queued instead
5256   of allocating directly in a put() or move()
5257
5258 What is new in GTK+ 1.1.13:
5259
5260 * Dnd and selection bug fixes and memory purification.
5261 * Widget sensitivity fixups.
5262 * Tooltips windows are now named "gtk-tooltips" so rc file rules
5263   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
5264   widgets.
5265 * Spin buttons now update their values upon value retrieval.
5266 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
5267   a lot. Gtk makes full use of the draw_area coalescing code now, which
5268   got minorly improved as well.
5269 * Containers map their Gdk windows after their children now to reduce
5270   expose event generation.
5271 * Gdk event queue fixups, this solves the double-click problems people were
5272   recently having.
5273 * Account for the fact that GSource's are only properly reentrant from
5274   within dispatch(), thus we don't do Gdk event processing from within
5275   check() or prepare() anymore.
5276 * Rc files feature a bg_pixmap value of "<none>" now.
5277 * Improved session management support in Gdk.  
5278 * Automatic disabling of NLS if no gettext is found should work now.
5279 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
5280 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
5281   and GNU libtool 1.2d.
5282 * More bug fixes all over the place.
5283
5284 What is new in GTK+ 1.1.12:
5285
5286 * Korean translation added
5287 * Fixed memory leaks
5288 * A few other bug fixes
5289
5290 What is new in GTK+ 1.1.11:
5291
5292 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
5293 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
5294   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
5295 * Lots of cast corrections
5296 * Many fixes 
5297
5298 What is new in GTK+ 1.1.9:
5299
5300 * Check for broken glibc 2.0 mb functions and avoid them
5301 * Label and Entry display fixes 
5302 * Move main thread back to GDK, for locking when translating events
5303 * Bug fixes
5304
5305 What is new in GTK+ 1.1.8:
5306
5307 * Added support for gettext and the localization of the standard
5308   dialogs.
5309 * Added line-wrapping for the label, and JUSTIFY_FILL
5310 * Support reordering via drag and drop in  CList and CTree.
5311 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
5312 * Extended gtkpaned API to support minimum sizes and proportional
5313   resizing.
5314 * Changed the handling of shared memory segments so as to 
5315   remove the need for GTK+ to set up signal handlers.
5316 * Re-implemented event loop in terms of the event loop
5317   that has been added to GLib 1.1.8
5318 * Added 'grab_focus' signal to allow keyboard accelerators
5319   for entries.
5320 * Load locale specific RC files if present.
5321 * Bug fixes.
5322
5323 What is new in GTK+ 1.1.7:
5324
5325 * Fixed memory mis-allocation in default files code
5326 * Various event handling fixes
5327 * Wide character support for entry and text
5328 * Destroy widgets _after_ propagating unrealize signals through 
5329   widget hierarchy
5330 * Only build XIM-support if available
5331 * Tutorial and examples updates
5332 * Added gtk_drag_source_unset()
5333
5334 What is new in GTK+ 1.1.6:
5335
5336 * The signal system now features emission hooks with special semantics,
5337   refer to the ChangeLog for this.
5338 * Minor? speedups and memory reductions to the emission handling of the
5339   signal system.
5340 * _interp() function variants are deprecated now. the corresponding *_full()
5341   variants are provided for a long time now.
5342 * Dnd abort timeout increased to 10 minutes.
5343 * GtkScrolledWindow inherits from GtkBin now.
5344 * GTK_POLICY_NEVER is implemented for scrolled windows now.
5345 * Lots of API clean ups.
5346 * Incremental freezing abilities.
5347 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
5348 * New window functions for transient relationship, default size, and 
5349   geometry hints
5350 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
5351   GTK_RC_FILES environment variable and functions are provided to configure
5352   this behavior
5353 * Read doc/Changes-1.2.txt to properly adapt your code.
5354 * Bug Fixes.
5355
5356 What is new in GTK+ 1.1.5:
5357
5358 * Theme integration
5359 * Widget style modification is now handled through GtkRcStyles
5360 * GtkPixmaps now grey out pixmaps when insensitive
5361 * Notebook enhancements
5362 * Shadow configurability for menubars and handleboxes
5363 * DND enhancements
5364 * gtkfilesel now supports automounters better
5365 * Implementation of expose compression
5366 * Queued redraws of partial areas
5367 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
5368   to a scrolled window don't get an automatic viewport anymore. a convenience
5369   function gtk_scrolled_window_add_with_viewport() is supplied for this task
5370 * Deprecated functions will now issue a message, informing the programmer about
5371   the use of this function. These functions will get removed in future versions
5372 * Non-functional functions got removed entirely
5373 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
5374   A new function gtk_object_default_construct() is provided now which should
5375   be called after every gtk_type_new() to perform the auto-construction
5376 * Improved argument support of several widgets
5377 * Bug Fixes
5378
5379 What is new in GTK+ 1.1.3:
5380
5381 * GtkCList/GtkCTree now have the ability to:
5382     - hide/show individual columns
5383     - disable/enable column resizing
5384     - set min and max for column widths
5385     - set expander style of the ctree
5386     - set/get row and cell styles
5387     - set spacing between tree expander and cell contents in ctree
5388     - toggle auto_resize for columns
5389 * Must enhanced DND support, removed old DND code
5390 * Idle functions are now implemented via GHook, giving a slight speed
5391   improvement
5392 * An environment variable GTK_MODULES which takes a colon separated
5393   list of module names GTK+ will now automatically load at gtk_init() startup
5394 * GtkFontSel now has support for an extra 'base' filter
5395 * New function gdk_window_set_root_origin to get the real geometry taking
5396   into account window manager offsets
5397 * New function gtk_text_set_line_wrap to toggle line wrapping
5398 * New function gtk_widget_add_events which safely adds additional
5399   events to a widget's event mask
5400 * New function gdk_event_get_time to get the timestamp from a generic
5401   event
5402 * New widget GtkCalendar
5403 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
5404   pointer grabs and selection handling in DND code
5405 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
5406   data portion without invocation of its destroy notifier 
5407 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
5408   instead 
5409 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
5410   instead
5411 * Removed functions gtk_object_set_data_destroy[_by_id] 
5412 * Documentation additions/updates 
5413 * HTML and plain text files are now included in the distribution
5414 * Bug fixes, typeness corrections, and general fixups
5415
5416 What is new in GTK+ 1.1.2:
5417
5418 * Gtk+ is now featuring runtime loading of dynamic modules via the
5419   --gtk-modules= command line switch. such modules have to export a
5420   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
5421   function which will be invoked to initialize the module. since such
5422   modules may create new widget types, they are always resident.
5423 * The tutorial has been updated again.
5424 * Changes to menus including tearoff menus and accelerators.
5425 * Better support for modal dialogs.
5426 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
5427 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
5428 * GtkCTree rows can be unselectable now.
5429 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
5430   Hamann on Tue Aug 18 00:29:13 1998).
5431 * A bunch of varargs functions changed to get va_lists working on systems that
5432   implement va_lists as arrays.
5433 * Improvements to the gdkrgb code.
5434 * Improvements to Gdk color handling so we greatly reduce server traffic and
5435   don't leak colors anymore.
5436 * Improved internal widget tree iterators (the GtkContainer::foreach signal
5437   vanished because of this).
5438 * Option menus can have the keyboard focus now.
5439 * More fixups to the text widget.
5440 * GtkFileSelection should behave much more nicely in combination with AFS now.
5441 * Support for label underlining.
5442 * Support for GLib 1.1.3 log domains.
5443 * Documentation improvements.
5444 * Configuration fixes on various platforms.
5445 * Miscellaneous fixes to XInput support.
5446 * Build with shared library dependencies on Linux
5447 * Fix for a major bug in the type systems memory allocation code that could
5448   cause random crashes.
5449 * Libtool update to version 1.2b.
5450 * Lots of bugfixes and cleanups again ;)
5451
5452
5453 What is new in GTK+ 1.1.1:
5454
5455 * Tutorial updates and additions.
5456 * Key binding support for GtkListItems and GtkList.
5457 * Extended selection mode and autoscrolling for GtkLists.
5458 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
5459 * GtkCTreeNodes can now be created from GNode trees.
5460 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
5461
5462
5463 What is new in GTK+ 1.1.0:
5464
5465 * New widget GtkFontSelector.
5466 * New featureful progress bar.
5467 * New container widget GtkPacker.
5468 * New object GtkItemFactory, GtkMenuFactory is deprecated.
5469 * New key binding system, configurable via rcfiles, similar to styles.
5470 * New widget GtkCTree with drag selections and keyboard movement and
5471   and horizontal scrolling. Features also implemented for GtkCList.
5472 * Significant speedups to widget creation and destruction through caching
5473   colormap and visual queries to the XServer.
5474 * Speedups for type creation and especially gtk_type_is_a() checks.
5475 * Speedups in signal lookup, creation and emissions and connection handling.
5476 * Minor speedups with object data allocation and destruction.
5477 * Additions to the signal handling API (e.g. *_emitv).
5478 * Support for rc-file reparsing.
5479 * Resizing logic is now implemented on container widget basis, rather than
5480   for toplevel GtkWindows only.
5481 * Buttons support relief styles now.
5482 * Some widgets are now allocated through memchunks to behave more memory wise.
5483 * Newly included file gtkfeatures.h which defines compatibility macros to
5484   test for certain API features upon program compilation.
5485 * Child arguments support for container widgets.
5486 * Far better support for object arguments, revamp of the underlying
5487   mechanism for speed and reusability. Child/object arguments don't
5488   need to be preceded by the "GtkType::" portion anymore.
5489 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
5490   is now performed by a new widget GtkAccelLabel.
5491 * Overhaul of the resizing code. Resizing behaviour can now be specified
5492   on GtkContainer basis, so the underlying algorithm isn't only available
5493   for GtkWindows.
5494 * GtkTables are now fully resizable.
5495 * The GtkType system now supports an additional base class initialization
5496   function.
5497 * GtkStyles and key bindings can now be looked up depending on the base
5498   types of a widget, through a new keyword `class' in rc files.
5499 * GtkButton derives from GtkBin (finally).  
5500 * More descriptive error messages on rc parsing.  
5501 * Runtime information is available to query enum/flag definition values.
5502 * Upgrade to libtool-1.2
5503 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
5504   including those that already went into the 1.0.x branch.
5505 * A big bunch of features and cosmetic fixups that just got lost in
5506   the masses of changesonfigure problem when cross-compiling