File: ChangeLog

package info (click to toggle)
geany-plugins 1.24%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,532 kB
  • ctags: 10,926
  • sloc: ansic: 89,639; sh: 11,434; python: 1,365; makefile: 1,302
file content (41 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (3)
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.