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