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