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