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