summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-12-12 17:05:04 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-12-12 17:05:04 +0000
commita9c67ec331be3765ec054b22a2ca21360dedb661 (patch)
tree29d334f9d65de3e2a2115126d602ff0500556591
parent86af2c6041c246d617e2edd44493b148f9d6ae9e (diff)
downloadglade-a9c67ec331be3765ec054b22a2ca21360dedb661.tar.gz
Rolling out 3.0.3 tarball.GLADE3_3_0_MERGEPOINT_2GLADE3_3_0_3
* configure.in, NEWS: Rolling out 3.0.3 tarball.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS18
-rw-r--r--configure.in2
-rw-r--r--doc/tmpl/glade-app.sgml58
-rw-r--r--doc/tmpl/glade-command.sgml6
-rw-r--r--doc/tmpl/glade-palette.sgml2
-rw-r--r--doc/tmpl/glade-parser.sgml57
-rw-r--r--doc/tmpl/glade-project.sgml2
-rw-r--r--doc/tmpl/glade-property-class.sgml2
-rw-r--r--doc/tmpl/glade-property.sgml11
-rw-r--r--doc/tmpl/glade-utils.sgml2
-rw-r--r--doc/tmpl/glade-widget-class.sgml1
-rw-r--r--doc/tmpl/glade-widget.sgml4
13 files changed, 25 insertions, 144 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aebe5d4..05396dd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-29 Tristan Van Berkom <tvb@gnome.org>
+
+ * configure.in, NEWS: Rolling out 3.0.3 tarball.
+
2006-10-26 Tristan Van Berkom <tvb@gnome.org>
* src/glade-gtk.c: Fixed saved "gtk-broken-image" stock being saved
diff --git a/NEWS b/NEWS
index 9a6c5910..4b4b9928 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
===========
+Glade 3.0.3
+===========
+
+New features and fixes
+======================
+ - Fixed "-" / "_" mangling in translatable string comments (bug 363598) (Jonas Berlin)
+ - Fixed "&amp in a label with markup enable saves as an &" (bug 360586) (Juan Pablo Ugarte)
+ - Fixed saved "gtk-broken-image" stock being saved in all GtkImages (bug 353126) (Jeff Westerinen & myself)
+
+New and updated translations
+============================
+ - Abel Cheung (zh_HK, zh_TW)
+ - Francisco Javier F. Serrador (es)
+ - Ignacio Casal Quinteiro (gl)
+ - Josep Puigdemont i Casamajó (ca)
+ - Djihed Afifi (ar)
+
+===========
Glade 3.0.2
===========
diff --git a/configure.in b/configure.in
index e986f77b..cd20369b 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ AM_PROG_LIBTOOL
# If any interfaces have been added since the last public release, then increment GLADE_AGE.
# If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
# Reference: http://www.gnu.org/software/libtool/manual.html#Versioning
-GLADE_REVISION=0
+GLADE_REVISION=1
GLADE_CURRENT=4
GLADE_AGE=0
AC_SUBST(GLADE_REVISION)
diff --git a/doc/tmpl/glade-app.sgml b/doc/tmpl/glade-app.sgml
index 933d8fe7..a673031c 100644
--- a/doc/tmpl/glade-app.sgml
+++ b/doc/tmpl/glade-app.sgml
@@ -51,8 +51,6 @@ to initialize the Glade core.
</para>
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_set_window ##### -->
@@ -61,8 +59,6 @@ to initialize the Glade core.
</para>
@window:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_window ##### -->
@@ -71,8 +67,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_editor ##### -->
@@ -81,8 +75,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_palette ##### -->
@@ -91,8 +83,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_clipboard ##### -->
@@ -101,8 +91,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_clipboard_view ##### -->
@@ -111,8 +99,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_set_project ##### -->
@@ -121,8 +107,6 @@ to initialize the Glade core.
</para>
@project:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_project ##### -->
@@ -139,8 +123,6 @@ to initialize the Glade core.
</para>
@project:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_remove_project ##### -->
@@ -149,8 +131,6 @@ to initialize the Glade core.
</para>
@project:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_project_by_path ##### -->
@@ -168,8 +148,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_config ##### -->
@@ -178,8 +156,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_is_project_loaded ##### -->
@@ -189,8 +165,6 @@ to initialize the Glade core.
@project_path:
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_show_properties ##### -->
@@ -199,8 +173,6 @@ to initialize the Glade core.
</para>
@raise:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_hide_properties ##### -->
@@ -208,8 +180,6 @@ to initialize the Glade core.
</para>
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_add_project_view ##### -->
@@ -218,8 +188,6 @@ to initialize the Glade core.
</para>
@view:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_command_undo ##### -->
@@ -227,8 +195,6 @@ to initialize the Glade core.
</para>
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_command_redo ##### -->
@@ -236,8 +202,6 @@ to initialize the Glade core.
</para>
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_command_copy ##### -->
@@ -245,8 +209,6 @@ to initialize the Glade core.
</para>
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_command_cut ##### -->
@@ -254,8 +216,6 @@ to initialize the Glade core.
</para>
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_command_paste ##### -->
@@ -264,8 +224,6 @@ to initialize the Glade core.
</para>
@placeholder:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_command_delete ##### -->
@@ -273,8 +231,6 @@ to initialize the Glade core.
</para>
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_command_delete_clipboard ##### -->
@@ -290,8 +246,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_set_transient_parent ##### -->
@@ -300,8 +254,6 @@ to initialize the Glade core.
</para>
@parent:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_get_transient_parent ##### -->
@@ -310,8 +262,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_set_accel_group ##### -->
@@ -320,8 +270,6 @@ to initialize the Glade core.
</para>
@accel_group:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_update_instance_count ##### -->
@@ -330,8 +278,6 @@ to initialize the Glade core.
</para>
@project:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_undo_button_new ##### -->
@@ -340,8 +286,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_redo_button_new ##### -->
@@ -350,8 +294,6 @@ to initialize the Glade core.
</para>
@Returns:
-<!-- # Unused Parameters # -->
-@app:
<!-- ##### FUNCTION glade_app_selection_add ##### -->
diff --git a/doc/tmpl/glade-command.sgml b/doc/tmpl/glade-command.sgml
index f1caae77..e8557539 100644
--- a/doc/tmpl/glade-command.sgml
+++ b/doc/tmpl/glade-command.sgml
@@ -34,8 +34,6 @@ and undo those items; each #GladeProject has its own Undo/Redo stack.
@command:
@Returns:
-<!-- # Unused Parameters # -->
-@project:
<!-- ##### FUNCTION glade_command_unifies ##### -->
@@ -64,8 +62,6 @@ and undo those items; each #GladeProject has its own Undo/Redo stack.
@fmt:
@Varargs:
-<!-- # Unused Parameters # -->
-@description:
<!-- ##### FUNCTION glade_command_pop_group ##### -->
@@ -122,8 +118,6 @@ their old and new #GValue.
@property:
@Varargs:
-<!-- # Unused Parameters # -->
-@value:
<!-- ##### FUNCTION glade_command_set_properties ##### -->
diff --git a/doc/tmpl/glade-palette.sgml b/doc/tmpl/glade-palette.sgml
index 39ad8c90..94055f63 100644
--- a/doc/tmpl/glade-palette.sgml
+++ b/doc/tmpl/glade-palette.sgml
@@ -55,8 +55,6 @@ to the Glade core.
@catalogs:
@item_appearance:
@Returns:
-<!-- # Unused Parameters # -->
-@appearance:
<!-- ##### FUNCTION glade_palette_get_item_appearance ##### -->
diff --git a/doc/tmpl/glade-parser.sgml b/doc/tmpl/glade-parser.sgml
index 2e0554ae..a3437b66 100644
--- a/doc/tmpl/glade-parser.sgml
+++ b/doc/tmpl/glade-parser.sgml
@@ -125,60 +125,3 @@ glade-parser
@id:
@value:
-<!-- ##### FUNCTION glade_interface_new ##### -->
-<para>
-
-</para>
-
-@Returns:
-
-
-<!-- ##### FUNCTION glade_parser_parse_file ##### -->
-<para>
-
-</para>
-
-@file:
-@domain:
-@Returns:
-
-
-<!-- ##### FUNCTION glade_parser_parse_buffer ##### -->
-<para>
-
-</para>
-
-@buffer:
-@len:
-@domain:
-@Returns:
-
-
-<!-- ##### FUNCTION glade_interface_destroy ##### -->
-<para>
-
-</para>
-
-@interface:
-
-
-<!-- ##### FUNCTION glade_interface_dump ##### -->
-<para>
-
-</para>
-
-@interface:
-@filename:
-
-
-<!-- ##### FUNCTION glade_interface_dump_full ##### -->
-<para>
-
-</para>
-
-@interface:
-@filename:
-@error:
-@Returns:
-
-
diff --git a/doc/tmpl/glade-project.sgml b/doc/tmpl/glade-project.sgml
index 59f8fb93..fbee5d86 100644
--- a/doc/tmpl/glade-project.sgml
+++ b/doc/tmpl/glade-project.sgml
@@ -331,8 +331,6 @@ object and its signals.
@project:
@accel_group:
-<!-- # Unused Parameters # -->
-@new_group:
<!-- ##### FUNCTION glade_project_set_resource ##### -->
diff --git a/doc/tmpl/glade-property-class.sgml b/doc/tmpl/glade-property-class.sgml
index ab89da09..9aa8557f 100644
--- a/doc/tmpl/glade-property-class.sgml
+++ b/doc/tmpl/glade-property-class.sgml
@@ -239,8 +239,6 @@ va_lists etc (back and forth).
@property_class:
@Returns:
-<!-- # Unused Parameters # -->
-@class:
<!-- ##### FUNCTION glade_property_class_match ##### -->
diff --git a/doc/tmpl/glade-property.sgml b/doc/tmpl/glade-property.sgml
index 5d409409..abf2e41f 100644
--- a/doc/tmpl/glade-property.sgml
+++ b/doc/tmpl/glade-property.sgml
@@ -45,16 +45,7 @@ the #GladePropertyClass describes how a #GladeProperty will function.
@gladeproperty: the object which received the signal.
@arg1:
@:
-@:
-@:
-@:
-@:
-@:
-@:
-@:
-@:
-@:
-@:
+@Param3:
<!-- ##### ARG GladeProperty:enabled ##### -->
<para>
diff --git a/doc/tmpl/glade-utils.sgml b/doc/tmpl/glade-utils.sgml
index 96bba945..82ff4d4a 100644
--- a/doc/tmpl/glade-utils.sgml
+++ b/doc/tmpl/glade-utils.sgml
@@ -371,8 +371,6 @@ This is where all of that really usefull miscalanious stuff lands up.
@book:
@page:
@search:
-<!-- # Unused Parameters # -->
-@devhelp:
<!-- ##### FUNCTION glade_util_deep_fixed_event ##### -->
diff --git a/doc/tmpl/glade-widget-class.sgml b/doc/tmpl/glade-widget-class.sgml
index 8b870f6e..03d33491 100644
--- a/doc/tmpl/glade-widget-class.sgml
+++ b/doc/tmpl/glade-widget-class.sgml
@@ -204,6 +204,7 @@ classes; it also provides an abstraction later to container apis.
@class:
@query:
+@...:
@...:
diff --git a/doc/tmpl/glade-widget.sgml b/doc/tmpl/glade-widget.sgml
index 7343299f..1e5f9644 100644
--- a/doc/tmpl/glade-widget.sgml
+++ b/doc/tmpl/glade-widget.sgml
@@ -153,8 +153,6 @@ convenience api for getting and setting properties (mostly from the plugin).
@object:
@Returns:
-<!-- # Unused Parameters # -->
-@w:
<!-- ##### FUNCTION glade_widget_add_child ##### -->
@@ -503,8 +501,6 @@ convenience api for getting and setting properties (mostly from the plugin).
@template:
@Returns:
-<!-- # Unused Parameters # -->
-@widget:
<!-- ##### FUNCTION glade_widget_add_signal_handler ##### -->