313 строки
10 KiB
Plaintext
313 строки
10 KiB
Plaintext
2006-09-18 Joe Shaw <joeshaw@novell.com>
|
|
|
|
* configure.in: Bump version to 0.8.1. Require gtk-sharp 2.4.0.
|
|
|
|
* sources/makefile: Download the 1.14.1 tarball.
|
|
|
|
* gsf/Gsf.metadata: Mark the Infile.ChildByName method as owning
|
|
its reference to fix leaks that would cause files to never be
|
|
closed.
|
|
|
|
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.
|