eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot Makefile.am NEWS


From: eliot-dev
Subject: [Eliot-dev] eliot Makefile.am NEWS
Date: Sun, 13 Jan 2008 18:19:10 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>      08/01/13 18:19:10

Modified files:
        .              : Makefile.am NEWS 

Log message:
        Updated the NEWS file and added it to the generated win32 package

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/Makefile.am?cvsroot=eliot&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/eliot/NEWS?cvsroot=eliot&r1=1.1&r2=1.2

Patches:
Index: Makefile.am
===================================================================
RCS file: /cvsroot/eliot/eliot/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- Makefile.am 12 Jan 2008 20:42:25 -0000      1.5
+++ Makefile.am 13 Jan 2008 18:19:10 -0000      1.6
@@ -28,7 +28,7 @@
        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

Index: NEWS
===================================================================
RCS file: /cvsroot/eliot/eliot/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- NEWS        8 Apr 2004 09:43:06 -0000       1.1
+++ NEWS        13 Jan 2008 18:19:10 -0000      1.2
@@ -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.
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]