1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
|
2006-04-21 Joe Shaw <joeshaw@novell.com>
* sources/makefile: Make the get-source-code target download the
1.14.0 tarball.
2006-04-21 Daniel Drake <dsd@gentoo.org>
* configure.in: Require libgsf-1 1.14, but less than 1.15. Change
GSF_SO_VERSION to match the new .so version. Bump version to 0.8.
* sources/gsf-sharp-sources.xml, gsf/gsf-api.raw: Regenerate against
libgsf-1.14.0.
2006-01-20 Daniel Drake <dsd@gentoo.org>
* configure.in: Remove check for libgsf-gnome-1 since we don't generate
bindings for that at the moment.
2005-11-15 Joe Shaw <joeshaw@novell.com>
* configure.in: Version 0.7
2005-11-15 Joe Shaw <joeshaw@novell.com>
* configure.in: Require gtk-sharp 2.3.90. Require libgsf-1
1.13, but less than 1.14. Define the libgsf .so version in
here. Update API_VERSION to 0.0.0.7.
* gsf/Input.custom, gsf/Global.custom, gsf/Output.custom:
Change the DllImport to load libgsf-1.dll instead of
libgsf-1-1.dll, which doesn't really make sense.
* gsf/gsf-sharp.dll.config.in: Change dllmap to libgsf-1.dll,
and add the libgsf .so version as defined in configure.in.
* gsf/Gsf.metadata: Now that we're using 2.3.90, we don't
need a bunch of crazy rules to handle "char const *" type
definitions.
* gsf/gsf-api.raw: Regenerate this, based on 1.13.3 sources.
* sources/gsf-sharp-sources.xml: Update for libgsf 1.13.3,
update library name to libgsf-1.dll.
* sources/makefile: Fetch the 1.13.3 sources from GNOME FTP.
2005-11-03 Joe Shaw <joeshaw@novell.com>
* configure.in: Version 0.6
2005-11-03 Joe Shaw <joeshaw@novell.com>
* gsf/DocProp.custom: Change the value parameter to be ref rather
than out, since the glib is expecting it to be zeroed out. Patch
from Daniel Drake.
2005-10-28 Joe Shaw <joeshaw@novell.com>
* configure.in: Version 0.5
2005-10-28 Veerapuram Varadhan <vvaradhan@novell.com>
Fixes 316120, b.x.c: 76185
* gsf/Gsf.metadata: Hide the Get/Set methods for DocProp value.
* gsf/DocProp.custom: Tweaks to work around odd API in libgsf that returns GValue*. This uses the glue code as the workaround.
* glue/gsf-doc-prop-glue.c: Wrapper for gsf_doc_prop_get_val and gsf_doc_prop_set_val functions.
* glue/gsf-doc-prop-glue.h: Glue header.
* glue/Makefile.am: Make script.
* makefile.am: build glue code
* configure.in: -- ditto --
2005-08-18 Joe Shaw <joeshaw@novell.com>
* gsf/makefile.am: Install gsf-api.xml into gapi-2.0 dir in
$datadir, not whatever prefix gtk-sharp is in.
2005-08-18 Joe Shaw <joeshaw@novell.com>
* configure.in: Version 0.4. Don't check for mint, install the
assemblies into the right directory, require libgsf 1.12.1 and gtk-sharp-2.0.
* gsf/Msole.custom: Remove this.
* gsf/Global.custom: Remove GetPropVal() and GetPropValStr().
* gsf/makefile.am: Use gtk-sharp-2.0, remove Msole.custom.
* gsf/Gsf.metadata: Add a crapload of metadata tweaks, mostly to
work around an odd API in libgsf and the fact that the gtk-sharp
parser doesn't handle it.
* gsf/gsf-api.raw: Regenerated.
* sources/gsf-sharp-sources.xml: Deal with 1.12.1 instead of
1.10.1.
* sources/makefile: Use gapi2-parser, get the 1.12.1 tarball.
2005-03-03 Christopher James Lahey <clahey@novell.com>
* configure.in: Updated version.
* gsf/Gsf.metadata: Hide duplicate constructors for GsfOutputIOChannel and GsfInputMemory.
2004-12-03 Veerapuram Varadhan <vvaradhan@novell.com>
* gsf/Global.custom: Added GetPropVal and GetPropValStr methods.
* gsf/makefile.am: add new .custom file
* gsf/Gsf.metadata: removed Gsf.DocMetaData from being hidden.
* gsf/gsf-api.raw: Added DocMetaData class definition.
* gsf/Msole.custom: Added definition for MetaDataReadReal method.
2004-07-05 Todd Berman <tberman@off.net>
* configure.in:
* gtksourceview-sharp.pc.in:
* makefile.am: Patches from Marcin Krzyzanowski <krzak@pld-linux.org>
to fix various libdir and mono vs mint issues.
2004-07-03 John Luke <jluke@cfl.rr.com>
* gtksourceview/makefile.am: add new .custom files
* gtksourceview/Gtk.metadata: hide some things that belong in .custom
* gtksourceview/Global.custom:
* gtksourceview/SourceTagTable.custom:
* gtksourceview/SourceLanguage.custom:
* gtksourceview/SourceLanguagesManager.custom: replace GLib.SList
returns with arrays of the appropriate types
* configure.in: update mono, monodoc, gtk# deps to 1.0
increment api version to 1.0.0.2
bump version to 0.5.99
2004-07-02 John Luke <jluke@cfl.rr.com>
* gtksourceview/Gtk.metadata: hide SourceBuffer.GetMarkersAtRegion
* gtksourceview/SourceBuffer.custom: add nicer GetMarkersAtRegion
2004-06-29 Todd Berman <tberman@off.net>
* gtksourceview-sharp.pc.in: changeup pc file a bit.
2004-06-29 Todd Berman <tberman@off.net>
* configure.in: apiversion = 1.0.0.1, version = 0.5
2004-06-29 Todd Berman <tberman@off.net>
* gtksourceview/AssemblyInfo.cs.in: fix
2004-06-26 Todd Berman <tberman@off.net>
* configure.in: Add GACUTIL_FLAGS
* gtk-sharp.pub: remove.
* gtk-sharp.snk: add full keyfile.
* makefile.am: dist gtk-sharp.snk.
* sources/.cvsignore: ignore 1.0.0 dir.
* gtksourceview/makefile.am: modifications to use .snk and sign
the assembly properly.
2004-06-06 John Luke <jluke@cfl.rr.com>
* doc/Makefile.am: install docs conditionally on monodoc
2004-06-01 Todd Berman <tberman@sevenl.net>
* configure.in: require 0.8 of gtksourceview.
* makefile.am: remove csharp.lang, cleanup other extra lang files
* csharp.lang: removed, as its part of 0.8
2004-05-31 Todd Berman <tberman@sevenl.net>
* configure.in: bump deps, etc. dist 0.3
2004-05-27 Todd Berman <tberman@sevenl.net>
* doc/Makefile.am: fix distcheck, we arent putting docs in the right
place now i guess. need to figure it out.
* configure.in: bump version.
2004-05-21 Pawel Rozanski <tokugawa@afn.no-ip.org>
* nemerle.lang: add numbers, change "void" type.
2004-05-19 Todd Berman <tberman@sevenl.net>
* doc/Makefile.am: add $(DESTDIR)
2004-05-16 Todd Berman <tberman@sevenl.net>
* gtksourceview/Makefile.am: make work with mono from cvs.
2004-05-13 Todd Berman <tberman@sevenl.net>
* gtksourceview-sharp.pc.in: make this actually work
2004-05-05 Mike Kestner <mkestner@speakeasy.net>
* gtksourceview/Gtk.metadata : mark a construct prop on SourceBuffer.
2004-05-01 Todd Berman <tberman@sevenl.net>
* *: add stuff for gac.
2004-04-30 John Luke <jluke@cfl.rr.com>
* autogen.sh: add --enable-maintainer-mode to configure
* configure.in: update to be like Gtk# cvs
output AssemblyInfo.cs and the config file
dep on Gtk# 0.18.99
add monodoc conditional stuff from Gtk#
* gtksourceview/makefile.am: use $CSC instead of $MCS
* gtksourceview/.cvsignore: ignore AssemblyInfo.cs and
gtksourceview-sharp.dll.config
* docs/*: add stubs and stuff to build and install with
monodoc
2004-04-27 Todd Berman <tberman@sevenl.net>
* gtksourceview/Gtk.metadata: change namespace to GtkSourceView.
* gtksourceview/SourceBuffer.custom: update to reflect namespace change.
* gtksourceview/GtkSourceView.cs: update to reflect namespace change.
2004-04-25 Pawel Rozanski <tokugawa@afn.no-ip.org>
* Makefile.am: add nemerle.lang
* nemerle.lang: add lanuage file
* vbnet.lang: changed mimetypes to text/x-vb
* gtksourceview-sharp.mime: mime for nemerle/vbnet
* gtksourceview-sharp.keys: keys for nemerle/vbnet
2004-04-27 John Luke <jluke@cfl.rr.com>
* Makefile.am: add vbnet.lang
* vbnet.lang: add language file
2004-03-17 John Luke <jluke@cfl.rr.com>
* makefile.am:
* gtksourceview/makefile.am: make distcheck fixes from Gtk#
and other updates
* sources/makefile: use .raw for the api file output
* gtksourceview/gtksourceview-api.xml: remove
* gtksourceview/gtksourceview-api.raw: add and regen
2004-03-07 John Luke <jluke@cfl.rr.com>
* configure.in: bump version number to 0.2
require mono 0.30 and gtk# 0.17 for sanity reasons
2004-02-22 John Luke <jluke@cfl.rr.com>
* makefile.am: add gtksourceview-sharp.keys
* gtksourceview-sharp.keys: add
2004-02-20 John Luke <jluke@cfl.rr.com>
* makefile.am: install and dist gtksourceview-sharp.mime
substitute gtksharp_prefix (which can be different than prefix)
* gtksourceview-sharp.mime: register the text/x-csharp mimetype
* gtksourceview/makefile.am: use gtksharp_prefix
2004-02-17 Todd Berman <tberman@sevenl.net>
* Gtk.metadata: fixing Source.IterFindMatchingBracket.
2004-02-16 Martin Willemoes Hansen <mwh@sysrq.dk>
* configure.in: gapi_codegen should be gapi-codegen, fixed.
2004-02-12 Todd Berman <tberman@sevenl.net>
* configure.in: removing monodoc requirement, as its not even used.
2004-02-08 Martin Willemoes Hansen <mwh@sysrq.dk>
* autogen.sh: Executes aclocal first, this fixes a lot of warnings
* gtksourceview/GtkSourceView.cs: Added, this is the module class for
gtksourceview-sharp, it has a GtkSourceView.Init method which initializes
the module.
2004-02-05 Martin Willemoes Hansen <mwh@sysrq.dk>
* gtksourceview/makefile.am: Removed -nowarn:0660,0661, these warnings
are not generated anymore.
2004-01-30 Martin Willemoes Hansen <mwh@sysrq.dk>
* gtksourceview/SourceLanguagesManager.custom: Removed, this was a bad
fix which could lead to nasty null pointer exceptions.
* gtksourceview/Gtk.metadata: Unhide method GetLanguageFromMimeType
* gtksourceview/gtksourceview-api.xml: Regenerated
2003-12-10 John Luke <jluke@cfl.rr.com>
* csharp.lang: rearrange keywords into one group and
alphabetize somewhat, add missing keywords from
mcs/mcs/cs-parser.jay, remove attribute regex because
it fails to compile or work frequently
2003-11-28 Martin Willemoes Hansen <mwh@sysrq.dk>
* gtksourceview/Gtk.metadata: Hide method GetLanguageFromMimeType
to workaround a bug.
* gtksourceview/SourceLanguagesManager.custom: Added the above mentioned
method with a new implementation, which fixes the bug.
* gtksourceview/gtksourceview-api.xml: Regenerated
2003-11-20 Martin Willemoes Hansen <mwh@sysrq.dk>
Initial Import.
|