File: NEWS

package info (click to toggle)
gbdfed 1.3patch1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,696 kB
  • ctags: 2,336
  • sloc: ansic: 29,796; makefile: 138; sh: 23
file content (60 lines) | stat: -rw-r--r-- 1,683 bytes parent folder | download
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# $Id: NEWS 49 2007-04-12 14:46:40Z mleisher $
#

Changes from 1.2 to 1.3
-----------------------
1. Minor make file fix.

2. Fixes for argument passing on 64-bit architectures.

3. Changes to reduce the memory footprint on 64-bit architectures.

Changes from 1.1 to 1.2
-----------------------
1. Some fixes for 64-bit systems.

2. Some improvements in the help text.

3. Added HBF support.

Changes from 1.0 to 1.1
-----------------------
1. Fixed a problem opening other editors when multiple fonts are provided
   on the command line.

2. Fixed a memory allocation problem.

3. Fixed a problem with setting and inverting pixels in the glyph editor.

4. Added the missing Delete and BackSpace keys for deleting selections.

5. Big improvements to the on-line help text. More readable now.

Changes from 1.0 Beta to 1.0
----------------------------
1. Fixed a compilation error and a problem displaying the -1 encoding for the
   unencoded pages.

2. Changed several dialogs to make more regular use of the existing GTK dialog
   facilities.

3. Added a default icon list in 48x48, 32x32, and 16x16 order. (gbdfed.c)

4. Added support for 2, 4 and 8 bits per pixel fonts back in.

5. Reduced the size of an empty fontgrid. It looked too big. (fontgrid.c)

6. Removed some unecessary code. (gbdfed.c)

7. Disabled the cursor font preference until the automask generation code
   and hotspot selection is done.

8. Changed the fontgrid_new() function to accept a vararg list.

9. Changed the glyphedit_new() function to accept a vararg list.

10. Fixed a problem with the glyph image not being updated sometimes
   (guigedit.c).

11. Several dialog changes to work more naturally.