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
|
2004-12-06 Jody Goldberg <jody@gnome.org>
* Release 1.11.1
2004-11-28 Jody Goldberg <jody@gnome.org>
* Release 1.11.0
2004-08-20 Jody Goldberg <jody@gnome.org>
* Release 1.10.1
2004-07-03 Jody Goldberg <jody@gnome.org>
* Release 1.10.0
2004-05-15 Jody Goldberg <jody@gnome.org>
* Release 1.9.1
2004-05-04 Jody Goldberg <jody@gnome.org>
* Release 1.9.0
2003-09-12 Jody Goldberg <jody@gnome.org>
* Release 1.8.2
2003-06-15 Jon K Hellan <hellan@acm.org>
* python/__init__.py: Update to recent conventions.
* gsfgnome.override: Remove orbit-python.h
2003-06-07 Jody Goldberg <jody@gnome.org>
* Release 1.8.1
2003-05-11 Jody Goldberg <jody@gnome.org>
* Release 1.8.0
2003-01-28 Jody Goldberg <jody@gnome.org>
* Release 1.7.2
2002-12-11 Jody Goldberg <jody@gnome.org>
* Release 1.6.0
2002-10-26 Jody Goldberg <jody@gnome.org>
* Release 1.5.0
2002-09-30 Jody Goldberg <jody@gnome.org>
* Release 1.4.0
2002-09-19 Jon K Hellan <hellan@acm.org>
* gsf.defs (GsfIOContext.error_occurred,
GsfIOContext.error_message, GsfIOContext.push_error,
GsfIOContext.pop_error): Remove.
(GsfOutfileZip.set_compression_method): Add.
* gsf-arg-types.py: Handle GsfZipCompressionMethod.
2002-09-13 Jon K Hellan <hellan@acm.org>
* gsf.override (GSF_TYPE_OUTFILE_ZIP): Define.
(_wrap_gsf_xml_parser_context): Add.
* gsf.defs (gsf_outfile_msole_new): Fix typo.
(gsf.OutfileZip, gsf_outfile_zip_new): Add.
(gsf_xml_parser_context): Add.
* ex-out-zip.py: Add.
2002-08-25 Jody Goldberg <jody@gnome.org>
* Release 1.3.0
2002-08-21 Jon K Hellan <hellan@acm.org>
* Makefile.am15: Use gsf-arg-types when generating code.
* gsf-arg-types.py: Added char* variants to gnome-python - remove
from here.
2002-08-20 Jon K Hellan <hellan@acm.org>
* gsf-arg-types.py: Handle declaration variations not handled in
gnome-python.
* gsfgnome.override (_wrap_gsf_input_bonobo_new): Initialize Gnome
VFS.
* gsfgnome.defs (gsf_input_gnomevfs_new, gsf_output_gnomevfs_new):
Fix typo.
2002-08-20 Jon K Hellan <hellan@acm.org>
* Makefile.am15 (_gsfmodule_la_LIBADD): -lgsf-gnome-1 should not
be included here.
2002-08-19 Jon K Hellan <hellan@acm.org>
* gsf.defs (GsfInput.seek, GsfOutput.seek):
s/GsfSeekType/GSeekType/.
* gsf.override (_wrap_gsf_input_seek, _wrap_gsf_output_seek): Ditto.
2002-08-19 Jon K Hellan <hellan@acm.org>
* Makefile.am15: Different CFLAGS and LIBADD for gsf and gsf.gnome
modules.
* gsfgnome.override: Change include path for gsf-gnome headers.
2002-08-18 Jon K Hellan <hellan@acm.org>
* README-python: Update build procedure description. With todays
changes, it's simpler and should actually work.
* Makefile.am15: Add, so that people who have Automake 1.5 can
actually build the thing. See README-python.
* .cvsignore: Add gsfgnome.c
2002-08-18 Jon K Hellan <hellan@acm.org>
* gfs.defs: Split out bonobo and gnome-vfs dependency into
gsf.gnome module.
* gsfmodule.c: Ditto.
* gfs.override: Ditto.
* __init__.py: Added to split into gsf and gsf.gnome modules.
* gfsgnome.defs: Ditto.
* gsfgnomemodule.c: Ditto.
* gfsgnome.override: Ditto.
2002-08-15 Jon K Hellan <hellan@acm.org>
* gsf.defs (GsfInput.size, GsfInput.remaining, GsfInput.tell,
GsfOutput.size, GsfOutput.tell): Change return type to gsf_off_t.
(GsfInput.seek, GsfOutput.seek): Change type of offset parameter
to gsf_off_t, of 'whence' to GsfSeeType.
(GsfInput.set_size): Change type of size parameter to gsf_off_t.
(gsf_input_memory_new): Change type of length parameter to
gsf_off_t.
(GsfInfileZip.get_ooname): Remove.
(GsfMetaDataBag): Was commented out. Now remove. Original is still
in CVS.
(GsfOutputBonobo, GsfOutputMemory): Not built in C library, so
remove.
* gsf.override: Include orbit-python.h. Don't ignore io-context.
(_wrap_gsf_input_size, _wrap_gsf_input_remaining,
_wrap_gsf_input_tell, _wrap_gsf_output_size,
_wrap_gsf_output_tell): Check for overflow from gsf_input_size.
(wrap_gsf_input_seek, _wrap_gsf_output_seek): Copy offset to a
gsf_off_t before calling gsf_input_seek
(_wrap_gsf_input_memory_new): Cast to suppress warning.
(_wrap_gsf_infile_zip_get_ooname): Remove.
(_wrap_gsf_output_tell): Add.
* gsfmodule.c (initgsf): Suppress warnings.
2002-08-05 Jon K Hellan <hellan@acm.org>
* gsf.override: (GsfInputBonobo, GsfInputGnomeVFS, GsfIOContext,
GsfOutfile, GsfOutfileMSOle, GsfOutputBonobo, GsfOutputGnomeVFS,
GsfOutputMemory, GsfOuputStdio): Add.
(_wrap_gsf_input_read): Use correct type of gsf_input_size.
(_wrap_gsf_input_seek, _wrap_gsf_input_tell,
_wrap_gsf_input_memory_new): Kill warning.
(_wrap_gsf_input_stdio_new, _wrap_gsf_input_mmap_new,
_wrap_gsf_input_textline_utf8_gets,
_wrap_gsf_infile_name_by_index, _wrap_gsf_infile_child_by_name):
Remove. Improved pygtk-codegen?
(_wrap_gsf_input_bonobo_new, _wrap_gsf_output_size)
(_wrap_gsf_output_seek, _wrap_gsf_output_seek)
(_wrap_gsf_output_write, _wrap_gsf_output_bonobo_new): Add.
* gsf.defs (GsfInput.uncompress, GsfInfileZip.get_ooname,
GsfInputBonobo, GsfInputGnomeVFS, GsfIOContext, GsfOutfile,
GsfOutfileMSOle, GsfOutputBonobo, GsfOutputGnomeVFS,
GsfOutputMemory, GsfOuputStdio): Add.
(GsfInput.name): Correct type.
2002-08-12 Jody Goldberg <jody@gnome.org>
* Release 1.2.0
2002-07-21 Jody Goldberg <jody@gnome.org>
* Release 1.1.0
2002-06-23 Jon K Hellan <hellan@acm.org>
* README-python: Update build instructions.
2002-06-20 Jon K Hellan <hellan@acm.org>
* README-python: Explain how to build.
|