This commit is contained in:
Matthias Clasen 2006-06-13 05:15:01 +00:00
parent 0f2f7dd874
commit f57bc65191
194 changed files with 54757 additions and 42947 deletions

View File

@ -1,3 +1,13 @@
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===
* NEWS: Updates
* gtk/gtk.symbols: Add gtk_tree_view_grid_lines_get_type.
* configure.in: Set interface age to 0
2006-06-12 Kristian Rietveld <kris@imendio.com>
Introduce grid and tree lines in GtkTreeView. (#106406,

View File

@ -1,3 +1,13 @@
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===
* NEWS: Updates
* gtk/gtk.symbols: Add gtk_tree_view_grid_lines_get_type.
* configure.in: Set interface age to 0
2006-06-12 Kristian Rietveld <kris@imendio.com>
Introduce grid and tree lines in GtkTreeView. (#106406,

View File

@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.9.2.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.2 # change to the toplevel directory
% gzip -cd gtk+-2.9.3.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]

5
NEWS
View File

@ -11,6 +11,9 @@ Overview of Changes from GTK+ 2.9.2 to 2.9.3
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
@ -63,7 +66,7 @@ Overview of Changes from GTK+ 2.9.2 to 2.9.3
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,ko,th,wa)
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 2.9.2. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.9.3. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.

View File

@ -15,7 +15,7 @@ m4_define([gtk_minor_version], [9])
m4_define([gtk_micro_version], [3])
m4_define([gtk_version],
[gtk_major_version.gtk_minor_version.gtk_micro_version])
m4_define([gtk_interface_age], [1])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
# This is the X.Y used in -lgtk-FOO-X.Y

View File

@ -1,3 +1,7 @@
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.2 ===

View File

@ -1,3 +1,7 @@
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===
2006-06-11 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintunixdialog.sgml: Document resonses used

View File

@ -378,14 +378,6 @@ Turns off certain object flags. (Private)
</para>
<!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT ##### -->
<para>
The "Reverse Portrait Orientation" item.
<inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.10
<!-- ##### MACRO GTK_TIPS_QUERY ##### -->
<para>

View File

@ -98,7 +98,6 @@ will be a popup menu allowing the users to switch pages.
@notebook: the object which received the signal.
@arg1:
@:
@Param3:
<!-- ##### SIGNAL GtkNotebook::select-page ##### -->
@ -712,5 +711,6 @@ If the function returns %NULL, the drag will be cancelled.
@func:
@data:
@destroy:

View File

@ -101,6 +101,17 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_print_context_set_cairo_context ##### -->
<para>
</para>
@context:
@cr:
@dpi_x:
@dpi_y:
<!-- ##### FUNCTION gtk_print_context_get_page_setup ##### -->
<para>

View File

@ -43,6 +43,16 @@ Printing support was added in GTK+ 2.10.
@printer: the object which received the signal.
@arg1:
<!-- ##### ARG GtkPrinter:accepts-pdf ##### -->
<para>
</para>
<!-- ##### ARG GtkPrinter:accepts-ps ##### -->
<para>
</para>
<!-- ##### ARG GtkPrinter:backend ##### -->
<para>

View File

@ -188,6 +188,11 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### ARG GtkPrintOperation:export-filename ##### -->
<para>
</para>
<!-- ##### ARG GtkPrintOperation:job-name ##### -->
<para>
@ -198,11 +203,6 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### ARG GtkPrintOperation:export-filename ##### -->
<para>
</para>
<!-- ##### ARG GtkPrintOperation:print-settings ##### -->
<para>
@ -324,7 +324,7 @@ The #GQuark used for #GtkPrintError errors.
</para>
@op:
@Returns:
@error:
<!-- ##### FUNCTION gtk_print_operation_set_default_page_setup ##### -->
@ -497,7 +497,7 @@ The #GQuark used for #GtkPrintError errors.
</para>
@op:
@Returns:
@error:
<!-- ##### FUNCTION gtk_print_run_page_setup_dialog ##### -->

View File

@ -166,6 +166,7 @@ Printing support was added in GTK+ 2.10.
@GTK_PRINT_CAPABILITY_COLLATE:
@GTK_PRINT_CAPABILITY_REVERSE:
@GTK_PRINT_CAPABILITY_SCALE:
@GTK_PRINT_CAPABILITY_GENERATE_PDF:
<!-- ##### FUNCTION gtk_print_unix_dialog_set_manual_capabilities ##### -->
<para>

View File

@ -118,6 +118,16 @@ Emitted when the range value changes.
</para>
<!-- ##### ARG GtkRange:trough-side-details ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:trough-under-steppers ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_range_get_adjustment ##### -->
<para>

View File

@ -703,6 +703,15 @@ The "Reverse Landscape Orientation" item.
@Since: 2.10
<!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT ##### -->
<para>
The "Reverse Portrait Orientation" item.
<inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.10
<!-- ##### MACRO GTK_STOCK_PASTE ##### -->
<para>
The "Paste" item.

View File

@ -87,7 +87,6 @@ accessed through the function described below.
@toolbar: the object which received the signal.
@Returns:
@:
@Returns:
@Returns:
@Returns:

View File

@ -144,6 +144,7 @@ particularly efficient operation.
@filter:
@filter_iter:
@child_iter:
@Returns:
<!-- ##### FUNCTION gtk_tree_model_filter_convert_iter_to_child_iter ##### -->

View File

@ -170,11 +170,21 @@ they work together.
@treeview: the object which received the signal.
@Returns:
<!-- ##### ARG GtkTreeView:enable-grid-lines ##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:enable-search ##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:enable-tree-lines ##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:expander-column ##### -->
<para>
@ -265,6 +275,16 @@ they work together.
</para>
<!-- ##### ARG GtkTreeView:grid-line-pattern ##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:grid-line-width ##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:horizontal-separator ##### -->
<para>
@ -285,6 +305,16 @@ they work together.
</para>
<!-- ##### ARG GtkTreeView:tree-line-pattern ##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:tree-line-width ##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:vertical-separator ##### -->
<para>
@ -1149,3 +1179,21 @@ returns.
@destroy:
<!-- ##### FUNCTION gtk_tree_view_get_rubber_banding ##### -->
<para>
</para>
@tree_view:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_set_rubber_banding ##### -->
<para>
</para>
@tree_view:
@enable:

View File

@ -1,3 +1,7 @@
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.2 ===

View File

@ -308,6 +308,7 @@ gtk_preview_type_get_type G_GNUC_CONST
gtk_print_duplex_get_type G_GNUC_CONST
gtk_print_error_get_type G_GNUC_CONST
gtk_recent_filter_flags_get_type G_GNUC_CONST
gtk_print_operation_action_get_type G_GNUC_CONST
gtk_private_flags_get_type G_GNUC_CONST
gtk_progress_bar_orientation_get_type G_GNUC_CONST
gtk_progress_bar_style_get_type G_GNUC_CONST
@ -339,6 +340,7 @@ gtk_text_search_flags_get_type G_GNUC_CONST
gtk_text_window_type_get_type G_GNUC_CONST
gtk_tree_model_flags_get_type G_GNUC_CONST
gtk_tree_view_mode_get_type G_GNUC_CONST
gtk_tree_view_grid_lines_get_type G_GNUC_CONST
gtk_update_type_get_type G_GNUC_CONST
gtk_visibility_get_type G_GNUC_CONST
gtk_object_flags_get_type G_GNUC_CONST

View File

@ -1,3 +1,7 @@
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.2 ===

View File

@ -1,3 +1,7 @@
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===
2006-06-12 Ankit Patel <ankit644@yahoo.com>
* gu.po: Updated Gujarati Translations.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More