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