diff options
author | martti <martti@pkgsrc.org> | 2002-08-23 09:08:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-08-23 09:08:08 +0000 |
commit | 61927da575688d5b5e06e11c266ca3b49b63e262 (patch) | |
tree | a9a1e474bdc4a92268899fc5f786ed11882f1137 /print/lyx/patches | |
parent | 8c5e0252cd257bde26a15095dd35c5c48946f12c (diff) | |
download | pkgsrc-61927da575688d5b5e06e11c266ca3b49b63e262.tar.gz |
Updated lyx to 1.2.1
- partial rewrite of the find & replace feature. This should solve most of
the performance problems
- new option `keep aspect ratio' in graphics dialog
- revert to the old behaviour when creating new floats (figure,
table...): the empty paragraph in the float now is a caption. It
seems that 1.2.0 behaviour was confusing too many people
- it is now possible to set the float placement parameters to
"document defaults"
- when the cursor is inside a collapsible inset, `Edit>Open/close
float' will leave it after the inset after closing it (this should
help entering of ERT insets)
- update Finnish, Danish, French and Russian localizations
- update Tutorial to 1.2.x features
- better support for entering Cyrillic and Greek alphabets
- cleanup shortcuts for section layouts. Starred versions are now
obtained by prepending a * to the section number (M-p asterisk 0, ...,
M-p asterisk 6)
- add keyboard shortcuts to the Documents menu
- support the numpad direction keys as equivalent to normal cursor
keys
- it is now possible to specify a non-existent file name on the command
line and have this file created for you
- new class cl2emult; update template for IEEEtran; small update to
heb-article and hollywood textclasses
Diffstat (limited to 'print/lyx/patches')
-rw-r--r-- | print/lyx/patches/patch-aa | 38 | ||||
-rw-r--r-- | print/lyx/patches/patch-ab | 16 | ||||
-rw-r--r-- | print/lyx/patches/patch-ac | 10 | ||||
-rw-r--r-- | print/lyx/patches/patch-ad | 10 | ||||
-rw-r--r-- | print/lyx/patches/patch-ae | 14 |
5 files changed, 31 insertions, 57 deletions
diff --git a/print/lyx/patches/patch-aa b/print/lyx/patches/patch-aa index e5545847206..3353d6873d2 100644 --- a/print/lyx/patches/patch-aa +++ b/print/lyx/patches/patch-aa @@ -1,43 +1,17 @@ -$NetBSD: patch-aa,v 1.9 2002/05/29 07:36:31 martti Exp $ +$NetBSD: patch-aa,v 1.10 2002/08/23 09:08:09 martti Exp $ ---- configure.orig Fri May 3 22:53:34 2002 -+++ configure Tue May 21 12:15:00 2002 -@@ -9743,7 +9743,7 @@ +--- configure.orig Tue Aug 20 12:10:34 2002 ++++ configure Thu Aug 22 16:08:31 2002 +@@ -9696,7 +9696,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lforms $LIBS" +LIBS="-lforms -ljpeg -lXpm $LIBS" cat > conftest.$ac_ext <<EOF - #line 9749 "configure" + #line 9702 "configure" #include "confdefs.h" -@@ -9774,7 +9774,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- XFORMS_LIB="-lforms" -+ XFORMS_LIB="-lforms -ljpeg -lXpm" - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for fl_initialize in -lxforms""... $ac_c" 1>&6 -@@ -9954,6 +9954,7 @@ - " - lyx_warning=yes ;; - 0.89*) ;; -+ 0.9*) ;; - *) - lyx_warning_txt="$lyx_warning_txt - == Version $lyx_cv_xfversion of xforms might not be compatible with LyX, -@@ -10159,7 +10160,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lforms $LIBS" -+LIBS="-lforms -ljpeg -lXpm $LIBS" - cat > conftest.$ac_ext <<EOF - #line 10165 "configure" - #include "confdefs.h" -@@ -10190,7 +10191,7 @@ +@@ -9727,7 +9727,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 diff --git a/print/lyx/patches/patch-ab b/print/lyx/patches/patch-ab index 6522ee2d640..45f6b5e63d9 100644 --- a/print/lyx/patches/patch-ab +++ b/print/lyx/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.3 2002/08/11 02:34:26 dmcmahill Exp $ +$NetBSD: patch-ab,v 1.4 2002/08/23 09:08:09 martti Exp $ Avoid the following error with gcc-2.95.3 (NetBSD-1.5ZC-m68k): @@ -21,9 +21,9 @@ on line 675. Increasing the process stack size to 32768 didn't help. Also avoid a c++ bug with gcc-2.95.3 on alpha where the assembler runs for ever and never finishes ---- src/Makefile.in.orig Thu May 23 08:05:19 2002 -+++ src/Makefile.in -@@ -548,6 +548,11 @@ depcomp = $(SHELL) $(top_srcdir)/config/ +--- src/Makefile.in.orig Tue Aug 20 12:10:20 2002 ++++ src/Makefile.in Thu Aug 22 14:07:44 2002 +@@ -549,6 +549,11 @@ @AMDEP_TRUE@ $(DEPDIR)/undo_funcs.Po $(DEPDIR)/undostack.Po \ @AMDEP_TRUE@ $(DEPDIR)/vc-backend.Po $(DEPDIR)/version.Po \ @AMDEP_TRUE@ $(DEPDIR)/vspace.Po @@ -35,7 +35,7 @@ finishes CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ -@@ -558,6 +563,8 @@ CXXLINK = $(LIBTOOL) --mode=link $(CXXLD +@@ -559,6 +564,8 @@ $(AM_LDFLAGS) $(LDFLAGS) -o $@ CXXFLAGS = @CXXFLAGS@ CFLAGS = @CFLAGS@ @@ -44,7 +44,7 @@ finishes COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ -@@ -579,8 +586,15 @@ SOURCES = $(lyx_SOURCES) +@@ -580,8 +587,15 @@ all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -61,7 +61,7 @@ finishes mostlyclean-libtool: -rm -f *.lo -@@ -752,6 +766,14 @@ distclean-compile: +@@ -753,6 +767,14 @@ distclean-depend: -rm -rf $(DEPDIR) @@ -76,7 +76,7 @@ finishes .C.o: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@@ -764,6 +786,12 @@ distclean-depend: +@@ -765,6 +787,12 @@ @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXXCOMPILE) -c -o $@ `cygpath -w $<` diff --git a/print/lyx/patches/patch-ac b/print/lyx/patches/patch-ac index 8478191e87a..a0ebfe17d4c 100644 --- a/print/lyx/patches/patch-ac +++ b/print/lyx/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ +$NetBSD: patch-ac,v 1.2 2002/08/23 09:08:09 martti Exp $ ---- src/insets/Makefile.in.orig Thu May 23 08:05:22 2002 -+++ src/insets/Makefile.in -@@ -352,10 +352,17 @@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_IN +--- src/insets/Makefile.in.orig Tue Aug 20 12:10:28 2002 ++++ src/insets/Makefile.in Thu Aug 22 14:08:48 2002 +@@ -353,10 +353,17 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) @@ -20,7 +20,7 @@ $NetBSD: patch-ac,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -369,6 +376,18 @@ DIST_COMMON = ChangeLog Makefile.am Make +@@ -370,6 +377,18 @@ SOURCES = $(libinsets_la_SOURCES) all: all-am diff --git a/print/lyx/patches/patch-ad b/print/lyx/patches/patch-ad index 67665300c3f..8e4fb27814b 100644 --- a/print/lyx/patches/patch-ad +++ b/print/lyx/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ +$NetBSD: patch-ad,v 1.2 2002/08/23 09:08:09 martti Exp $ ---- boost/boost/detail/limits.hpp.orig Wed Aug 29 18:33:34 2001 -+++ boost/boost/detail/limits.hpp +--- boost/boost/detail/limits.hpp.orig Wed Jul 3 08:40:45 2002 ++++ boost/boost/detail/limits.hpp Thu Aug 22 14:16:33 2002 @@ -38,12 +38,21 @@ #include <cwchar> // for WCHAR_MIN and WCHAR_MAX #include <boost/config.hpp> @@ -14,9 +14,9 @@ $NetBSD: patch-ad,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ +#define BOOST_LITTLE_ENDIAN +#endif +#else - #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB) + #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB) || defined(_POWER) #define BOOST_BIG_ENDIAN - #elif defined(__i386__) + #elif defined(__i386__) || defined(__alpha__) #define BOOST_LITTLE_ENDIAN #else #error The file boost/detail/limits.hpp needs to be set up for your CPU type. diff --git a/print/lyx/patches/patch-ae b/print/lyx/patches/patch-ae index b7f3f8617cf..7d92816c780 100644 --- a/print/lyx/patches/patch-ae +++ b/print/lyx/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ +$NetBSD: patch-ae,v 1.2 2002/08/23 09:08:09 martti Exp $ ---- src/frontends/xforms/Makefile.in.orig Sat Aug 10 00:22:18 2002 -+++ src/frontends/xforms/Makefile.in -@@ -656,10 +656,17 @@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_IN +--- src/frontends/xforms/Makefile.in.orig Tue Aug 20 12:10:27 2002 ++++ src/frontends/xforms/Makefile.in Thu Aug 22 14:17:07 2002 +@@ -657,10 +657,17 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) @@ -20,7 +20,7 @@ $NetBSD: patch-ae,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ -@@ -678,10 +685,15 @@ DIST_COMMON = ChangeLog Makefile.am Make +@@ -679,10 +686,15 @@ DIST_SUBDIRS = $(SUBDIRS) SOURCES = $(libxforms_la_SOURCES) @@ -37,7 +37,7 @@ $NetBSD: patch-ae,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ mostlyclean-libtool: -rm -f *.lo -@@ -813,6 +825,15 @@ distclean-compile: +@@ -814,6 +826,15 @@ distclean-depend: -rm -rf $(DEPDIR) @@ -53,7 +53,7 @@ $NetBSD: patch-ae,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ .C.o: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@@ -824,6 +845,12 @@ distclean-depend: +@@ -825,6 +846,12 @@ @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXXCOMPILE) -c -o $@ `cygpath -w $<` |