summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/RELEASE-HOWTO10
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gdk/tmpl/properties.sgml2
3 files changed, 10 insertions, 6 deletions
diff --git a/docs/RELEASE-HOWTO b/docs/RELEASE-HOWTO
index 5ec2aff0f..0f635e224 100644
--- a/docs/RELEASE-HOWTO
+++ b/docs/RELEASE-HOWTO
@@ -15,16 +15,16 @@ Without those packages make distcheck will *not* pass.
0) Blow away your gtk+ directory, check a new version out
1) autogen and build it, make sure to enable docs.
-2) Update NEWS based on ChangeLog
+2) Update NEWS based on the various ChangeLog files
3) Update version in configure.in, increase micro and interface age by 1.
(Note that this is critical, a slip-up here will cause the soname to change).
-4) Add === Released 2.x.y === at the top of the ChangeLog
-5) make mydistcheck
-6) Fix broken stuff found by 4) repeat
+4) Add === Released 2.x.y === at the top of all ChangeLog files
+5) make distcheck
+6) Fix broken stuff found by 5) repeat
7) cvs commit; you'll have a bunch of po file changes, and maybe some
doc changes too (NOTE: be sure to use cvs with compression, else you'll
end up waiting for a long time :).
-8) If 7) fails because someone else committed inbetween, curse, cvs up
+8) If 7) fails because someone else committed inbetween, curse, cvs up,
fix conflicts and go to 5)
9) type 'cvs tag GTK_2_x_y' in the toplevel directory
10) You now have the tarball, and the CVS tag, now upload the tarball to
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 4fa9a4822..ec6072ba9 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-30 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.4.1 ===
+
2004-04-29 Federico Mena Quintero <federico@ximian.com>
* gtk/tmpl/gtkfilechooser.sgml: Added an .gtkrc-2.0 example of how
diff --git a/docs/reference/gdk/tmpl/properties.sgml b/docs/reference/gdk/tmpl/properties.sgml
index 7cf46bd1a..dd8ba68dd 100644
--- a/docs/reference/gdk/tmpl/properties.sgml
+++ b/docs/reference/gdk/tmpl/properties.sgml
@@ -229,7 +229,7 @@ Finds or creates an atom corresponding to a given string.
just return %GDK_NONE if the requested atom doesn't already
exists. Currently, the flag is ignored, since checking the
existance of an atom is as expensive as creating it.
-@Returns: the atom corresponding to @atom_name.
+@Returns: the atom corresponding to @atom_name.
<!-- ##### FUNCTION gdk_atom_name ##### -->