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