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