Subversion Repositories Scribus

Compare Revisions

Ignore whitespace Rev 396 → Rev 398

/trunk/Scribus/configure.in
31,7 → 31,7
LIBART_LIBS=""
LIBART_CFLAGS=""
LIBART_CONFIG=""
AC_PATH_PROG(LIBART_CONFIG, libart2-config,[AC_MSG_ERROR([Could not find libart anywhere, check http://www.levien.com/libart/], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin])
AC_PATH_PROG(LIBART_CONFIG, libart2-config,[AC_MSG_ERROR([Could not find libart anywhere, check http://www.levien.com/libart/], [$PATH ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin])
])
if test -n "$LIBART_CONFIG"; then
vers=`$LIBART_CONFIG --version 2>/dev/null | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
52,7 → 52,7
LIBFREETYPE_CFLAGS=""
 
FREETYPE_CONFIG=""
AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, [AC_MSG_ERROR([Could not find libfreetype anywhere, check http://www.freetype.org/])], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin /usr/bin /usr/X11/bin])
AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, [AC_MSG_ERROR([Could not find libfreetype anywhere, check http://www.freetype.org/])], [$PATH ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin /usr/bin /usr/X11/bin])
 
hafree=no
if test -n "$FREETYPE_CONFIG"; then
/trunk/Scribus/ChangeLog
1,3 → 1,56
Changes since 1.2RC1
 
26.08.2004
* bug # 583: if I try to change the level of a group, only the level of one object is changed
* bug #1004: PDF Export with annotations sometimes creates errors
 
25.08.2004
* bug # 842: New file > landscape has width and height reversed.
* bug #1000: Layer selector does not align layer name properly
 
24.08.2004
* bug # 263: distribute items shuffles the order of the items
* bug # 991: layer selector doesnt reflect the order of the layers
* bug # 996: Changing paragraph style in story editor then exit and text frame does not redraw, then goes blank
* bug # 998: Story Editor adds lines after paragraphs
* bug # 999: PDF Elements lose names on save
* feature # 993: New french translators
* feature # 995: Update of russian translation
 
23.08.2004
* bug # 804: Color tab for fill/line color doesn't jump to the specific color when entering the beginning character
* bug # 960: Python scripting only accepts text in Latin1
* bug # 985: Dingbat font did not work
* bug # 991: layer selector doesnt reflect the order of the layers
* bug # 992: French translation for Scribus 1.2
* feature # 988: Italian Translation Update for 1.2
* feature # 989: Russian Translation Update for 1.2
 
22.08.2004
* bug # 728: "Hanging Conjunctions"
* feature # 953: small improvement to the layer selector at the bottom
* feature # 983: German ts-file for 1.2
 
21.08.2004
* feature # 980: Finnish translation update
* feature # 981: czech translation
* feature # 982: scribus 1.2rc1slovene translation file
 
20.08.2004
* bug # 977: Font spacing problem
* bug # 978: Selecting text font size box deselects text inside the Story Editor
* bug # 979: Some characters need to be presented as entity references when saving as template
 
19.08.2004
* bug # 547: multi-frame text disappears from later frames
 
18.08.2004
* bug # 962: Scribus crashes when opening a document not in .sla format
* bug # 976: settings-->hyphenator: wrong window title in German
* feature # 973: Ukrainian Translation Update
* feature # 974: Czech translation for 1.2rc
* feature # 975: Updated Polish translation
 
Changes since Version 1.1.7
 
15.08.2004
/trunk/Scribus/scribus/libabout/about.cpp
56,7 → 56,7
tabLayout1->addWidget( PixmapLabel1 );
BuildID = new QLabel( tab, "BB" );
BuildID->setAlignment(Qt::AlignCenter);
QString bu = tr("%1. %2 %3 ").arg("25").arg("August").arg("2004");
QString bu = tr("%1. %2 %3 ").arg("28").arg("August").arg("2004");
#ifdef HAVE_CMS
bu += "C";
#else