diff options
author | martti <martti@pkgsrc.org> | 2003-01-09 14:36:33 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-01-09 14:36:33 +0000 |
commit | 29779f98aae1773698ee945c2a4f281e0e72a4b1 (patch) | |
tree | 5c7bd41f9fb0f4c5d91ba352e698ad1a730487ea /print/lyx | |
parent | 4dd1534243f57829e0ef703a346e4c71e9ed6c6c (diff) | |
download | pkgsrc-29779f98aae1773698ee945c2a4f281e0e72a4b1.tar.gz |
Updated lyx to 1.2.3
Updates
- updated italian User Guide
- updated french localization
Bug fixes
- fix bug where the configure script would try to delete the /dev/null
device when there has been an error in configuration step
- fix bug where autosaving would leave a lot of zombie processes after
a long time
- fix problem where it was not possible to force some values to 0 in
custom margins
- fix bug where horizontal alignment would be reset automatically to
"left" in the tabular dialog
- fix functions word-find-forward and word-find-backward, the meanings
of which were inverted
- when the lyx binary was invoked through a symbolic link, LyX would
print annoying messages on the console; they are now output only
when debugging.
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 4 | ||||
-rw-r--r-- | print/lyx/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 5ae4ef9fd0c..58aa2d04bda 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2002/12/31 09:19:01 martti Exp $ +# $NetBSD: Makefile,v 1.52 2003/01/09 14:36:33 martti Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # -DISTNAME= lyx-1.2.2 +DISTNAME= lyx-1.2.3 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \ diff --git a/print/lyx/distinfo b/print/lyx/distinfo index 1e758aa23b2..379a70d4887 100644 --- a/print/lyx/distinfo +++ b/print/lyx/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2002/12/31 09:19:02 martti Exp $ +$NetBSD: distinfo,v 1.14 2003/01/09 14:36:33 martti Exp $ -SHA1 (lyx-1.2.2.tar.gz) = c3227cd8b311be40085a4477ac5fb7d4e37edc92 -Size (lyx-1.2.2.tar.gz) = 6592325 bytes +SHA1 (lyx-1.2.3.tar.gz) = 2accb806e97390e2715402e49f6277b2f75e8ee1 +Size (lyx-1.2.3.tar.gz) = 6579440 bytes SHA1 (patch-aa) = bad3ab9d2e9e808f7be29c8cf3265bf0fd748fc0 SHA1 (patch-ab) = fb9fd9edd0d27c1668eb1632578b671586d38636 SHA1 (patch-ac) = ac244f09ce844a47aa8694d79f1a7b7087aa9cb7 |