diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-07 11:18:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-07 11:18:04 +0000 |
commit | 85a8fa2ab4a1a6eddd2b1df7a9c5ae7592f821a8 (patch) | |
tree | c81fd62e567a6619f32da266d1cda619639ea4af /gnome-extra/gal/files | |
parent | repoman died for some reason halfway through my previous commit operation. ho... (diff) | |
download | historical-85a8fa2ab4a1a6eddd2b1df7a9c5ae7592f821a8.tar.gz historical-85a8fa2ab4a1a6eddd2b1df7a9c5ae7592f821a8.tar.bz2 historical-85a8fa2ab4a1a6eddd2b1df7a9c5ae7592f821a8.zip |
version bump
Diffstat (limited to 'gnome-extra/gal/files')
-rw-r--r-- | gnome-extra/gal/files/digest-gal-1.99.4 | 1 | ||||
-rw-r--r-- | gnome-extra/gal/files/gal-1.99.4-sgml-fix2.patch | 16 | ||||
-rw-r--r-- | gnome-extra/gal/files/gal-1.99.4-sgml-fix3.patch | 53 |
3 files changed, 70 insertions, 0 deletions
diff --git a/gnome-extra/gal/files/digest-gal-1.99.4 b/gnome-extra/gal/files/digest-gal-1.99.4 new file mode 100644 index 000000000000..3164c4d6936f --- /dev/null +++ b/gnome-extra/gal/files/digest-gal-1.99.4 @@ -0,0 +1 @@ +MD5 2d710777a063dd16658d6e68c35f46fa gal-1.99.4.tar.bz2 953020 diff --git a/gnome-extra/gal/files/gal-1.99.4-sgml-fix2.patch b/gnome-extra/gal/files/gal-1.99.4-sgml-fix2.patch new file mode 100644 index 000000000000..b13b281607ad --- /dev/null +++ b/gnome-extra/gal/files/gal-1.99.4-sgml-fix2.patch @@ -0,0 +1,16 @@ +--- gal-1.99.4/docs/sgml/e-table-header-item.sgml 2003-04-29 19:28:49.000000000 +0100 ++++ gal-1.99.4/docs/sgml/e-table-header-item.sgml 2003-05-06 22:57:53.000000000 +0100 +@@ -197,12 +197,10 @@ + </entry></row> + <row><entry align="right"><parameter>arg1</parameter> :</entry> + <entry>The GdkEvent. +-</para> +- + </entry></row> + <row><entry align="right"><parameter>user_data</parameter> :</entry> + <entry>user data set when the signal handler was connected.</entry></row> +-</tbody></tgroup></informaltable></refsect2> ++</tbody></tgroup></informaltable></para></refsect2> + </refsect1> + + diff --git a/gnome-extra/gal/files/gal-1.99.4-sgml-fix3.patch b/gnome-extra/gal/files/gal-1.99.4-sgml-fix3.patch new file mode 100644 index 000000000000..0e1101a8609f --- /dev/null +++ b/gnome-extra/gal/files/gal-1.99.4-sgml-fix3.patch @@ -0,0 +1,53 @@ +--- gal-1.99.4/docs/gal-api.sgml 2001-01-12 07:25:25.000000000 +0000 ++++ gal-1.99.4/docs/gal-api.sgml 2003-05-06 22:50:05.000000000 +0100 +@@ -148,7 +148,7 @@ + </chapter> + + <chapter id="e-text"> +- <title>E-text<title> ++ <title>E-text</title> + &EText; + &ETextEventProcessor; + &ETextEventProcessorEmacsLike; +@@ -156,12 +156,12 @@ + </chapter> + + <chapter id="e-font"> +- <title>E-Font<title> ++ <title>E-Font</title> + &gal-e-font; + </chapter> + + <chapter id="view-configurationt"> +- <title>View configuration<title> ++ <title>View configuration</title> + &GalViewFactoryEtable; + &GalDefineViewsDialog; + &GalView; +@@ -173,7 +173,7 @@ + </chapter> + + <chapter id="combo-boxes"> +- <title>Combo Boxes and associated utilities<title> ++ <title>Combo Boxes and associated utilities</title> + &GtkComboStack; + &GtkComboText; + &PixmapCombo; +@@ -183,7 +183,7 @@ + </chapter> + + <chapter id="utility-widgets"> +- <title>Extended GNOME widgets and utilities<title> ++ <title>Extended GNOME widgets and utilities</title> + &ECanvas; + &ECanvasVbox; + &gal-e-canvas-utils; +@@ -208,7 +208,7 @@ + </chapter> + + <chapter id="cut-and-paste"> +- <title>Cut and Paste code<title> ++ <title>Cut and Paste code</title> + &EHPaned; + &EVPaned; + &EPaned; |