version 0.5 (2013-02-18):
- add "Go to next LaTeX error" and "Go to previous LaTeX error" buttons

Version 0.4.1 (2012-11-06):
- set pdflatex as the default typesetting program (instead of latex)
- let this plugin be compilable on Debian (Ubuntu, ...) systems by providing
  our own copies of the missing header files (this is so dirty, but blame
  Debian for removing those headers); on decent systems the headers installed
  in the system will be used instead of our own copies
- make the plugin more thread safe
- reimplementation of the configuration panel
- in the "Messages" box, use the colors from the color scheme set in
  the KDE System Settings

Version 0.4 (2011-10-26):
- remove bug: when the warning about undefined citations is splitted on
  several lines in the log, then bibtex is not run
- focus the log text when the log panel is shown, so that the log can be
  browsed with the keys without first having to click in the log text
- show error message if the latex/bibtex/makeindex executables are not
  found
- remove bug: sometimes the latex log is not completely shown

Version 0.3.1 (2011-03-16):
- remove bug: if the "Stop LaTeX" button is added to the toolbar, then it
  doesn't remain in the toolbar when restarting Kate
- remove bug: in the "Configure Shortcuts" dialog the label of the group
  containing this plugin's actions is "Unknown" instead of "LaTeX Plugin"
- the "Stop LaTeX" action is disabled when LaTeX is not running

Version 0.3 (2010-07-06):
- add abort button
- don't try to run anything if the document is a never saved new document
  ("untitled")
- in CMakeLists.txt: installation paths are now the defaults specified in
  the KDE cmake modules
- add support for creating source and binary packages
- add French translation

Version 0.2 (2008-08-19):
- remove bug: unable to add or remove tools to the toolbar
- remove some crashes (I hope)
- add an option to automatically launch the viewer after running LaTeX
- in CMakeLists.txt: installation paths are relative to
  CMAKE_INSTALL_PREFIX now

Version 0.1 (2008-02-29):
- first version
