~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-23 06:36:41 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (72.2.8 sid) (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923063641-69c7g7h68iy4u5o3
Import upstream version 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
General Information
2
2
===================
3
3
 
4
 
This is GTK+ version 2.16.6. GTK+ is a multi-platform toolkit for
 
4
This is GTK+ version 2.18.0. GTK+ is a multi-platform toolkit for
5
5
creating graphical user interfaces. Offering a complete set of widgets,
6
6
GTK+ is suitable for projects ranging from small one-off projects to
7
7
complete application suites.
27
27
See the file 'INSTALL'
28
28
 
29
29
 
 
30
Release notes for 2.18
 
31
======================
 
32
 
 
33
* gtk_tooltip_set_custom now accept a NULL custom_widget to unset the
 
34
  old custom_widget. Custom_widget does not get destroyed when the
 
35
  tooltip goes away.
 
36
 
 
37
* JPEG2000 support is no longer enabled by default. It must be
 
38
  explicitly turned on, by passing --with-libjasper to configure.
 
39
 
 
40
* GDK has been reworked to implement 'client-side windows'. This offers
 
41
  exciting new possibilities, such as transformed, offscreen rendering,
 
42
  but it breaks some long-standing assumptions that applications may
 
43
  have about GDK windows. Setting the environment variable
 
44
  GDK_NATIVE_WINDOWS makes GDK create a native X11 window for each
 
45
  GDK window, which might make problematic applications work better.
 
46
 
 
47
 
30
48
Release notes for 2.16
31
49
======================
32
50
 
419
437
Otherwise, enter a new bug report that describes the patch, and attach
420
438
the patch to that bug report.
421
439
 
422
 
Bug reports containing patches should include the PATCH keyword in their
423
 
keyword fields. If the patch adds to or changes the GTK+ programming
424
 
interface, the API keyword should also be included.
425
 
  
426
 
Patches should be in unified diff form. (The -u option to GNU diff.)
 
440
Patches should be in unified diff form. (The -up option to GNU diff.)