1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
2011-10-06 Frank Lanitz <frlan@frank.uvena.de>
* Fixing some i18n issue.
2011-08-19 Frank Lanitz <frlan@frank.uvena.de>
* Added a function to convert to SQL e.g. for preparing an
INSERT-statement.
2011-08-15 Frank Lanitz <frlan@frank.uvena.de>
* Move filetype specific functions into seperate functions.
2011-03-19 Frank Lanitz <frlan@frank.uvena.de>
* Make plugin function available via tools menu.
2011-03-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Fix an minor issue with shadowing variables.
2011-01-29 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Rename plugin to Tableconvert.
* Include logic to transform also lists to LaTeX tabular.
2011-01-27 Frank Lanitz <frlan@frank.uvena.de>
* Support creation of table with <thead> and <tbody>. Use it for the
moment as default.
2011-01-26 Frank Lanitz <frank@frank.uvena.de>
* Initial Entry. New plugin: HTMLTable.
|