Commit graph

8 commits

Author SHA1 Message Date
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
mycroft
9f4d6de11e Fix module names so they actually work. 2000-11-26 21:06:10 +00:00
mycroft
b5b97addc4 The .so modules go in the PLIST too. 2000-11-26 20:42:04 +00:00
tron
73a1871d42 Adapt this package to version 2.0 of the "python" package. 2000-11-17 07:53:21 +00:00
tron
ae53c44b07 Update "gnome-python" package to version 1.0.53. Change since
version 1.0.51:
- pygnome/gtkhtml.py: removed removed functions.
- pygnome/generate/gtkhtml.defs (gtk_html_calc_scrollbars): removed
  private function.
- pygnome/Makefile.am: changed dependencies to point at .lo files
  rather than .o files, as we are using libtool now.
- pygnome/examples/gtkhtml_demo.py (HtmlWindow.load_url): don't call
  GtkHTML.parse().
- pygnome/generate/gtkhtml.defs (gtk_html_parse): remove function that
  was removed from gtkhtml.
- configure.in, gnome-python.spec: updated version number.
- NEWS: added news items.
- pygnome/Makefile.am (_gtkhtmlmodule_la_LIBADD): link with the
  correct library list.
- pygnome/gnome/config.py (section_contents,private_section_contents):
  fixed incorrect naming of wrapper.
- (lots of files): switch over to using libtool and automake-1.4a.
- pygnome/gnomeuimodule.c, pygnome/gnome/ui.py, pygnome/generate/gnomeui.defs:
  Modified _wrap_gnome_file_entry_get_full_path, so that it supports
  NULL as a return value (if the user does not select a file)
- pygnome/gnomeuimodule.c (_wrap_gnome_dialog_button_connect):
  create a tuple (function, arguments) to be registered in the
  callback. This corrects random behaviors after callback.
- pygnome/gnome/__init__.py: don't bother with the python-1.4
  compatibility stuff -- gnome-python won't work with python-1.4 for
  other reasons.
- configure.in: updated version.  Require gtk+ >= 1.2.6 for same
  reasons pygtk requires it.
- gnome-python.spec: incremented version numbers.  Add requires
  headers for gtk+ and gnome-libs so people don't annoy me with
  problems caused by old versions.  Also, require the matching version
  of pygtk.  Also, make pygnome-libglade require pygnome.
- pygnome/gettext.py (Catalog.__init__): check for msb encoded
  catalogs as well.
- pygtk/gtkmodule.c: When changing a gtkadjustment,
  call gtk_adjustment_changed()
- autogen.sh: Work with builddir != srcdir.
- pygnome/gnomeuimodule.c (list_to_ui_info): set user_data to
  NULL, to avoid crashes in free_ui_info.
- pygnome/gnomeuimodule.c: added PyGtk_Get() around parameters in
  MDI handling.
- pygnome/gnome/ui.py (GnomeMDIGenericChild.__marshal.__call__):
  fix mistake here.
2000-06-05 19:52:31 +00:00
tron
ec781a5775 Update "gnome-python" package to version 1.0.51 and add missing dependence
on "control-center" package. A change list is not available unfortunately.
2000-03-14 22:20:21 +00:00
tron
7fe5cc61ae Join "gnome-python" with "py-gtk" package because their sources are
distributed bundled these days and trying to seperate them causes
build problems.
2000-01-02 18:11:22 +00:00
tron
25dca8022d Import new "gnome-python" package:
Python Bindings for the GNU Network Object Model Environment
1999-11-20 20:17:47 +00:00