source: trunk/third/gtk2/NEWS @ 18162

Revision 18162, 58.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18161, which included commits to RCS files with non-trunk default branches.
Line 
1Overview of Changes in GTK+ 2.2.0
2=================================
3* Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
4* GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
5* Documentation improvements [Matthias Clasen, Eric Warmenhoven,
6  James M. Cape]
7* Example portability fix [Sven Neumann]
8* Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
9
10Overview of Changes in GTK+ 2.1.5
11=================================
12* GtkFileSel fixes [Owen Taylor]
13  - Fix ..<tab> to go up a dir [Francisco Bustamante]
14  - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
15  - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
16* Only close dialogs on Escape if they have a cancel button. [James Willcox]
17* Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
18* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
19  Narayana Pattipati, Marius Andreiana]
20* Xinerama fixes for GtkMenu [Matthias Clasen]
21* Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
22* Documentation additions and fixes [Matthias]
23* New and updated translations (am,bg,da,fr,fi,de)
24* Miscellaneous bug and build fixes
25
26Other contributors: Johan Dahlin, James Henstridge, Jon Nelson,
27   Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
28
29Overview of Changes in GTK+ 2.1.4
30=================================
31* Improved default color scheme [Soeren Sandmann, with advise from
32  Tuomas Kuosmanen and Garrett LeSage]
33* Make pixmap creation functions take a GdkDrawable not a GdkWindow
34  [Kristian Rietveld]
35* Support move-resize emulation for all edges. [Matthias Clasen]
36* Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
37* Remove extra selections for ButtonRelease in XInput code
38  [Garry Osgood, Owen]
39* Another attempt at fixing X focus tracking [Owen]
40* linux-fb VT switch improvements [Eric Warmenhoven]
41* Win32 [Tor Lillqvist]
42  - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
43  - Improve maximized/minimized tracking
44  - Bug fixes
45* Fix problem with gtk_combo_set_popdown_strings() not changing
46  the entry text [Owen]
47* Support RTL flipping for statusbars [Matthias]
48* GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
49  Richard Hult, Carlos Garnacho Parro]
50* Use octal escapes rather than literal UTF-8 in strings [Owen]
51* Make a lot of read-only data const. [Matthias, Morten Welinder]
52* Misc bug fixes
53* New and updated translations (cs,es,el,he,hu,lv,no,ro)
54
55Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown,
56   Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch,
57   Kjartan Maraas, Christian Neumair
58
59Overview of Changes in GTK+ 2.1.3
60=================================
61
62GDK:
63* Win32 [Tor Lillqvist]
64  - fixes to multihead API stubs
65  - Comprehensively implement tiles and stipples
66  - Handle tracking minimized/maximized [Arnaud Charlet]
67* linux-fb fixes [Eric Warmenhoven]
68* Use g_get_application_name() for default window titles and
69  for the title of the client leader window [Owen, Havoc Pennington]
70* Complete resize-grippy support, move-resize emulation
71  [Anders Carlsson, Matthias Clasen]
72
73GTK+ Core:
74* On screen change, recreate the widget's Pango context [Owen]
75* Fix problems with focus ending up on unmapped widgets [Owen]
76* Make g_object_set (gtk_settings_get_default (), ...) to override
77  settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
78* Make GtkInputDialog multihead aware [Owen]
79* Add a ::screen-changed signal to GtkWidget [Owen Taylor]
80
81Widget improvements:
82* Draw/check menu items insensitive [Soeren, Tim Evans]
83* Fix color usage for radio/check menu item indicators [Soeren]
84* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
85* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
86  GtkCheckMenuItem [Matthias Clasen]
87* GtkCombo improvements [Owen]
88  - Don't leave it behind when switching desktops [Matthias Clasen]
89  - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
90  - Don't change entry contents until window is popped back up
91  - Keynav fixes
92* Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
93* GtkNotebook keynav improvements [Owen]
94* Handle painting text on dark-colored progressbars [Soeren]
95* GtkTreeView  [Kristian Rietveld]
96  - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
97  - Add GTK_CELL_RENDERER_FOCUSED flag
98  - Keynav fixes, including adding boolean return values for keybinding
99    signals (API breakage for API that noone should have been using)
100    [Narayana Pattipati]
101  - Add gtk_tree_view_column_cell_get_position()
102  - Add an inconsistent state for GtkCellRendererToggle
103  - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov, 
104    Morten Welinder, Robert Kinsella, Soeren]
105
106Input Methods:
107* Sort the input method list in the right click popup [Abigail Brady]
108* GtkIMContextXIM bug fixes [HideToshi Tajima]
109
110General:
111* Make sure that parameters don't shadow system functions [Soeren Sandmann]
112* Deprecation cleanups [Manish Singh]
113* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
114* Doc improvements, including adding Since: for 2.2. additions
115  [Matthias Clasen]
116* Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias,
117  Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
118* Build fixes [Owen, Jeff Waugh, Dan Mills]
119
120Overview of Changes in GTK+ 2.1.2
121=================================
122
123* Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
124* Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
125* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
126* Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
127* Add simple support for startup notification [Havoc Pennington]
128* Handle focus indication for check and radio buttons without children
129  [Dave Camp, Owen]
130* Much work on improve submenu navigation [Soeren Sandmann]
131* Add "selected_shadow_type" property for menus [Soeren]
132* Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
133* Rework GtkPaned keynav [Soeren, Calum Benson]
134* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
135* Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
136* Tree view fixes and speedups
137  [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
138* Allow themes to set GtkTreeView even/odd row colors [Kristian]
139* Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
140* Win32 fixes [Tor Lillqvist]
141* Misc cleanups and bug fixes
142
143Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz,
144   Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
145   Matt Wilson,
146
147Overview of Changes in GTK+ 2.1.1
148=================================
149* Cleanup of use of deprecated functions in GTK+ [Manish Singh]
150* Add support for separately installed Pixbuf loaders [Matthias Clasen]
151* linux-fb improvements including window maximization. [Eric Warmenhoven]
152* Fix to compile again with Xft version 1 [Owen Taylor]
153* Fix handling of pointer on multiple screens [Owen]
154  - Add gdk_event_set/get_screen() via evil hack
155  - Add GdkDisplayPointerHooks to replace GdkPointerHooks
156  - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
157  - Add gdk_display_get_pointer()
158  - Make drag-and-drop between multiple screens work
159* Export gdk_event_new(), discourage stack allocated events [Owen]
160* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
161* Basic support for RandR extension [Keith Packard, Owen]
162* Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
163* Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
164* gtk_window_set_[default_]icon_from_file [Owen, Havoc]
165* Fix handling of GtkSettings set from RC files on reload [Owen]
166* GtkTreeView work [Kristian Rietveld]
167  - Stop editing on a focus out event for GtkCellRendererText
168    [Andreas J. Guelzow]
169  - Don't accept drops on auto-sorted models
170  - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
171* Fixes for GtkIMContextXIM
172  [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
173* Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen,
174  Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen,
175  Vitaly Tishkov, Dan Winship, Yao Zhang]
176* Some performance tweaks [Soeren, Padraig O'Briain]
177* Miscellaneous bug fixes
178
179Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen,
180  Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
181
182Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
183=================================================
184
185Multihead support: [Erwann Chenede, Owen Taylor]
186* Multihead support
187* Add GdkDisplay, GdkScreen structures
188* Add _for_display(), _for_screen() variants where needed in GDK and GTK+
189  (In other cases, make the variants methods on GdkDisplay/GdkScreen
190* Adapt GTK+ widgets to be multihead safe
191* Allow initialization of GTK+ without opening a display with gtk_parse_args()
192* Add multihead support to demos/tests.
193
194GDK:
195* Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
196* Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
197* Miscellaneous linux-fb improvements [Eric]
198* Xinerama support [Erwann Chenede, Matthias Clasen]
199* Allow GDK backends to add custom argument parsing [Sven Neumann]
200* Add support for some addition NET window manager spec hints [Havoc Pennington]
201* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
202
203GtkTreeView: [Kristian Rietveld]
204* Support stock pixbufs in GtkCellRendererPixbuf
205* Allow setting the cell background for cell renderers
206* Support focusing individual cell renderers and other focus fixes
207* Make resizing tree views more efficient [Soeren Sandmann]
208* Add gtk_tree_model_get_string_from_iter
209* Improve gtk_list_store_remove API
210* API additions:
211  gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path()
212  Add gtk_tree_selection_get_selected_rows(),
213  gtk_tree_selection_count_selected_rows()
214  gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move}
215
216GTK+:
217* Add style property for drawing menu items without shadow [Soeren]
218* gtk_widget_modify_color_component/font(): Allow clearing
219  current modifications. [Owen]
220* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
221* Some XEMBED changes for standards compliance and Qt compatibility [Owen]
222* Fix menus resizing when popped up or torn off [Owen]
223* Improve label behavior when it gets a too small allocation [Soeren]
224* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
225* Theme drawing improvements [Soeren]
226* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
227* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
228* Add gtk_menu_shell_select_first() [Owen]
229* Add gtk_notebook_get_n_pages() [Havoc Pennington]
230* Allow accel_path = NULL for gtk_menu_item_set_accel_path().
231* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
232
233GdkPixbuf:
234* Improve gdk-pixbuf loader tests [Soeren Sandmann]
235* Use iTXT chunks when necessary in PNG image saver [Matthias]
236* Add incremental loading for progressive jpegs [Matthias]
237* Add load-at-size functionality [Matthias]
238* Add a loader for .ANI animations [Matthias]
239* Load hotspot for .ICO files [Matthias]
240
241Docs:
242* Convert docs to Docbook XML [Matthias]
243* Doc improvements and fixes [Matthias, Soeren,
244  Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
245  Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
246* Tutorial improvements [Tony Gale]
247
248General:
249* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
250* Clean up GDK and demos for deprecated functions [Manish Singh]
251* Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu,
252  Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov,
253  Shivaram Upadhyayula]
254
255Overview of Changes in GTK+ 2.0.9
256=================================
257* Fix colormap refcounting, which caused frequent metacity crashes
258  [Christopher James Lahey]
259* Lots of work on the Win32 backend [Tor Lillqvist]
260 - Scrolling fixes
261 - GdkGC clipping fixes and improvements
262 - Started implementing all fill styles
263* GtkTreeView bug fixes [Kristian Rietveld]
264 - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
265* Various bug fixes
266
267Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
268   Josh Parsons, Peter Bloomfield
269
270Overview of Changes in GTK+ 2.0.8
271=================================
272* Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
273* Improve redraws when scrolling on Win32 [Tor Lillqvist]
274* Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
275* Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
276* Updated translation (el)
277
278Overview of Changes in GTK+ 2.0.7
279=================================
280* Fix some memory leaks in gdk-pixbuf [Sven Neumann]
281* Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
282* Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
283* Win32 fixes and improvements [Tor Lillqvist]
284 - Keyboard handling fixes [Florent Duguet]
285 - Fixes for building and running on Cygwin [Masahiro Sakai]
286 - Fix gdk_window_scroll(), other GdkWindow fixes
287 - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
288   J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
289* Improve tracking of toplevel focus state [Owen]
290* XIM input method fixes [Takuro Ashie, HideToshi Tajima]
291* Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
292* Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
293* GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
294* Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
295* GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
296* GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
297  - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel
298    Elstner, Morten Welinder]
299  - gtk_tree_selection_selected_foreach now immediately returns if
300    the model is being changed [Havoc Pennington]
301  - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
302* GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
303* Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh]
304* New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
305  ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
306* Many miscellaneous bug fixes
307
308Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
309   David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti,
310   Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist,
311   Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin,
312   Soeren Sandmann, Vitaly Tishkov, Morten Welinder
313
314Overview of Changes in GTK+ 2.0.6
315=================================
316
317* GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld,
318  Josh Green, Matthias Clasen]
319* Fix problem with keynav and insensitive menu items [Owen Taylor]
320* Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
321* Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
322* Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
323* Cycle between multiple menubars with F10, not control-tab
324  [Calum Benson, Padraig]
325* Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
326  Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
327* Build fixes for cross-compiling and portability [Arnaud Charlet,
328  J. Ali Harlow]
329* Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
330
331Overview of Changes in GTK+ 2.0.5
332=================================
333
334* Fix a wrong assertion that broke gtk_file_selection_set_filename();
335  also another fix from testing this function with non-UTF-8 filenames.
336* Fix incorrect property notification in GtkTextView. [James M. Cape]
337
338Overview of Changes in GTK+ 2.0.4
339=================================
340
341* Fix a number of types which were registered with the
342  type system with the wrong names [James Henstridge, Jonathan Blandford]
343* Support missing data types in GtkList/TreeStore [Daniel Elstner]
344* Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner,
345  Josh Parsons]
346* Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard,
347  Owen Taylor]
348* Calculate screen size on win32 from the "logical DPI"
349  [Joaquin Cuenca Abela, Tor Lillqvist]
350* Misc Win32 bug fixes. [Florent Duguet, Tor]
351* Fix theme changes for GtkMenu [Soeren Sandmann]
352* Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
353* Fix encoding handling for gtk_file_selection_set_filename()
354  [Sebastian Ritau, Owen]
355* Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
356* Fixes for DirectColor visuals [Shivaram Upadhyayula]
357* Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
358* Misc bug fixes
359* Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
360
361Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica,
362  Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage,
363  Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
364
365Overview of Changes in GTK+ 2.0.3
366=================================
367
368* GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
369* Improve GdkRGB support for low color depths (Tor Lillqvist).
370* Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
371* Include internal children when focusing. (Jonathan)
372* Win32 fixes (Tor Lillqvist, David Sterba)
373* Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
374* GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
375* GtkMenu fixes. (Soeren Sandmann)
376* Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
377* Misc input-method related fixes (Yao Zhang, Federico)
378* Fix stuck grab during DND. (Dave Camp, Owen)
379* Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
380* Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp,
381  Michael Meeks)
382* Handle Xlib internal connections (HideToshi Tajima)
383* Many miscellaneous bug fixes.
384
385Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge,
386Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge,
387David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski,
388Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce,
389Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
390Timo Sirainen, Graham Swallow.
391
392Overview of Changes in GTK+ 2.0.2
393=================================
394
395* GtkTreeView cursor movement fixes [Kristian Rietveld]
396* GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
397
398Overview of Changes in GTK+ 2.0.1
399=================================
400
401* GtkTreeView fixes and performance improvements
402  [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
403* GtkTextView fixes [Havoc Pennington]
404* Fix problems with accelerators on Solaris [Padraig O'Briain]
405* Some fixes for key bindings on keypad keys [Owen Taylor]
406* Fix problem with RENDER use on big endian machines
407  [Owen Taylor, with help from Tuomas Kuosmanen]
408* Win32 fixes, especially dashed line drawing
409  [Tor Lillqvist, Hans Breuer]
410* Compile with -D_REENTRANT when appropriate [Sven Neumann]
411* Compiler warning cleanups [Erwann Chenede]
412* Fix handling of font-name XSETTING [Richard Hestilow]
413* Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
414* Fix problems with inappropriate menu scroll arrows [Owen]
415* Stock icon improvements [Jakub Steiner, Tuomas]
416* Much work on pixbuf loader robustness [Matthias Clasen]
417* Documentation improvements [Matthias, Vitaly Tishkov]
418* Fix some crashes in GtkWindow accelerator handling code
419  [Dave Camp, Matt Wilson]
420* Misc bug fixes
421
422Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
423  Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee,
424  James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan,
425  Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann,
426  Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
427
428Overview of Changes in GTK+ 2.0.0
429=================================
430
431* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
432* Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
433* Bug fixes. [Thomas Leonard, Owen Taylor]
434
435Overview of Changes in GTK+ 2.0.0 rc1
436=====================================
437
438* GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
439* Text widget fixes [Havoc Pennington]
440* Efficiency fixes when using Xft [Owen Taylor]
441* Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
442* Try to fix key handling without XKEYBOARD extension [Owen]
443* Documentation fixes and improvements
444  [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
445* Widget drawing improvments [Soeren Sandmann]
446* Allow cycling between multiple menu bars with <Control>Tab [Owen]
447* Try to build libraries with only shared library dependencies on Xft to
448  deal with transition to Xft2 [Owen]
449* Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
450* Don't use red as the default cursor color [Owen]
451* Bug fixes, bug fixes, bug fixes.
452
453Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer,
454  Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
455  Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
456  Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane,
457  Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann,
458  Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington,
459  Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
460
461Overview of Changes in GTK+ 1.3.15
462==================================
463
464* New stock and improved icon images
465  [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
466* Widget drawing improvements for check and radio buttons,
467  spinbuttons [Soeren Sandmann]
468* Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
469* Add GtkSetting for font name. [Richard Hestilow]
470* Much improved key matching code, accelerators work independent
471  of group [Owen]
472* Make mnemonics work for embedded GtkPlug widgets [Owen]
473* Keynav improvements for GtkTreeView [Kristian Rietveld]
474* Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
475* Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
476  to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
477  add compatibility macros.
478* GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
479* GtkTextView bug fixes [Havoc Pennington]
480* Pad class structures for future binary compatibility [Owen]
481* Tutorial improvements [Sven Neumann, Matthias Clasen]
482* Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
483* Fix problems with initial widget size [Owen]
484* AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
485* Win32 fixes [Hans Breuer, Tor Lillqvist]
486* Miscellaneous bug fixes
487
488Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg,
489  Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh,
490  Nicolas Setton
491
492Overview of Changes in GTK+ 1.3.14
493==================================
494
495* Keyboard focus improvements [Owen Taylor]
496* Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
497* Fix accidentally exported variables [Mark McLoughlin]
498* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
499* Default to yellow tooltips [Owen]
500* RC file fixes for reloading, priorities [Owen, Matthias]
501* GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
502* GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
503* Improve keynav for paned widgets, tooltips, spin buttons, notebooks,
504  scrolled windows [Soeren Sandmann, Padraig, Owen]
505* Add Emacs/Default key themes [Owen]
506* Win32 fixes [Hans Breuer, Tor Lillqvist]
507* Ethiopic input methods [Daniel Yacob]
508* Opaque paned window resizing [Soeren]
509* Tweak table expansion behavior [Tim Janik]
510* Fix GtkCalendar focus drawing [Bill Haneman]
511* Allow themeable cursor thickness [Bill]
512* Start of fixing of tutorial for GTK+-2.0 [Matthias]
513* Add a ::adjust-bounds signal to GtkRange to allow spreadsheat style
514  scrollbars. [Jody Goldberg]
515* Add the ability to turn on multiple selection for GtkFileSel [Manish]
516* Bug fixes
517
518Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
519 Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
520 Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
521 Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
522 Kevin Vandersloot,  Morten Welinder, Peter Williams
523
524Overview of Changes in GTK+ 1.3.13
525==================================
526
527* Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
528* Tree view support for low-vision themes [Bill Haneman]
529* Text view bug fixes. [Havoc Pennington]
530* Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer,
531  Archaeopteryx Software]
532* Documentation improvements [Matthias Clasen, Havoc Pennington]
533* Accelerate alpha compositing using RENDER extension if present,
534  and optimize the non-RENDER case a lot. [Owen Taylor]
535* Add support for "optional keybindings" (action signal returns FALSE) [Owen]
536* Fixed the infamous changing directory deletes filename bug
537  [Owen and a cast of thousands]
538* Add mouse cursor hiding for text widgets [Anders Carlsson]
539* Simple Hangul input module [Yusuke Tabata]
540* Removed the scary startup warning.
541* GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
542* Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
543  instead of the deprecated GtkCList [Owen]
544* gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
545* gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
546* Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
547  etc. [Havoc, Owen]
548* Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
549* gtk_image_menu_item_new_from_stock() now falls back to
550  new_with_mnemonic, for consistency with gtk_button_new_from_stock()
551  [Havoc Pennington]
552* GdkModifierType is now consistently used for modifier mask parameters
553  [Mark Patton]
554* gtk_widget_set_accel_path() is now publically exported.
555
556Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron,
557  Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks,
558  Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath,
559  Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett,
560  Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps,
561  Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
562  HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
563
564Overview of Changes in GTK+ 1.3.12
565==================================
566
567* Fix problems with PNG saving [Michael Natterer]
568* Cleanups of deprecated usages [Sebastian Wilhelmi]
569* Win32 fixes [Tor Lillqvist]
570* Documentation improvements [Matthias Clasen, Havoc Pennington,
571  Vitaly Tishkov]
572* Frame buffer port fixes [Manish Singh]
573* GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
574* Menu behavior improvements [Kristian Rietveld]
575* Make focus line width configurable, focus color work on
576  dark themes. [Bill Haneman, Owen Taylor]
577* Add state argument to gtk_paint_focus() [Bill]
578* Added incremental revalidation to tree view, for better apparent speed
579  [Jonathan Blandford]
580* Remove useless gtk_tree_view_column_cell_event() [Jonathan]
581* Display XIM status in a separate window [HideToshi Tajima]
582* Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
583* Add menu of Unicode control characters to GtkEntry, GtkTextView
584  [Dov Grobgeld, Havoc]
585* Pass key releases along to input methods [Owen]
586* Many bug fixes
587
588Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard,
589  Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks,
590  James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas,
591  Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh,
592  Matt Wilson
593
594Overview of Changes in GTK+ 1.3.11
595==================================
596
597* Massive rework of accelerator API and implementation (Tim Janik)
598* Major fixes to resizing and redrawing to eliminate hysteresis
599  and optimize. (Owen Taylor, Soeren Sandmann)
600* Make many widgets NO_WINDOW to improve appearance and reduce
601  drawing overhead (Owen)
602* Text view fixes (Havoc Pennington)
603* Make child widgets in GtkTextView work (Havoc)
604* GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
605* Clean up GtkTreeView drag and drop support (Owen)
606* Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
607* Add gtk_window_get/set_focus(), gtk_window_set_default() as public
608  functions (Owen, Damian Ivereigh)
609* Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
610* Change button ordering in standard dialogs to correspond to
611  GNOME useability project proposal (Gregory Merchan)
612* Add support for context sensitivity in input methods (Owen)
613* Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
614* Fix gdk_window_scroll() and other aspects of big windows (Owen)
615* Remove need for X connection for class initialization (Jacob Berkman)
616* Propagate key events to parents of focused widget (Owen)
617* Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
618* Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
619* Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
620  Jacob Berkman, others.)
621
622Other Contributors:
623  Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis,
624  Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl,
625  Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann,
626  Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi,
627  Michael Natterer
628
629Overview of Changes in GTK+ 1.3.10
630==================================
631
632* GtkTextView fixes [Havoc Pennington]
633* GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
634  Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
635* gtkdemo improvements [Kristian Rietveld]
636* Drag and drop fixes to generic code and widgets
637  [Owen Taylor, Damian Ivereigh]
638* Documentation improvement [Havoc Pennington, Matthias Clasen]
639* Spelling fixes [Jacob Berkman]
640* Move signals to the GtkEditable interface [Kristian]
641* Further stock image improvements [Jakub Steiner]
642* Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
643  [Sven Neumann]
644* Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
645* Automatically call setlocale(), unless explictely disabled [Owen]
646* Property addition to various widgets [Michael Meeks, Owen]
647* Support building with automake-1.4 [James]
648* Make GtkRadioButton groups act as a single focus point [Owen]
649* Move gdk_window_lookup etc. to be cross-platform [Matthias]
650* Draw spinbuttons variably sized [Kristian]
651* Separate GdkAtom out from X atoms for compatibility with future
652  multihead changes [Owen]
653* Require gdk_threads_init() to be explicitly called instead
654  of piggybacking off of g_thread_init(). [Owen]
655* Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
656* Bug fixes and cleanup [Matthias, others]
657
658Other Contributors:
659  Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
660  Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain,
661  Hans Breuer, Vitaly Tishkov, Dov Grobgeld
662 
663
664Overview of Changes in GTK+ 1.3.9
665=================================
666
667* Add editable text cells to GtkTreeView.
668  Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
669* Text widget no longer always has a \n in it. [Havoc Pennington]
670* Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
671* Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
672* Minor fix for major resizing problems in recent releases [Owen Taylor]
673* Restore ability to set _set properties to TRUE for
674  GtkCellRendererText, GtkTextTag [Owen]
675* Cursor drawing improvements [Owen]
676* Win32 fixes [Hans Breuer]
677* Mark various functions as deprecated or private.
678* Misc bug fixes, portability fixes, and cleanups.
679
680Other Contributors:
681 Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
682 Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson,
683 James Henstridge, Detlef Reichl
684
685Overview of Changes in GTK+ 1.3.8
686=================================
687
688* GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
689* GtkOptionMenu scrollwheel support [Alex]
690* GtkModule search paths [Owen]
691* Documenatation updates [Havoc,Jrb]
692* Major Gdk cleanup [Owen]
693* Miscellaneous other fixes/cleanups
694
695Other Contributors:
696  Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
697  Matt Wilson, James Henstridge
698
699Overview of Changes in GTK+ 1.3.7
700=================================
701
702* Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
703* Added publically installed utility gdk-pixbuf-csource to generate
704  inlined pixbufs in C source code [Tim Janik]
705* Optional movement of button children on press [Soeren, Owen Taylor]
706* Interactive searching in GtkTreeView [Kristian Rietveld]
707* Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
708* Animation of expander motion for GtkTreeView [Anders Carlsson]
709* Lots of misc GtkTreeView fixes and improvements [Jonathan]
710* New/improved stock icons [Jakub Steiner]
711* Code and API rework for window resizing [Havoc Pennington]
712* Converted accel groups to GObject [James Henstridge]
713* More property support improvements
714* Add facility for "secondary" buttons in
715  GtkButtonBox/GtkDialog [Gregory Merchan]
716* Disentangled child visability from MAPPED state [Owen]
717* Plug/Socket improvements and port to the XEMBED protocol [Owen]
718* Added priorities for styles in RC files,
719  support multiple parse contents [Owen]
720* Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
721* Key binding improvements [Havoc]
722* Added GtkWidget::event-after signal since normal event handling
723  is now aborted as soon as a handler returned TRUE [Tim]
724* Dnd fixes and improved icon support [Owen]
725* Removed GtkPacker widget
726* Fixing missing paired getters/setters [Kris]
727* Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
728* Added window grab groups [Owen]
729* Many frame buffer improvements [Alex]
730* Win32 fixes and improvements [Hans Breuer]
731* Warning fixes [Darin Adler]
732* Miscellaneous bug and API fixes [Matthias et. al]
733
734Other Contributors:
735  Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
736  Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
737  Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
738  Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
739  Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
740  Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
741
742Overview of Changes in GTK+ 1.3.6
743=================================
744
745* Properly renders strikethrough text
746* win32 fixes
747* Added "scale" property to GtkTextTag and GtkCellRendererText to do
748  relative font scaling
749* Added "format_value" signal to GtkScale to reformat value text
750* framebuffer fixes
751* Property support added to lots of widgets
752* Many GtkTreeView new features and API/implementation fixes
753* Lots of new_with_mnemonic() convenience functions
754* Change GtkImageMenuItem API to be more consistent/useful
755* Added lots of new stock items/icons
756* Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
757  enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
758  themes won't need broken hacks
759* Convenience API for GtkRange similar to the one added to GtkSpinButton
760  a while back
761* Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0,
762  and move some attributes from program settings to user settings.
763  Allows nice 1-pixel-bevel themes.
764* Moved ::focus virtual function from GtkContainer to GtkWidget
765* Plenty of bug fixes
766
767Overview of Changes in GTK+ 1.3.5
768=================================
769
770* New default theme based on Raleigh theme for 1.2.x.
771* Dependency on the ATK library added as a step to
772  providing accessibility-enabling interfaces
773* XEMBED-based GtkPlug/GtkSocket now basically works.
774* Drag and drop of column headers in GtkTreeView
775* GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
776  and API sanitization
777* Key binding fixes
778* Configurable padding/spacing in a lot of places
779* Invisible text in GtkTextView fixed
780* SHM segments now created with a mode of 0600
781* Bug fixes
782
783Overview of Changes in GTK+ 1.3.4
784=================================
785
786* Win32 fixes
787* GtkTreeView improvements and fixes
788* Fix glib-2.0.m4
789* Miscellaneous bug fixes
790
791Overview of Changes in GTK+ 1.3.3
792=================================
793
794[ 5600 lines of ChangeLog ]
795
796* API cleanups
797* Win32 work (Tor, Hans Breuer)
798* Focus improvements (Owen)
799* Frame buffer improvements (Alex)
800* Work on GtkTextView (Havoc)
801* Much work on GtkTreeView (Jonathan)
802* Selectable labels (Havoc)
803* Converted many arguments to properties (Lee Mallabone, John Margaglione)
804* Add exact regions to GdkExposeEvent, propagate it. (Alex)
805* Added ability to have resize grips in status bars (etc.) using
806  _NET_WM_MOVERESIZE protocol. (Havoc)
807* Added mnemnonic mechanism to make setting underline accelerators
808  much easier. (Alex)
809* Add per-style property mechanism to allow themes to change
810  geometry parameters. (Tim)
811* Added global settings mechanisms for settings such as double-click
812  time. (Tim, Owen)
813* Various support functions for new and old WM properties (Havoc, Alex)
814* Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
815
816Overview of Changes in GTK+ 1.3.2
817=================================
818
819GTK Core:
820
821* New stock-icon and stock-item system. Use themeable pixbufs in
822  dialogs, buttons, etc. [Havoc]
823* Theme engines reworked to use derivation and new object system. [Owen]
824* Added GtkClipboard object for simple selection handling. [Owen]
825* Make GtkEditable an interface, move implementation to GtkOldEditable for
826  compat. [Owen]
827* Better handling of default directionality. [Robert]
828* Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
829* Move theme engines to GTypePlugin. [Owen]
830
831GDK:
832
833* Beginning of implementation of client parts of new window manager spec. [Owen]
834* Make gdk_drawable_get_image() work with backing store. [Havoc]
835
836Widgets:
837
838* New text widget [Havoc]
839  - Adjustable tab handling.
840  - Ability to have scrolling side areas in new text widget for tabs/line numbers.
841  - Many cleanups and small improvements.
842* Improvements to submenu navigation [Nils Barth/David Santiago] and
843  scrolling menus. [Alex]
844* Simplification of progress bar API. [Havoc]
845* Make GtkImage a generic image-display widget. [Havoc]
846* New GtkTreeView tree widget. Model/view architecture, flexible renderering,
847  large datasets, etc. [Jonathan]
848* New GtkMessageBox widget for message display. [Havoc]
849* Allow labels to have contents set from XML-like markup language. [Havoc]
850* Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
851
852Internationalization:
853
854* Proper character set conversion for clipboard/selection. [Owen]
855* New input method system via loadable modules; support on-the-spot
856  preedit in GtkEntry and new text widget; allow switchin input methods
857  on the fly; include modules for XIM and demo Cyrillic-tranliteration
858  module. [Owen]
859* VIQR, Thai, and Inuktitut input methods. [Robert]
860* Convert po files to UTF-8. [Robert]
861
862gdk-pixbuf:
863
864* Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
865* Add simple saving to gdk-pixbuf. [David Welton/Havoc]
866* Add improved error handling with GError to gdk-pixbuf. [Havoc]
867
868Ports:
869
870* Much work on Win32 Port. [Tor/Hans]
871* Much work on Linux-FB Port. [Elliot/Alex]
872
873Misc:
874
875* Start of new gtk-demo demo program. [Owen/Jonathan]
876* Bug fixes and more bug fixes.
877
878
879Overview of Changes in GTK+ 1.3.1:
880
881* GTK+ now uses the Pango library for text manipulation. All
882  strings in GTK+ now are in Unicode, languages written
883  from right-to-left, and complex-text languages are now supported.
884* The gdk-pixbuf library for image loading and manipulation is
885  has been integrated with GTK+.
886* The GTK+ object system has mostly been moved to GLib, separating
887  it from the GUI code. Many significant enhancements have been
888  made as part of this.
889* A new text widget is now included. This started as a port
890  of the Tk text widget, and includes such features of the Tk
891  text widget as tags, marks, and unicode text support. It
892  has been enhanced to support model-view operation and the
893  full power of Pango.
894* The GDK library has been extensively revised to support multiple
895  windowing systems. The only fully functional backend in 1.3.1
896  is the X11 backend, however, ports to Win32, Linux-framebuffer,
897  Nano-X, BeOS, and MacOS exist in various states of completion,
898  and at least some of these will be finished and integrated in
899  before the final GTK+-2.0 release.
900* 32-bit coordinates are now supported throughout GDK and GTK+
901  (they are emulated where not supported by the windowing system.)
902* Many minor bug fixes and enhancements. Incompatible changes
903  are documented in docs/Changes-2.0.txt
904
905Overview of Changes in GTK+ 1.2.8:
906
907* GNU Make 3.79 bug workaround
908* FAQ and tutorial updates and improvements
909* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
910
911Overview of Changes in GTK+ 1.2.7:
912
913* More header cleanups.
914* Fixed activation bug for insensitive widgets.
915* Locale fixes to RC file parsing code.
916* Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
917  HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
918* Upgrade to libtool 1.3.4.
919
920Overview of Changes in GTK+ 1.2.6:
921
922* container queue_resize fixes
923* gtk[vh]scale: minor fixups
924* rename idle to idle_id in testgtk to avoid conflicts with
925  broken libs
926* More consistant naming of gtkrc files
927* Added language support: ro, uk
928
929Overview of Changes in GTK+ 1.2.5:
930
931* more GtkCTree and GtkWindow bug fixes.
932* more redraw/resize queue fixes, better expose event
933  discarding code.
934* more miscellaneous bugs fixed
935* new configure.in option --disable-rebuilds to completely disable
936  rebuilds of autogenerated sources.
937* check for 5.002 now, to avoid failing autogeneration build rules due
938  to old perl versions.
939* fonts (and fontsets) are cached now.
940* more autogeneration make rules and dependancy fixups, we should be
941  save with autogeneration up to make -j12 now ;)
942* new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
943  GtkWindow on every size change.
944* major rework of window manager hints handling code, fixed a bunch of
945  races with the new resizing code.
946* the new wm hints and resizing code is absolutely perfect and bug free now,
947  it only lacks testing ;)
948* fixed up various rc style memory prolems.
949* gtk_widget_modify_style() now properly changes the style of realized widgets
950  and references the style passed into it. if people worked around this bug,
951  this will introduce a slight memory leak in their code.
952  The code should typically look like:
953            GtkRcStyle *rc_style = gtk_rc_style_new ();
954            [...]
955            gtk_widget_modify_style (widget, rc_style);
956            gtk_rc_style_unref (rc_style);
957* fix problems with positioning menus offscreen.
958* GtkText fixes for some crashes and drawing errors.
959* Better handling for unexpected window destroys in GDK and GTK+.
960  This should make it possible to use a GtkPlug and catch the
961  case where its parent socket is randomly killed.
962* FAQ updates.
963* FileSelection i18n patches, RadioButton fixups.
964* many translation improvements.
965* miscellaneous other bugs fixed.
966
967Overview of Changes in GTK+ 1.2.4:
968
969* DnD improvements (drags can be canceled with Esc now).
970* suppressed configure event reordering in Gdk.
971* rewrite of Gtk's configure event handling.
972* major improvements for the object argument system (Elena Devdariani).
973* major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
974  GtkCTree.
975* tutorial/FAQ updates, new file generation.txt on autogenerated sources.
976* configure's --with-glib= is "officially" unsupported.
977* upgrade to libtool 1.3.3.
978* various buglets fixed.
979
980Overview of Changes in GTK+ 1.2.3:
981
982* Upgrade to libtool 1.3
983* Check for dgettext (for systems with old versions of GNU Gettext)
984* Many bug fixes (see ChangeLog for details)
985
986Overview of Changes in GTK+ 1.2.2:
987
988* Improved Dnd behaviour with Motif applications.
989* Bug fixes for the Gtk selection code.
990* Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
991* Bug fixes and leak plugs for the Gdk IM code.
992* Added gtk_object_get() facility to retrive object arguments easily.
993  The var args list expects ("arg-name", &value) pairs.
994* Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
995  problems where closed pipes were no longer signalling GDK_INPUT_READ on
996  systems with a native poll().
997* Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
998  anymore).
999* We don't attempt to lookup xpm color "None" anymore, this should prevent
1000  eXodus (commercial X windows server) from popping up a color dialog every
1001  time a transparent pixmap is created.
1002* Fixed bug where Gtk timout/idle handlers would execute without the global
1003  Gdk lock being held.
1004* Other minor bug fixes.
1005
1006Overview of Changes in GTK+ 1.2.1:
1007
1008* Many Bug fixes have been applied to the menu and accelerator code.
1009* GtkItemFactory can "adopt" foreign menu items now and manage their
1010  accelerator installation. This is often required to get GtkItemFactory
1011  like accelerator propagation between different windows with the same
1012  menu heirarchy and for centralized parsing and saving of accelerators.
1013* GtkCList/GtkCTree buttons should always display correctly now.
1014* Miscellaneous other bug fixes.
1015
1016What's New in GTK+ 1.2.0 (since 1.0.x):
1017
1018* New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
1019  GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
1020* Many new features and robustness for existing widgets
1021* Theme support
1022* New DND implementation
1023* Internationalization of standard dialogs
1024* New key binding system
1025* Tearoff menus and menu accelerators
1026* Wide character support for entry and text
1027* Resizing code has been overhauled
1028* Queued redraws of partial areas
1029* Far better support for object arguments
1030* Speed optimizations
1031* Runtime loading of dynamic modules
1032* Support for GLib log domains
1033* Tutorial improvements
1034* A bug fix or two
1035
1036Overview of Changes in GTK+ 1.1.16:
1037
1038* Major fixes and improvements for handlebox
1039* A change to the way widget->requisition works. Now,
1040  widget->requisition is always what the widget requested,
1041  unmodified by the usize. See Changes-1.2.txt for details.
1042  This correct various bugs with gtk_widget_set_usize().
1043* Fixes for XIM on X11R5 systems
1044* Don't allow cut-and-paste of text in password-style entries
1045* --enable-debug is now on by default for the development releaes.
1046  (When compiling for "production", use --enable-debug=minimum)
1047* Handle systems where Helvetica is not present more gracefully
1048* Fixes for memory leaks
1049* CList and CTree fixes
1050* Bug fixes for drawing problems.
1051* Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
1052  GtkColorsel, Focusing, DND
1053* Tutorial improvements
1054
1055Overview of Changes in GTK+ 1.1.15:
1056
1057* Tutorial Updates
1058* Added --libs gthread to gtk-config
1059* Bug fixes
1060
1061What is new in GTK+ 1.1.14:
1062
1063* Additions to docs/Changes-1.2.txt
1064* Just warn when loading theme engine fails
1065* CLAMP GtkScale digits to a meaningful range
1066* GTK_LOCALDIR is now defined in a better fashion
1067* New functions (feature freeze, we know...):
1068    gtk_menu_set_title()
1069    gtk_toggle_button_get_active()
1070* Some locale fixups in gtkrc code
1071* Fixes to make gtk_radio_button_set_group() keep only
1072  one radio button in the group active
1073* Foreign windows are now always treated as viewable; this fixes
1074  a problem where updating didn't occure properly in GtkPlug
1075* DND fixes for 64 bit architectures, and for specifying operations
1076  with modifier keys.
1077* Major revisions to GtkLayout: avoid having to create window
1078  for NO_WINDOW children, adjust allocations of children as
1079  scrolled so queued draws work, and a resize is queued instead
1080  of allocating directly in a put() or move()
1081
1082What is new in GTK+ 1.1.13:
1083
1084* Dnd and selection bug fixes and memory purification.
1085* Widget sensitivity fixups.
1086* Tooltips windows are now named "gtk-tooltips" so rc file rules
1087  can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
1088  widgets.
1089* Spin buttons now update their values upon value retrival.
1090* Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
1091  a lot. Gtk makes full use of the draw_area coalescing code now, which
1092  got minorly improved as well.
1093* Containers map their Gdk windows after their children now to reduce
1094  expose event generation.
1095* Gdk event queue fixups, this solves the double-click problems people were
1096  recently having.
1097* Account for the fact that GSource's are only properly reentrant from
1098  within dispatch(), thus we don't do Gdk event processing from within
1099  check() or prepare() anymore.
1100* Rc files feature a bg_pixmap value of "<none>" now.
1101* Improved session management support in Gdk. 
1102* Automatic disabling of NLS if no gettext is found should work now.
1103* Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
1104* Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
1105  and GNU libtool 1.2d.
1106* More bug fixes all over the place.
1107
1108What is new in GTK+ 1.1.12:
1109
1110* Korean translation added
1111* Fixed memory leaks
1112* A few other bug fixes
1113
1114What is new in GTK+ 1.1.11:
1115
1116* Dutch, Japanese, Swedish, Polish, and Norwegian translations
1117* Removed deprecated _interp variants: gtk_container_foreach_interp,
1118  gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
1119* Lots of cast corrections
1120* Many fixes
1121
1122What is new in GTK+ 1.1.9:
1123
1124* Check for broken glibc 2.0 mb functions and avoid them
1125* Label and Entry display fixes
1126* Move main thread back to GDK, for locking when translating events
1127* Bug fixes
1128
1129What is new in GTK+ 1.1.8:
1130
1131* Added support for gettext and the localization of the standard
1132  dialogs.
1133* Added line-wrapping for the label, and JUSTIFY_FILL
1134* Support reordering via drag and drop in  CList and CTree.
1135* Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
1136* Extended gtkpaned API to support minimum sizes and proportional
1137  resizing.
1138* Changed the handling of shared memory segments so as to
1139  remove the need for GTK+ to set up signal handlers.
1140* Re-implemented event loop in terms of the event loop
1141  that has been added to GLib 1.1.8
1142* Added 'grab_focus' signal to allow keyboard accelerators
1143  for entries.
1144* Load locale specific RC files if present.
1145* Bug fixes.
1146
1147What is new in GTK+ 1.1.7:
1148
1149* Fixed memory mis-allocation in default files code
1150* Various event handling fixes
1151* Wide character support for entry and text
1152* Destroy widgets _after_ propagating unrealize signals through
1153  widget heirarchy
1154* Only build XIM-support if available
1155* Tutorial and examples updates
1156* Added gtk_drag_source_unset()
1157
1158What is new in GTK+ 1.1.6:
1159
1160* The signal system now features emission hooks whith special semantics,
1161  refer to the ChangeLog for this.
1162* Minor? speedups and memory reductions to the emission handling of the
1163  signal system.
1164* _interp() function variants are deprecated now. the corresponding *_full()
1165  variants are provided for a long time now.
1166* Dnd abort timeout increased to 10 minutes.
1167* GtkScrolledWindow inherits from GtkBin now.
1168* GTK_POLICY_NEVER is implemented for scrolled windows now.
1169* Lots of API clean ups.
1170* Incremental freezing abilities.
1171* Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
1172* New window functions for transient relationship, default size, and
1173  geometry hints
1174* Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
1175  GTK_RC_FILES environment variable and functions are provided to configure
1176  this behavior
1177* Read doc/Changes-1.2.txt to properly adapt your code.
1178* Bug Fixes.
1179
1180What is new in GTK+ 1.1.5:
1181
1182* Theme integration
1183* Widget style modification is now handled through GtkRcStyles
1184* GtkPixmaps now grey out pixmaps when insensitive
1185* Notebook enhancements
1186* Shadow configurability for menubars and handleboxes
1187* DND enhancements
1188* gtkfilesel now supports automounters better
1189* Implementation of expose compression
1190* Queued redraws of partial areas
1191* Scrolledwindow (+Viewport) source incompatibilities, children that are added
1192  to a scrolled window don't get an automatic viewport anymore. a convenience
1193  function gtk_scrolled_window_add_with_viewport() is suplied for this task
1194* Deprecated functions will now issue a message, informing the programmer about
1195  the use of this function. These functions will get removed in future versions
1196* Non-functional functions got removed entirely
1197* gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
1198  A new function gtk_object_default_construct() is provided now which should
1199  be called after every gtk_type_new() to perfom the auto-construction
1200* Improved argument support of several widgets
1201* Bug Fixes
1202
1203What is new in GTK+ 1.1.3:
1204
1205* GtkCList/GtkCTree now have the ability to:
1206    - hide/show individual columns
1207    - disable/enable column resizing
1208    - set min and max for column widths
1209    - set expander style of the ctree
1210    - set/get row and cell styles
1211    - set spacing between tree expander and cell contents in ctree
1212    - toggle auto_resize for columns
1213* Must enhanced DND support, removed old DND code
1214* Idle functions are now implemented via GHook, giving a slight speed
1215  improvement
1216* An environment variable GTK_MODULES which takes a colon seperated
1217  list of module names GTK+ will now automatically load at gtk_init() startup
1218* GtkFontSel now has support for an extra 'base' filter
1219* New function gdk_window_set_root_origin to get the real geometry taking
1220  into account window manager offsets
1221* New function gtk_text_set_line_wrap to toggle line wrapping
1222* New function gtk_widget_add_events which safely adds additional
1223  events to a widget's event mask
1224* New function gdk_event_get_time to get the timestamp from a generic
1225  event
1226* New widget GtkCalendar
1227* New widget GtkInvisible - InputOnly offscreen windows used for reliable
1228  pointer grabs and selection handling in DND code
1229* New functions gtk_object_remove_no_notify[_by_id] to remove a certain
1230  data portion without invokation of its destroy notifier
1231* gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
1232  instead
1233* gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type
1234  instead
1235* Removed functions gtk_object_set_data_destroy[_by_id]
1236* Documentation additions/updates
1237* HTML and plain text files are now included in the distribution
1238* Bug fixes, typeness corrections, and general fixups
1239
1240What is new in GTK+ 1.1.2:
1241
1242* Gtk+ is now featuring runtime loading of dynamic modules via the
1243  --gtk-modules= command line switch. such modules have to export a
1244  G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
1245  function which will be invoked to initialize the module. since such
1246  modules may create new widget types, they are always resident.
1247* The tutorial has been updated again.
1248* Changes to menus including tearoff menus and accelerators.
1249* Better support for modal dialogs.
1250* Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
1251* More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
1252* GtkCTree rows can be unselectable now.
1253* The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
1254  Hamann on Tue Aug 18 00:29:13 1998).
1255* A bunch of varargs functions changed to get va_lists working on systems that
1256  implement va_lists as arrays.
1257* Improvements to the gdkrgb code.
1258* Improvements to Gdk color handling so we greatly reduce server traffic and
1259  don't leak colors anymore.
1260* Improved internal widget tree iterators (the GtkContainer::foreach signal
1261  vanished because of this).
1262* Option menus can have the keyboard focus now.
1263* More fixups to the text widget.
1264* GtkFileSelection should behave much more nicely in combination with AFS now.
1265* Support for label underlining.
1266* Support for GLib 1.1.3 log domains.
1267* Documentation improvements.
1268* Configuration fixes on various platforms.
1269* Miscellaneous fixes to XInput support.
1270* Build with shared library dependencies on Linux
1271* Fix for a major bug in the type systems memory allocation code that could
1272  cause random crashes.
1273* Libtool update to version 1.2b.
1274* Lots of bugfixes and cleanups again ;)
1275
1276
1277What is new in GTK+ 1.1.1:
1278
1279* Tutorial updates and additions.
1280* Key binding support for GtkListItems and GtkList.
1281* Extended selection mode and autoscrolling for GtkLists.
1282* A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
1283* GtkCTreeNodes can now be created from GNode trees.
1284* Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
1285
1286
1287What is new in GTK+ 1.1.0:
1288
1289* New widget GtkFontSelector.
1290* New featurefull progress bar.
1291* New container widget GtkPacker.
1292* New object GtkItemFactory, GtkMenuFactory is deprecated.
1293* New key binding system, configurable via rcfiles, similar to styles.
1294* New widget GtkCTree with drag selections and keyboard movement and
1295  and horizontal scrolling. Features also implemented for GtkCList.
1296* Significant speedups to widget creation and destruction through caching
1297  colormap and visual queries to the XServer.
1298* Speedups for type creation and especially gtk_type_is_a() checks.
1299* Speedups in signal lookup, creation and emissions and connection handling.
1300* Minor speedups with object data allocation and destruction.
1301* Additions to the signal handling API (e.g. *_emitv).
1302* Support for rc-file reparsing.
1303* Resizing logic is now implemented on container widget basis, rather than
1304  for toplevel GtkWindows only.
1305* Buttons support relief styles now.
1306* Some widgets are now allocated through memchunks to behave more memory wise.
1307* Newly included file gtkfeatures.h which defines compatibility macros to
1308  test for certain API features upon program compilation.
1309* Child arguments support for container widgets.
1310* Far better support for object arguments, revamp of the underlying
1311  mechanism for speed and reusability. Child/object arguments don't
1312  need to be preceeded by the "GtkType::" portion anymore.
1313* Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
1314  is now performed by a new widget GtkAccelLabel.
1315* Overhaul of the resizing code. Resizing behaviour can now be specified
1316  on GtkContainer basis, so the underlying algorithm isn't only available
1317  for GtkWindows.
1318* GtkTables are now fully resizable.
1319* The GtkType system now supports an additional base class initialization
1320  function.
1321* GtkStyles and key bindings can now be looked up depending on the base
1322  types of a widget, through a new keyword `class' in rc files.
1323* GtkButton derives from GtkBin (finally). 
1324* More descriptive error messages on rc parsing. 
1325* Runtime information is available to query enum/flag definition values.
1326* Upgrade to libtool-1.2
1327* Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
1328  including those that already went into the 1.0.x branch.
1329* A big bunch of features and cosmetic fixups that just got lost in
1330  the masses of changes.
Note: See TracBrowser for help on using the repository browser.