* docs/TODO: Updated.
* autogen.sh: Use `--force' for all commands.
This commit is contained in:
parent
4f65eed89c
commit
1ea53e87c8
10
ChangeLog
10
ChangeLog
@ -1,7 +1,13 @@
|
||||
2005-04-13 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* docs/TODO: Updated.
|
||||
|
||||
* autogen.sh: Use `--force' for all commands.
|
||||
|
||||
2005-04-09 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
src/pshinter/pshalgo.c (ps_hints_apply): Change scaling values only
|
||||
if `fitted' is not zero.
|
||||
* src/pshinter/pshalgo.c (ps_hints_apply): Change scaling values
|
||||
only if `fitted' is not zero.
|
||||
|
||||
2005-04-06 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
|
@ -19,9 +19,9 @@ fi
|
||||
|
||||
cd builds/unix
|
||||
|
||||
run aclocal -I .
|
||||
run aclocal -I . --force
|
||||
run libtoolize --force --copy
|
||||
run autoconf
|
||||
run autoconf --force
|
||||
|
||||
chmod +x mkinstalldirs
|
||||
chmod +x install-sh
|
||||
|
@ -17,7 +17,5 @@ not exactly bugs, but should be considered though:
|
||||
|
||||
* Add kerning (AFM file) support to the CID driver.
|
||||
|
||||
* Possibly add support for reading PFM files.
|
||||
|
||||
|
||||
--- end of TODO ---
|
||||
|
Loading…
Reference in New Issue
Block a user