From 7e5230b8ffe32cfe7c1ec31d37c40684893aa787 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 29 Aug 2008 02:42:58 -0400 Subject: Changed to using an autoconf/automake setup for building. This precipitated many changes to the code, including: - documentation has been moved into doc/ - the chess-eco opening moves are pre-generated from chess-eco.ps into chess-eco.fen, so users don't have to wait around for it to build - no longer using lispdoc to auto-gen function stubs in chess.texi, this means that chess-maint.el and lispdoc.el are gone --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NEWS (limited to 'NEWS') diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..2f82b12 --- /dev/null +++ b/NEWS @@ -0,0 +1,11 @@ +-*- mode: text; outline-layout: (1 :) -*- + +This is the NEWS file for Emacs Chess, a chess client and analysis library +written in Emacs Lisp. + +Please note that proper documentation is still on its way. + +* Release 2.0: + +Began keeping this file. See doc/chess.info for information about Emacs +Chess. -- cgit v1.2.3