diff --git a/lib/ChangeLog b/lib/ChangeLog index 870f152dc6..1ae1a5ff2d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-09-17 Jean-Marc Lasgouttes + + * Makefile.am (install-xfonts): do not forget to install PSres.upr + +2003-09-10 Jean-Marc Lasgouttes + + * configure.m4: call makepsres on xfonts subdirectory in case it + is needed. + 2003-09-08 Jean-Marc Lasgouttes * bind/aqua.bind: new bindings useful on aqua (from Ronald diff --git a/lib/Makefile.am b/lib/Makefile.am index 4490c34e8e..d673019b04 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -59,6 +59,7 @@ install-xfonts: done ; \ $(INSTALL_DATA) xfonts/fonts.dir $(DESTDIR)$(pkgdatadir)/xfonts/fonts.dir ; \ $(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale + test -f xfonts/PSres.upr && $(INSTALL_DATA) xfonts/PSres.upr $(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr uninstall-xfonts: rm -rf $(DESTDIR)$(pkgdatadir)/xfonts diff --git a/lib/configure.m4 b/lib/configure.m4 index f9de731b8a..7176f0b13b 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -574,6 +574,8 @@ if test ! $num = 0 ; then echo $num >xfonts/fonts.scale cat xfonts/tmpfonts >>xfonts/fonts.scale cp xfonts/fonts.scale xfonts/fonts.dir + # create a resource list file for Display Postscript + (cd xfonts ; rm -f PSres.upr ; makepsres -q) || true fi rm -f xfonts/tmpfonts diff --git a/status.13x b/status.13x index 54c4bab5d0..53df9074eb 100644 --- a/status.13x +++ b/status.13x @@ -24,11 +24,11 @@ What's new - add Proof layout to elsart class and get sections to be numbered -- make LyX compile almost out-of-the-box with Qt/Mac +- make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the - Extended manual; french documentation and examples update; german - documentation update; small tweaks to the english documentation + Extended manual; small tweaks to the english documentation; german + documentation update; french documentation and examples update - completely new italian localization; french, german and slovenian localization updates @@ -60,6 +60,9 @@ What's new - clean-up properly after completed graphics conversion processes. +- enable graphics conversion using the default convertDefault.sh converter + when exporting, even if convertDefault.sh is not executable. + - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always @@ -70,6 +73,8 @@ What's new - fix loading of symbol fonts [Qt 3.2.0 only] +- fix loading of symbol fonts on solaris + - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt @@ -102,6 +107,3 @@ What's new - fix compilation with AikSaurus 1.0 - clean-up properly after completed graphics conversion processes. - -- enable graphics conversion using the default convertDefault.sh converter - when exporting, even if convertDefault.sh is not executable.