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