mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 17:55:30 +00:00
* ANNOUNCE:
* configure.ac: - 1.6.2. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28723 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aca830ca05
commit
e1be2bf9e4
2
ANNOUNCE
2
ANNOUNCE
@ -296,7 +296,7 @@ What's new in version 1.6.2?
|
|||||||
- Improve debug output when tracing what actions are triggered.
|
- Improve debug output when tracing what actions are triggered.
|
||||||
|
|
||||||
- A re-declaration of an InsetLayout will now update the existing
|
- A re-declaration of an InsetLayout will now update the existing
|
||||||
declaration rather than completely over-writing it---agreeing with the
|
declaration rather than completely over-writing it -- agreeing with the
|
||||||
behavior of our normal Style declarations.
|
behavior of our normal Style declarations.
|
||||||
|
|
||||||
- Reflect external material template using Instant Preview in the dialog
|
- Reflect external material template using Instant Preview in the dialog
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||||
|
|
||||||
AC_INIT(LyX,1.6.2svn,[lyx-devel@lists.lyx.org],[lyx])
|
AC_INIT(LyX,1.6.2,[lyx-devel@lists.lyx.org],[lyx])
|
||||||
# Use ISO format only. The frontend needs to parse this
|
# Use ISO format only. The frontend needs to parse this
|
||||||
AC_SUBST(LYX_DATE, ["2008-12-13"])
|
AC_SUBST(LYX_DATE, ["2009-03-08"])
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR(src/main.cpp)
|
AC_CONFIG_SRCDIR(src/main.cpp)
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
Loading…
Reference in New Issue
Block a user