Fixed some memory leaks in GUI.
[pspp-builds.git] / src / ui / gui / ChangeLog
1 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3         * data-sheet.c, helper.c, helper.h, psppire-data-store.c, 
4           psppire-var-store.c:
5           
6           Set free_strings flag so that the gtksheet frees the string data 
7           when it's done with them.
8
9 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
10
11         * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c 
12         psppire.c: Converted strings to utf8 before passing to gtksheet.
13
14         * psppire-dict.c: Changed buffer to more reasonable length
15
16         * var-sheet.c: Changed maximum string length to use macro from
17         data/values.h
18
19         
20 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
21
22         * psppire-data-store.c: Fixed buglet initialising string members.
23
24 Thu May  4 18:04:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
25
26         * message-dialog.c message-dialog.h: Added simple queuing to messages
27         reported, and ensure that dialog boxes dont appear when pointer grab
28         is active.
29
30         * psppire-data-store.c: Fix overflow on very long string variables.
31
32         * automake.mk: Fix broken dependency.
33
34
35 Tue Apr 25 11:08:04 2006  Ben Pfaff  <blp@gnu.org>
36
37         Finish reforming error message support.  In this phase, move
38         message.c into libpspp.
39         
40         * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
41
42 Tue Apr 25 10:56:53 2006  Ben Pfaff  <blp@gnu.org>
43
44         Continue reforming error message support.  In this phase, drop
45         actual message printing from core code, substituting a callback,
46         and add the callback to each UI.  Also, move verbose_msg() into
47         its own module.
48
49         * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c.
50
51         * message-dialog.c: (message_dialog_init) New function.
52         (vmsg) Rename handle_msg(), rewrite as callback function.
53         (msg) Removed.
54         (msg_emit) Removed.
55         (msg_assert_fail) Removed.
56         (verbose_msg) Removed.
57
58         * psppire.c: (main) Call message_dialog_init().
59
60 Sun Apr 23 22:07:49 2006  Ben Pfaff  <blp@gnu.org>
61
62         Continue reforming error message support.  In this phase, get rid
63         of message "titles" and put the message text in `struct error'.
64         Now `struct error' encapsulates a message more properly.
65         
66         * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
67         interface.
68
69 Sun Apr 16 20:45:35 2006  Ben Pfaff  <blp@gnu.org>
70
71         Continue reforming error message support.  In this phase, we
72         divide the classification of messages along "category" and
73         "severity" axes.
74
75         * message-dialog.c: (vmsg) Use severity and category in
76         straightforward fashion instead of the less obvious "class".
77         (err_vmsg) Construct class before passing along to vmsg().
78
79 Sun Apr 16 16:06:54 2006  Ben Pfaff  <blp@gnu.org>
80
81         Continue reforming error message support.  In this phase, we get
82         rid of VM() and the other msg() support for "verbosity", replacing
83         it by a new function verbose_msg().
84
85         * message-dialog.c: (verbose_msg) New function.  
86         (err_cond_fail) Removed (dead code).
87         (err_failure) Removed (dead code).
88
89 Sun Apr 16 11:53:25 2006  Ben Pfaff  <blp@gnu.org>
90
91         Start reforming error message support.  In this phase, we get rid
92         of "installation errors" and change all uses of msg() in the
93         output drivers to uses of error() or error_at_line().
94
95         * message-dialog.c: (vmsg) Removed IE, IS support.
96
97 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
98
99     * psppire.c: Supported (sort of) the --help and --version options.
100
101     * Rename error-dialog.[ch] -> message-dialog.[ch]
102
103     * Moved code from the psppire module.
104         
105 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
106
107     * Separated the data out of the GtkSheet.
108
109 Tue Nov  2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
110
111     * Very first incarnation.