]> Pileus Git - ~andy/gtk/blob - NEWS
Updates
[~andy/gtk] / NEWS
1 Overview of Changes from GTK+ 2.11.0 to 2.11.1
2 ==============================================
3
4 * GtkTextView:
5  - Marks can be created independent from buffers
6  - Cursor color follows text color
7
8 * OS X port:
9  - Many improvements
10
11 * GDK:
12  - Add support for composited child windows
13
14 * Bugs fixed:
15  347883 do-overwrite-confirmation does nothing in 2.10
16  440890 Crash in gtktooltip.c (GTK+ 2.11.0)
17  440982 crash in gtk due to missing stock icon gtk-clear
18  418047 GtkIconView sizing is very broken
19  438440 All tests for Gtk2 failing when installing from CPAN
20  314172 gtk_toolbar_set_icon_size() should be 'undeprecated'
21  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
22  398414 Printing to file with multiple pages per sheet
23  412882 gdkwindow should support the concept of "composited"
24  430218 Some file names are being cut unnecessarily with RTL Inte...
25  435405 text view recreates pangolayouts all the time
26  439565 Crash in GtkIconView a11y code
27  440040 Reference counting in GtkPrintOperation goes awry
28  440511 xcursors.h: illegal initializing
29  440780 GtkAction set_short_label might be broken
30  441443 jpeg loader does not set error upon abortion
31  442172 Small cleanup in gtk_notebook_set_current_page and fix ty...
32  442183 Updated gdk/gdkkeysyms-update.pl
33  443247 Two GtkNotebook cleanups
34  441767 Icon cache isn't validated properly
35  442326 Overview navigator traps mouse on wrong screen in dual mo...
36  79585  GtkTextView API to change cursor color
37  132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer
38  348065 [PATCH] Remove automagic status of xinerama dependency
39
40 * Updated translations:
41  Thai (th)
42  Spanish (es)
43
44
45 Overview of Changes from GTK+ 2.10.x to 2.11
46 ============================================
47
48 * Printing support:
49  - Cups backend: Work with "BrowseShortNames Off"
50  - Cups backend: Fix handling of multi-valued options
51  - Cups backend: Work with raw printers
52  - Cups backend: don't lock up when met with larger numbers of printers 
53  - Improved sensitivity handling of controls in the unix dialog
54  - Support half-open ranges
55  - Add a test print backend for easier debugging
56  - Add API to list paper sizes
57  - Add API to serialize and deserialize page setups and print settings
58  - Print settings can be passed to the preview command 
59  - Make more GtkPrinter public
60
61 * GtkFileChooser:
62  - Improve file chooser dialog size logic
63  - Add a GtkFileChooserButton::file-set signal
64  - Add a search mode with backends for Beagle, Tracker and simple search
65  - Add recent files support
66
67 * New tooltips API, that allows complex tooltips (markup, images),
68   tooltips on insensitive widgets, tooltips on treeviews, etc
69
70 * GtkScaleButton, GtkVolumeButton: new widgets for volume controls 
71   frequently seen in multimedia applications
72
73 * Input Methods:
74  - New Thai and Lao input method
75  - New multipress input method for phone pads
76
77 * Recent files:
78  - GtkRecentChooserMenu supports custom menu items
79  - GtkRecentAction was added
80
81 * Keyboard navigation improvements:
82  - Infrastructure for notification of failed keyboard navigation
83  - Better support for restricted sets of keys
84  - Only handle keys for notebook tab reordering and scrolledwindow 
85    scrolling if it make sense
86  - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable  
87    the display of accelerators and mnemonics
88  - Popup/popdown of comboboxes is keybindable
89
90 * Windows port: 
91  - Windows 9x/ME is not supported anymore 
92  - Many ms-windows theme improvements
93  - The file chooser uses native icons
94  - Support drop shadows 
95  - Use native cursors
96
97 * OS X port:
98  - Many improvements
99
100 * Icon theme support:
101  - Add api to list contexts of an icon theme 
102  - The builtin stock icons have been replaced by a new set of icons 
103    which are visually compatible with Tango
104  - Support fallback to more generic icon names 
105  - Validate icon caches when they are created and before they are used
106
107 * GtkRange has gained support for fill levels
108
109 * GtkEntry:  
110  - inline-selection mode for entry completion that is closer to what 
111    web browsers need
112  - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
113
114 * GtkTextView:
115  - Support accumulative and negative margins
116  - GTK_JUSTIFY_FILL works
117
118 * GtkLabel:
119  - GTK_JUSTIFY_FILL works
120
121 * GtkStatusIcon: 
122  - Multiscreen support
123  - gtk_status_icon_position_menu() works on Windows
124  - Don't take up space when invisible
125
126 * GtkCellRendererProgress:
127  - Respect themes 
128  - Support activity mode
129
130 * GtkNotebook: 
131  - Support scrolling during tab DND
132  - Allow dropping tabs anywhere
133  - Deprecate numeric group-ids in favour of a more flexible group property
134
135 * GtkTreeView:
136  - Lots of scrolling fixes
137  - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
138    according to platform conventions
139
140 * GtkButtonBox:
141  - Can center buttons now
142
143 * GtkComboBoxEntry 
144  - Can add an arbitrary child widget
145
146 * GtkAboutDialog:
147  - The "name" property has been replaced by "program-name" to avoid
148    a clash with the preexisting "name" property on GtkWidget
149
150 * GDK changes:
151  - Add gdk_event_request_motions() which works with input devices
152  - Add API for changing startup notification id on a window
153  - Add API for sending startup notification messages
154  - Don't deadlock with xcb-based libX11
155  - The handling of _NET_WM_USER_TIME has been changed to reduce
156    the amount of root window property changes
157  - New gdk_threads api() to allow fully threadsafe handling of idles 
158    and timeouts
159
160 * gdk-pixbuf changes: 
161  - Optional support for Sun mediaLib hardware acceleration
162  - Support exif rotations in tiffs and jpegs
163  - Allow arbitrary split between builtin vs modular loaders
164  - Support v5 and OS/2 bmps
165  - Support scaling animations
166
167 * Miscellaneous GTK+ changes:
168  - New function gtk_window_set_opacity(), to set the opacity
169    of toplevel windows
170  - Allow to restrict drags within an application or widget 
171  - Support opening/closing of submenus on click
172  - Configurable cursor blinking timeout
173  - Insensitive widgets don't install cursors
174
175 * Bug fixes:
176  - too many to list here
177
178 * New and updated translations:
179  Arabic (ar)
180  Assamese (as)
181  Belarusian Latin (be@latin)
182  Bulgarian (bg)
183  Bengali (bn)
184  Catalan (ca)
185  Czech (cs)
186  Welsh (cy)
187  German (de)
188  Greek (el)
189  Canadian English (en_CA)
190  British English (en_GB)
191  Esperanto (eo)
192  Spanish (es)
193  Estonian (et)
194  Finnish (fi)
195  French (fr)
196  Gujarati (gu)
197  Hebrew (he)
198  Hindi (hi)
199  Hungarian (hu)
200  Indonesian (id)
201  Italian (it)
202  Kurdish (ku)
203  Lithuanian (lt)
204  Latvian (lv)
205  Macedonian (mk)
206  Malayalam (ml)
207  Marathi (mr)
208  Norwegian bokmÃ¥l (nb)
209  Nepali (ne)
210  Oriya (or)
211  Brazilian Portugese (pt_BR)
212  Romanian (ro)
213  Russian (ru)
214  Slovenian (sl)
215  Serbian (sr) 
216  Serbian Latin (sr@Latn)
217  Swedish (sv)
218  Tamil (ta)
219  Thai (th)
220  Turkish (tr)
221  Ukainian (uk)
222  Vietnamese (vi)
223  Walloon (wa)
224  Simplified Chinese (zh_CN)
225  Chinese (Hong Kong) (zh_HK)
226  Chinese (Taiwan) (zh_TW)
227
228
229 Overview of Changes from GTK+ 2.10.1 to 2.10.2
230 ==============================================
231
232
233 * Many fixes and improvements for the OS X backends
234
235 * Revert to using gtk modules with global binding,
236   since the local binding that was introduced in 
237   2.10 breaks the accessibility support of current 
238   OpenOffice.org releases.
239
240 * GtkRecenManager 
241  - Poll for changes to the XBEL file
242  - Fix initial bad placement of recent files menu
243  - Show nonexisting resources by default, and do 
244    not mark them as insensitive
245  - Allow adding a filter to GtkRecentChooserMenu
246
247 * GtkFileChooser
248  - Improve the fallbacks for icons
249  - Make  / and ~ activate the location entry again
250
251 * Bugs fixed:
252  348828 Segmentation Fault in gtk_combo_box_menu_setup 
253         when removing combobox child
254  349552 problem with parsing (enum) style properties
255  351581 API Documentation issues with 2.15 release
256  348652 reorder() from ComboBoxEntry produces Gtk+ assert 
257         error
258  349128 Fix docs about GtkTreeModel::row-deleted
259  350605 Crash caused by the recent menu
260  348096 GtkStyle leaks GtkRcContext
261  348145 Background images not working with Quartz backend
262  329752 Problem with has_selection notification when 
263         deleting the selection
264  347856 gtk_recent_chooser_add_filter not implemented 
265         for GtkRecentChooserMenu
266  348245 Disabling pdf printing doesn't hide option
267  348278 textview doesn't update on hinting setting change
268  348289 Filechooser is blocked by higher priority idle
269  348478 entry completions needs to reset the IM context 
270         before emitting action-activate signal
271  348538 Remove old email addreses from the tutorial
272  348626 drag-to-child should not work
273  348634 IconView does not update background
274  348706 don't allow dnd onto arrows
275  348740 configure script does not honour PKG_CONFIG variable
276  348787 Segfault in gtk_font_button_update_font_info()
277  348824 test attached calendar-sane-timer patch in head
278  348971 gtk_status_icon_get_geometry returns bogus data
279  349382 valgrind uninitialized memory warnings setting 
280         partly uninitialized X properties
281  349570 notebook arrow PRELIGHT drawing doesn't work
282  349834 Memleak from gtk_tree_view_set_enable_tree_lines
283  349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
284  349859 gtk_paint_tab doesn't work when widget is now 
285         option menu
286  349997 Indirect leak from XkbGetMap
287  350039 GtkFileChooserEntry leaks sources
288  350050 GdkGC leak from GtkRuler
289  350139 Should use evince preview mode
290  350258 Memory leak in gtk_entry_drag_data_received()
291  350329 The CUPS printer backend in GTK+-2.10.1 fails 
292         with CUPS 1.1.
293  350517 reset_style_idle() interferes with application 
294         idles
295  350860 Balloon messages sent to tray do not have the 
296         correct window in XEvent
297  350938 TreeViewColumn rendering off when "spacing" 
298         property set
299  351112 gtk_notebook_set_current_page fails when the 
300         notebook has not yet been shown
301  351519 Directfb backend fails to build
302  165714 GtkEntryCompletion doesn't complete on paste
303  168737 Different button sizes in About dialogs
304  345666 The icons of file, directory and device at 
305         GtkFileChooser
306  349429 spin button does not use correct value for 
307         inner_border
308  349501 fix in the documentation of function 
309         gtk_list_store_insert_with_values()
310  350072 stdout output from colorselection
311  351759 Wrong range value in documentation of 
312         gtk_color_selection_set_current_alpha
313  349277 Wrong message for problems with serializing 
314         texts
315  346800 Rework sort/filter models to use indices to 
316         parents instead of pointers
317  349120 Small error in doc
318  350911 gdk_pixbuf_new_from_file_at_scale() should 
319         skip when there's enough image data 
320  348728 GtkTable Row and Column Spacing
321  351241 swapped argument description
322  350023 "Running GTK+ Applications" chapter does not 
323         document new GTK_DEBUG possibilities
324  351812 file print backend filename encoding issue
325
326 * New and updated translations (bg,bn_IN,de,dz,el,es,
327   et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
328   sv,th,tr,tt,uk,zh_HK,zh_TW)
329
330
331 Overview of Changes from GTK+ 2.10.0 to 2.10.1
332 ==============================================
333
334 * Drop Pango requirement 1.12.0
335
336 * Many fixes and improvements for the OS X 
337   and directfb backends
338
339 * The printing framework now supports a subset
340   of the Cups 1.2 custom PPD option spec
341
342 * Bug fixes:
343  348134 box gaps on left and right can be drawn wrong
344  348014 crash on Epiphany Web Browser
345  348063 _gtk_icon_cache_get_icon crashes when no 
346         cache available
347  348096 GtkStyle leaks GtkRcContext
348  157439 The "adding to panel" is buggy when switching 
349         to an rtl environment
350  346751 symbolic colors can't be use in properties
351  347976 Context menus appear in strange locations
352  348001 xid / fid X11 font id's are used intermixed
353  348049 Tabs "magically" re-order
354  348094 Adjustment leak from gtkiconview
355  348115 improve notebook visuals when dragging
356  348120 gtkentrycompletion leaks action_view
357  348227 gtkimcontextsimple doesn't terminate a string 
358         with null
359  348424 mem leak in GtkPrintSettings
360  348089 Missing chaining up in gtk_recent_chooser_menu_finalize
361  348090 Reference leak in gtk_text_layout_set_contexts
362  348095 gtk_menu_stop_scrolling does work even if we 
363         were not scrolling...
364  142582 Add animation xsetting
365  346427 xbm loader returns false, fails to set error
366  346733 GList of visuals is always empty and causes 
367         crashes in gdk_rgb_choose_visual()
368  347048 crash on using GtkAssistant
369  164884 GtkTreeView row drag is sometimes started 
370         spuriously
371  302127 GtkTreeView gets angry when items deleted 
372         from a test_expand_row handler
373  346092 gtk_tooltip_set_delay documentation wrong
374  346428 Be robust against broken loaders failing to 
375         set error on failure
376  346467 gtkwindow state assignments bug
377  346598 modeline takes too much memory
378  346603 Context menus only work once
379  346639 treeview memleak
380  346668 symbolic colors are broken when specifying 
381         engine
382  346713 quartz backend is missing functions that 
383         pygtk needs
384  346721 XBM reading in quartz backend is broken
385  346836 Tabs jump around when opening menus
386  347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
387  347277 gtk_drag_get_ipc_widget() and window groups
388  347315 SYNC extension check failing
389  347902 GtkRange doesn't reliably update stepper 
390         sensitivity
391  335012 gtkcellrenderertext - gtkeditable: bad 
392         interaction when ypad is set to hi value
393  337910 gdk_pango_layout_get_clip_region is inefficient
394  346605 Modifier-key events are not sent
395  346970 gtkfilechooserbutton leaks an empty list
396  347032 documentation of gtk_print_context_get_height() 
397         has typo
398  347037 GObject info missing for GtkRecentManager and 
399         GtkRecentChooser* in gtk-doc API reference
400  347041 documentation of gtk_paper_size_is_equal() 
401         has a typo
402  347043 Reference leaks in GtkFileChooserButton
403  347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on 
404         open file dialog
405  347211 documentation of gtk_print_job_send() has a 
406         typo
407  347710 new GtkCellRendererSpin misses a lot of API 
408         documentation
409  347711 slight glitches in GtkAssistant API documentation
410  347065 Fix in-line doc typos
411  311399 relative to the window string can be better 
412
413 * Updated translations (bg,bn_IN,cs,de,dz,es,et,
414   eu,fi,fr,gu,he,ko,or,th)
415
416 Overview of Changes from GTK+ 2.9.4 to 2.10.0
417 =============================================
418
419 * Printing:
420   - A PREVIEW capability has been added to allow hiding the
421     preview button
422
423 * Bug fixes:
424  321393 Incorrect size request after changing the font
425  327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
426  344074 Feature request: get printer list, and get default print
427  344876 refcount leak when using ComboBox.set_cell_data_func
428  345644 gtk+-2.9.4 requires CUPS-1.2.x
429  345663 gtkaction(group)?.c: using functions without prototype declaration
430  346079 gtk receives all sorts of events from the X server
431  343841 Misguided iter assertion in gtk_list_store_insert_with_values()
432  346113 unix print dialogue always has preview button
433  346237 Possible leak in gtkprintunixdialog.c
434  346027 cancelling printer enumeration
435  346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h 
436         and gtkprint-win32.h
437  346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
438
439 * Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
440
441 Overview of Changes from GTK+ 2.9.3 to 2.9.4
442 ============================================
443
444 * GtkPrintOperation:
445  - UI improvements in the print dialog
446  - Make printing work without a display connection
447  - Replace "Print to PDF" by "Print to file" that
448    can generate PDF or PostScript
449  - Add a function to the low-level API to 
450    enumerate all printers
451
452 * GtkNotebook tab DND has been improved
453
454 * GtkProgressbar supports text in activity mode 
455
456 * GtkLabel allows to set the wrap mode
457
458 * GtkStatusIcon supports transparency
459
460 * Bugs fixed:
461  344850 Dragging a GtkTreeViewColumn segfaults when 
462         using certain GtkTreeViewColumnDropFunc
463  342458 Stock menu items without icons are broken in 
464         recent GTK+ releases.
465  335873 notebook DND + popup windows
466  337882 gtk_progress_bar_set_text() does nothing in 
467         activity mode
468  339456 unix print dialogue help button bug
469  339702 Make sure printing works without a display
470  341571 tabs too easily reordered
471  344074 New Feature: get printer list, and get default print
472  344743 gtk_targets_include_text() should initialize atoms
473  344838 Allow func to be NULL in 
474         gtk_tree_view_set_search_position_func
475  344891 GtkPrintOperationPreview signal defs correction
476  345008 Need updated cairo req
477  345093 print preview temp file issues
478  345107 Memory leak in gtk_entry_completion_finalize: 
479         User data not freed
480  345194 gdk_window_set_functions() docs need to be updated
481  345456 grid-lines property is wrongly registered and 
482         get/set.
483  314278 strings in gtk-update-icon-cache are not marked 
484         for translation
485  344707 size group with widgets in hidden container
486  344897 Entry completion model NULL handling should be 
487         documented
488  345038 gtk_print_job_set_status' status
489  345106 dialog button box spacings
490  345176 GtkIconView doc about drag and drop
491  345275 doc imporovements for gtk_window_move
492  345320 Two very similiar strings should be made equal
493  345321 Add meaning of "shortcut" as translator comment
494  320034 transparency gtkstatusicon
495  339592 Add print-to-postscript
496  344867 custom paper file could use keyfile
497
498 * Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
499
500 Overview of Changes from GTK+ 2.9.2 to 2.9.3
501 ============================================  
502
503 * GtkPrintOperation: 
504  - Introduce an allow-async property 
505  - Introduce a GtkPrintOperationAction enumeration
506  - Rename pdf_target to export_filename
507  - Allow to hide "Print to PDF" in the low-level API
508
509 * GtkNotebook:
510  - Add a destroy notify to 
511    gtk_notebook_set_window_creation_hook.
512
513 * GtkTreeView:
514  - Support grid lines
515
516 * GtkRange:
517  - Add a number of new stle properties which allow more
518    fexible stepper theming
519
520 * Bugs fixed:
521  153212 Have the Paste kbd shortcut jump to the location in 
522         the buffer
523  337491 _gdk_win32_drawable_release_dc: DeleteDC() called on 
524         a GetDC() handle
525  339739 gtk/gtkprintoperation-win32.c: 3 compile error
526  342339 GtkRange::stepper-spacing style property not 
527         implemented correctly
528  343945 Buttons of a GtkAssistant are not accessible
529  344148 Wrong reqs for ATK
530  344209 gtk_notebook_set_window_creation_hook() has no destroy 
531         func.
532  344232 GtkEntry's "Delete" context menu item is sensitive on a 
533         non-editable GtkEntry
534  344244 Window resizing not working when keeping the aspect 
535         fixed
536  344288 gtk_print_operation_preview_is_selected must return 
537         a value
538  344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
539  344496 CRLF converting via Clipboard
540  344504 GtkPrintCapabilities not in gtktypebuiltins.h
541  344505 Wrong signal registration for create_custom_widget
542  344512 cvs build issue
543  344513 pdf print module's print_stream not calling destroy 
544         notify
545  344518 NULL unref in page setup dialogue
546  344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint 
547         directly
548  344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
549  344607 memory leaks in gtkrecentchooserdefault.c and 
550         gtkrecentchoosermenu.c
551  344624 Memory leak in gtk_tree_model_filter_finalize: User 
552         data not freed
553  337603 Possible off-by-one in 
554         gdk_pango_layout_line_get_clip_region
555  344239 Wrong filename for gtk-find stock item.
556  344528 comma at end of GtkPrintOperationAction enum causes 
557         mozilla compilation error
558  344290 horizontal-padding not take into account when placing 
559         submenus
560  344558 document print dialogue response codes
561  339592 Add print-to-postscript
562  342249 Allow to draw upper and lower sides of GtkRange's 
563         trough differently
564  344530 gtk_recent_chooser_widget_new_for_manager and 
565         gtk_recent_chooser_menu_new_for_manager should 
566         allow NULL manager arg
567
568 * Updated translations (es,fi,gu,ko,th,wa)
569
570
571 Overview of Changes from GTK+ 2.9.1 to 2.9.2
572 ============================================
573
574 * GtkPrintOperation
575  - Support asynchronous pagination with the ::paginate signal
576  - Add gtk_print_operation_cancel
577  - Support application-specific widgets
578  - Allow disabling features based on application capabilities
579  - Optionally show progress
580  - Change some function names in GtkPrintContext to be longer 
581    and better
582  - Support preview, the default implementation spawns evince,
583    but the api allows for an internal preview implementation
584
585 * GtkCellView
586  - Add a model property
587
588 * GtkStatusIcon
589  - Allow to obtain screen geometry 
590
591 * GtkTreeView
592  - Many bug fixes, in particular for RTL handling
593  - Separate sensitive and selectable properties of rows
594  - Optionally allow rubberband selection
595
596 * GtkButton
597  - Add image-spacing style property
598  - Add image-position property 
599
600 * GtkToolButton
601  - Add icon-spacing style property
602
603 * Make GTK+ work as an untrused X client
604
605 * Bugs fixed:
606  343838 gtkprintoperationpreview.h guards
607  305530 Crashes while creating source code w/GtkFontSelection
608  341327 Memory corruption inside glib
609  341734 cursor blocked to dnd mode after using shift and 
610         dnd on a GtkCalendar
611  343453 G_DEFINE_TYPE messes up internal typenames of 
612         GdkWindow and GdkPixmap
613  136571 Problems running as untrusted client
614  168105 the right edge tab does not appear when switching tab
615  172535 Add support for UI builders in gtk+
616  302556 GtkTreeView widget signals are badly documented
617  324480 Selecting first item with keyboard is difficult
618  340428 small cleanup
619  340444 don't run the custom page size dialogue
620  340839 Critical warnings in GtkTreeModelFilter
621  341898 gtk_tree_view_insert_column_with_attributes doesn't 
622         work with fixed_height_mode
623  342003 DnD: Conditional jump or move depends on uninitialised value
624  342072 Wrong drop location in GtkEntry
625  342096 GtkImage animation CRITICALS on switching themes
626  342513 widget class style property with type module
627  342529 gdk should set resolution on PangoCairoFontmap, 
628         not PangoCairoContext
629  342535 Add documentation for new GtkWidget style properties 
630         (including Since tags)
631  342543 can't compile gtk+ on opensolaris using sun cc
632  342569 Typo in decl of gdk_color_parse
633  342752 Need a way to specify custom tab label for custom page 
634         in Print dialog
635  342754 print-editor: font button dialog doesn't get focus if 
636         main window has a window group
637  342781 GtkPrintUnixDialog: Collate should be insensitive unless 
638         Copies is > 1
639  342783 GtkPrintUnixDialog: Range textinput area should be 
640         insensitive unless range radiobutton is selected
641  342894 Use after free inside gtk_text_view_set_buffer
642  342930 GtkButton should offer a way to position the image 
643         relative to the text
644  343088 Some typos in the PO file
645  343425 "grab-notify"-signal is not correctly propagated for 
646         internal children
647  343438 gtk_color_button_set_color() doesn't emit "color-set" 
648         signal
649  343475 page setup unix dialog confusion
650  343625 allow to get only some info from gtk_status_icon_get_geometry
651  343677 GtkWindow chains key-release to key-press
652  320431 Text too close when using East/West in a GtkToolButton
653  321523 GtkTreeView's test_expand_row signal emitting impractical 
654         on row expand all
655  342007 Warning in gtk_paned_compute_position
656  343233 gdk_rectangle_intersect doc
657  333284 expander animation not working in RTL mode
658  343444 change color of gtk-demo source-buffer comment color 
659         from red to DodgerBlue
660  343630 Small inconsistence in migration documentation
661   80127 Rubberbanding for GtkTreeView
662  341450 status icon + libnotify
663  341679 Allow absolute filenames in the options entries
664
665 * Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
666                         nb,nl,pt_BR,th,vi)
667
668
669 Overview of Changes from GTK+ 2.9.0 to 2.9.1
670 ============================================
671
672 * GtkPrintOperation
673  - Many user interface improvements in the unix dialogs
674  - gtk-demo has a printing demo
675  - Don't unload print backends for now, since that has
676    deadlock issues
677  - Asynchronous page rendering is done in an idle
678
679 * GtkImage has an image property 
680
681 * GtkTextBuffer has a cursor-position property
682
683 * Arrow sizes in scrolled menus and notebooks are themable
684
685 * GDK keysyms have be synced with Xorg 7.1
686
687 * Bugs fixed:
688  340676 print backend type modules not correctly re-registering 
689         their types
690  340870 gdk_window_get_toplevels docstring error
691  323956 Unwanted accelerate key in the action-based toolbar
692  340527 Tooltips not shown for toolbar buttons created with 
693         uimanager/actions
694  340516 status icon property getter assertions
695  341091 a couple of spelling errors in gtk+
696  335707 notebook DND with event boxes in tab labels
697  337306 Add a GtkMessageDialog::image property
698  139628 GtkLayout In GtkScrolledWindow does not receive the 
699         scroll_event
700  334412 Add cursor-position property for getting notified 
701         about cursor movement
702  341217 langinfo.h #include'd unconditionally stops build
703  333632 use GtkMenu::scroll-arrow-height instead of 
704         MENU_SCROLL_ARROW_HEIGHT
705  325282 Add GtkNotebook::tab-overlap style property
706  341247 possible crash with tab_label = NULL
707  321896 Sync gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
708  341416 Save FileChooserDialog doesn't response
709  336774 gtk_recent_manager_add_full
710  340401 critical warnings when using window groups
711  341661 misplaced g_assert in gtk_text_view_allocate_children
712  341692 Semicolons after G_DEFINE_TYPE
713  341665 several misplaced g_assert
714  341578 reverse page order issues
715  341332 Unset background in more places
716  341896 gtktreeview has RTL problems with toggle buttons if using 
717         gtktreestore as a model
718  341028 crash in new async code
719  341035 file chooser crash
720  340722 GtkToolbar::max-child-expand style property
721  339589 Tooltips on orientation icons in page setup dialog
722  340951 faq: How do I internationalize a GTK+ program? doesn't 
723         mention glib-I18N
724  341855 Little typo in the Tree and List Widget Overview
725  153212 Have the Paste kbd shortcut jump to the location 
726         in the buffer
727  335729 Invisible rows and 
728         gtk_tree_model_filter_convert_child_*_to_*
729  106406 GtkTreeView Grid Lines?
730  339592 Add print-to-postscript
731
732 * Updated translations (de,es,gl,gu,nl)
733
734
735 Overview of Changes from GTK+ 2.8.x to 2.9.0
736 ============================================
737
738 * GtkStatusIcon, a cross-platform "tray icon" API
739
740 * GtkAssistant, a widget for creating multi-step wizards
741
742 * GtkLinkButton, a widget that displays a clickable hyperlink
743
744 * GtkRecentChooser, widgets to display and select recently used files
745
746 * GtkPrintOperation, cross-platform printing support
747
748 * A framework for rich text copy and paste and DND
749
750 * GtkCellRendererAccel, a cell renderer for key combinations
751
752 * GtkCellRendererSpin, a cell renderer which edits numeric values 
753   using a spin button
754
755 * GtkAction works with named icons in addition to stock icons
756
757 * GtkNotebook supports DND, allowing to reorder tabs, move tabs
758   between notebooks and drop tabs on the desktop to open a new window
759
760 * GtkTreeView:
761   - Enhanced customizability (e.g. grouping) with the
762     show-expanders and level-indentation properties
763   - Allow to embed the search popup
764   - Better search popup positioning
765
766 * GtkFileChooser:
767   - Communication with backends is now asynchronous to avoid
768     blocking on file system operations. Due to the required interface
769     changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
770     file system backends have to be ported to the new interface, other
771     modules, such as theme engines, input method modules or pixbuf loaders 
772     have to be rebuilt so that they are installed in the right place
773     for GTK+ to find them.
774   - The location entry (popped up by C-L) has been integrated in the
775     main dialog.
776     
777 * Reworked hex Unicode input now requires Ctrl-Shift-U
778
779 * Animations can now be globally controlled by settings
780
781 * The gtk-touchscreen-mode setting controls a number of changes
782   that make GTK+ work better on touchscreens
783
784 * Password entries can optionally show the last entered character
785   for a short while, controlled by the password-hint-timeout setting
786
787 * GTK+ can now consult an additional fallback icon theme before
788   falling back to hicolor
789
790 * Improved themability:
791   - GTK+ supports symbolic colors, which can be set system-wide
792     using a setting, and can be modified and used in rc files
793     and theme engines
794   - GTK+ sets window type hints on override-redirect windows to 
795     help compositing managers apply proper bling
796   - Paths in rc files can now refer to all subclasses of a class 
797   - GtkRange steppers will appear insensitive when the slider
798     is at the end; applications which need to handle this case
799     (e.g. to extend the range) can opt out of this.
800   - GtkRange::activate-slider style property allows themes
801     to draw sliders differently while they are being dragged
802   - GtkNotebook::tab-overlap and GtkNotebook::curvature style
803     properties allow more flexible notebook theming
804   - The spacing of buttons around children can be themed with
805     the GtkButton::inner-border style property. Apps can override
806     this per-widget using the corresponding inner-border property 
807   - GtkMenu has acquired a horizontal-padding style property 
808   - There are style properties for the color of hyperlinks,
809     GtkWidget::link-color and GtkWidget::visited-link-color
810   - GtkTreeview row hinting now takes the selection into account
811   - Scrolling menus can be forced to always display both arrows,
812     using the GtkMenu::double-arrows style property
813   - Separators can be themed using the wide-separators, separator-width
814     and separator-height style properties
815   - GtkTreeView allows more flexible theming with the row-ending-details
816     property
817   - The pixbuf theme engines supports customized drawing of expanders
818     and resize grips
819
820 * GDK changes:  
821   - OS X backend
822   - DirectFB backend 
823   - Closing displays works
824   - gdk_screen_is_composited to check for running compositing manager
825   - Support for Super, Hyper and Meta modifiers
826
827 * gdk-pixbuf changes: 
828   - Supports saving tiff 
829   - Supports loading 16-bit pnm
830   - Doesn't load entire gif animation to get first frame
831
832 * Bug fixes
833   - Too many to list them here
834
835 Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
836 =================================================
837 * Fix a crash with custom icon themes, which affected
838   the gnome-theme-manager. [Kjartan Maraas]
839 * Make sure font and cursor settings are propagated down
840   to the screen initially. [Frederic Crozat]
841
842 Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
843 =================================================
844 * gtk-update-icon-cache no longer stores copies of symlinked
845   icons, and it has a --index-only option to omit image data
846   from the cache [Matthias]
847 * Make large GtkSizeGroups more efficient [Michael Natterer]
848 * Improve positioning of menus in GtkToolbar [Christian Persch,
849   Paolo Borelli]
850 * Make scrolling work on unrealized icon views [Jonathan Blandford]
851 * Avoid unnecessary redraws on range widgets [Benjamin Berg]
852 * Make sure that all GTK+ applications reload icon themes
853   promptly. [Chris Lahey]
854 * Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
855   use the same font options and dpi value [Michael Reinsch, Owen]
856 * Multiple memory leak fixes [Kjartan Maraas, Matthias]
857 * Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
858   Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume 
859   Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
860   Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
861   Markku Vire, Kristian Rietveld, Tommi Komulainen]
862 * Documentation improvements [Olexiy Avramchenko, Matthias]
863 * Updated translations (es,et,hu,ko,lt,ro,uk)
864
865 Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
866 =================================================
867 * Require cairo 0.9.2 [Matthias]
868 + Extend ABI checks to cover exported variables [Matthias]
869 * Bug fixes [Benjamin Berg, Christian Persch]
870 * Documentation improvements [Matthias]
871 * New and updated translation (cy,de,el,id,te,zh_TW)
872
873 Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
874 =================================================
875 * Rename the default theme to "Raleigh" [Thomas Wood]
876 * Add a performance testing framework [Federico Mena Quintero]
877 * Catch format errors in translations. This may cause 
878   "make check" to fail when using older versions
879   of gettext [Matthias]
880 * Win32
881  - Implement the urgency hint [Tor Lillqvist]
882  - Update ms-windows theme [Dom Lachowicz]
883  - Improve tablet handling [Robert Ã–gren]
884  - Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, 
885    J. Ali Harlow, Hans Breuer]
886 * Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, 
887   Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
888   Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
889   Mike Morrison, David Odin]
890 * Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
891   Federico Mena Quintero]
892 * New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
893   pl,pt,sq,zh_CN,zh_TW)
894
895 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
896 =================================================
897 * Make svg icon themes work better [Matthias]
898 * GtkPlug/GtkSocket: Make these cross-platform
899   and implement them for Win32 [Tor]
900 * Make font rendering xsettings work with pangocairo [Owen]
901 * Fix sporadic segfaults in the GtkTreeModelSort [James
902   Bramford, Markku Vire, Kristian Rietveld]
903 * Improve gdk-pixbuf's ability to recognize 
904   svg images. [William Jon McCann]
905 * Win32 
906  - Build fixes [Tor Lillqvist]
907  - Fix clipping issues [Robert Ã–gren]
908  - Bug fixes [Peter Zelezny]
909 * Other bug fixes [Christian Persch, Arkady L. Shane, 
910   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
911   Thomas Vander Stichele, Robert Ã–gren]
912 * Documentation improvements [Steve Chaplin, Matthias,  
913   Federico Mena Quintero]
914 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
915
916 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
917 =================================================
918 * Make sure that gtk_window_present() moves the window to the 
919   current desktop [Elijah Newren]
920 * GtkFileChooser
921  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
922 * GtkTreeView
923  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
924  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
925  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
926  - Make page up/down behave as in the text view [Owen Taylor]
927  - In typeahead search, allow Ctrl-G to move to the
928    next match.  [Matt T. Proud]
929  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
930    Fernandes]
931  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
932 * GtkTextView 
933  - Make double-clicking between words select whitespace [Mike 
934    Miller, Paolo Borelli]
935  - Show dragged text in drag icon [Kevin Duffus, Carlos 
936    Garnacho Parro]
937  - Make invisible text work well enough to remove the
938    remove the warning about it being unsupported.  [Matthias]
939 * GtkEntry
940  - Make double-clicking between words select whitespace [Matthias]
941  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
942  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
943 * Win32
944  - Build fixes [Tor Lillqvist]
945  - Fix handlink of Aiptek tablets [Robert Ã–gren]
946 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
947   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
948   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
949   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
950 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
951   Park Ji-In]
952 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
953
954 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
955 =================================================
956 * GtkAboutDialog
957  - Clean up the "trail" in the path bar when set_current_folder
958    is called explicitly [Jonathan Blandford, Matthias Clasen]
959  - Accept dropped files and directories on the file list [Sven 
960    Neumann, Matthias]
961 * GtkTreeView
962  - Make reusing cell renders work as well as it did in 2.6,
963    but document it as being unsupported. [Kristian Rietveld]
964 * GtkAboutDialog
965  - Optionally wrap the license [Christian Rose, Christian Persch]
966 * Menu
967  - Make image menu items work in vertical menubars [Matthias]
968  - Make orientation changes of menubars work [Matthias]
969 * Win32
970  - Implement named cursors and other new GDK apis [Hans Breuer]
971  - Implement getting cursor images [Tor Lillqvist]
972 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
973   Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
974 * Documentation improvements [Benjamin Berg, Matthias,
975   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
976 * New and updated translations (en_CA,sr,sr@Latn)
977
978 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
979 =================================================
980 * GtkTreeView
981  - Change the keynav for header reordering and resizing 
982    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
983 * GtkTextView
984  - Make movement by paragraphs up/down symmetric [Behnam 
985    Esfahbod]
986  - Improve invisible text support [Matthias Clasen]
987 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
988   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
989 * Handle broken grabs in many places [John Ehresman, Matthias]
990 * GDK
991  - Add a function to move a region [Søren Sandmann]
992  - Fix endianness issues in the pixbuf drawing 
993    code [David Zeuthen, Owen Taylor]
994  - Add a GrabBroken event that is emitted when grabs
995    are broken [Simon Cooke, John Ehresman, Matthias]
996  - Track implicit grabs [Matthias]
997 * Win32 
998  - Improve and simplify line segment rendering [Tor Lillqvist] 
999 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
1000   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
1001   Morten Welinder, Dan Winship, Manish Singh, Tom von
1002   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
1003   McCann, David Saxton, Padraig Brady]
1004 * Documentation improvements [Matthias, Ross Burton]
1005 * New and improved translations (es,et,nl,sk,th,zh_TW)
1006
1007 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
1008 =================================================
1009 * GtkTreeView
1010  - Kris is back !!!
1011  - Lots of scrolling/validation fixes [Kristian Rietveld]
1012  - Allow to "unsort" columns. [Richard Hult]
1013  - Support wrapping in GtkCellRendererText [Matthias Clasen]
1014  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
1015  - Make enable-search control only typeahead search,
1016    not C-f search. [Sven Neumann]
1017  - Make double-click autosize treeview columns again [Matthias]
1018  - Fix insensitive appearance [Billy Biggs, Matthias]
1019 * GtkFileChooser
1020  - Don't select the first item in folder modes [Christian Neumair,
1021    Federico Mena Quintero]
1022  - Make save mode work again [Federico]
1023  - Allow bookmarks to be renamed [Sean Middleditch]
1024  - Ellipsize the preview label [Jeroen Zwartepoorte]
1025  - Use smaller icons [Vincent Noel]
1026  - Avoid a size allocation loop [Milosz Derzynski, Robert Ã–gren]
1027  - Don't stat children of /afs or /net network directories [Federico]
1028  - Improve sorting of filenames [Matthias]
1029  - Treat backup files like hidden files, and support
1030    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
1031  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
1032 * GtkIconView
1033  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
1034  - Implement GtkCellLayout, use cell renderers [Matthias]
1035  - Support editing [Matthias]
1036  - Support DND [Matthias]
1037  - Add API to determine the visible part of the 
1038    model [Jonathan Blandford]
1039 * GtkAboutDialog
1040  - Visual improvements, HIG compliance [Jorn Baayen]
1041 * GtkCalendar
1042  - Use nl_langinfo() to determine the first day of week,
1043    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
1044  - Allow localization of the year format [Paisa Seeluangsawat]
1045 * GtkEntry
1046  - Allow completion popups to be wider than the entry [Ross Burton]
1047  - Add a property to suppress the popup for single matches [Matthias]
1048  - Don't blink the cursor if not editable [Nikos Kouremenos]
1049 * GtkTextView
1050  - Add a GtkTextBuffer::text property [Johan Dahlin]
1051  - Allow to set a paragraph background color [Gustavo Carneiro,
1052    Jeroen Zwartepoorte]
1053  - Don't blink the cursor if not editable [Nikos Kouremenos]
1054  - Make invisible text work a bit better [Jeroen]
1055 * GtkAlignment
1056  - Flip padding in RTL mode [Maciej Katafiasz]
1057 * GtkUIManager
1058  - Support invisible, expanding separators [Christian Persch]
1059  - Allow to construct menu tool buttons [Sven Neumann]
1060 * GtkIconCache
1061  - Cache image data and metadata as well [Anders Carlsson]
1062 * GtkMenu
1063  - Support vertical menubars [Matthias]
1064  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
1065  - Allow to pop up menus without grabbing the keyboard [Michael 
1066    Natterer]
1067  - Allow setting background images on menus [Benjamin Otte]
1068 * gtk-demo
1069  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
1070 * Allow custom translation function for stock labels. [Funda Wang,
1071   Diego Gonzalez]
1072 * Add 16x16 versions for some some icons which were missing
1073   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
1074 * Move a lot of constant data to the .rodata section [Matthias]
1075 * Don't copy property names, nicks and blurbs [Matthias]
1076 * Use Cairo for most drawing [Owen Taylor]
1077 * Allow themes to draw outside the widget's allocation [Owen]
1078 * Allow key names to be translated [Christian Rose]
1079 * Make all cursors used by GTK+ themeable [Matthias]
1080 * Support the ICCCM urgency hint [Havoc Pennington]
1081 * GDK
1082  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
1083  - Add API to warp the pointer [Matthias]
1084  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
1085  - Add API to obtain the last user interaction time [Elijah
1086    Newren]
1087  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
1088  - Support Cairo drawing [Owen, Carl Worth]
1089  - Support Visuals with alpha channel [Owen, Keith Packard]
1090  - Support named cursors and cursor themes [Matthias]
1091 * gdk-pixbuf
1092  - Support saving BMP [Ivan Wong Yat Cheung]
1093  - Allow to specify compression level when saving
1094    in PNG format [Sven Neumann]
1095  - Add a way to construct animations from frames [Dom Lachowicz]
1096  - Accept BMP v4 [Matthias]
1097 * Win32 changes
1098  - Improve keyboard handling [Tor Lillqvist]
1099  - Improve clipboard handling [Ivan Wong]
1100  - Do delayed rendering for transferring images 
1101    through the clipboard [Ivan Wong]
1102  - Improve tablet handling [Robert Ã–gren]
1103  - Initialize input devices lazily [Robert Ã–gren]
1104  - Make big windows work on NT [Ivan Wong]
1105  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
1106  - Handle 16 color display mode [Tor] 
1107  - Support RGBA cursors [Tim Evans]
1108  - Fix DND on multi-monitor systems [Tor]
1109  - Use alternative button order [Tor]
1110  - Build fixes [Hans]
1111  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
1112    Robert Ã–gren, Kevin Stange, Tim Evans]  
1113 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
1114   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
1115   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
1116   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
1117   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
1118   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
1119   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
1120   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
1121   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
1122   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
1123   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
1124   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
1125   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
1126   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
1127   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
1128   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
1129   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
1130   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
1131   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
1132   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
1133   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
1134   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
1135   Vincent Noel, Vincent Untz, Yury Puzis]
1136 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
1137   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
1138   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
1139   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
1140   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
1141   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
1142   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
1143   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
1144 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
1145   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
1146   sv,th,uk,vi,xh,zh_CN,zh_TW)
1147
1148 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
1149 =================================================
1150 * GtkFileChooser
1151  - Fix some possible threading deadlocks [Matthias Clasen]
1152  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
1153    domain [Murray Cumming]
1154  - Fix some crashes with unreadable directories [Federico Mena 
1155    Quintero]
1156  - Add an "Open Location" item to the context menu [Federico]
1157 * GtkTreeView
1158  - Make sorting work again in list stores [Marcin Krzyzanowski]
1159  - Restrict column reordering to button 1 [Jonathan Blandford]
1160 * GtkComboBox
1161  - Make the button prelight [Ricardo Veguilla]
1162  - Fix state propagation [Carlos Garnacho Parro]
1163 * GtkMessageDialog
1164  - Don't show secondary label until it is set [Christian Persch]
1165 * GtkMenu
1166  - Make items activate immediately on button release [Søren Sandmann]
1167  - Submenus inherit their cascading direction [Matthias]
1168 * gdk-pixbuf
1169  - Fix a possible threading deadlock when loading
1170    animations [Callum McKenzie]
1171  - Make Hyper interpolation work again [Dennis Nezic]
1172 * Win32
1173   - Improve handling of UNC paths [Tor Lillqvist]
1174   - Show the correct Desktop folder in the file chooser [Tor]
1175   - Bug fixes [Tor]
1176 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
1177   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
1178   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ã–gren,
1179   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
1180   Van Berkom, Elijah Newren, Federico, James M. Cape,
1181   Matthias, Arnaud Charlet]
1182 * Documentation improvements [Masao Mutoh, Torsten,
1183   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
1184   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
1185   Christian Biere, Jonathan, Tommi, Stefan Kost]
1186 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
1187
1188 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
1189 =================================================
1190
1191 * New widgets
1192   - GtkIconView
1193   - GtkAboutDialog
1194   - GtkCellView 
1195   - GtkFileChooserButton
1196   - GtkMenuToolButton 
1197
1198 * New cell renderers
1199   - GtkCellRendererCombo 
1200   - GtkCellRendererProgress
1201
1202 * Changes in GtkFileChooser
1203   - Many tweaks to keynav and other behaviour
1204
1205 * Changes in GtkTreeView 
1206   - Hover selection
1207   - Hover expand
1208   - Separators 
1209   - Insensitive rows
1210   - Typeahead
1211
1212 * Changes in GtkComboBox
1213   - Allow trees in combo boxes
1214   - Hover selection
1215   - Hover expand
1216   - Separators 
1217   - Insensitive rows
1218   - Scrolling
1219
1220 * Changes in GtkLabel
1221   - Rotated text
1222   - Ellipsisation
1223   - Dnd from selectable labels
1224   - Selectable labels in the focus chain
1225   - Obey the Pango backspace-deletes-character attribute
1226
1227 * Changes in GtkTextView
1228   - Rotated text
1229   - Obey the Pango backspace-deletes-character attribute
1230
1231 * Changes in Clipboard/Selection/DND handling
1232   - Selection ownership change notification
1233   - API to handle text, image and file targets
1234   - Support text/plain target
1235   - Support clipboard persistence
1236   - Support xdnd v5
1237   - Reduce clipboard timeout to 30 seconds
1238
1239 * Theming
1240   - Follow icon theme specification for directory locations
1241   - Themed window icons
1242   - Themed images in GtkImage
1243   - Allow themes to displace focus rectangles on click
1244   - Various new stock icons
1245
1246 * Window Manager interaction
1247   - Support do-not-focus-on-map hint
1248   - Support _NET_WM_USER_TIME
1249
1250 * gdk-pixbuf:
1251   - License information for image loaders
1252   - Disable loaders
1253   - Simple rotation
1254   - Make thread-safe
1255
1256 * Performance improvements
1257   - Increase chunk size for incremental selection transfers
1258   - Get rid of many PLT entries
1259   - Icon theme caching
1260   - Sync counter mechanism to speed up resizes
1261   - Reimplement GtkListStore on top of a splay tree
1262   - Fix algorithmic problems in GtkUIManager
1263
1264 * Win32-specific changes
1265   - Integrate IME input method module
1266   - Integrate ms-windows (Wimp) theme engine
1267
1268 * Other changes
1269   - API for HIG-conform dialogs
1270   - API for stock-like buttons
1271   - New init API based on GOption
1272   - Setting for alternative button order
1273   - Setting for modules to load
1274   - Integrate pixbuf theme engine
1275   - Change notebook tabs with the scroll wheel
1276   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
1277   - Clean up abi and enforce list of exported symbols
1278
1279 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
1280 =================================================
1281 * GtkListStore
1282   - Emit rows_reordered if the list is reordered [Matthias Clasen]
1283   - Add functions to allow inserting rows with values [Matthias]
1284 * GtkTextView
1285   - Add function which allow to determine the character
1286     at a position [Padraig O'Briain, Matthias]
1287 * GtkFileChooser
1288   - Center select row during typeahead [Federico Mena Quintero]
1289   - Reset filters when necessary [Carlos Garnacho Parro]
1290 * GtkMenu
1291   - Make mnemonics without Alt work in menubars [Owen Taylor]
1292   - Scroll wheel scrolling [Matthias]
1293 * GtkLabel
1294   - Add a max-width-chars property to specify the maximal 
1295     width of a label in characters [Christian Persch]
1296 * GtkIconView 
1297   - Arrange items in a grid [Matthias]
1298   - Convert hard coded spacing constants into properties [Matthias]
1299 * GtkCellRendererText
1300   - Add ::width-chars property [James M. Cape]
1301 * Win32
1302   - Implement keynav for the color picker [Hans Breuer]
1303   - Use GLib stdio wrappers [Tor Lillqvist]
1304 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
1305   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
1306   Robert Ã–gren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
1307   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
1308   Jorn Baayen]
1309 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
1310   David Lodge]
1311 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
1312
1313 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
1314 =================================================
1315 * GtkFileChooser
1316   - Improve key bindings [Davyd Madeley, Federico Mena Quintero]
1317   - Speed up loading of large directories [Federico]
1318   - Move "Browse for other folders" expander up [Federico]
1319   - Support DND from the path bar [Federico]
1320 * GtkColorSelectionDialog
1321   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
1322 * GtkButton
1323   - Allow construction of stock-like buttons  [Matthias,
1324     Jonathan Blandford]
1325 * GtkLabel
1326   - Support DND for selectable labels [Matthias]
1327   - Support rotated text [Owen Taylor, Hans Breuer]
1328 * GtkTextView
1329   - Support rotated text [Owen Taylor]
1330   - Make it possible to select the first/last line
1331     when moving by lines  [Paolo Borelli]
1332 * GtkTreeView
1333   - Make sorting of GtkListStore stable again [Søren Sandmann]
1334   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
1335     slightly to be more useful [Matthias]
1336 * GtkUIManager
1337   - Make some functions virtual to make deriving 
1338     GtkUIManager easier [Michael Natterer]
1339 * GtkSettings
1340   - Handle changes to gtk-menu-images and gtk-button-images
1341     much more efficiently [Matthias]
1342 * GtkClipboard
1343   - Reduce timeout to 30 seconds [Billy Biggs]
1344 * Add pixbuf theme engine [Owen]
1345 * GDK 
1346   - Compile against X11R5 [Matthias]  
1347   - Add GdkPangoRenderer [Owen]
1348   - Support rotated text [Owen]
1349   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
1350   - Determine direction of XKB groups from their content 
1351     [Behdad Esfahbod, Ilya Konstantinov]
1352 * Win32
1353   - Notice when drives are plugged in or removed [Hans]
1354   - Ms-windows theme improvements: no tearoff menu items,
1355     button order, toolbar and statusbar grips, combobox 
1356     arrows [Dom Lachowicz]
1357   - Fix im module loading [Tor Lillqvist]
1358 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
1359   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
1360   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
1361   John Finlay, Christian Neumair, Sven Neumann, Felipe
1362   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
1363   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
1364   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
1365   Dennis Cranston, Marcel Telka, Robert Ã–gren]
1366 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
1367   Billy Biggs]
1368 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
1369
1370 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
1371 =================================================
1372 * gdk-pixbuf
1373   - Make thread safe [Colin Walters]
1374 * GtkFileChooser
1375   - Make tooltips work better [Matthias Clasen]
1376   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
1377   - Add predefined filter for image files [Anders Carlsson]
1378   - Support mime subclasses, aliases and superclasses 
1379     like text/* [Tommi Komulainen, David A. Knight, Matthias]
1380 * GtkFileChooserButton
1381   - Remove support for CREATE_FOLDER and SAVE modes 
1382     until a more satisfactory UI for these can be found [Seth Nickell,
1383     Matthias]
1384   - Make file DND work better [Christan Persch]
1385 * GtkAction
1386   - Add a function to obtain the accel path [Michael Natterer]
1387 * GtkUIManager
1388   - Major performance improvement [Dave Neary, Michael, 
1389     Sven Neumann, Soeren Sandmann, Matthias]
1390 * GtkIconView
1391   - Make scrolling work with large icon views [Matthias]
1392 * GtkWindow
1393   - As a last resort, allow to use mnemonics without 
1394     modifier [Pasupathi Duraisamy, Owen Taylor]
1395 * GtkProgressBar
1396   - Support ellipsizing the text [Morten Welinder, Matthias]
1397 * GtkStatusbar
1398   - Avoid resizing if the text of the label changes [He Qiangqiang,
1399     Owen, Christian]
1400   - Draw the resize grip better [Matthias, Christian]
1401   - Ellipsize the text [Matthias]
1402 * GtkClipboard
1403   - Add API for image transfer via copy-and-paste [Matthias]
1404 * DND
1405   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
1406     Matthias]
1407 * Stock icons
1408   - Add RTL variants of the media icons [Bastien Nocera]
1409 * Win32
1410   - Build fixes [Hans Breuer, Tor Lillqvist]
1411   - Implement resize grips [Robert Ã–gren]
1412   - Bug fixes [Robert, Tor, J. Ali Harlow]
1413 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
1414   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
1415   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
1416   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
1417   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
1418 * Documentation improvements [Masao Mutoh, Matthias, 
1419   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
1420   Owen, Vincent Untz, Jonathan, Bastien]
1421 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
1422
1423 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
1424 =================================================
1425 * GtkFileChooser
1426  - Make path bar arrows larger [Matthias Clasen]
1427  - Make SELECT_FOLDER mode work [Matthias]
1428  - Speed up the completion popup, pop it up
1429    again after Tab [Matthias, Jens Bech Madsen]
1430  - Add some tooltips [Matthias]
1431  - Make path bar scroll [Matthias]
1432  - Improve preview updating [Tommi Komulainen]
1433  - Make the key / pop up the location dialog even
1434    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
1435 * GtkFileChooserButton
1436  - Show icons next to entry [James M. Cape]
1437  - Improve ellipsisation [James]
1438 * GtkMessageDialog
1439  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
1440    Garnacho Parro]
1441 * Keyboard navigation
1442  - Put selectable labels in the regular tab focus 
1443   chain [David Hawthorne, Matthias]
1444  - Skip selectable labels when looking for the initial 
1445   focus widget in dialogs [Matthias]
1446 * Icon themes:
1447  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
1448    Owen Taylor, Anders Carlsson]
1449 * Clipboard, DND: 
1450  - Add convenience API for image and file transfers. [Matthias]
1451  - Add API for clipboard persistence [Anders]
1452  - Don't loose clipboard contents if a text buffer is
1453    finalized [Anders]
1454 * Add a GtkMenuToolButton widget which displays a
1455  dropdown menu from a toolbar button.  [Paolo Borelli]
1456 * Make menus scroll faster [Soeren Sandmann]
1457 * Allow themes to displace focus rectangles in buttons
1458  on click [Soeren, Matthias]
1459 * Add a public setting for button ordering [Owen Taylor, Matthias]
1460 * GtkImage
1461  - Support named icons [James Henstridge]
1462 * GtkAboutDialog
1463  - Support named icons [James Henstridge]
1464 * Add a function to obtain the string representation of
1465  accelerators used in GtkAccelLabel [John Spray, Matthias]
1466 * Win32 bug fixes [Robert Ã–gren]
1467  - Fix command line option handling [Tor Lillqvist]
1468  - Make IME input method work better [Tor]
1469 * Other bug fixes [Joel Fredrikson, Darren Creutz,
1470  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
1471  Padraig O'Briain, Owen, Jonathan Blandford, 
1472  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
1473  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
1474  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
1475  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
1476  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
1477  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
1478  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
1479  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
1480 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
1481  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
1482 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
1483   sq,sr,sr@Latn,zh_TW)
1484
1485 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
1486 =================================================
1487 * GtkFileChooser
1488  - Work better with older version of the gnome-vfs backend [Zack Cerza]
1489  - Keynav improvements [Jonathan Blandford]
1490  - Make position of pathbar down button stable [Jonathan]
1491  - Make autocompletion less annoying in save mode [Owen Taylor]
1492 * GtkFileChooserButton
1493  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
1494 * GtkComboBox
1495  - Work without a model [Mariano Suarez-Alvarez
1496 * GtkTreeView
1497  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
1498 * GtkRange
1499  - Add a::change-value signal [Thomas Fitzsimmons]
1500 * GtkEntryCompletion
1501  - Improve positioning of popups [Matthias]
1502 * Make input methods respect editability [Noah Levitt]
1503 * Add an setting to specify modules to load [Alex Graveley]
1504 * Use GOption for command line argument parsing [Anders Carlsson]
1505 * Default theme
1506  - Improve drawing of expanders [Matthias Clasen]
1507 * Add a configure option to disable the use of ELF visibility 
1508   attributes for PLT reduction
1509 * Make selection handling robust against invalid UTF-8 [Owen]
1510 * gdk-pixbuf
1511  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
1512    optionally ignores aspect ratio [Dom Lachowicz]
1513  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
1514  - Security fixes [Chris Evans]
1515 * Win32
1516  - Improve tablet handling [Robert Ã–gren]
1517  - Make tablets work on multi-monitor systems [Robert]
1518  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
1519  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
1520  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
1521    Havoc Pennington]
1522  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
1523  - Build fixes [Tor Lillqvist, Robert]
1524 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
1525  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
1526  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
1527  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
1528  Morten Welinder, Jean Bréfort, Alexander Larsson]
1529 * Documentation improvements [Matthias, Jonathan]
1530 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
1531
1532 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
1533 =================================================
1534 * GtkFileChooserButton
1535  - New widget to go along with GtkFontButton and GtkColorButton
1536    for use in preference dialogs.  [James M. Cape]
1537 * GtkFileChooser
1538  - Add getter and setter for the ::show-hidden property [Jeff Franks]
1539  - Allow paths to be entered as part of the file name. [Federico Mena Quintero]
1540  - Make separator in bookmarks pane unselectable [Matthias Clasen]
1541  - Improve activation on focus [Federico]
1542  - Avoid warnings when opened on non-default screens [Abel Daniel]
1543  - Fix some memory leaks [Federico]
1544 * GtkEntryCompletion
1545  - Warn if text column has wrong type [Fernando San Martin Woerner,
1546    Gustavo Carneiro]
1547 * GtkTextView
1548  - Obey the Pango backspace_deletes_character 
1549    attribute [Noah Levitt, Teppitak Karoonboonyanan]
1550 * GtkTreeView
1551  - Add hover-expand mode [Matthias]
1552  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
1553  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
1554 * GtkEntry
1555  - Track the selection more accurately when dragging and
1556    selecting [Soeren]
1557 * GtkComboBox
1558  - Support trees in combo boxes [Matt Walton, Matthias]
1559  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
1560  - Handle sensitivity changes properly [Matthias]
1561  - Add a ::focus-on-click property [Matthias]
1562 * GtkIconView
1563  - Fix BROWSE selection mode [Matthias]
1564  - Make accessible [Padraig O'Briain]
1565 * GtkAboutDialog 
1566  - Change the API to be more binding-friendly [Oliver Andrieu]
1567 * GtkUIManager
1568  - Accept paths with leading '/' everywhere. [David Malcolm]
1569  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
1570  - Add a way to suppress overflow menu items [Christian Persch]
1571 * GtkPlug/GtkSocket
1572  - Use the sync counter mechanism to speed up resizes  [Soeren]
1573 * GDK
1574  - Support XDND v5 [Owen Taylor, Matthias]
1575  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
1576  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
1577 * gdk-pixbuf
1578  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
1579  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
1580    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
1581  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
1582  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
1583  - Handle edge pixels consistently [Brian Cameron, Matthias]
1584  - Handle OS/2 BMPs [Jon-Kare Hellan]
1585 * Performance 
1586  - Get rid of many PLT entries for internally used exported symbols,
1587    and clean up the ABI at the same time and make make check check the
1588    list of exported symbols.  [Arjan van de Ven, Matthias]
1589 * Look up icon themes in the directories specified in the
1590   icon theme spec  [Matthias]
1591 * Win32 bug fixes [Robert Ã–gren, Hans Breuer, Tor Lillqvist, Tim Evans]
1592 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
1593   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
1594   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
1595   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
1596   Christian Persch, Vincent Noel, Christophe Fergeau]
1597 * Documentation improvements [Matthias, Mariano, Axel Simon, 
1598   Jonathan Blandford]
1599 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
1600
1601 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
1602 =================================================
1603 * GtkTreeView
1604  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
1605   Jonathan Blandford, Anders Carlsson]
1606  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
1607  - Typeahead support [Jonathan]
1608  - Align the entry in GtkCellRendererText [Matthias]
1609  - Make DND work again [Ernst Persson, Matthias]
1610  - Improve appearance of search popup [Matthias]
1611 * GtkFileChooser
1612  - Activate the last focused widget [Federico Mena Quintero]
1613  - Add an "Add to shortcuts" item to the context menu [Federico]
1614 * GtkCombobox
1615  - Support scrolling in list mode [Matthias]
1616  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
1617  - Change the API for separators to use a callback function 
1618    instead of a boolean model column [Matthias]
1619 * GtkNotebook
1620  - Ignore scroll events from page content [Gabriel de Perthuis]
1621 * GtkAboutDialog
1622  - Visual improvements [Anders]
1623 * GtkIconView
1624  - Use XRender to draw selection rectangle [Anders]
1625 * GtkLabel
1626  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
1627 * Expose the menubar accel key as an XSetting [Scott James Remnant]
1628 * Add example code for clipboard handling to gtk-demo [Anders]
1629 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
1630  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
1631  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
1632  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
1633 * Documentation improvements [Federico, Matthias]
1634 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
1635
1636 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
1637 =================================================
1638 * New widgets: 
1639  - GtkIconView [Anders Carlsson]
1640  - GtkAboutDialog [Matthias Clasen]
1641  - GtkCellView [Matthias]
1642 * GtkFileChooser
1643  - change to newly-created folders [Federico Mena Quintero]
1644  - always show icons [Federico]
1645  - bug fixes [Federico, Christian Neumair, Alex Roitman]
1646 * GtkComboBox, GtkComboBoxEntry
1647  - add missing getters and some more convenience API [Matthias, 
1648   Christian Neumeir, Oliver Andrieu]
1649  - improve placement and sizing of popups [Matthias]
1650  - support insensitive items [Matthias]
1651  - support separators [Matthias]
1652  - handle empty or unset models better [Mariano Suarez-Alvarez]
1653  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
1654    Pongonyshev, Christian Persch]
1655 * GtkEntryCompletion
1656  - ignore enter events when the window pops up under the 
1657    pointer [Anders]
1658  - bug fixes [Matthias]
1659  - support inline autocompletion [Matthias]
1660 * GtkUIManager
1661  - fix signal registration [Michael Natterer]
1662  - make generated XML parsable [Sven Neumann]
1663  - fix get_widget to return menus [Matthias]
1664 * GtkTreeView
1665  - hover-selection mode [Matthias]
1666  - support insensitive cells [Matthias]
1667  - support separators [Matthias]
1668  - make entry context menu work in editable text cells [Owen Taylor, 
1669   Kristian Rietveld]
1670  - make DND work with treeviews in modal dialogs [Federico]
1671  - make empty treeviews focusable [Federico]
1672  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
1673   Christian Persch]
1674  - new GtkCellRendererCombo [Matthias]
1675  - bug fixes [Matthias, Federico]
1676 * GtkNotebook
1677  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
1678 * GtkWindow
1679  - support named themed window icons [Matthias, Calum Benson]
1680 * New stock icons: file, directory, about, edit, connect, disconnect,
1681   and media player icons for forward, next, pause, play, previous,
1682   record, rewind and stop
1683 * GDK
1684  - support do-not-focus-on-map hint [Elijah Newren]
1685  - fix RGBA cursors [Michael Natterer]
1686 * gdk-pixbuf
1687  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
1688  - flag to mark loaded images as scalable [Dom Lachowicz]
1689  - license information for loaders [Matthias]
1690  - simple multiple-of-90° rotation support [Matthias]
1691  - allow to disable loaders [Matthias]
1692  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
1693   Manish Singh, Morten Welinder]
1694 * X11 selections 
1695  - make incremental transfer of MULTIPLE work [Matthias]
1696  - don't do incremental transfer in 4k chunks [Matthias]
1697  - add selection ownership change notification [Matthias]
1698  - support text/plain targets [Matthias]
1699 * Win32 
1700  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
1701   Robert Ã–gren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
1702 * Performance improvements
1703  - predict exposes for override-redirect windows [Søren Sandmann]
1704  - unset the background when mapping or unmapping windows [Søren]
1705  - support the update counter spec for smoother resizing [Søren]
1706 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
1707   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
1708   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
1709   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
1710   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
1711   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
1712   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
1713   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
1714   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
1715   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
1716   Maraas, Damien Carbery, Elke Meier]
1717 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
1718   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
1719   Röcker, Doug Quale, Oliver Andrieu]
1720 * Updated translations (bg,lt,ne,tk,wa,en_GB)
1721
1722
1723 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
1724 =================================================
1725 * GtkFileChooser
1726  - bug fixes [Morten Welinder, Federico Mena Quintero]
1727  - pre-fill the location entry [Federico]
1728  - internal api changes to allow setting a busy cursor
1729    while loading [Federico]
1730  - improve pathbar button sizing [Owen Taylor]
1731  - add keybindings for removing bookmarks [Federico]
1732 * GtkComboBox, GtkEntryCompletion
1733  - fix repositioning logic [Niklas Knutsson]
1734  - make keynav wrap around [Matthias]
1735  - improve theme compliance [Matthias, Brian Cameron]
1736 * GtkUIManager
1737  - accept unnamed <separator>s [Anders Carlsson]
1738  - robustify against gtk_widget_show_all() [Murray Cumming]
1739  - warn if an accelerator cannot be parsed  [Jody Goldberg]
1740 * Win32
1741  - fix DND positioning [Hans Breuer]
1742  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
1743  - make filechooser work on Windows [Tor]
1744  - draw arcs more correctly [Tor]
1745  - disable tables support by support, add --use-wintab to
1746    get it back  [Tor]
1747 * Make color wheel accessible [Padraig O'Briain]
1748 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
1749 * Doc improvements [Federico, Matthias, Christian Persch]
1750   Olexiy Avramchenko, Tim-Philipp Müller]
1751 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
1752   Jonathan Blandford, Anders Carlsson, Christian, Hans,
1753   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
1754   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
1755   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
1756   John Ehresman, Chris Sherlock, Jody]
1757 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
1758   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
1759   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
1760   sv,tr,uk,uz,wa,zh_CN)
1761
1762 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
1763 =================================================
1764 * GtkFileChooser
1765  - Handle icon theme changes [Federico, Jonathan]
1766  - Add reordering bookmarks via DND [Federico]
1767  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
1768  - Implement local-only mode so that apps don't get remote paths
1769    they don't expect [Owen Taylor]
1770  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
1771  - Major rewrite of location dialog completion code [Jonathan]
1772  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
1773    Soeren Sandmann, Olivier Andrieu]
1774 * GtkComboBox [Matthias Clasen]
1775  - Handle the case of no-active-row properly
1776  - Improve positioning of popup
1777  - Miscellaneous bug fixes
1778 * Win32 [Tor]
1779  - Handle different install locations for gdk-pixbuf loaders
1780  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
1781 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
1782 * Require Control-Tab to focus labels [Owen]
1783 * RTL flipping for GtkArrow [Semion Chichelnitsky]
1784 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
1785 * Change layout algorithm for mixed gridded/non-gridded menus
1786   to fix performance problems [Soeren, Owen, Christian Persch]
1787 * Doc improvements [Matthias, Owen]
1788 * Misc bug fixes
1789 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
1790   ru,sq,uk,zh_CN)
1791
1792 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
1793   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
1794   Michael Natterer, Nils O. SelÃ¥sdal, Philip K Warren, Dan Winship
1795
1796 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
1797 =================================================
1798 * GtkComboBox
1799  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
1800  - Improve keybindings [Matthias]
1801  - Bug fixes [Matthias, Owen, Damon Chaplin]
1802 * GtkFileChooser
1803  - Keep child directories in pathbar when changing to a parent
1804  - Reroot pathbar inside home directory, use icons [Jonathan]
1805  - Make the user actually select a file before hitting OK [Federico]
1806  - Fix folder mode to not have tree [Jonathan]
1807  - Add gboolean return values to operations that can fail [Federico]
1808  - Improve internal error handling [Morten Welinder, Federico]
1809  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
1810    Alex Larsson]
1811 * GtkTextView bug fixes [Paolo Borelli]
1812 * Win32 
1813  - Implement/stub missing GDK functions [Tor]
1814  - .defs file updates [Tor, J Ali Harlow]
1815  - Misc fixes [Hans Breuer]
1816 * Fix problem with excess symbol exports on Linux [James Henstridge]
1817 * Fix problem with 32-bit BMPs [Matthias]
1818 * Include config.h first everywhere [Morten]
1819 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
1820 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
1821   Vitaly Tishkov]
1822 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
1823   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
1824 * Misc bug fixes
1825
1826 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
1827   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
1828   Olivier Ripoll
1829
1830 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
1831 =================================================
1832 * GtkFileChooser [Federico Mena Quintero]:
1833  - Enable DND in the shortcuts list [Federico]
1834  - More folder modes [Jonathan R Blandford]
1835  - Resizing toplevel as contents change [Jonathan] 
1836  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
1837  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
1838  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
1839 * GtkComboBox
1840  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
1841  - Always grab when popping the list up [Damon, Matthias]
1842  - Fixes for dynamic changes to the model [Owen]
1843  - Improve popup positioning [Matthias]
1844 * Implement computation of bidi-base direction from text
1845   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
1846 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
1847   Owen]
1848 * Fix wrong interpretation of new_order array for
1849   gtk_tree/list_store_reorder() [Owen]
1850 * Improve space allocation in menubars [Soeren Sandmann]
1851 * Improve key bindings in GtkEntryCompletion [Matthias]
1852 * Hide XCursor dependency [Soeren]
1853 * Make mouse wheel scrolling usable [Soeren]
1854 * Use resize cursors for resize grips [Soeren]
1855 * Set the right window group for menu and combo popups [Frederic Crozat,
1856   Jean-Philippe Chancelier, Soeren]
1857 * Add a way to list the mnemonic labels of a widget [Owen]
1858 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
1859 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
1860 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
1861 * Export GtkWindow key-press-event internals to allow 
1862   custom implementations [Tim Janik]
1863 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
1864 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
1865 * Memory leak fixes [Owen]
1866 * Win32 fixes [Hans Breuer]
1867 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
1868   Tomasz Lloczko, Mitch, Manish Singh, Owen]
1869 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
1870 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
1871   sr@Latn,sq,sv,th,zh_CN)
1872
1873 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
1874 =================================================
1875 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
1876 * Add some extra GtkExpander docs [Federico Mena Quintero]
1877 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
1878 * Updated translation (ga)
1879
1880 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
1881 =================================================
1882 * GtkFileChooser [Federico Mena Quintero]:
1883  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
1884  - Correctly handle typed-in filenames in save mode, folder mode, and
1885    multiple-selection mode in all combinations.
1886  - Don't erase the filename in the entry when changing folders.
1887  - Support icons in GtkFileSystemUnix.
1888  - GtkFileChooserDialog now comes up at a reasonable size.
1889  - GtkFileSystemUnix now notifies correctly on ::create_folder().
1890  - Slight GUI reorganization.
1891  - File system module support. [Alexander Larsson]
1892  - Pathbar widget. [Jonathan R. Blandford]
1893  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
1894    Padraig O'Briain, Alexander, Jonathan]
1895  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
1896  - Memory leak fixes [Morten Welinder]
1897 * GtkTreeView:
1898  - Fix return values. [Federico, R. McFarland]
1899  - Properly cancel the arrow animation. [Michael Zucchi]
1900  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
1901  - Don't darken the sort column unless there are three visible columns
1902    [Jonathan]
1903 * GtkToolbar:
1904  - Improve the sliding implementation. [Soeren Sandmann]
1905  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
1906    Olivier Andrieu]
1907  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
1908 * Menus:
1909  - Make menus work better on Xinerama [Matthias]
1910  - Fix keynav in RTL mode. [Matthias]
1911  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
1912  - Make tearoff menu items work anywhere in menus. [Matthias]
1913  - Improve popup/popdown behaviour. [Soeren]
1914 * gdk-pixbuf:
1915  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
1916  - Work around some libjpeg header file craziness [Manish Singh]
1917 * Assume gravity works. [Soeren]
1918 * Cache GCs for drawing. [Brian Cameron, Soeren]
1919 * Handle focus adjustment correctly for deeply nested focus locations. 
1920   [Matthias, Owen Taylor]
1921 * Use reference counting for shared data in GtkActionGroup. 
1922   [Matthias, Adam Hooper]
1923 * Add a "use-separator" style property to GtkMessageDialog, and make
1924   it not resizable. [Federico]
1925 * Add 'const' to uses of GdkColor that need it. [Federico]
1926 * Put focusable labels in the focus chain. [Federico]
1927 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
1928 * Add properties to GtkAdjustment [Murray Cumming]
1929 * Add change notification to GtkAccelMap [Matthias, Owen]
1930 * Add settings to suppress icons in buttons and menus. [Matthias]
1931 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
1932 * Make size of indicator in menu items themeable. [Bill Hanemann, 
1933   Narayana Pattipati, Matthias]
1934 * Fixes to GtkIconTheme [Torsten Schoenfeld]
1935 * Improve drawing of GtkExpander. [Mark McLoughlin]
1936 * Improve drawing of paned handles. [Soeren]
1937 * Remove broken hangul input module. [Changwoo Ryu]
1938 * Remove C++-style comments. [Damien Carbery]
1939 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
1940 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
1941 * Accessibility improvements for tooltips, GtkScale. [Padraig]
1942 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
1943 * Win32 fixes. [Tor Lillqvist]
1944 * Documentation:
1945  - New section on how to check for modifier keys correctly. [Federico]
1946  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
1947    Tim-Philipp Müller, Matthias]
1948 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
1949   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
1950 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
1951   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
1952   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
1953   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
1954   Yu Shao, Yao Zhang
1955
1956 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
1957 =================================================
1958 * GdkPixbuf
1959  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
1960  - Add a function to determine the type and size of a file without
1961    loading it completely.  [Matthias Clasen]
1962  - Turn pixbuf attributes into construct-only properties. [Matthias]
1963  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
1964    [Matthias, Owen Taylor]
1965 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
1966 * Do not interpret distant clicks as double clicks, using a
1967   new double-click-distance setting.  [Matthias]
1968 * Improve the GDK API for dealing with group leaders. [Matthias]
1969 * Utility function for application launching in multi-screen scenarios.
1970   [Mark McLoughlin]
1971 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
1972 * Misc Win32 improvements [Tor Lillqvist, Hans]
1973 * GtkFileChooser [Federico]
1974  - Fix new filename entry in Save mode [Jan Arne Petersen]
1975  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
1976  - Added support for file system volumes such as CD-ROMs, 
1977    floppies, and network shares.
1978  - Add a "New Folder" button for Save mode in GtkFileChooser.
1979  - Better support for Folder mode.
1980 * GtkTreeView
1981  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
1982  - Add a single-paragraph mode and a language property to 
1983    GtkCellRendererText [Kristian Rietveld]
1984  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
1985  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
1986 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
1987 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
1988 * Improve the GtkCalendar drawing code.  [Matthias]
1989 * GtkCalendar supports starting the week on any day [Matthias]
1990 * Make GtkToolbar compatible with 2.2 again [Soeren]
1991 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
1992   Olexiy Avramchenko, Jody, Soeren]
1993 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
1994 * Add a way to lock individual accelerator paths  [Matthias]
1995 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
1996   a menu shell.  [Matthias]
1997 * Fix dynamic menus. [Matthias, Michael Meeks]
1998 * Add xalign, yalign properties to GtkButton. [Jody]
1999 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
2000   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
2001 * Support for "no focus" windows. [Matthias]
2002 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
2003   Theppitak Karoonboonyanan]
2004 * FAQ updates [Tony Gale]
2005 * Split the translations into two domains: ui strings and
2006   error messages go to gtk20, property nicks and blurbs to 
2007   gtk20-properties. [Matthias]
2008 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
2009   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
2010 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
2011   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
2012   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
2013   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
2014   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
2015   Adam Wright
2016
2017 Overview of Changes in GTK+-2.3.1
2018 =================================
2019 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
2020 * GDK
2021  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
2022  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
2023 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
2024 * Action-based menu/toolbar API [Matthias]
2025  - Add "name" construct-only parameter to GtkActionGroup
2026  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
2027 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
2028   [Gregory Merchan, Matthias]
2029 * GtkComboBox [Kristian Rietveld]
2030  - Make model and text_column properties not construct-only [Murray Cumming]
2031  - Fix sizing
2032  - Add mouse wheel support [Matthias]
2033 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
2034 * GtkExpander
2035  - Add a "use_markup" property, gtk_expander_set/get_use_markup
2036  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
2037 * GtkFileChooser [Federico Mena Quintero]
2038  - Add a GtkFileSystemWin32 [Hans]
2039  - Use GtkEntryCompletion in GtkFileChooserEntry 
2040  - Add a render_icon to GtkFileSystemIface to allow the 
2041    GnomeVFS backend to supply appropriate icons
2042  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
2043  - Support drops on the bookmarks list
2044  - Display error dialogs on failed operations
2045  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
2046  - Ignore filters for folders [Dave Malcom]
2047  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
2048 * Menus
2049  - Make torn-off menus transient-for the window they were torn from
2050    [Matthias, Jon-Kare Hellan]
2051  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
2052    for use by position functions [Matthias]
2053  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
2054 * Make g_message_dialog_new_with_markup() automatically escape
2055   arguments, add g_message_dialog_set_markup() [Owen]
2056 * Add read-only min-position/max-position properties to GtkPaned
2057 * GtkToolbar [Soeren]
2058  - Support gaps in the toolbar with expand=true/draw=false separators
2059  - Improve drop-location preview handling
2060  - Take a GtkRadioToolButton as the parameter to
2061    gtk_radio_tool_button_new_from_widget [Murray Cumming]
2062  - Many misc toolbar bug fixes [Soeren, Marco]
2063 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
2064 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
2065   to go along with properties [Owen Taylor]
2066 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
2067   signal to fix handling of accelerators on insensitive parent
2068   menu-items. [Tim Janik]. (*Note*: the details here will probably
2069   change, since similar problems for mnemonics aren't handled.)
2070 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
2071   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
2072   [IBM L3 NLS Support Team]
2073 * Fix string setters for self-assignment [Matthias, Soeren]
2074 * Finish multi-head handling in gtk-demo [Matthias]
2075 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
2076 * Reference doc improvements [Matthias, Soeren,
2077   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
2078 * FAQ updates [Tony Gale]
2079 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
2080   sr@Latn,sv,th)
2081
2082 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
2083   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
2084   Padraig O'Briain, Tomas Ã–gren, Danilo Segan
2085
2086 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
2087 =================================================
2088
2089 * New Widgets
2090  - GtkFileChooser: a replacement for GtkFileSelection with 
2091    replaceable backends, many new API features, better user
2092    interface (UI is still a work in progress) [Owen Taylor, 
2093    Federico Mena Quintero]
2094  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
2095  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
2096  - "Picker button" widgets based on code from libgnomeui: 
2097    GtkFontButton, GtkColorButton [Matthias Clasen]
2098
2099 * Widget improvements:
2100  - Autocompletion for entries: GtkEntryCompletion [Kristian]
2101  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
2102  - Add input-only event boxes for trapping events [Alex Larsson]
2103  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
2104  - Support up to four scroll arrows on GtkNotebook and make which
2105    ones are displayed themeable. [Matthias]
2106  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
2107    automatic week start selection, DND support, improve API 
2108    for setting options [Matthias]; mousewheel support [Abigail Brady]
2109  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
2110    [Soeren, Matthias]
2111  - New functions: gtk_window_set_default_icon(), 
2112    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
2113    [Matthias]
2114  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
2115    "has_resize_grip" for GtkStatusBar. [Matthias]
2116  - Add child properties for GtkPaned [Matthias, Soeren]
2117
2118 * Menus
2119  - New action-based menu API: GtkUIManager, GtkActionGroup, 
2120    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
2121    Marco Pesenti Gritti, Philip Langdale]
2122  - Support for tabular menus [Kristian]
2123  - New positioning algorithm for popup menus [Soeren]
2124
2125 * GtkTextView [Matthias]
2126  - Add properties "accepts_tab" [Soeren], "overwrite" property 
2127    [Jeroen Zwartepoorte], "buffer"
2128  - Add gtk_text_buffer_select_range()
2129  - Implement drag-selection by words/lines (also for Gtkentry)
2130  - Some fixes to invisible text handling
2131  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
2132  - Clean up handling of horizontal paging
2133  - Fix scrolling with non-visible cursor
2134  - Add internals documentation [Havoc Pennington]
2135
2136 * GtkToolbar [Soeren]
2137  - Add a more consistent and extensible toolbar API; preserve
2138    old API for backwards compatibility [James, Anders Carlsson, Owen]
2139  - Support for sliding buttons like OS X
2140  - Keyboard navigation
2141  - Support "priority text"
2142  - Overflow menu
2143  - Better handling of really wide buttons [David Bordoley]
2144  - Drawing improvements
2145  - Support context menu
2146
2147 * GtkTreeView [Kristian Rietveld]
2148  - Handle RTL [Matthias, Jonathan]
2149  - Add expand flag to column packing parameters [Jonathan, Kristian]
2150  - gtk_tree_path_free now silently returns on NULL paths
2151  - Move row reference updating code to closures
2152  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
2153    get rid of gtk-tree-model-drop-append.
2154  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
2155
2156 * gdk-pixbuf
2157  - Add a loader for PCX files [Josh Beam]
2158  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
2159  - Support TGA files with arbitrary origins [Matthias]
2160  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
2161    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
2162  - Add saving support for ICO and CUR
2163  - Improve handling of GIFs with oversized frames [Matthias]
2164
2165 * GDK:
2166  - Support for full-color / alpha-channel cursors [Matthias]
2167  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
2168  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
2169  - Many small changes to reduce round trips on startup; 
2170    add gdk_display_flush() [Owen]
2171  - Use Xlib asynchronous APIs to reduce roundtrips on startup
2172    and during DND [Owen]
2173  - Other changes to improve DND for large-latency connections [Owen]
2174  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
2175    in GtkWindow)
2176  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
2177  - Other small linux-fb fixes [Eric Warmenhoven]
2178
2179 * Miscellaneous
2180  - Add support for named themable icons; use this facility to 
2181    provide the default stock icon images [Owen Taylor, based
2182    on code by Alex Larsson]
2183  - Add gtk_widget_queue_resize_no_redraw() for more efficient
2184    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
2185  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
2186  - Default theme improvements, especially for menus. Add some
2187    more style properties. [Soeren]
2188  - Add authentication stock icon [Matthias, art by Jakub Steiner]
2189  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
2190  - Convert build system to automake-1.7; many cleanups and
2191    improvements. [James Henstridge, Owen]
2192  - Win32 fixes for new widgets [Hans]
2193  - Add right-to-left variants of some stock icons [Matthias]
2194
2195 * Documentation
2196  - Use XML source for man pages; add man pages for tools that didn't
2197    have them before [Matthias]
2198  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
2199  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
2200  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
2201    Martin Pool, Mariano Suarez-Alvarez]
2202
2203 * Deprecations
2204  - GtkItemFactory [Replaced by GtkUIManager]
2205  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
2206  - Miscellaneous functions that were renamed in 
2207    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
2208
2209 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
2210   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
2211   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
2212   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
2213   Vasilis Vasaitis, Morten Welinder
2214
2215 ----------------------------------------------------------------------
2216
2217 Overview of Changes in GTK+ 2.2.4
2218 =================================
2219 * Revert TreeView fix which broke context menus in different applications
2220   [Kristian Rietveld]
2221 * Typo fixes [Kjartan Maraas]
2222 * Make pressing END not put the menu in scrolling mode [Kris]
2223 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
2224 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
2225
2226 Overview of Changes in GTK+ 2.2.3
2227 =================================
2228 * GdkPixbuf [Matthias Clasen]
2229  - Fix some problems with overflows when scaling down [Tomas Ã–gren]
2230  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
2231  - Prefer 32-bpp ICOs, fix bugs with them
2232  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
2233    [Jens Elker]
2234  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
2235 * Win32 [Tor Lillqvist]
2236  - Add multiple monitor support
2237  - Major event and key handling rewrite, including IME fixes
2238  - Fix handling of toplevel window positions
2239  - Add support for all window geometry hints (gridded geometry, etc.)
2240  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
2241  - Fix GdkImage memory leak [J. Ali Harlow]
2242  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
2243  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
2244  - Build fixes and improvements [Peter Zelezny]
2245 * X11
2246  - Fix extremely common crash where we interpreted the timestamp
2247    field of a XKB event as a window ID and found a pixmap that matched.
2248    [Owen Taylor, with essential backtrace from Kjartan Maraas]
2249  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
2250  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Ctrl-Backspace [Owen]
2251  - Workaround Xinerama servers reporting wrong depths [Owen]
2252 * GtkTreeView [Kristian Rietveld]
2253  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
2254  - Don't get confused by the Control key when handling selection
2255    from an accelerator like <Control>B [Michael Natterer]
2256  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
2257    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
2258    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
2259 * Input methods
2260  - Handle input methods exiting and starting while the 
2261    app is running [Hidetoshi Tajima]
2262  - Fix infinite loop when closing input methods [Owen,
2263    Takuro Ashie, Hidetoshi]
2264  - Add a 'cedilla' input method with c+acute => cedilla and use
2265    as the default for languages that use cedilla. [Gustavo De Nardin,
2266    Owen, Fco. Javier F. Serrador]
2267  - Fix status window for multihead [Owen, James Su]
2268  - Remember imcontext attributes when switching methods [Owen, 
2269    Botond Botyanszki]
2270 * GtkFileSelection [Owen]
2271  - Fix selection of "UntitledN" on initial map [Mark Finlay]
2272  - Fix an annoying bug with cursor positioning on failed completion
2273  - Misc Fixes [Owen, Tor]
2274 * Other widgets
2275  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
2276  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
2277    Kristian]
2278  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
2279  - Don't include menu labels in gtk_notebook_forall [Owen]
2280  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
2281    focus [Owen]
2282  - Accept color drops with wrong format from KDE [Matthias]
2283 * Fix problem from gnome-theme-manager playing tricks and
2284   making event->window a pixmap. [Anders Carlsson]
2285 * Ignore Caps-lock when matching accelerators
2286 * Fix 5-year-old bug where toplevels didn't fully refresh properly
2287   on theme change [Owen, Rajkumar Siva]
2288 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
2289   from a tarball [Owen]
2290 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
2291   Morten Welinder]
2292 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
2293   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
2294   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
2295   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
2296   Luis Villa]
2297 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
2298   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
2299
2300 Overview of Changes in GTK+ 2.2.2
2301 =================================
2302
2303 * GdkPixbuf [Matthias Clasen]
2304  - Fix animation of slow-loading progressive GIFS
2305  - Fix long-standing animated GIF display bug with transparency
2306  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
2307 * GDK [Owen Taylor]
2308  - Draw continuous underlines between Pango layout runs when 
2309    possible [Kang Jeong-Hee]
2310  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
2311    Major rewrite of 16-bit handling for pixbuf_from_drawable()
2312 * X11 backend [Owen]
2313  - Fix build on X11R5 [Albert Chin]
2314  - Fix switching keyboard layouts while running [Egmont Koblinger]
2315  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
2316  - Zero unused fields in client messages we send Lubos Lunak]
2317  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
2318  - Fix wrong initialization that was keeping XShm from being used.
2319 * Win32 backend [Tor Lillqvist]
2320  - Tweak line drawing
2321  - Mouse/cursor fixes [Allin Cottrell]
2322  - Better handling of floppy drives in GtkFileSelection
2323  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
2324 * Input methods [Hidetoshi Tajima]
2325  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
2326  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
2327  - Miscellaneous GtkIMContextXIM fixes 
2328  - Fix translation of input context names
2329 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
2330 * Add Delete to GtkEntry context menu, Delete/Select All 
2331   to GtkTextView context menu [Matthias]
2332 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
2333 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
2334 * GtkTextView
2335  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
2336  - Don't scroll to cursor on focus in [Paolo Maggi]
2337  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
2338    Yao Zhang]
2339  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
2340    Padraig O'Briain, Owen]
2341 * GtkTreeView [Kristian Rietveld]
2342  - Fix prelighting [Sven Neumann]
2343  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
2344  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
2345  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
2346    Alexandre da Silva Costa]
2347  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
2348    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
2349    Mariano Suarez-Alvarez, Owen]
2350 * Fix handling of border width for GtkToolbar [Rodney Dawes]
2351 * Rewrite adjustment handling of GtkViewport, fixing many bugs
2352   [Owen, Thomas Leonard, Michael]
2353 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
2354   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
2355   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
2356   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
2357   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
2358   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
2359 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
2360   Doug Quale, Manish Singh, Morten Welinder]
2361 * Switch to using libtool-1.5
2362 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
2363   Christian Rose]
2364 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
2365 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
2366   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
2367
2368 Overview of Changes in GTK+ 2.2.1
2369 =================================
2370 * Win32 [Tor Lillqvist]
2371  - Improve setting of window position / decorations
2372  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
2373  - Fix various file selection bugs
2374  - Improve scheme for locating pixbuf loader modules
2375  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
2376 * GtkTreeView [Kristian Rietveld]
2377   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
2378   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
2379     Sandmann, Jarek Dukat]
2380   - TreeView search now works on all values transformable by GValue and not
2381     just strings [Muktha Narayan]
2382   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
2383   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
2384     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
2385     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
2386 * GtkTextView [Matthias Clasen]
2387  - Fix keynav with invisible cursor
2388  - Fix misdrawing of cursor [Owen Taylor] and selection
2389  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
2390 * Fix problem with accidental inclusion of a main() [Matthias]
2391 * Documentation improvements [Matthias, Havoc Pennington]
2392 * Fix problem with GtkColorsel and pixmap themes [Daniel]
2393 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
2394 * Warning fixes [Manish Singh]
2395 * configure fixes [Akira Tagoh]
2396 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
2397 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
2398   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
2399   Soeren Sandmann, Hidetoshi Tajima, Owen]
2400
2401 ----------------------------------------------------------------------
2402
2403 Overview of Changes in GTK+ 2.2.0
2404 =================================
2405 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
2406 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
2407 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
2408   James M. Cape]
2409 * Example portability fix [Sven Neumann]
2410 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
2411
2412 Overview of Changes in GTK+ 2.1.5
2413 =================================
2414 * GtkFileSel fixes [Owen Taylor]
2415   - Fix ..<tab> to go up a dir [Francisco Bustamante]
2416   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
2417   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
2418 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
2419 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
2420 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
2421   Narayana Pattipati, Marius Andreiana]
2422 * Xinerama fixes for GtkMenu [Matthias Clasen]
2423 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
2424 * Documentation additions and fixes [Matthias]
2425 * New and updated translations (am,bg,da,fr,fi,de)
2426 * Miscellaneous bug and build fixes
2427
2428 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
2429    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
2430
2431 Overview of Changes in GTK+ 2.1.4
2432 =================================
2433 * Improved default color scheme [Soeren Sandmann, with advise from
2434   Tuomas Kuosmanen and Garrett LeSage]
2435 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
2436   [Kristian Rietveld]
2437 * Support move-resize emulation for all edges. [Matthias Clasen]
2438 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
2439 * Remove extra selections for ButtonRelease in XInput code 
2440   [Garry Osgood, Owen]
2441 * Another attempt at fixing X focus tracking [Owen]
2442 * linux-fb VT switch improvements [Eric Warmenhoven]
2443 * Win32 [Tor Lillqvist]
2444   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
2445   - Improve maximized/minimized tracking
2446   - Bug fixes
2447 * Fix problem with gtk_combo_set_popdown_strings() not changing
2448   the entry text [Owen]
2449 * Support RTL flipping for statusbars [Matthias]
2450 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
2451   Richard Hult, Carlos Garnacho Parro]
2452 * Use octal escapes rather than literal UTF-8 in strings [Owen]
2453 * Make a lot of read-only data const. [Matthias, Morten Welinder]
2454 * Misc bug fixes
2455 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
2456
2457 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
2458    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
2459    Kjartan Maraas, Christian Neumair
2460
2461 Overview of Changes in GTK+ 2.1.3
2462 =================================
2463
2464 GDK:
2465 * Win32 [Tor Lillqvist]
2466   - fixes to multihead API stubs 
2467   - Comprehensively implement tiles and stipples
2468   - Handle tracking minimized/maximized [Arnaud Charlet]
2469 * linux-fb fixes [Eric Warmenhoven]
2470 * Use g_get_application_name() for default window titles and
2471   for the title of the client leader window [Owen, Havoc Pennington]
2472 * Complete resize-grippy support, move-resize emulation 
2473   [Anders Carlsson, Matthias Clasen]
2474
2475 GTK+ Core:
2476 * On screen change, recreate the widget's Pango context [Owen]
2477 * Fix problems with focus ending up on unmapped widgets [Owen]
2478 * Make g_object_set (gtk_settings_get_default (), ...) to override
2479   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
2480 * Make GtkInputDialog multihead aware [Owen]
2481 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
2482
2483 Widget improvements:
2484 * Draw/check menu items insensitive [Soeren, Tim Evans]
2485 * Fix color usage for radio/check menu item indicators [Soeren]
2486 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
2487 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
2488   GtkCheckMenuItem [Matthias Clasen]
2489 * GtkCombo improvements [Owen]
2490   - Don't leave it behind when switching desktops [Matthias Clasen]
2491   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
2492   - Don't change entry contents until window is popped back up
2493   - Keynav fixes
2494 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
2495 * GtkNotebook keynav improvements [Owen]
2496 * Handle painting text on dark-colored progressbars [Soeren]
2497 * GtkTreeView  [Kristian Rietveld]
2498   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
2499   - Add GTK_CELL_RENDERER_FOCUSED flag
2500   - Keynav fixes, including adding boolean return values for keybinding
2501     signals (API breakage for API that no one should have been using)
2502     [Narayana Pattipati]
2503   - Add gtk_tree_view_column_cell_get_position()
2504   - Add an inconsistent state for GtkCellRendererToggle
2505   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
2506     Morten Welinder, Robert Kinsella, Soeren]
2507
2508 Input Methods:
2509 * Sort the input method list in the right click popup [Abigail Brady]
2510 * GtkIMContextXIM bug fixes [HideToshi Tajima]
2511
2512 General:
2513 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
2514 * Deprecation cleanups [Manish Singh]
2515 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
2516 * Doc improvements, including adding Since: for 2.2. additions 
2517   [Matthias Clasen]
2518 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
2519   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
2520 * Build fixes [Owen, Jeff Waugh, Dan Mills]
2521
2522 Overview of Changes in GTK+ 2.1.2
2523 =================================
2524
2525 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
2526 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
2527 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
2528 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
2529 * Add simple support for startup notification [Havoc Pennington]
2530 * Handle focus indication for check and radio buttons without children
2531   [Dave Camp, Owen]
2532 * Much work on improve submenu navigation [Soeren Sandmann]
2533 * Add "selected_shadow_type" property for menus [Soeren]
2534 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
2535 * Rework GtkPaned keynav [Soeren, Calum Benson]
2536 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
2537 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
2538 * Tree view fixes and speedups 
2539   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
2540 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
2541 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
2542 * Win32 fixes [Tor Lillqvist]
2543 * Misc cleanups and bug fixes
2544
2545 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
2546    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
2547    Matt Wilson,
2548
2549 Overview of Changes in GTK+ 2.1.1
2550 =================================
2551 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
2552 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
2553 * linux-fb improvements including window maximization. [Eric Warmenhoven]
2554 * Fix to compile again with Xft version 1 [Owen Taylor]
2555 * Fix handling of pointer on multiple screens [Owen]
2556   - Add gdk_event_set/get_screen() via evil hack
2557   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
2558   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
2559   - Add gdk_display_get_pointer()
2560   - Make drag-and-drop between multiple screens work
2561 * Export gdk_event_new(), discourage stack allocated events [Owen]
2562 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
2563 * Basic support for RandR extension [Keith Packard, Owen]
2564 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
2565 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
2566 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
2567 * Fix handling of GtkSettings set from RC files on reload [Owen]
2568 * GtkTreeView work [Kristian Rietveld]
2569   - Stop editing on a focus out event for GtkCellRendererText 
2570     [Andreas J. Guelzow]
2571   - Don't accept drops on auto-sorted models
2572   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
2573 * Fixes for GtkIMContextXIM 
2574   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
2575 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
2576   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
2577   Vitaly Tishkov, Dan Winship, Yao Zhang]
2578 * Some performance tweaks [Soeren, Padraig O'Briain]
2579 * Miscellaneous bug fixes
2580
2581 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
2582   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
2583
2584 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
2585 =================================================
2586
2587 Multihead support: [Erwann Chenede, Owen Taylor]
2588 * Multihead support 
2589 * Add GdkDisplay, GdkScreen structures
2590 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
2591   (In other cases, make the variants methods on GdkDisplay/GdkScreen
2592 * Adapt GTK+ widgets to be multihead safe
2593 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
2594 * Add multihead support to demos/tests.
2595
2596 GDK:
2597 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
2598 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
2599 * Miscellaneous linux-fb improvements [Eric]
2600 * Xinerama support [Erwann Chenede, Matthias Clasen]
2601 * Allow GDK backends to add custom argument parsing [Sven Neumann]
2602 * Add support for some addition NET window manager spec hints [Havoc Pennington]
2603 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
2604
2605 GtkTreeView: [Kristian Rietveld]
2606 * Support stock pixbufs in GtkCellRendererPixbuf 
2607 * Allow setting the cell background for cell renderers
2608 * Support focusing individual cell renderers and other focus fixes
2609 * Make resizing tree views more efficient [Soeren Sandmann]
2610 * Add gtk_tree_model_get_string_from_iter
2611 * Improve gtk_list_store_remove API
2612 * API additions:
2613   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
2614   Add gtk_tree_selection_get_selected_rows(),
2615   gtk_tree_selection_count_selected_rows() 
2616   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
2617
2618 GTK+:
2619 * Add style property for drawing menu items without shadow [Soeren]
2620 * gtk_widget_modify_color_component/font(): Allow clearing
2621   current modifications. [Owen]
2622 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
2623 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
2624 * Fix menus resizing when popped up or torn off [Owen]
2625 * Improve label behavior when it gets a too small allocation [Soeren]
2626 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
2627 * Theme drawing improvements [Soeren]
2628 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
2629 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
2630 * Add gtk_menu_shell_select_first() [Owen]
2631 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
2632 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
2633 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
2634
2635 GdkPixbuf:
2636 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
2637 * Use iTXT chunks when necessary in PNG image saver [Matthias]
2638 * Add incremental loading for progressive jpegs [Matthias]
2639 * Add load-at-size functionality [Matthias]
2640 * Add a loader for .ANI animations [Matthias]
2641 * Load hotspot for .ICO files [Matthias]
2642
2643 Docs:
2644 * Convert docs to Docbook XML [Matthias]
2645 * Doc improvements and fixes [Matthias, Soeren, 
2646   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
2647   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
2648 * Tutorial improvements [Tony Gale]
2649
2650 General:
2651 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
2652 * Clean up GDK and demos for deprecated functions [Manish Singh]
2653 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
2654   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
2655   Shivaram Upadhyayula]
2656
2657 Overview of Changes in GTK+ 2.0.9
2658 =================================
2659 * Fix colormap refcounting, which caused frequent metacity crashes
2660   [Christopher James Lahey]
2661 * Lots of work on the Win32 backend [Tor Lillqvist]
2662  - Scrolling fixes
2663  - GdkGC clipping fixes and improvements
2664  - Started implementing all fill styles
2665 * GtkTreeView bug fixes [Kristian Rietveld]
2666  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
2667 * Various bug fixes
2668
2669 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
2670    Josh Parsons, Peter Bloomfield
2671
2672 Overview of Changes in GTK+ 2.0.8
2673 =================================
2674 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
2675 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
2676 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
2677 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
2678 * Updated translation (el)
2679
2680 Overview of Changes in GTK+ 2.0.7
2681 =================================
2682 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
2683 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
2684 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
2685 * Win32 fixes and improvements [Tor Lillqvist]
2686  - Keyboard handling fixes [Florent Duguet]
2687  - Fixes for building and running on Cygwin [Masahiro Sakai]
2688  - Fix gdk_window_scroll(), other GdkWindow fixes
2689  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
2690    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
2691 * Improve tracking of toplevel focus state [Owen]
2692 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
2693 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
2694 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
2695 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
2696 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
2697 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
2698 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
2699   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
2700     Elstner, Morten Welinder]
2701   - gtk_tree_selection_selected_foreach now immediately returns if 
2702     the model is being changed [Havoc Pennington]
2703   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
2704 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
2705 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
2706 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
2707   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
2708 * Many miscellaneous bug fixes
2709
2710 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
2711    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
2712    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
2713    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
2714    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
2715
2716 Overview of Changes in GTK+ 2.0.6
2717 =================================
2718
2719 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
2720   Josh Green, Matthias Clasen]
2721 * Fix problem with keynav and insensitive menu items [Owen Taylor]
2722 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
2723 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
2724 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
2725 * Cycle between multiple menubars with F10, not control-tab 
2726   [Calum Benson, Padraig]
2727 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
2728   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
2729 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
2730   J. Ali Harlow]
2731 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
2732
2733 Overview of Changes in GTK+ 2.0.5
2734 =================================
2735
2736 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
2737   also another fix from testing this function with non-UTF-8 filenames.
2738 * Fix incorrect property notification in GtkTextView. [James M. Cape]
2739
2740 Overview of Changes in GTK+ 2.0.4
2741 =================================
2742
2743 * Fix a number of types which were registered with the 
2744   type system with the wrong names [James Henstridge, Jonathan Blandford]
2745 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
2746 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
2747   Josh Parsons]
2748 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
2749   Owen Taylor]
2750 * Calculate screen size on win32 from the "logical DPI" 
2751   [Joaquin Cuenca Abela, Tor Lillqvist]
2752 * Misc Win32 bug fixes. [Florent Duguet, Tor]
2753 * Fix theme changes for GtkMenu [Soeren Sandmann]
2754 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
2755 * Fix encoding handling for gtk_file_selection_set_filename()
2756   [Sebastian Ritau, Owen]
2757 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
2758 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
2759 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
2760 * Misc bug fixes
2761 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
2762
2763 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
2764   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
2765   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
2766
2767 Overview of Changes in GTK+ 2.0.3
2768 =================================
2769
2770 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
2771 * Improve GdkRGB support for low color depths (Tor Lillqvist).
2772 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
2773 * Include internal children when focusing. (Jonathan)
2774 * Win32 fixes (Tor Lillqvist, David Sterba)
2775 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
2776 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
2777 * GtkMenu fixes. (Soeren Sandmann)
2778 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
2779 * Misc input-method related fixes (Yao Zhang, Federico)
2780 * Fix stuck grab during DND. (Dave Camp, Owen)
2781 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
2782 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
2783   Michael Meeks)
2784 * Handle Xlib internal connections (HideToshi Tajima)
2785 * Many miscellaneous bug fixes.
2786
2787 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
2788 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
2789 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
2790 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
2791 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
2792 Timo Sirainen, Graham Swallow.
2793
2794 Overview of Changes in GTK+ 2.0.2
2795 =================================
2796
2797 * GtkTreeView cursor movement fixes [Kristian Rietveld]
2798 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
2799
2800 Overview of Changes in GTK+ 2.0.1
2801 =================================
2802
2803 * GtkTreeView fixes and performance improvements 
2804   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
2805 * GtkTextView fixes [Havoc Pennington]
2806 * Fix problems with accelerators on Solaris [Padraig O'Briain]
2807 * Some fixes for key bindings on keypad keys [Owen Taylor]
2808 * Fix problem with RENDER use on big endian machines 
2809   [Owen Taylor, with help from Tuomas Kuosmanen]
2810 * Win32 fixes, especially dashed line drawing 
2811   [Tor Lillqvist, Hans Breuer]
2812 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
2813 * Compiler warning cleanups [Erwann Chenede]
2814 * Fix handling of font-name XSETTING [Richard Hestilow]
2815 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
2816 * Fix problems with inappropriate menu scroll arrows [Owen]
2817 * Stock icon improvements [Jakub Steiner, Tuomas]
2818 * Much work on pixbuf loader robustness [Matthias Clasen]
2819 * Documentation improvements [Matthias, Vitaly Tishkov]
2820 * Fix some crashes in GtkWindow accelerator handling code 
2821   [Dave Camp, Matt Wilson]
2822 * Misc bug fixes
2823
2824 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
2825   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
2826   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
2827   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
2828   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
2829
2830 Overview of Changes in GTK+ 2.0.0
2831 =================================
2832
2833 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
2834 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
2835 * Bug fixes. [Thomas Leonard, Owen Taylor]
2836
2837 Overview of Changes in GTK+ 2.0.0 rc1
2838 =====================================
2839
2840 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
2841 * Text widget fixes [Havoc Pennington]
2842 * Efficiency fixes when using Xft [Owen Taylor]
2843 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
2844 * Try to fix key handling without XKEYBOARD extension [Owen]
2845 * Documentation fixes and improvements 
2846   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
2847 * Widget drawing improvements [Soeren Sandmann]
2848 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
2849 * Try to build libraries with only shared library dependencies on Xft to 
2850   deal with transition to Xft2 [Owen]
2851 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
2852 * Don't use red as the default cursor color [Owen]
2853 * Bug fixes, bug fixes, bug fixes.
2854
2855 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
2856   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
2857   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
2858   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
2859   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
2860   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
2861   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
2862
2863 Overview of Changes in GTK+ 1.3.15
2864 ==================================
2865
2866 * New stock and improved icon images
2867   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
2868 * Widget drawing improvements for check and radio buttons,
2869   spinbuttons [Soeren Sandmann]
2870 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
2871 * Add GtkSetting for font name. [Richard Hestilow]
2872 * Much improved key matching code, accelerators work independent
2873   of group [Owen]
2874 * Make mnemonics work for embedded GtkPlug widgets [Owen]
2875 * Keynav improvements for GtkTreeView [Kristian Rietveld]
2876 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
2877 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
2878   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
2879   add compatibility macros.
2880 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
2881 * GtkTextView bug fixes [Havoc Pennington]
2882 * Pad class structures for future binary compatibility [Owen]
2883 * Tutorial improvements [Sven Neumann, Matthias Clasen]
2884 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
2885 * Fix problems with initial widget size [Owen]
2886 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
2887 * Win32 fixes [Hans Breuer, Tor Lillqvist]
2888 * Miscellaneous bug fixes
2889
2890 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
2891   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
2892   Nicolas Setton
2893
2894 Overview of Changes in GTK+ 1.3.14
2895 ==================================
2896
2897 * Keyboard focus improvements [Owen Taylor]
2898 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
2899 * Fix accidentally exported variables [Mark McLoughlin]
2900 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
2901 * Default to yellow tooltips [Owen]
2902 * RC file fixes for reloading, priorities [Owen, Matthias]
2903 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
2904 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
2905 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
2906   scrolled windows [Soeren Sandmann, Padraig, Owen]
2907 * Add Emacs/Default key themes [Owen]
2908 * Win32 fixes [Hans Breuer, Tor Lillqvist]
2909 * Ethiopic input methods [Daniel Yacob]
2910 * Opaque paned window resizing [Soeren]
2911 * Tweak table expansion behavior [Tim Janik]
2912 * Fix GtkCalendar focus drawing [Bill Haneman]
2913 * Allow themeable cursor thickness [Bill]
2914 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
2915 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style
2916   scrollbars. [Jody Goldberg]
2917 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
2918 * Bug fixes
2919
2920 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
2921  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
2922  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
2923  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
2924  Kevin Vandersloot,  Morten Welinder, Peter Williams
2925
2926 Overview of Changes in GTK+ 1.3.13
2927 ==================================
2928
2929 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
2930 * Tree view support for low-vision themes [Bill Haneman]
2931 * Text view bug fixes. [Havoc Pennington]
2932 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
2933   Archaeopteryx Software]
2934 * Documentation improvements [Matthias Clasen, Havoc Pennington]
2935 * Accelerate alpha compositing using RENDER extension if present,
2936   and optimize the non-RENDER case a lot. [Owen Taylor]
2937 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
2938 * Fixed the infamous changing directory deletes filename bug 
2939   [Owen and a cast of thousands]
2940 * Add mouse cursor hiding for text widgets [Anders Carlsson]
2941 * Simple Hangul input module [Yusuke Tabata]
2942 * Removed the scary startup warning.
2943 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
2944 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
2945   instead of the deprecated GtkCList [Owen]
2946 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
2947 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
2948 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
2949   etc. [Havoc, Owen]
2950 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
2951 * gtk_image_menu_item_new_from_stock() now falls back to
2952   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
2953   [Havoc Pennington]
2954 * GdkModifierType is now consistently used for modifier mask parameters
2955   [Mark Patton]
2956 * gtk_widget_set_accel_path() is now publically exported.
2957
2958 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
2959   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
2960   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
2961   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
2962   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
2963   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
2964   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
2965
2966 Overview of Changes in GTK+ 1.3.12
2967 ==================================
2968
2969 * Fix problems with PNG saving [Michael Natterer]
2970 * Cleanups of deprecated usages [Sebastian Wilhelmi]
2971 * Win32 fixes [Tor Lillqvist]
2972 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
2973   Vitaly Tishkov]
2974 * Frame buffer port fixes [Manish Singh]
2975 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
2976 * Menu behavior improvements [Kristian Rietveld]
2977 * Make focus line width configurable, focus color work on 
2978   dark themes. [Bill Haneman, Owen Taylor]
2979 * Add state argument to gtk_paint_focus() [Bill]
2980 * Added incremental revalidation to tree view, for better apparent speed 
2981   [Jonathan Blandford]
2982 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
2983 * Display XIM status in a separate window [HideToshi Tajima]
2984 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
2985 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
2986   [Dov Grobgeld, Havoc]
2987 * Pass key releases along to input methods [Owen]
2988 * Many bug fixes
2989
2990 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
2991   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
2992   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
2993   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
2994   Matt Wilson
2995
2996 Overview of Changes in GTK+ 1.3.11
2997 ==================================
2998
2999 * Massive rework of accelerator API and implementation (Tim Janik)
3000 * Major fixes to resizing and redrawing to eliminate hysteresis
3001   and optimize. (Owen Taylor, Soeren Sandmann)
3002 * Make many widgets NO_WINDOW to improve appearance and reduce
3003   drawing overhead (Owen)
3004 * Text view fixes (Havoc Pennington)
3005 * Make child widgets in GtkTextView work (Havoc)
3006 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
3007 * Clean up GtkTreeView drag and drop support (Owen)
3008 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
3009 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
3010   functions (Owen, Damian Ivereigh)
3011 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
3012 * Change button ordering in standard dialogs to correspond to 
3013   GNOME usability project proposal (Gregory Merchan)
3014 * Add support for context sensitivity in input methods (Owen)
3015 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
3016 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
3017 * Remove need for X connection for class initialization (Jacob Berkman)
3018 * Propagate key events to parents of focused widget (Owen)
3019 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
3020 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
3021 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
3022   Jacob Berkman, others.)
3023
3024 Other Contributors:
3025   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
3026   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
3027   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
3028   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
3029   Michael Natterer
3030
3031 Overview of Changes in GTK+ 1.3.10
3032 ==================================
3033
3034 * GtkTextView fixes [Havoc Pennington]
3035 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
3036   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
3037 * gtkdemo improvements [Kristian Rietveld]
3038 * Drag and drop fixes to generic code and widgets 
3039   [Owen Taylor, Damian Ivereigh]
3040 * Documentation improvement [Havoc Pennington, Matthias Clasen]
3041 * Spelling fixes [Jacob Berkman]
3042 * Move signals to the GtkEditable interface [Kristian]
3043 * Further stock image improvements [Jakub Steiner]
3044 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
3045   [Sven Neumann]
3046 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
3047 * Automatically call setlocale(), unless explicitly disabled [Owen]
3048 * Property addition to various widgets [Michael Meeks, Owen]
3049 * Support building with automake-1.4 [James]
3050 * Make GtkRadioButton groups act as a single focus point [Owen]
3051 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
3052 * Draw spinbuttons variably sized [Kristian]
3053 * Separate GdkAtom out from X atoms for compatibility with future
3054   multihead changes [Owen]
3055 * Require gdk_threads_init() to be explicitly called instead
3056   of piggybacking off of g_thread_init(). [Owen]
3057 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
3058 * Bug fixes and cleanup [Matthias, others]
3059
3060 Other Contributors:
3061   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
3062   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
3063   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
3064  
3065
3066 Overview of Changes in GTK+ 1.3.9
3067 =================================
3068
3069 * Add editable text cells to GtkTreeView.
3070   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
3071 * Text widget no longer always has a \n in it. [Havoc Pennington]
3072 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
3073 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
3074 * Minor fix for major resizing problems in recent releases [Owen Taylor]
3075 * Restore ability to set _set properties to TRUE for 
3076   GtkCellRendererText, GtkTextTag [Owen]
3077 * Cursor drawing improvements [Owen]
3078 * Win32 fixes [Hans Breuer]
3079 * Mark various functions as deprecated or private.
3080 * Misc bug fixes, portability fixes, and cleanups.
3081
3082 Other Contributors: 
3083  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
3084  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
3085  James Henstridge, Detlef Reichl
3086
3087 Overview of Changes in GTK+ 1.3.8
3088 =================================
3089
3090 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
3091 * GtkOptionMenu scrollwheel support [Alex]
3092 * GtkModule search paths [Owen]
3093 * Documenatation updates [Havoc,Jrb]
3094 * Major Gdk cleanup [Owen]
3095 * Miscellaneous other fixes/cleanups
3096
3097 Other Contributors:
3098   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
3099   Matt Wilson, James Henstridge
3100
3101 Overview of Changes in GTK+ 1.3.7
3102 =================================
3103
3104 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
3105 * Added publically installed utility gdk-pixbuf-csource to generate
3106   inlined pixbufs in C source code [Tim Janik]
3107 * Optional movement of button children on press [Soeren, Owen Taylor]
3108 * Interactive searching in GtkTreeView [Kristian Rietveld]
3109 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
3110 * Animation of expander motion for GtkTreeView [Anders Carlsson]
3111 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
3112 * New/improved stock icons [Jakub Steiner] 
3113 * Code and API rework for window resizing [Havoc Pennington]
3114 * Converted accel groups to GObject [James Henstridge]
3115 * More property support improvements
3116 * Add facility for "secondary" buttons in 
3117   GtkButtonBox/GtkDialog [Gregory Merchan]
3118 * Disentangled child visability from MAPPED state [Owen]
3119 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
3120 * Added priorities for styles in RC files, 
3121   support multiple parse contents [Owen]
3122 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
3123 * Key binding improvements [Havoc]
3124 * Added GtkWidget::event-after signal since normal event handling
3125   is now aborted as soon as a handler returned TRUE [Tim]
3126 * Dnd fixes and improved icon support [Owen]
3127 * Removed GtkPacker widget
3128 * Fixing missing paired getters/setters [Kris]
3129 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
3130 * Added window grab groups [Owen]
3131 * Many frame buffer improvements [Alex]
3132 * Win32 fixes and improvements [Hans Breuer]
3133 * Warning fixes [Darin Adler]
3134 * Miscellaneous bug and API fixes [Matthias et. al]
3135
3136 Other Contributors:
3137   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
3138   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
3139   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
3140   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
3141   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
3142   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
3143
3144 Overview of Changes in GTK+ 1.3.6
3145 =================================
3146
3147 * Properly renders strikethrough text
3148 * win32 fixes
3149 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
3150   relative font scaling
3151 * Added "format_value" signal to GtkScale to reformat value text
3152 * framebuffer fixes
3153 * Property support added to lots of widgets
3154 * Many GtkTreeView new features and API/implementation fixes
3155 * Lots of new_with_mnemonic() convenience functions
3156 * Change GtkImageMenuItem API to be more consistent/useful
3157 * Added lots of new stock items/icons
3158 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
3159   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
3160   themes won't need broken hacks
3161 * Convenience API for GtkRange similar to the one added to GtkSpinButton
3162   a while back
3163 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
3164   and move some attributes from program settings to user settings.
3165   Allows nice 1-pixel-bevel themes.
3166 * Moved ::focus virtual function from GtkContainer to GtkWidget
3167 * Plenty of bug fixes
3168
3169 Overview of Changes in GTK+ 1.3.5
3170 =================================
3171
3172 * New default theme based on Raleigh theme for 1.2.x.
3173 * Dependency on the ATK library added as a step to
3174   providing accessibility-enabling interfaces
3175 * XEMBED-based GtkPlug/GtkSocket now basically works.
3176 * Drag and drop of column headers in GtkTreeView
3177 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
3178   and API sanitation
3179 * Key binding fixes
3180 * Configurable padding/spacing in a lot of places
3181 * Invisible text in GtkTextView fixed
3182 * SHM segments now created with a mode of 0600
3183 * Bug fixes
3184
3185 Overview of Changes in GTK+ 1.3.4
3186 =================================
3187
3188 * Win32 fixes
3189 * GtkTreeView improvements and fixes
3190 * Fix glib-2.0.m4
3191 * Miscellaneous bug fixes
3192
3193 Overview of Changes in GTK+ 1.3.3
3194 =================================
3195
3196 [ 5600 lines of ChangeLog ]
3197
3198 * API cleanups
3199 * Win32 work (Tor, Hans Breuer)
3200 * Focus improvements (Owen)
3201 * Frame buffer improvements (Alex)
3202 * Work on GtkTextView (Havoc)
3203 * Much work on GtkTreeView (Jonathan)
3204 * Selectable labels (Havoc)
3205 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
3206 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
3207 * Added ability to have resize grips in status bars (etc.) using
3208   _NET_WM_MOVERESIZE protocol. (Havoc)
3209 * Added mnemnonic mechanism to make setting underline accelerators
3210   much easier. (Alex)
3211 * Add per-style property mechanism to allow themes to change 
3212   geometry parameters. (Tim)
3213 * Added global settings mechanisms for settings such as double-click
3214   time. (Tim, Owen)
3215 * Various support functions for new and old WM properties (Havoc, Alex)
3216 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
3217
3218 Overview of Changes in GTK+ 1.3.2
3219 =================================
3220
3221 GTK Core:
3222
3223 * New stock-icon and stock-item system. Use themeable pixbufs in
3224   dialogs, buttons, etc. [Havoc]
3225 * Theme engines reworked to use derivation and new object system. [Owen]
3226 * Added GtkClipboard object for simple selection handling. [Owen]
3227 * Make GtkEditable an interface, move implementation to GtkOldEditable for
3228   compat. [Owen]
3229 * Better handling of default directionality. [Robert]
3230 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
3231 * Move theme engines to GTypePlugin. [Owen]
3232
3233 GDK:
3234
3235 * Beginning of implementation of client parts of new window manager spec. [Owen]
3236 * Make gdk_drawable_get_image() work with backing store. [Havoc]
3237
3238 Widgets:
3239
3240 * New text widget [Havoc]
3241   - Adjustable tab handling.
3242   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
3243   - Many cleanups and small improvements.
3244 * Improvements to submenu navigation [Nils Barth/David Santiago] and
3245   scrolling menus. [Alex]
3246 * Simplification of progress bar API. [Havoc]
3247 * Make GtkImage a generic image-display widget. [Havoc]
3248 * New GtkTreeView tree widget. Model/view architecture, flexible rendering,
3249   large datasets, etc. [Jonathan]
3250 * New GtkMessageBox widget for message display. [Havoc]
3251 * Allow labels to have contents set from XML-like markup language. [Havoc]
3252 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
3253
3254 Internationalization:
3255
3256 * Proper character set conversion for clipboard/selection. [Owen]
3257 * New input method system via loadable modules; support on-the-spot
3258   preedit in GtkEntry and new text widget; allow switching input methods
3259   on the fly; include modules for XIM and demo Cyrillic-transliteration 
3260   module. [Owen]
3261 * VIQR, Thai, and Inuktitut input methods. [Robert]
3262 * Convert po files to UTF-8. [Robert]
3263
3264 gdk-pixbuf:
3265
3266 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
3267 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
3268 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
3269
3270 Ports:
3271
3272 * Much work on Win32 Port. [Tor/Hans]
3273 * Much work on Linux-FB Port. [Elliot/Alex]
3274
3275 Misc:
3276
3277 * Start of new gtk-demo demo program. [Owen/Jonathan]
3278 * Bug fixes and more bug fixes.
3279
3280
3281 Overview of Changes in GTK+ 1.3.1:
3282
3283 * GTK+ now uses the Pango library for text manipulation. All
3284   strings in GTK+ now are in Unicode, languages written
3285   from right-to-left, and complex-text languages are now supported.
3286 * The gdk-pixbuf library for image loading and manipulation is 
3287   has been integrated with GTK+.
3288 * The GTK+ object system has mostly been moved to GLib, separating
3289   it from the GUI code. Many significant enhancements have been
3290   made as part of this.
3291 * A new text widget is now included. This started as a port
3292   of the Tk text widget, and includes such features of the Tk
3293   text widget as tags, marks, and unicode text support. It
3294   has been enhanced to support model-view operation and the
3295   full power of Pango.
3296 * The GDK library has been extensively revised to support multiple
3297   windowing systems. The only fully functional backend in 1.3.1
3298   is the X11 backend, however, ports to Win32, Linux-framebuffer,
3299   Nano-X, BeOS, and MacOS exist in various states of completion,
3300   and at least some of these will be finished and integrated in 
3301   before the final GTK+-2.0 release.
3302 * 32-bit coordinates are now supported throughout GDK and GTK+
3303   (they are emulated where not supported by the windowing system.)
3304 * Many minor bug fixes and enhancements. Incompatible changes
3305   are documented in docs/Changes-2.0.txt
3306
3307 Overview of Changes in GTK+ 1.2.8:
3308
3309 * GNU Make 3.79 bug workaround
3310 * FAQ and tutorial updates and improvements
3311 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
3312
3313 Overview of Changes in GTK+ 1.2.7:
3314
3315 * More header cleanups.
3316 * Fixed activation bug for insensitive widgets.
3317 * Locale fixes to RC file parsing code.
3318 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
3319   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
3320 * Upgrade to libtool 1.3.4.
3321
3322 Overview of Changes in GTK+ 1.2.6:
3323
3324 * container queue_resize fixes
3325 * gtk[vh]scale: minor fixups
3326 * rename idle to idle_id in testgtk to avoid conflicts with 
3327   broken libs
3328 * More consistent naming of gtkrc files
3329 * Added language support: ro, uk
3330
3331 Overview of Changes in GTK+ 1.2.5:
3332
3333 * more GtkCTree and GtkWindow bug fixes.
3334 * more redraw/resize queue fixes, better expose event
3335   discarding code.
3336 * more miscellaneous bugs fixed
3337 * new configure.in option --disable-rebuilds to completely disable
3338   rebuilds of autogenerated sources.
3339 * check for 5.002 now, to avoid failing autogeneration build rules due
3340   to old perl versions.
3341 * fonts (and fontsets) are cached now.
3342 * more autogeneration make rules and dependency fixups, we should be
3343   save with autogeneration up to make -j12 now ;)
3344 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
3345   GtkWindow on every size change.
3346 * major rework of window manager hints handling code, fixed a bunch of
3347   races with the new resizing code.
3348 * the new wm hints and resizing code is absolutely perfect and bug free now,
3349   it only lacks testing ;)
3350 * fixed up various rc style memory problems.
3351 * gtk_widget_modify_style() now properly changes the style of realized widgets
3352   and references the style passed into it. if people worked around this bug,
3353   this will introduce a slight memory leak in their code.
3354   The code should typically look like:
3355             GtkRcStyle *rc_style = gtk_rc_style_new ();
3356             [...]
3357             gtk_widget_modify_style (widget, rc_style);
3358             gtk_rc_style_unref (rc_style);
3359 * fix problems with positioning menus offscreen.
3360 * GtkText fixes for some crashes and drawing errors.
3361 * Better handling for unexpected window destroys in GDK and GTK+.
3362   This should make it possible to use a GtkPlug and catch the
3363   case where its parent socket is randomly killed.
3364 * FAQ updates.
3365 * FileSelection i18n patches, RadioButton fixups.
3366 * many translation improvements.
3367 * miscellaneous other bugs fixed.
3368
3369 Overview of Changes in GTK+ 1.2.4:
3370
3371 * DnD improvements (drags can be canceled with Esc now).
3372 * suppressed configure event reordering in Gdk.
3373 * rewrite of Gtk's configure event handling.
3374 * major improvements for the object argument system (Elena Devdariani).
3375 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
3376   GtkCTree.
3377 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
3378 * configure's --with-glib= is "officially" unsupported.
3379 * upgrade to libtool 1.3.3.
3380 * various buglets fixed.
3381
3382 Overview of Changes in GTK+ 1.2.3:
3383
3384 * Upgrade to libtool 1.3
3385 * Check for dgettext (for systems with old versions of GNU Gettext)
3386 * Many bug fixes (see ChangeLog for details)
3387
3388 Overview of Changes in GTK+ 1.2.2:
3389
3390 * Improved Dnd behaviour with Motif applications.
3391 * Bug fixes for the Gtk selection code.
3392 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
3393 * Bug fixes and leak plugs for the Gdk IM code.
3394 * Added gtk_object_get() facility to retrieve object arguments easily.
3395   The var args list expects ("arg-name", &value) pairs.
3396 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
3397   problems where closed pipes were no longer signaling GDK_INPUT_READ on
3398   systems with a native poll().
3399 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
3400   anymore).
3401 * We don't attempt to lookup xpm color "None" anymore, this should prevent
3402   eXodus (commercial X windows server) from popping up a color dialog every
3403   time a transparent pixmap is created.
3404 * Fixed bug where Gtk timeout/idle handlers would execute without the global
3405   Gdk lock being held.
3406 * Other minor bug fixes.
3407
3408 Overview of Changes in GTK+ 1.2.1:
3409
3410 * Many Bug fixes have been applied to the menu and accelerator code.
3411 * GtkItemFactory can "adopt" foreign menu items now and manage their
3412   accelerator installation. This is often required to get GtkItemFactory
3413   like accelerator propagation between different windows with the same
3414   menu hierarchy and for centralized parsing and saving of accelerators.
3415 * GtkCList/GtkCTree buttons should always display correctly now.
3416 * Miscellaneous other bug fixes.
3417
3418 What's New in GTK+ 1.2.0 (since 1.0.x):
3419
3420 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
3421   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
3422 * Many new features and robustness for existing widgets
3423 * Theme support
3424 * New DND implementation
3425 * Internationalization of standard dialogs
3426 * New key binding system
3427 * Tearoff menus and menu accelerators
3428 * Wide character support for entry and text
3429 * Resizing code has been overhauled
3430 * Queued redraws of partial areas
3431 * Far better support for object arguments
3432 * Speed optimizations
3433 * Runtime loading of dynamic modules
3434 * Support for GLib log domains
3435 * Tutorial improvements
3436 * A bug fix or two
3437
3438 Overview of Changes in GTK+ 1.1.16:
3439
3440 * Major fixes and improvements for handlebox
3441 * A change to the way widget->requisition works. Now,
3442   widget->requisition is always what the widget requested,
3443   unmodified by the usize. See Changes-1.2.txt for details.
3444   This correct various bugs with gtk_widget_set_usize().
3445 * Fixes for XIM on X11R5 systems
3446 * Don't allow cut-and-paste of text in password-style entries
3447 * --enable-debug is now on by default for the development release.
3448   (When compiling for "production", use --enable-debug=minimum)
3449 * Handle systems where Helvetica is not present more gracefully
3450 * Fixes for memory leaks
3451 * CList and CTree fixes
3452 * Bug fixes for drawing problems. 
3453 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
3454   GtkColorsel, Focusing, DND
3455 * Tutorial improvements
3456
3457 Overview of Changes in GTK+ 1.1.15:
3458
3459 * Tutorial Updates
3460 * Added --libs gthread to gtk-config 
3461 * Bug fixes
3462
3463 What is new in GTK+ 1.1.14:
3464
3465 * Additions to docs/Changes-1.2.txt
3466 * Just warn when loading theme engine fails
3467 * CLAMP GtkScale digits to a meaningful range
3468 * GTK_LOCALDIR is now defined in a better fashion
3469 * New functions (feature freeze, we know...):
3470     gtk_menu_set_title()
3471     gtk_toggle_button_get_active()
3472 * Some locale fixups in gtkrc code
3473 * Fixes to make gtk_radio_button_set_group() keep only
3474   one radio button in the group active
3475 * Foreign windows are now always treated as viewable; this fixes
3476   a problem where updating didn't occur properly in GtkPlug
3477 * DND fixes for 64 bit architectures, and for specifying operations 
3478   with modifier keys.
3479 * Major revisions to GtkLayout: avoid having to create window
3480   for NO_WINDOW children, adjust allocations of children as 
3481   scrolled so queued draws work, and a resize is queued instead
3482   of allocating directly in a put() or move()
3483
3484 What is new in GTK+ 1.1.13:
3485
3486 * Dnd and selection bug fixes and memory purification.
3487 * Widget sensitivity fixups.
3488 * Tooltips windows are now named "gtk-tooltips" so rc file rules
3489   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
3490   widgets.
3491 * Spin buttons now update their values upon value retrieval.
3492 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
3493   a lot. Gtk makes full use of the draw_area coalescing code now, which
3494   got minorly improved as well.
3495 * Containers map their Gdk windows after their children now to reduce
3496   expose event generation.
3497 * Gdk event queue fixups, this solves the double-click problems people were
3498   recently having.
3499 * Account for the fact that GSource's are only properly reentrant from
3500   within dispatch(), thus we don't do Gdk event processing from within
3501   check() or prepare() anymore.
3502 * Rc files feature a bg_pixmap value of "<none>" now.
3503 * Improved session management support in Gdk.  
3504 * Automatic disabling of NLS if no gettext is found should work now.
3505 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
3506 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
3507   and GNU libtool 1.2d.
3508 * More bug fixes all over the place.
3509
3510 What is new in GTK+ 1.1.12:
3511
3512 * Korean translation added
3513 * Fixed memory leaks
3514 * A few other bug fixes
3515
3516 What is new in GTK+ 1.1.11:
3517
3518 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
3519 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
3520   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
3521 * Lots of cast corrections
3522 * Many fixes 
3523
3524 What is new in GTK+ 1.1.9:
3525
3526 * Check for broken glibc 2.0 mb functions and avoid them
3527 * Label and Entry display fixes 
3528 * Move main thread back to GDK, for locking when translating events
3529 * Bug fixes
3530
3531 What is new in GTK+ 1.1.8:
3532
3533 * Added support for gettext and the localization of the standard
3534   dialogs.
3535 * Added line-wrapping for the label, and JUSTIFY_FILL
3536 * Support reordering via drag and drop in  CList and CTree.
3537 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
3538 * Extended gtkpaned API to support minimum sizes and proportional
3539   resizing.
3540 * Changed the handling of shared memory segments so as to 
3541   remove the need for GTK+ to set up signal handlers.
3542 * Re-implemented event loop in terms of the event loop
3543   that has been added to GLib 1.1.8
3544 * Added 'grab_focus' signal to allow keyboard accelerators
3545   for entries.
3546 * Load locale specific RC files if present.
3547 * Bug fixes.
3548
3549 What is new in GTK+ 1.1.7:
3550
3551 * Fixed memory mis-allocation in default files code
3552 * Various event handling fixes
3553 * Wide character support for entry and text
3554 * Destroy widgets _after_ propagating unrealize signals through 
3555   widget hierarchy
3556 * Only build XIM-support if available
3557 * Tutorial and examples updates
3558 * Added gtk_drag_source_unset()
3559
3560 What is new in GTK+ 1.1.6:
3561
3562 * The signal system now features emission hooks with special semantics,
3563   refer to the ChangeLog for this.
3564 * Minor? speedups and memory reductions to the emission handling of the
3565   signal system.
3566 * _interp() function variants are deprecated now. the corresponding *_full()
3567   variants are provided for a long time now.
3568 * Dnd abort timeout increased to 10 minutes.
3569 * GtkScrolledWindow inherits from GtkBin now.
3570 * GTK_POLICY_NEVER is implemented for scrolled windows now.
3571 * Lots of API clean ups.
3572 * Incremental freezing abilities.
3573 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
3574 * New window functions for transient relationship, default size, and 
3575   geometry hints
3576 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
3577   GTK_RC_FILES environment variable and functions are provided to configure
3578   this behavior
3579 * Read doc/Changes-1.2.txt to properly adapt your code.
3580 * Bug Fixes.
3581
3582 What is new in GTK+ 1.1.5:
3583
3584 * Theme integration
3585 * Widget style modification is now handled through GtkRcStyles
3586 * GtkPixmaps now grey out pixmaps when insensitive
3587 * Notebook enhancements
3588 * Shadow configurability for menubars and handleboxes
3589 * DND enhancements
3590 * gtkfilesel now supports automounters better
3591 * Implementation of expose compression
3592 * Queued redraws of partial areas
3593 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
3594   to a scrolled window don't get an automatic viewport anymore. a convenience
3595   function gtk_scrolled_window_add_with_viewport() is supplied for this task
3596 * Deprecated functions will now issue a message, informing the programmer about
3597   the use of this function. These functions will get removed in future versions
3598 * Non-functional functions got removed entirely
3599 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
3600   A new function gtk_object_default_construct() is provided now which should
3601   be called after every gtk_type_new() to perform the auto-construction
3602 * Improved argument support of several widgets
3603 * Bug Fixes
3604
3605 What is new in GTK+ 1.1.3:
3606
3607 * GtkCList/GtkCTree now have the ability to:
3608     - hide/show individual columns
3609     - disable/enable column resizing
3610     - set min and max for column widths
3611     - set expander style of the ctree
3612     - set/get row and cell styles
3613     - set spacing between tree expander and cell contents in ctree
3614     - toggle auto_resize for columns
3615 * Must enhanced DND support, removed old DND code
3616 * Idle functions are now implemented via GHook, giving a slight speed
3617   improvement
3618 * An environment variable GTK_MODULES which takes a colon separated
3619   list of module names GTK+ will now automatically load at gtk_init() startup
3620 * GtkFontSel now has support for an extra 'base' filter
3621 * New function gdk_window_set_root_origin to get the real geometry taking
3622   into account window manager offsets
3623 * New function gtk_text_set_line_wrap to toggle line wrapping
3624 * New function gtk_widget_add_events which safely adds additional
3625   events to a widget's event mask
3626 * New function gdk_event_get_time to get the timestamp from a generic
3627   event
3628 * New widget GtkCalendar
3629 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
3630   pointer grabs and selection handling in DND code
3631 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
3632   data portion without invocation of its destroy notifier 
3633 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
3634   instead 
3635 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
3636   instead
3637 * Removed functions gtk_object_set_data_destroy[_by_id] 
3638 * Documentation additions/updates 
3639 * HTML and plain text files are now included in the distribution
3640 * Bug fixes, typeness corrections, and general fixups
3641
3642 What is new in GTK+ 1.1.2:
3643
3644 * Gtk+ is now featuring runtime loading of dynamic modules via the
3645   --gtk-modules= command line switch. such modules have to export a
3646   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
3647   function which will be invoked to initialize the module. since such
3648   modules may create new widget types, they are always resident.
3649 * The tutorial has been updated again.
3650 * Changes to menus including tearoff menus and accelerators.
3651 * Better support for modal dialogs.
3652 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
3653 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
3654 * GtkCTree rows can be unselectable now.
3655 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
3656   Hamann on Tue Aug 18 00:29:13 1998).
3657 * A bunch of varargs functions changed to get va_lists working on systems that
3658   implement va_lists as arrays.
3659 * Improvements to the gdkrgb code.
3660 * Improvements to Gdk color handling so we greatly reduce server traffic and
3661   don't leak colors anymore.
3662 * Improved internal widget tree iterators (the GtkContainer::foreach signal
3663   vanished because of this).
3664 * Option menus can have the keyboard focus now.
3665 * More fixups to the text widget.
3666 * GtkFileSelection should behave much more nicely in combination with AFS now.
3667 * Support for label underlining.
3668 * Support for GLib 1.1.3 log domains.
3669 * Documentation improvements.
3670 * Configuration fixes on various platforms.
3671 * Miscellaneous fixes to XInput support.
3672 * Build with shared library dependencies on Linux
3673 * Fix for a major bug in the type systems memory allocation code that could
3674   cause random crashes.
3675 * Libtool update to version 1.2b.
3676 * Lots of bugfixes and cleanups again ;)
3677
3678
3679 What is new in GTK+ 1.1.1:
3680
3681 * Tutorial updates and additions.
3682 * Key binding support for GtkListItems and GtkList.
3683 * Extended selection mode and autoscrolling for GtkLists.
3684 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
3685 * GtkCTreeNodes can now be created from GNode trees.
3686 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
3687
3688
3689 What is new in GTK+ 1.1.0:
3690
3691 * New widget GtkFontSelector.
3692 * New featureful progress bar.
3693 * New container widget GtkPacker.
3694 * New object GtkItemFactory, GtkMenuFactory is deprecated.
3695 * New key binding system, configurable via rcfiles, similar to styles.
3696 * New widget GtkCTree with drag selections and keyboard movement and
3697   and horizontal scrolling. Features also implemented for GtkCList.
3698 * Significant speedups to widget creation and destruction through caching
3699   colormap and visual queries to the XServer.
3700 * Speedups for type creation and especially gtk_type_is_a() checks.
3701 * Speedups in signal lookup, creation and emissions and connection handling.
3702 * Minor speedups with object data allocation and destruction.
3703 * Additions to the signal handling API (e.g. *_emitv).
3704 * Support for rc-file reparsing.
3705 * Resizing logic is now implemented on container widget basis, rather than
3706   for toplevel GtkWindows only.
3707 * Buttons support relief styles now.
3708 * Some widgets are now allocated through memchunks to behave more memory wise.
3709 * Newly included file gtkfeatures.h which defines compatibility macros to
3710   test for certain API features upon program compilation.
3711 * Child arguments support for container widgets.
3712 * Far better support for object arguments, revamp of the underlying
3713   mechanism for speed and reusability. Child/object arguments don't
3714   need to be preceded by the "GtkType::" portion anymore.
3715 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
3716   is now performed by a new widget GtkAccelLabel.
3717 * Overhaul of the resizing code. Resizing behaviour can now be specified
3718   on GtkContainer basis, so the underlying algorithm isn't only available
3719   for GtkWindows.
3720 * GtkTables are now fully resizable.
3721 * The GtkType system now supports an additional base class initialization
3722   function.
3723 * GtkStyles and key bindings can now be looked up depending on the base
3724   types of a widget, through a new keyword `class' in rc files.
3725 * GtkButton derives from GtkBin (finally).  
3726 * More descriptive error messages on rc parsing.  
3727 * Runtime information is available to query enum/flag definition values.
3728 * Upgrade to libtool-1.2
3729 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
3730   including those that already went into the 1.0.x branch.
3731 * A big bunch of features and cosmetic fixups that just got lost in
3732   the masses of changes.