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