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