[Refdb-cvs] CVS: elisp NEWS,1.1,1.2 README,1.2,1.3
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-12-21 22:01:43
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16555 Modified Files: NEWS README Log Message: updated for 1.1 Index: NEWS =================================================================== RCS file: /cvsroot/refdb/elisp/NEWS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -U2 -r1.1 -r1.2 --- NEWS 12 Nov 2005 23:07:23 -0000 1.1 +++ NEWS 21 Dec 2005 22:01:35 -0000 1.2 @@ -1,2 +1,28 @@ +NEWS file for the refdb-elisp package +===================================== + + +___________________________ +Version 1.1 (December 2005) + +- manual is now chunked with CSS styling + +- configure now tries to find appropriate file viewers and + preconfigures refdb-mode-config.el accordingly + +- improved minibuffer completion + +- the default encoding for RIS data can now be configured + +- regexp query prompts now reflect the database engine used + (Unix-style regexp vs. SQL regexp) + +- new function refdb-getref-from-citation allows a convenient reverse + lookup of cited references + +- citations can now be configured for XML and SGML + +- lots of fixes to better support NTEmacs on the Windows platforms + ___________________________ @@ -4,2 +30,6 @@ initial release as an autotools-based package. + +(c) Markus Hoenicka <ma...@mh...> 2005 + +$Id$ \ No newline at end of file Index: README =================================================================== RCS file: /cvsroot/refdb/elisp/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -U2 -r1.2 -r1.3 --- README 20 Nov 2005 20:26:38 -0000 1.2 +++ README 21 Dec 2005 22:01:35 -0000 1.3 @@ -12,5 +12,5 @@ information. -To install the package, run: +To install the package on Unix-like systems, run: tar -xzf refdb-elisp-1.0.tar.gz @@ -23,2 +23,9 @@ (load-file "/usr/local/etc/refdb-mode-config.el") + +To install the package on Windows, please see the additional +instructions in the enclosed manual. + +(c) Markus Hoenicka <ma...@mh...> 2005 + +$Id$ |