* FvwmPager/x_pager.c (Scroll): Fix Pager going crazy on a button 3 drag.
[fvwm.git] / perllib / ChangeLog
blob5f735123d87707e1e4eba2aaa3d5c4caef34498a
1 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
3         * FVWM/create-commands:
4         * FVWM/Commands.pm:
5         new autogenerated perllib class, lists all commands and their properties
7 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
9         * perllib/FVWM/EventNames.pm:
10         M_NEW_PAGE now has 7 arguments
12 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
14         * FVWM/Module.pm.in:
15         new API methods and other small changes
17         * FVWM/Module/Makefile.am:
18         * FVWM/Module/Toolkit.pm:
19         added new superclass of all widget attached module subclasses
21         * FVWM/Module/Gtk2.pm:
22         added support for a future Gtk2-Perl
24         * FVWM/Module/Gtk.pm:
25         * FVWM/Module/Tk.pm:
26         updated to the new Toolkit superclass, small API changes involved
28 2002-11-20  Mikhael Goikhman  <migo@homemail.com>
30         * FVWM/Module.pm.in:
31         switch to perl-5.004
33         * FVWM/Module/Gtk.pm:
34         try also gtk-shell as the fatal error displayer
36 2002-11-02  Mikhael Goikhman  <migo@homemail.com>
38         * FVWM/TrackerFactory.pm:
39         preliminary outlines of new tracker/grabber classes
41 2002-10-25  Mikhael Goikhman  <migo@homemail.com>
43         * FVWM/Module.pm.in:
44         work around the new perl-5.8.0 behaviour regarding signals
45         failing sysread
47         * FVWM/Module/Gtk.pm:
48         show an error message box if Gtk-Perl is requested, but can't be loaded
50 2002-10-14  Mikhael Goikhman  <migo@homemail.com>
52         * FVWM/Module.pm.in:
53         fixed handling of synchronized events
55 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
57         * FVWM/Event.pm:
58         * FVWM/EventNames.pm:
59         rework some API
61         * FVWM/Module.pm.in:
62         small changes in API;
63         it is now possible to run a module in the dummy command line mode
65         * FVWM/Module/Gtk.pm:
66         * FVWM/Module/Tk.pm:
67         new openMessageDialog method, docs, fixes
69 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
71         * FVWM/Event.pm:
72         * FVWM/EventNames.pm:
73         * FVWM/Module.pm.in:
74         reworked internal FVWM::Event implementation
76 2002-09-18  Mikhael Goikhman  <migo@homemail.com>
78         * perllib/FVWM/Module.pm.in:
79         more documentation improvements
81 2002-09-17  Mikhael Goikhman  <migo@homemail.com>
83         * perllib/FVWM/Constants.pm:
84         * perllib/FVWM/Module.pm.in:
85         * perllib/FVWM/create-constants:
86         minor documentation changes
88 2002-09-14  Mikhael Goikhman  <migo@homemail.com>
90         * FVWM/Event.pm:
91         * FVWM/EventNames.pm:
92         some documentation
94         * FVWM/Module.pm.in:
95         fixed bad typo
97 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
99         * FVWM/Constants.pm:
100         * FVWM/Event.pm:
101         * FVWM/EventNames.pm:
102         * FVWM/Makefile.am:
103         * FVWM/Module.pm.in:
104         * FVWM/create-constants:
105         Implemented a new event handler API, now handlers receive only
106         one event object.
108 2002-06-23  Mikhael Goikhman  <migo@homemail.com>
110         * FVWM/Module.pm.in:
111         Debug may be given as a reference in constructor, good for EnableOptions
113 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
115         * FVWM/Module.pm.in:
116         * FVWM/Constants.pm:
117         * FVWM/create-constants:
118         added almost complete documentation
120         * FVWM/Module/Gtk.pm:
121         * FVWM/Module/Tk.pm:
122         updated documentation
124 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
126         * FVWM/Module.pm.in:
127         * General/FileSystem.pm:
128         * General/Parse.pm:
129         updated man pages
131 2002-06-09  Mikhael Goikhman  <migo@homemail.com>
133         * FVWM/Module.pm.in:
134         catch die in system signal handlers; a more clean shutdown
136 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
138         * FVWM/Module.pm.in:
139         added Debug option to modules
141 2002-05-29  Mikhael Goikhman  <migo@homemail.com>
143         * General/FileSystem.pm:
144         fixed saving a file without a path
146 2002-05-28  Mikhael Goikhman  <migo@homemail.com>
148         * FVWM/Module.pm.in:
149         renamed sendText to send, support continuation lines
151         * FVWM/Module/Gtk.pm:
152         added openErrorDialog method, good for debugging
154         * General/Parse.pm:
155         added getTokens, cutTokens
157 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
159         * FVWM/Module.pm.in:
160         * FVWM/Constants.pm:
161         * FVWM/create-constants:
162         added support for synchronous startup and synchronous messages
164 2002-04-20  Mikhael Goikhman  <migo@homemail.com>
166         * FVWM/Module.pm.in:
167         * General/FileSystem.pm:
168         search a non fully qualified file in $FVWM_USERDIR and $FVWM_DATADIR
170 2002-03-04  Mikhael Goikhman  <migo@homemail.com>
172         * General/*:
173         added general purpose packages General::FileSystem and General::Parse
175 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
177         * FVWM/Makefile.am:
178         don't automatically generate Constants.pm for now
180 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
182         * FVWM/Makefile.am:
183         * FVWM/Module/Makefile.am:
184         fixed "make distcheck"
186         * FVWM/Module.pm.in:
187         parameters of sendText() switched
189 2002-02-25  Mikhael Goikhman  <migo@homemail.com>
191         * FVWM/Module/Gtk.pm:
192         new subclass in perl library for writting Perl/Gtk based FVWM modules
194         * FVWM/Module/Tk.pm:
195         minor corrections
197 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
199         * FVWM/Module.pm.in:
200         several improvements
202         * FVWM/Makefile.am:
203         * FVWM/Module/Makefile.am:
204         * FVWM/Module/Tk.pm:
205         a new perl module subclass for writting Perl/Tk modules
207         * FVWM/Constants.pm:
208         * FVWM/Makefile.am:
209         * FVWM/create-constants:
210         fixed creating perl constants
212 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
214         * FVWM/Module.pm.in:
215         several fixes, s/sendInfo/sendText/,
216         added support for alias and options
218 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
220         * ChangeLog:
221         * Makefile.am:
222         * FVWM/Makefile.am:
223         * FVWM/create-constants:
224         * FVWM/Constants.pm:
225         * FVWM/Module.pm.in:
226         new files added