svn path=/trunk/; revision=20888
This commit is contained in:
Matthias Clasen 2008-07-22 00:39:10 +00:00
parent 94ba6bba06
commit c3e0a4ea74
228 changed files with 62641 additions and 58797 deletions

View File

@ -1,3 +1,7 @@
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktestutils.c:

View File

@ -4,7 +4,7 @@ Prerequisites
GTK+ requires the following packages:
- The GLib, Pango, ATK and cairo libraries, available at the same
location as GTK+. GTK+ 2.13.4 requires at least GLib 2.17.1,
location as GTK+. GTK+ 2.13.5 requires at least GLib 2.17.1,
Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
- The TIFF, PNG, and JPEG image loading libraries. You most
@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.13.4.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.4 # change to the toplevel directory
% gzip -cd gtk+-2.13.5.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]

4
NEWS
View File

@ -51,13 +51,17 @@ Overview of Changes from GTK+ 2.13.4 to 2.13.5
528822 typo in GtkCombo docs
540967 docs build slowly because of entities
537430 label pango attributes & i18n
543989 Crash in gtk_tree_view_size_allocate_columns
535223 gbookmark file inefficiency ...
* Updated translations:
Assamese (as)
Czech (cs)
German (de)
Spanish (es)
Galician (gl)
Hebrew (he)
Polish (pl)
Pashto (ps)
Traditional Chinese (zh_HK)
Traditional Chinese (zh_TW)

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 2.13.4. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.13.5. 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

@ -31,7 +31,7 @@ m4_define([gtk_api_version], [2.0])
m4_define([gtk_binary_version], [2.10.0])
# required versions of other packages
m4_define([glib_required_version], [2.17.3])
m4_define([glib_required_version], [2.17.4])
m4_define([pango_required_version], [1.20])
m4_define([atk_required_version], [1.13.0])
m4_define([cairo_required_version], [1.6])

View File

@ -1,3 +1,7 @@
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===

View File

@ -1,3 +1,7 @@
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2008-07-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add tons of new api

View File

@ -202,6 +202,15 @@ Deprecated equivalent of g_object_unref().
@accel_group:
<!-- ##### FUNCTION gtk_accel_group_get_is_locked ##### -->
<para>
</para>
@accel_group:
@Returns:
<!-- ##### FUNCTION gtk_accel_group_from_accel_closure ##### -->
<para>
@ -211,6 +220,15 @@ Deprecated equivalent of g_object_unref().
@Returns:
<!-- ##### FUNCTION gtk_accel_group_get_modifier_mask ##### -->
<para>
</para>
@accel_group:
@Returns:
<!-- ##### FUNCTION gtk_accel_groups_activate ##### -->
<para>

View File

@ -306,6 +306,31 @@ respective objects, see
@Returns:
<!-- ##### FUNCTION gtk_builder_add_objects_from_file ##### -->
<para>
</para>
@builder:
@filename:
@object_ids:
@error:
@Returns:
<!-- ##### FUNCTION gtk_builder_add_objects_from_string ##### -->
<para>
</para>
@builder:
@buffer:
@length:
@object_ids:
@error:
@Returns:
<!-- ##### FUNCTION gtk_builder_get_object ##### -->
<para>

View File

@ -103,3 +103,12 @@ Creates a new #GtkColorSelectionDialog.
@Returns: a #GtkColorSelectionDialog.
<!-- ##### FUNCTION gtk_color_selection_dialog_get_color_selection ##### -->
<para>
</para>
@colorsel:
@Returns:

View File

@ -319,6 +319,15 @@ Does the same as gtk_container_get_children().
@needs_redraws:
<!-- ##### FUNCTION gtk_container_get_focus_child ##### -->
<para>
</para>
@container:
@Returns:
<!-- ##### FUNCTION gtk_container_set_focus_child ##### -->
<para>

View File

@ -363,6 +363,24 @@ directly, but into the @vbox and @action_area, as described above.
@Returns:
<!-- ##### FUNCTION gtk_dialog_get_action_area ##### -->
<para>
</para>
@dialog:
@Returns:
<!-- ##### FUNCTION gtk_dialog_get_content_area ##### -->
<para>
</para>
@dialog:
@Returns:
<!-- ##### FUNCTION gtk_alternative_dialog_button_order ##### -->
<para>

View File

@ -262,6 +262,15 @@ The #GtkEntry-struct struct contains only private data.
@Returns:
<!-- ##### FUNCTION gtk_entry_get_text_length ##### -->
<para>
</para>
@entry:
@Returns:
<!-- ##### FUNCTION gtk_entry_select_region ##### -->
<para>
@ -406,6 +415,24 @@ The #GtkEntry-struct struct contains only private data.
@Returns:
<!-- ##### FUNCTION gtk_entry_set_overwrite_mode ##### -->
<para>
</para>
@entry:
@overwrite:
<!-- ##### FUNCTION gtk_entry_get_overwrite_mode ##### -->
<para>
</para>
@entry:
@Returns:
<!-- ##### FUNCTION gtk_entry_get_layout ##### -->
<para>

View File

@ -113,3 +113,120 @@ Sets the text displayed in the preview area.
@text: the text to display in the preview area.
<!-- ##### FUNCTION gtk_font_selection_dialog_get_apply_button ##### -->
<para>
</para>
@fsd:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_cancel_button ##### -->
<para>
</para>
@fsd:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_ok_button ##### -->
<para>
</para>
@fsd:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_face ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_face_entry ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_face_list ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_family ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_size ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_family_entry ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_family_list ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_preview_entry ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_size_entry ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_size_list ##### -->
<para>
</para>
@fontsel:
@Returns:

View File

@ -210,3 +210,12 @@ in the future.
@Returns:
<!-- ##### FUNCTION gtk_handle_box_get_child_detached ##### -->
<para>
</para>
@handle_box:
@Returns:

View File

@ -179,3 +179,12 @@ area.
@adjustment:
<!-- ##### FUNCTION gtk_layout_get_bin_window ##### -->
<para>
</para>
@layout:
@Returns:

View File

@ -291,6 +291,15 @@ See gtk_menu_set_accel_group().
@accel_path:
<!-- ##### FUNCTION gtk_menu_get_accel_path ##### -->
<para>
</para>
@menu:
@Returns:
<!-- ##### FUNCTION gtk_menu_set_title ##### -->
<para>
</para>
@ -317,6 +326,15 @@ See gtk_menu_set_accel_group().
@Returns:
<!-- ##### FUNCTION gtk_menu_get_monitor ##### -->
<para>
</para>
@menu:
@Returns:
<!-- ##### FUNCTION gtk_menu_popdown ##### -->
<para>
Removes the menu from the screen.

View File

@ -153,6 +153,15 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
@right_justified:
<!-- ##### FUNCTION gtk_menu_item_get_right_justified ##### -->
<para>
</para>
@menu_item:
@Returns:
<!-- ##### FUNCTION gtk_menu_item_set_submenu ##### -->
<para>
@ -162,6 +171,15 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
@submenu:
<!-- ##### FUNCTION gtk_menu_item_get_submenu ##### -->
<para>
</para>
@menu_item:
@Returns:
<!-- ##### FUNCTION gtk_menu_item_set_accel_path ##### -->
<para>
@ -171,6 +189,15 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
@accel_path:
<!-- ##### FUNCTION gtk_menu_item_get_accel_path ##### -->
<para>
</para>
@menu_item:
@Returns:
<!-- ##### FUNCTION gtk_menu_item_remove_submenu ##### -->
<para>
@ -231,21 +258,3 @@ Sets the menu item to be right-justified. Only useful for menu bars.
@menu_item: the menu item
<!-- ##### FUNCTION gtk_menu_item_get_right_justified ##### -->
<para>
</para>
@menu_item:
@Returns:
<!-- ##### FUNCTION gtk_menu_item_get_submenu ##### -->
<para>
</para>
@menu_item:
@Returns:

View File

@ -182,6 +182,15 @@ then call gtk_dialog_add_buttons().
@image:
<!-- ##### FUNCTION gtk_message_dialog_get_image ##### -->
<para>
</para>
@dialog:
@Returns:
<!-- ##### FUNCTION gtk_message_dialog_format_secondary_text ##### -->
<para>

View File

@ -106,3 +106,21 @@ on all platforms supported by GTK+.
@Returns:
<!-- ##### FUNCTION gtk_plug_get_embedded ##### -->
<para>
</para>
@plug:
@Returns:
<!-- ##### FUNCTION gtk_plug_get_socket_window ##### -->
<para>
</para>
@plug:
@Returns:

View File

@ -43,6 +43,11 @@ Printing support was added in GTK+ 2.10.
@printer: the object which received the signal.
@arg1:
<!-- ##### ARG GtkPrinter:accepting-jobs ##### -->
<para>
</para>
<!-- ##### ARG GtkPrinter:accepts-pdf ##### -->
<para>
@ -83,6 +88,11 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### ARG GtkPrinter:paused ##### -->
<para>
</para>
<!-- ##### ARG GtkPrinter:state-message ##### -->
<para>
@ -177,6 +187,24 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_printer_is_paused ##### -->
<para>
</para>
@printer:
@Returns:
<!-- ##### FUNCTION gtk_printer_is_accepting_jobs ##### -->
<para>
</para>
@printer:
@Returns:
<!-- ##### FUNCTION gtk_printer_is_virtual ##### -->
<para>

View File

@ -140,3 +140,39 @@ is tailored for this use case.
@Returns:
<!-- ##### FUNCTION gtk_scale_button_get_plus_button ##### -->
<para>
</para>
@button:
@Returns:
<!-- ##### FUNCTION gtk_scale_button_get_minus_button ##### -->
<para>
</para>
@button:
@Returns:
<!-- ##### FUNCTION gtk_scale_button_set_orientation ##### -->
<para>
</para>
@button:
@orientation:
<!-- ##### FUNCTION gtk_scale_button_get_orientation ##### -->
<para>
</para>
@button:
@Returns:

View File

@ -382,6 +382,52 @@ selection handling code.
@Returns:
<!-- ##### FUNCTION gtk_selection_data_get_data ##### -->
<para>
</para>
@selection_data:
@length:
@Returns:
<!-- ##### FUNCTION gtk_selection_data_get_data_type ##### -->
<para>
</para>
@selection_data:
@Returns:
<!-- ##### FUNCTION gtk_selection_data_get_display ##### -->
<para>
</para>
@selection_data:
@Returns:
<!-- ##### FUNCTION gtk_selection_data_get_format ##### -->
<para>
</para>
@selection_data:
@Returns:
<!-- ##### FUNCTION gtk_selection_data_get_target ##### -->
<para>
</para>
@selection_data:
@Returns:
<!-- ##### FUNCTION gtk_targets_include_image ##### -->
<para>

View File

@ -159,3 +159,12 @@ never be set by an application.)
@Returns:
<!-- ##### FUNCTION gtk_socket_get_plug_window ##### -->
<para>
</para>
@socket_:
@Returns:

View File

@ -116,6 +116,15 @@ selected rows. It will be called on every selected row in the view.
@destroy:
<!-- ##### FUNCTION gtk_tree_selection_get_select_function ##### -->
<para>
</para>
@selection:
@Returns:
<!-- ##### FUNCTION gtk_tree_selection_get_user_data ##### -->
<para>

View File

@ -2620,6 +2620,24 @@ This function is deprecated; it does nothing.
@Returns:
<!-- ##### FUNCTION gtk_widget_get_window ##### -->
<para>
</para>
@widget:
@Returns:
<!-- ##### FUNCTION gtk_widget_get_allocation ##### -->
<para>
</para>
@widget:
@Returns:
<!-- ##### FUNCTION gtk_requisition_copy ##### -->
<para>

View File

@ -558,6 +558,15 @@ Deprecated alias for gtk_window_set_position().
@focus:
<!-- ##### FUNCTION gtk_window_get_default ##### -->
<para>
</para>
@window:
@Returns:
<!-- ##### FUNCTION gtk_window_set_default ##### -->
<para>

View File

@ -49,3 +49,12 @@ Limit the effect of grabs
@window:
<!-- ##### FUNCTION gtk_window_group_list_windows ##### -->
<para>
</para>
@window_group:
@Returns:

View File

@ -1,3 +1,7 @@
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2008-07-18 Federico Mena Quintero <federico@novell.com>
* queryloaders.c (query_module): Don't do funny casts to avoid

View File

@ -1117,6 +1117,8 @@ gtk_selection_convert (GtkWidget *widget,
*
* Retrieves the target of the selection.
*
* Returns: the target of the selection.
*
* Since: 2.14
**/
GdkAtom
@ -1133,6 +1135,8 @@ gtk_selection_data_get_target (GtkSelectionData *selection_data)
*
* Retrieves the data type of the selection.
*
* Returns: the data type of the selection.
*
* Since: 2.14
**/
GdkAtom
@ -1149,6 +1153,8 @@ gtk_selection_data_get_data_type (GtkSelectionData *selection_data)
*
* Retrieves the format of the selection.
*
* Returns: the format of the selection.
*
* Since: 2.14
**/
gint
@ -1168,6 +1174,8 @@ gtk_selection_data_get_format (GtkSelectionData *selection_data)
*
* If @length is not %NULL it is filled with the length of data.
*
* Returns: the raw data of the selection.
*
* Since: 2.14
**/
const guchar*
@ -1188,6 +1196,8 @@ gtk_selection_data_get_data (GtkSelectionData *selection_data,
*
* Retrieves the display of the selection.
*
* Returns: the display of the selection.
*
* Since: 2.14
**/
GdkDisplay *

View File

@ -1,3 +1,7 @@
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2008-07-17 Runa Bhattacharjee <runabh@gmail.com>
* ps.po: Added Pashto Translations by Zabeeh Khan

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