X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=6c36b520ae0b5832c3aee48daa6b3bc6a4c74495;hb=610159421fde49f3f24622c60e193cf415086a64;hp=d37ce56dd458da7eda1b7afb2212868f1475d3c5;hpb=69c480051cc6f804a3a1a71a4e28e9e5b03a5705;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index d37ce56d..6c36b520 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,20 @@ +2007-09-10 Ben Pfaff + + * var-sheet.c (psppire_variable_sheet_create): Use xstrdup to save + string returned by bind_textdomain_codeset. Otherwise it can get + freed by a subsequent call. Patch #6193. Reviewed by John + Darrington. + +2007-09-06 John Darrington + + * helper.c helper.h (execute_syntax): changed return type to + gboolean to indicated if all the syntax executed successfully or not. + + * data-editor.c syntax-editor.c: Fixed update of recent file list + and window title, on data_file_open. They now only change, if + the file_open was successfull. + + 2007-08-25 John Darrington * psppire.c : Enable journal.