-------------------
daDrill - Changelog
-------------------

2006-12-13 Sylvain Hall <sylvain@leduotang.com>
  - Added shortcut icon
### 0.5 released
  
2005-09-18 Sylvain Hall <sylvain@leduotang.com>
  - Documentation

2005-09-17 Sylvain Hall <sylvain@leduotang.com>
  - Copyright notices added in some parts of the code on for compliance to GPL 
    standards.

2005-09-13 Sylvain Hall <sylvain@leduotang.com>
  - Code restructuration
  - Addition of a full-fledged configuration file
  - Support for mysqli (MySQL >= 4) AND mysql (MySQL < 4) extensions, definable 
    in config file
  - Duplicates are now detected when adding an author to the database
  - Auto-add authors (or merge if author exists) with importing a paper
  - Use of bibtex rules for knowing how to separate the name into the first, 
    von, last and jr. parts of the name
  - Language: replaced text by pictures of flags
  - A few stylistic enhancements (iconified bullets; style sheet)
  - Added alternate option for adding paper:  fill in a form instead of 
    providing a BibTeX entry
  - Browse functionality, both for papers and authors
  - Convenient n-column layout for author browse, with number of papers for each 
    author

2005-09-12 Sylvain Hall <sylvain@leduotang.com>
  - Correctly latexify accented characters when importing (e.g. transform all 
    \'e into \'{e} to make sure, for ex, that Sylvain Hall\'e and Sylvain 
    Hall\'{e} are not treated as two different people
  - Allow plain-text search of latexified fields (ex. halle will match 
    Hall\'{e})
  - Bibtex export of a given entry
  - Minor correction to paper details page
### 0.4 released

2005-09-02 Sylvain Hall <sylvain@leduotang.com>
  - All entries are escapized to avoid invalid characters in MySQL
  - Added simple text query
### 0.3 released

2005-08-30 Sylvain Hall <sylvain@leduotang.com>
  - Support in DB for all Bibtex parameters
  - Import Bibtex element (the string) into database
  - Deduces and back-links authors in the db from the names in the bibtex string
    (preserves the order of the authors in this way)
  - Added page: "paper details"
  - Added page: "author details"
  - Links between authors and papers
### 0.2 released

2005-08-23 Sylvain Hall <sylvain@leduotang.com>
  - First "version"
  - Minimal support
### 0.1 released
