gtk-doc r550 - trunk



Author: stefkost
Date: Wed Mar 19 20:31:17 2008
New Revision: 550
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=550&view=rev

Log:
	* NEWS:
	* HACKING:
	  Prepare for release.
	* style.css:
	  Add fix for footnote positions.



Added:
   trunk/HACKING
Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/style.css

Added: trunk/HACKING
==============================================================================
--- (empty file)
+++ trunk/HACKING	Wed Mar 19 20:31:17 2008
@@ -0,0 +1,29 @@
+Testing
+=======
+
+jhbuild --no-interact build 2>&1 | tee build.log
+grep "gtkdoc-* line" build.log
+
+jhbuild buildone --no-net glib
+
+Releasing
+=========
+
+http://live.gnome.org/MaintainersCorner/Releasing
+
+~/projects/gstreamer-0.10/www/bin/bugzilla general 1.9 gtk-doc >RELNOTES.fixes.xml
+./xml2txt.sh
+moap cl contributors
+add then to NEWS
+
+make dist
+svn cp svn+ssh://<user>@svn.gnome.org/svn/gtk-doc/trunk svn+ssh://<user>@svn.gnome.org/svn/gtk-doc/tags/GTK_DOC_1_9/
+
+scp gtk-doc-1.9.tar.gz <user>@master.gnome.org:
+ssh <user>@master.gnome.org
+install-module gtk-doc-<ver>.tar.gz
+
+bump versions in:
+  configure.in
+  help/manual/C/gtk-doc-manual.xml
+  

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Mar 19 20:31:17 2008
@@ -1,3 +1,43 @@
+GTK-Doc 1.10    (Mar 20 2008)
+============
+
+ Changes
+
+ o 460753 : enable vpath build in gtkdoc-mkhtml
+ o 503119 : Add dependency on content_files to SGML target
+ o 127049 : building reference documentation fails when builddir != s...
+ o 481811 : Inline function bodies are confused with declarations
+ o 448879 : Use a footer when generating HTML documentation
+ o 492005 : Deprecation guard warnings for properties and signals
+ o 498521 : Inconsistent compiler flags passed in gtk-doc.make
+ o 365913 : gtk-doc output is not predictable
+ o 446648 : gtk-doc does not handle forward typedef'd enums
+ o 468278 : Display proper types for properties
+ o 497367 : don't use US-ASCII for output encoding
+ o 501066 : Missing quotes around gtkdoc-rebase check cause a warning
+ o 508897 : [PATCH] Fix build when gtk-doc is not installed
+ o 509539 : Building documentation aborts when no .types file is present
+ o 512154 : Struct member type attributes are limited to one token
+ o 513318 : gtk-doc.el doesn't work fine with emacs22
+
+
+ Contributors
+
+ Benjamin Otte
+ Carlos Garnacho
+ Damon Chaplin
+ David NeÄas
+ Frederic Peters
+ Joe Marcus Clarke
+ Kouhei Sutou
+ LoÃc Minier
+ Mathias Hasselmann
+ Petteri RÃty
+ Rouslan Solomakhin
+ Stefan Kost
+ Sven Herzberg
+ Yeti
+
 GTK-Doc 1.9     (Sep 30 2007)
 ===========
 

Modified: trunk/style.css
==============================================================================
--- trunk/style.css	(original)
+++ trunk/style.css	Wed Mar 19 20:31:17 2008
@@ -22,6 +22,11 @@
 
 /* this is needed so that the local anchors are displayed below the naviagtion */
 @media screen {
+  sup a.footnote
+  {
+    position: relative;
+    top: 0em ! important;
+  }
   div.refnamediv a[name], div.refsect1 a[name]
   {
     position: relative;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]