From 1b16dbd0ccfa38c946b8a7281e89f8dd97de0e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 13 Jan 2008 18:19:10 +0000 Subject: [PATCH] Updated the NEWS file and added it to the generated win32 package --- Makefile.am | 2 +- NEWS | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f32e0cc..40db2b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ package-win32-zip: done # Copy relevant text files - for i in AUTHORS COPYING; do \ + for i in AUTHORS COPYING NEWS; do \ cp $(top_srcdir)/$$i $(WIN32_PACKAGE_DIR)/$$i.txt; \ unix2dos $(WIN32_PACKAGE_DIR)/$$i.txt; \ done diff --git a/NEWS b/NEWS index e69de29..d9a5f8d 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,32 @@ +Changes between 1.5 and 1.6: +---------------------------- + +Dictionary: + * Internationalization of the dictionary binaries (compdic, listdic, + regexpmain) + * Support for a new dictionary format, with the following features: + - handles up to 63 unicode letters (instead of 31 ASCII ones) + - integrates the value and frequency of the letters + - integrates whether letters are vowels and/or consonants + - handles endianness properly + The old format is still supported, but this may change in future versions. + * Full Unicode support + +Core: + * Better Unicode support + * (Technical) Homogeneous support for different types of moves + * (Technical) Cleaner API + * Several bug fixes + +WxWidgets interface: + * Accessibility improvements (shortcuts, more consistent menu, etc.) + * Internationalization, with complete French translation + +Ncurses interface: + * Unicode support + * New Bag display + * Many improvements (smoother behaviour) + +Note: like in version 1.5, loading a saved game in duplicate or free game mode +is known not to work. +