Appendix C. ChangeLog


        ============== 2.4 ==================
2005-04-13  John Finlay  <finlay@moeraki.com>

        * pygtk2-tut.xml: Set version number and pubdate.

        * Copyright.xml: Update date.

        * Replace gtk.TRUE and gtk.FALSE. Fix misc. other deprecations.

2005-03-31  John Finlay  <finlay@moeraki.com>

        * ComboBoxAndComboBoxEntry.xml: Convenience function is
        gtk.combo_box_entry_new_text(). (brett@belizebotanic.org)

2005-02-28  John Finlay  <finlay@moeraki.com>

        * GettingStarted.xml (Stepping) add print statement to destroy
        handler for illustrative purposes. (Rodolfo Gouveia)

        ============== 2.3 ==================
2004-12-24  John Finlay  <finlay@moeraki.com>

        * pygtk2-tut.xml: Set version number and pubdate. Add revhistory.

        * UIManager.xml: Add.

2004-12-13  John Finlay  <finlay@moeraki.com>

        * MovingOn.xml: Remove reference to WINODW_DIALOG (Jens Knutson)

2004-12-08  John Finlay  <finlay@moeraki.com>

        * DragAndDrop.xml Patch from Rafael Villar Burke

2004-12-01  John Finlay  <finlay@moeraki.com>

        * Scribble.xml Patch by Rafael Villar Burke.

2004-11-29  John Finlay  <finlay@moeraki.com>

        * ComboBoxAndComboBoxEntry.xml Patch by Rafael Villar Burke.
        * TimeoutsIOAndIdleFunctions.xml Patch by Rafael Villar Burke.

        * AdvancedEventAndSignalHandling.xml Add parameter tags to function
        and method defs. Patch by Rafael Villar Burke.

2004-11-20  John Finlay  <finlay@moeraki.com>

        * ColorButtonAndFontButton.xml: 
        * SettingWidgetAttributes.xml: Fix xml tags. (Rafael Villar Burke)

2004-10-31  John Finlay  <finlay@moeraki.com>

        * ExpanderWidget.xml
        * GenericTreeModel.xml
        * CellRenderers.xml Fixes by Rafael Villar Burke.

2004-10-28  John Finlay  <finlay@moeraki.com>

        * TreeViewWidget.xml Fixes by Rafael Villar Burke.

2004-10-24  John Finlay  <finlay@moeraki.com>

        * ContainerWidgets.xml Many fixes by Rafael Villar Burke.

        * MiscellaneaousWidgets.xml Many fixes by Rafael Villar Burke.

2004-10-13  John Finlay  <finlay@moeraki.com>

        * PackingWidgets.xml ButtonWidget.xml Fix typos per kraai
        Fixes #155318.

2004-09-20  John Finlay  <finlay@moeraki.com>

        * TextViewWidget.xml Minor fixes by Rafael Villar Burke.

        * ActionsAndActionGroups.xml Add.
        * NewInPyGTK2.4.xml Include ActionsAndActionGroups.xml

2004-09-12  John Finlay  <finlay@moeraki.com>

        * TreeModel.xml (sec-ManagingRowData) Minor fix. Patch by
        Rafael Villar Burke

2004-09-08  John Finlay  <finlay@moeraki.com>

        * ContainerWidgets.xml (sec-AspectFrames)
        (sec-Alignment) Fix link to Ref manual.

2004-08-31  John Finlay  <finlay@moeraki.com>

        * DrawingArea.xml Rewrite portions based on patch by Rafael Villar 
        Burke.

        * DrawingArea.xml Add missing literal tags.
        Patch by Rafael Villar Burke.

2004-08-21  John Finlay  <finlay@moeraki.com>

        * ColorButtonAndFontButton.xml Add.

        * NewInPyGTK24.xml Include ColorButtonAndFontButton.xml.

2004-08-19  John Finlay  <finlay@moeraki.com>

        * Scribble.xml (sec-DrawingAreaWidgetAndDrawing)
        Update example description.

2004-08-16  John Finlay  <finlay@moeraki.com>

        * CellRenderers.xml Add cellrenderer.py example program section

        * Credits.xml Credit Steve George for cellrenderer.py example
        program.

2004-08-15  John Finlay  <finlay@moeraki.com>

        * CellRenderers.xml (Activatable Toggle Cells) Add info about
        setting the toggle from a column. (#150212) (Steve George)

2004-08-13  John Finlay  <finlay@moeraki.com>

        * TreeModel.xml Clean up Adding TreeStore rows section (Joey Tsai)
        Add missing text in Large Data Stores section.. (Joey Tsai)

2004-08-08  John Finlay  <finlay@moeraki.com>

        * TreeModel.xml
        * CellRenderers.xml
        * GenericTreeModel.xml
        * TreeViewWidget.xml
        * NewWidgetsAndObjects.xml Minor rewording and addition of tags.

2004-08-06  John Finlay  <finlay@moeraki.com>

        * ButtonWidget.xml Fix errors in examples.
        * DragAndDrop.xml Fix anchor.
        * MenuWidget.xml Fix typo.
        * PackingWidgets.xml Fix typo.
        * MiscellaneousWidgets.xml (Dialogs) (Images) (Pixmaps) (Rulers)
        (Progressbar) (Label)
        Fix faulty wording and errors (All thanks to Marc Verney)

2004-08-04  John Finlay  <finlay@moeraki.com>

        * DrawingArea.xml Update example to use rulers and scrolled
        window.

        * pygtk2-tut.xml Bump version number and pubdate.

        ============== 2.2 ==================
2004-08-03  John Finlay  <finlay@moeraki.com>

        * ComboBoxAndComboBoxEntry.xml Add.

        * EntryCompletion.xml Add.

        * ExpanderWidget.xml Add.

        * NewInPyGTK24.xml Add.

        * NewWidgetsAndObject.xml Rearrange and make as a chapter.

        * pygtk2-tut.xml Add NewInPyGTK24.xml. Update date.

2004-08-02  John Finlay  <finlay@moeraki.com>

        * MiscellaneousWidgets.xml Change Combo Box to Combo Widget to avoid
        confusion with new ComboBox widget. Add deprecation note.

2004-07-28  John Finlay  <finlay@moeraki.com>

        * Credits.xml Add PyGTK section with credit to Nathan Durst and 
        Alex Roitman.

        * FileChooser.xml Create.
        * NewWidgetsAndObject.xml Add include for FileChooser.xml.

        * NewWidgetsAndObject.xml Create.

        * pygtk2-tut.xml Add NewWidgetsAndObject.xml file. Bump version
        number and set date.

2004-07-20  John Finlay  <finlay@moeraki.com>

        * TreeViewWidget.xml (sec-ManagingCellRenderers) Fix title.
        More detail on set_sort_column_id().

2004-07-12  John Finlay  <finlay@moeraki.com>

        * TreeViewWidget.xml (sec-CreatingTreeView) Fix faulty capitalization.
        (thanks to Doug Quale)

2004-07-08  John Finlay  <finlay@moeraki.com>

        * Adjustments.xml AdvancedEventAndSignalHandling.xml
        ButtonWidget.xml ChangeLog ContainerWidgets.xml
        DragAndDrop.xml DrawingArea.xml GettingStarted.xml
        ManagingSelections.xml MenuWidget.xml
        MiscellaneousWidgets.xml MovingOn.xml
        PackingWidgets.xml RangeWidgets.xml Scribble.xml
        SettingWidgetAttributes.xml TextViewWidget.xml
        TimeoutsIOAndIdleFunctions.xml WidgetOverview.xml
        Update files with example programs.

2004-07-06  John Finlay  <finlay@moeraki.com>

        * examples/*.py Update examples to eliminate deprecated methods
        and use import pygtk.

        ============== 2.1 ==================
2004-07-06  John Finlay  <finlay@moeraki.com>

        * pygtk2-tut.xml Bump version number to 2.1 and set
        pubdate.

        * TreeViewWidgets.xml Revise the treeviewdnd.py example to
        illustrate row reordering with external drag and drop and
        add explanation.

2004-07-03  John Finlay  <finlay@moeraki.com>

        * TimeoutsIOAndIdleFunctions.xml Update descriptions to use
        the gobject functions.

2004-06-30  John Finlay  <finlay@moeraki.com>

        * TreeViewWidget.xml Extract the CellRenderers section into
        CellRenderers.xml.

        * CellRenderers.xml Create and add section on editable
        CellRendererText.

        * TreeViewWidget.xml Extract the TreeModel section and put into
        new file TreeModel.xml. Add detail to the TreeViewColumn use of
        its sort column ID.

        * TreeModel.xml Create and add section on sorting TreeModel rows
        using the TreeSortable interface.

2004-06-27  John Finlay  <finlay@moeraki.com>

        * TreeViewWidget.xml (Cell Data Function) Add filelisting example
        using cell data functions. Add XInclude header to include generic
        tree model and cell renderer subsections.
        Fix typos and errors in links. Fix bugs in example listings.
        Add section on TreeModel signals.

2004-06-22  John Finlay  <finlay@moeraki.com>

        * Introduction.xml Add note about pygtkconsole.py and gpython.py
        programs do not work on Windows. Thanks to vector180.

2004-06-14  John Finlay  <finlay@moeraki.com>

        * DragAndDrop.xml Fix signal lists for drag source and dest.
        Add detail to the overview drag cycle. Add detail about signal
        handler operation.

        * DragAndDrop.xml Add small example program dragtargets.py to
        print out drag targets.

2004-05-31  John Finlay  <finlay@moeraki.com>

        * GettingStarted.xml Change wording in helloworld.py example
        program - delete_event() comments confusing. Thanks to Ming Hua.

2004-05-28  John Finlay  <finlay@moeraki.com>

        * TreeViewWidget.xml (TreeModelFilter) Replace 'file' with 'filter'.
        Thanks to Guilherme Salgado.

2004-05-27  John Finlay  <finlay@moeraki.com>

        * TreeViewWidget.xml (AccessingDataValues) Fix store.set example
        column number wrong. Thanks to Rafael Villar Burke and Guilherme
        Salgado.
        (CellRendererAttributes) Fix error. Thanks to Doug Quale.
        (TreeModelIntroduction)
        (PythonProtocolSupport) Fix grammatical and spelling errors.
        Thanks to Thomas Mills Hinkle.

2004-05-25  John Finlay  <finlay@moeraki.com>

        * Introduction.xml Add reference links to www.pygtk.org website
        and describe some of its resources.

        ============ 2.0 ==============
2004-05-24  John Finlay  <finlay@moeraki.com>

        * TreeViewWidget.xml Add beginning of tutorial chapter.

        * Introduction.xml Add reference to gpython.py program.

        * pygtk2-tut.xml Bump release number to 2.0.

2004-03-31  John Finlay  <finlay@moeraki.com>

        * MiscellaneousWidgets.xml Fix bug in calendar.py example causing
        date string to be off by one day in some time zones. Fixes #138487.
        (thanks to Eduard Luhtonen)

2004-01-28  John Finlay  <finlay@moeraki.com>

        * DrawingArea.xml Modify description of DrawingArea to clarify that
        drawing is done on the wrapped gtk.gdk.Window. Modify GC description
        to clarify that new GCs created from drawables. (thanks to Antoon
        Pardon)

        * UndocumentedWidgets.xml Remove the section on Plugs and Sockets -
        now in ContainerWidgets.xml.
        
        * ContainerWidgets.xml Add section on Plugs and Sockets written
        by Nathan Hurst.

        * pygtk2-tut.xml Change date and version number.

2003-11-05  John Finlay  <finlay@moeraki.com>

        * Introduction.xml Add reference to the PyGTK 2.0 Reference Manual.

2003-11-04  John Finlay  <finlay@moeraki.com>

        * ContainerWidgets.xml
        * RangeWidgets.xml
        * WidgetOverview.xml Remove reference to testgtk.py since it doesn't
        exist in PyGTK 2.0 (thanks to Steve Chaplin)

2003-10-07  John Finlay  <finlay@moeraki.com>

        * TextViewWidget.xml Change PANGO_ to pango. (thanks to Stephane Klein)
        * pygtk2-tut.xml Change date and version number.

2003-10-06  John Finlay  <finlay@moeraki.com>

        * GettingStarted.xml Change third to second in description of signal
        handler arguments. (thanks to Kyle Smith)

2003-09-26  John Finlay  <finlay@moeraki.com>

        * ContainerWidgets.xml Fix text layout error in frame shadow
        description (thanks to Steve Chaplin)

2003-09-19  John Finlay  <finlay@moeraki.com>

        * ContainerWidgets.xml
        * layout.py Use random module instead of whrandom in
        layout.py example program (thanks to Steve Chaplin)

        * PackingWidgets.xml
        * packbox.py Use set_size_request() instead of set_usize() in
        packbox.py example (thanks to Steve Chaplin)

2003-07-11  John Finlay  <finlay@moeraki.com>

        * ContainerWidgets.xml Fix link references to class-gtkalignment to
        use a ulink instead of a link.

        * ChangeLog Add this change log file

        * pygtk2-tut.xml Change date and add a version number. Add ChangeLog
        as an appendix.