mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 17:55:30 +00:00
LyX 1.5.1 is coming
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19304 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
15520efb8f
commit
64a52bf76b
21
ANNOUNCE
21
ANNOUNCE
@ -80,6 +80,7 @@ The LyX team.
|
|||||||
What's new in version 1.5.1?
|
What's new in version 1.5.1?
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|
||||||
** Updates:
|
** Updates:
|
||||||
***********
|
***********
|
||||||
|
|
||||||
@ -95,16 +96,28 @@ What's new in version 1.5.1?
|
|||||||
|
|
||||||
- Fix output of LyX files on windows when Document>Compressed is set.
|
- Fix output of LyX files on windows when Document>Compressed is set.
|
||||||
This is a dataloss bug that was the main reason for releasing 1.5.1
|
This is a dataloss bug that was the main reason for releasing 1.5.1
|
||||||
now.
|
earlier than anticipated.
|
||||||
|
|
||||||
- Get rid of annoying LaTeX error after changing the document language
|
- Get rid of annoying LaTeX error after changing the document language
|
||||||
(bug 2468).
|
(bug 2468).
|
||||||
|
|
||||||
|
- Fix a LaTeX error with caption inset in a listing inset (some
|
||||||
|
problems remain).
|
||||||
|
|
||||||
|
- Fix crashes relating to command line export (bugs 4077 and 4086).
|
||||||
|
|
||||||
|
- Fix export to FAT32 under Linux (bug 4094).
|
||||||
|
|
||||||
* USER INTERFACE:
|
* USER INTERFACE:
|
||||||
|
|
||||||
|
- Fix crash with TOC and child documents (bug 4096).
|
||||||
|
|
||||||
- Fix redrawing artefacts when switching tabs (bug 3969).
|
- Fix redrawing artefacts when switching tabs (bug 3969).
|
||||||
|
|
||||||
- Fix bug where using pdfsync marks the document 'changed' (bug 4023).
|
- Fix pasting a selection from the same LyX document with middle mouse
|
||||||
|
button.
|
||||||
|
|
||||||
|
- Fix pasting of a selection from other applications (X11 only).
|
||||||
|
|
||||||
- Coherent behaviour when inserting over a selection: now the selection
|
- Coherent behaviour when inserting over a selection: now the selection
|
||||||
is always replaced by the insertion (bug 672).
|
is always replaced by the insertion (bug 672).
|
||||||
@ -120,6 +133,8 @@ What's new in version 1.5.1?
|
|||||||
|
|
||||||
- Sort colors in the Preferences dialog (bug 2571).
|
- Sort colors in the Preferences dialog (bug 2571).
|
||||||
|
|
||||||
|
- Fix bug where using pdfsync marks the document 'changed' (bug 4023).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION
|
* DOCUMENTATION
|
||||||
|
|
||||||
@ -132,3 +147,5 @@ What's new in version 1.5.1?
|
|||||||
- LyX configuration script now checks for htlatex as an OpenDocument
|
- LyX configuration script now checks for htlatex as an OpenDocument
|
||||||
converter, since some platforms have htlatex but not oolatex. It also
|
converter, since some platforms have htlatex but not oolatex. It also
|
||||||
checks for oowriter as an OpenDocument viewer and editor.
|
checks for oowriter as an OpenDocument viewer and editor.
|
||||||
|
|
||||||
|
- Fix building on Mac OS X when pkg-config is installed.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||||
|
|
||||||
AC_INIT(LyX,1.5.1svn,[lyx-devel@lists.lyx.org],[lyx])
|
AC_INIT(LyX,1.5.1,[lyx-devel@lists.lyx.org],[lyx])
|
||||||
AC_SUBST(LYX_DATE, ["Wed, Jun 27, 2007"])
|
AC_SUBST(LYX_DATE, ["Sat, Aug 4, 2007"])
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR(src/main.cpp)
|
AC_CONFIG_SRCDIR(src/main.cpp)
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# modifiy this when you change version
|
# modifiy this when you change version
|
||||||
# Note that an empty lyx_branch variable (ie cvs HEAD)
|
# Note that an empty lyx_branch variable (ie cvs HEAD)
|
||||||
# will "do the right thing".
|
# will "do the right thing".
|
||||||
lyx_version=1.5.0svn
|
lyx_version=1.5.1
|
||||||
lyx_branch=
|
lyx_branch=
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user