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