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