Switch to unified view

a/CHANGES b/CHANGES
1
*** 1.1.7->1.1.8
2
- Install everything relative to TK_PREFIX (avoid having to set both prefix
3
  and TK_PREFIX to change the install target).
4
- Add possibility to have a label for 'text' fields
5
- Add max entry width validation for normal entry fields (can't enter more
6
  data than database field will accept). This only activates if the tcl
7
  version is >= 8.3
8
1
*** 1.1.6->1.1.7
9
*** 1.1.6->1.1.7
2
- Removed reference to mysql_connect for compatibility with mysql 4.0
10
- Removed reference to mysql_connect for compatibility with mysql 4.0
3
11
4
*** 1.1.5->1.1.6
12
*** 1.1.5->1.1.6
5
- Handle (at least partially) conversion between tcl's utf8 and mysql's charset
13
- Handle (at least partially) conversion between tcl's utf8 and mysql's charset