mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 09:37:31 +00:00
last bits for 1.4.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14440 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d06be66763
commit
c0a2e555a3
7
ANNOUNCE
7
ANNOUNCE
@ -134,8 +134,8 @@ What's new in version 1.4.2?
|
||||
- Don't jump back to the previous cursor position when trying to click on
|
||||
an inset (bug 2526).
|
||||
|
||||
- Automatically use fonts in the fonts/ subdirectory of the LyX support
|
||||
directory on Windows.
|
||||
- Fix several cursor movement functions when initiating a selection
|
||||
(bugs 2119 and 2259, and a crash).
|
||||
|
||||
- Disable saving of bookmarks in mathed because it is not yet supported
|
||||
and makes LyX crash (bug 2597).
|
||||
@ -238,6 +238,9 @@ What's new in version 1.4.2?
|
||||
any of lyxrc.defaults, textclass.lst or packages.lst, it is re-run
|
||||
before loading lyxrc.defaults and preferences.
|
||||
|
||||
- Automatically use fonts in the fonts/ subdirectory of the LyX support
|
||||
directory on Windows.
|
||||
|
||||
- When compiling with --with-version-suffix on Windows, do not
|
||||
rename the executable files.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-07-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.ac: set version to 1.4.2.
|
||||
|
||||
2006-07-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* lyx.man: fix hyphens.
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||
|
||||
AC_INIT(LyX,1.4.2svn,[lyx-devel@lists.lyx.org],[lyx])
|
||||
AC_INIT(LyX,1.4.2,[lyx-devel@lists.lyx.org],[lyx])
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_SRCDIR(src/main.C)
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
@ -15,7 +15,7 @@
|
||||
///
|
||||
char const * lyx_version = "@PACKAGE_VERSION@";
|
||||
///
|
||||
char const * lyx_release_date = "Tue, Apr 11, 2006";
|
||||
char const * lyx_release_date = "Fri, Jul 13, 2006";
|
||||
|
||||
/// This is the version information shown by 'lyx -version'
|
||||
char const * lyx_version_info = "@VERSION_INFO@";
|
||||
|
Loading…
Reference in New Issue
Block a user