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