From 4da69f63626903cb33bf61302b531bb5d4998f74 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 13 Feb 2007 14:44:49 +0000 Subject: [PATCH] Supposedly the last changes before 1.4.4. Release date is 14/02/2007. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17160 a592a061-630c-0410-9148-cb99ea01b6c8 --- ANNOUNCE | 73 +++++++++++++++++++++++++++++++-------------------- ChangeLog | 6 +++++ configure.ac | 4 +-- po/ChangeLog | 4 +++ po/postats.sh | 2 +- 5 files changed, 57 insertions(+), 32 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index b2a6c7ae47..c4d7632e27 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -85,19 +85,10 @@ The LyX team. What's new in version 1.4.4? ---------------------------- -What's new -========== - -What's new -========== - ** Updates: +*********** -- Outline support: it is now possible to move around parts of - documents in the Table of Contents dialog. - -- Add new UI settings default-autotoolbars and default-alltoolbars - allowing to select what toolbars are active. +* DOCUMENT INPUT/OUTPUT - Improve Computer Algebra System support in math editor. @@ -110,12 +101,6 @@ What's new - Add a wmf -> eps converter (bug 2845) and a latex -> rtf converter. -- The layout lfun without an argument does now set the layout to the default - layout of the text class. This is used by a new button "Default" in the - extra toolbar. - -- Add a menu entry for numbered formulas (bug 2901). - - Add the layout file and an example document for the beamer presentation class (these files where taken from the beamer package by Till Tantau); new layout file ISPRS (Int. Soc. Photogrammetry & @@ -124,25 +109,44 @@ What's new - New external template for LilyPond (a music typesetter). -- New manual ExtendedInsets available in English and Spanish. It describes - in detail how to work with tables, graphics, floats, notes, and - boxes; Update Intro and Extended manual (describe ifpdf package). +* USER INTERFACE: -- New Galician localization; update German, Hungarian and Romanian - localization of the interface. +- Outline support: it is now possible to move around parts of + documents in the Table of Contents dialog. + +- Add new UI settings default-autotoolbars and default-alltoolbars + allowing to select what toolbars are active. + +- The layout lfun without an argument does now set the layout to the default + layout of the text class. This is used by a new button "Default" in the + extra toolbar. + +- Add a menu entry for numbered formulas (bug 2901). + +- Updates to the european keyboard map (useful for entering accented + characters on a qwerty keyboard). + +* DOCUMENTATION AND LOCALIZATION + +- A new manual named "Embedded Objects" is available in the Help menu + in English and Spanish. It describes in detail tables, graphics, + floats, notes, and boxes. + +- Updated Intro and Extended manual. + +- New Galician localization; update Czech, French, German, Hungarian, + Italian and Romanian localization of the interface. - New Galician translation of the documentation (splash, Intro, - Tutorial); Update German (all), Hebrew (Intro) and Italian - (Tutorial, UserGuide) documentation. + Tutorial); Update German (all), Hebrew (Intro), Italian + (Tutorial, UserGuide), and Spanish (Intro) documentation. ** Bug fixes: +************* * DOCUMENT INPUT/OUTPUT -- Fix crash when viewing documents as PDF on Windows with installed - Adobe Reader/Acrobat 8 (bug 3045). - - Write inherited colors correctly as "inherit" to the .lyx file. Previously they where written as "default", which was then read in as "none". Fix some help documents that contained this invalid color. @@ -154,7 +158,11 @@ What's new - Fix import of \fullcite commands from LaTeX. -- Update bibliography references when the entry has been changed (bug 2744). +- Update bibliography references when the entry has been changed (bug + 2744). + +- The BibTeX style files (bst files) can now live in paths with spaces + (bug 2186). - Fixed undo-and-TOC-navigation bug. @@ -185,7 +193,8 @@ What's new - Read filenames with spaces in external insets correctly from .lyx files -- Determine PDF image size within LyX correctly (bug 2418). +- Use the correct filename extension of included graphics in latex export if + it cannot be omitted. * USER INTERFACE: @@ -193,6 +202,9 @@ What's new - Fix that LyX's dialogs remain partly untranslated on Windows (bug 2906). +- Fix crash when viewing documents as PDF on Windows with installed + Adobe Reader/Acrobat 8 (bug 3045). + - Fix a crash with PageDown/Up when the next/previous paragraph is an inset taller than the workarea. @@ -290,6 +302,9 @@ What's new - Rename lib/ui/std*.ui include files to *.inc so that the user is not tempted to try them (bug 2387). +- add Aspell/Pspell's file extension for personal dictionary files + in preferences (bug 895) + * BUILD/INSTALLATION: - Allow autoconf 2.60 and 2.61 for building. diff --git a/ChangeLog b/ChangeLog index ad8a42850c..f463dedfb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-13 Jean-Marc Lasgouttes + + * ANNOUNCE: update. + + * configure.ac: set version to 1.4.4 and set release date. + 2007-01-30 Jean-Marc Lasgouttes * RELEASE-NOTES: diff --git a/configure.ac b/configure.ac index 777bd1e40f..4b5802b9a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,1.4.4svn,[lyx-devel@lists.lyx.org],[lyx]) -AC_SUBST(LYX_DATE, ["21/09/2006"]) +AC_INIT(LyX,1.4.4,[lyx-devel@lists.lyx.org],[lyx]) +AC_SUBST(LYX_DATE, ["14/02/2007"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.C) AC_CONFIG_HEADERS([src/config.h]) diff --git a/po/ChangeLog b/po/ChangeLog index dde1818181..94a106aa3c 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-02-13 Jean-Marc Lasgouttes + + * postats.sh (lyx_version): update to 1.4.4. + 2007-02-10 Uwe Stöhr * de.po: corrections to beamer.layout translations and some diff --git a/po/postats.sh b/po/postats.sh index 80e785401f..da1687300d 100755 --- a/po/postats.sh +++ b/po/postats.sh @@ -18,7 +18,7 @@ # modifiy this when you change version # Note that an empty lyx_branch variable (ie cvs HEAD) # will "do the right thing". -lyx_version=1.4.4svn +lyx_version=1.4.4 lyx_branch=BRANCH_1_4_X