Plugged memory leaks in GUI, and converted most of the strings to UTF8, so that
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 25 May 2006 10:29:14 +0000 (10:29 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 25 May 2006 10:29:14 +0000 (10:29 +0000)
commit1ba9ab71de8a6528beaf22de3ee6d2eb697eb61d
tree323cead5269f9e8c4538214b049c7201d1fe74f4
parent1ce1429567835f83a712a8a76ab80db64360d742
Plugged memory leaks in GUI, and converted most of the strings to UTF8, so that
internationalised data files are now rendered OK.
Fixed a buglet in PRINT command.
17 files changed:
lib/gtksheet/ChangeLog
lib/gtksheet/gsheet-column-iface.c
lib/gtksheet/gsheet-column-iface.h
lib/gtksheet/gsheet-hetero-column.c
lib/gtksheet/gsheet-row-iface.c
lib/gtksheet/gsheet-row-iface.h
lib/gtksheet/gsheet-uniform-row.c
lib/gtksheet/gtkextra-sheet.h
lib/gtksheet/gtksheet.c
src/language/data-io/ChangeLog
src/language/data-io/print.c
src/output/ChangeLog
src/output/table.h
src/ui/gui/ChangeLog
src/ui/gui/psppire-var-store.c
tests/automake.mk
tests/bugs/print-crash.sh [new file with mode: 0755]