]> git.kernelconcepts.de Git - gbdfed.git/blob - NEWS
Fixup several compile faults due to changes in recent distributions,
[gbdfed.git] / NEWS
1 Changes from 1.5 to 1.6
2 -----------------------
3 1. Fixed a problem with implicit dynamic links which are becoming a no-no.
4
5 2. Fixed a name collision with glib 2.10.
6
7 3. Updated to work with GTK+ 2.20.
8
9 Changes from 1.4 to 1.5
10 -----------------------
11 1. Fixed some documentation and Font Grid selection problems.
12
13 2. Fixed a problem with the device width being unnecessarily adjusted before
14    editing glyphs in a proportional spacing font.
15
16 3. Fixed a problem of not adding a SPACING property when the font spacing is
17    changed. This forces the correct spacing even if the font does not have an
18    XLFD value yet.
19
20 4. Fixed a problem with deletions from the PSF mapping table not being
21    recorded.
22
23 5. Removed some leftover deprecated sections.
24
25 6. Added glyph navigation buttons to the GlyphEditor.
26
27 Changes from 1.3 to 1.4
28 -----------------------
29 1. Changed last instance of FileSelection to FileChooser.
30
31 2. Updated to work with GTK 2.12 (GtkTooltip).
32
33 3. Fixed a problem when X11 is not available and bdfgrab.c won't compile as a
34    result.
35
36 4. Updated Makefile.in to work with later versions of autoconf without
37    complaining.
38
39 5. Improved the on-line documentation.
40
41 6. Remove the _XMBDFED_INFO font property when fonts are loaded or grabbed
42    from the X server.
43
44 7. Fixed a problem with renaming glyphs using the Adobe Glyph Name List.
45
46 8. Fixed a warning about checking for a point in a NULL region.
47
48 9. Fixed a crash that happened because some file filter objects were being
49    dereferenced when the import dialog was popped up multiple times.
50
51 10. Added up to 10 recent fonts to the File menu.
52
53 11. Changed the keyboard activate key for Exit from 'e' to 'x' and the
54     activate key for Export from 'x' to 'p'.
55
56 12. Fixed a problem with fonts grabbed from the X server always being loaded
57     into the FontGrid that popped up the dialog.
58
59 13. Fixed a couple problems with integer sign promotion affecting import of
60     OTF fonts.
61
62 Changes from 1.2 to 1.3
63 -----------------------
64 1. Minor make file fix.
65
66 2. Fixes for argument passing on 64-bit architectures.
67
68 3. Changes to reduce the memory footprint on 64-bit architectures.
69
70 Changes from 1.1 to 1.2
71 -----------------------
72 1. Some fixes for 64-bit systems.
73
74 2. Some improvements in the help text.
75
76 3. Added HBF support.
77
78 Changes from 1.0 to 1.1
79 -----------------------
80 1. Fixed a problem opening other editors when multiple fonts are provided
81    on the command line.
82
83 2. Fixed a memory allocation problem.
84
85 3. Fixed a problem with setting and inverting pixels in the glyph editor.
86
87 4. Added the missing Delete and BackSpace keys for deleting selections.
88
89 5. Big improvements to the on-line help text. More readable now.
90
91 Changes from 1.0 Beta to 1.0
92 ----------------------------
93 1. Fixed a compilation error and a problem displaying the -1 encoding for the
94    unencoded pages.
95
96 2. Changed several dialogs to make more regular use of the existing GTK dialog
97    facilities.
98
99 3. Added a default icon list in 48x48, 32x32, and 16x16 order. (gbdfed.c)
100
101 4. Added support for 2, 4 and 8 bits per pixel fonts back in.
102
103 5. Reduced the size of an empty fontgrid. It looked too big. (fontgrid.c)
104
105 6. Removed some unecessary code. (gbdfed.c)
106
107 7. Disabled the cursor font preference until the automask generation code
108    and hotspot selection is done.
109
110 8. Changed the fontgrid_new() function to accept a vararg list.
111
112 9. Changed the glyphedit_new() function to accept a vararg list.
113
114 10. Fixed a problem with the glyph image not being updated sometimes
115    (guigedit.c).
116
117 11. Several dialog changes to work more naturally.