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