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