mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
back to 1.3.4cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7833 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5d22e29fe1
commit
e65cb34065
@ -1,3 +1,9 @@
|
|||||||
|
2003-09-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): add README.MacOSX
|
||||||
|
|
||||||
|
* status.13x: reset for 1.3.4cvs
|
||||||
|
|
||||||
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* LyX 1.3.3 released
|
* LyX 1.3.3 released
|
||||||
|
@ -9,7 +9,7 @@ MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
|||||||
SUBDIRS = config development intl po boost src sourcedoc lib
|
SUBDIRS = config development intl po boost src sourcedoc lib
|
||||||
|
|
||||||
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
||||||
UPGRADING lyx.man autogen.sh images
|
README.MacOSX UPGRADING lyx.man autogen.sh images
|
||||||
|
|
||||||
# Hack so that the targets that use tar will also work with automake 1.4
|
# Hack so that the targets that use tar will also work with automake 1.4
|
||||||
AMTAR ?= $(TAR)
|
AMTAR ?= $(TAR)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-09-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* configure.in (VERSION):
|
||||||
|
* configure.ac (VERSION): back to cvs work
|
||||||
|
|
||||||
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* configure.in (VERSION):
|
* configure.in (VERSION):
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||||
|
|
||||||
AC_INIT(lyx,1.3.3,lyx-devel@lists.lyx.org)
|
AC_INIT(lyx,1.3.4cvs,lyx-devel@lists.lyx.org)
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR(src/main.C)
|
AC_CONFIG_SRCDIR(src/main.C)
|
||||||
AM_CONFIG_HEADER([src/config.h])
|
AM_CONFIG_HEADER([src/config.h])
|
||||||
@ -8,7 +8,7 @@ AM_CONFIG_HEADER([src/config.h])
|
|||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
PACKAGE=lyx${program_suffix}
|
PACKAGE=lyx${program_suffix}
|
||||||
VERSION="1.3.3"
|
VERSION="1.3.4cvs"
|
||||||
LYX_CHECK_VERSION
|
LYX_CHECK_VERSION
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
@ -8,7 +8,7 @@ dnl AM_CONFIG_HEADER(src/config.h)
|
|||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
PACKAGE=lyx${program_suffix}
|
PACKAGE=lyx${program_suffix}
|
||||||
VERSION="1.3.3"
|
VERSION="1.3.4cvs"
|
||||||
LYX_CHECK_VERSION
|
LYX_CHECK_VERSION
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): add directory MacOSX
|
||||||
|
|
||||||
2003-09-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2003-09-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* MacOSX/lyx.xpm: not needed after all...
|
* MacOSX/lyx.xpm: not needed after all...
|
||||||
|
@ -2,4 +2,5 @@ include $(top_srcdir)/config/common.am
|
|||||||
|
|
||||||
EXTRA_DIST = boostworkaround.txt ChangeLog Code_rules FORMAT \
|
EXTRA_DIST = boostworkaround.txt ChangeLog Code_rules FORMAT \
|
||||||
gettext.patch lazy_lyxtext.txt lyx3 lyx.rpm.README \
|
gettext.patch lazy_lyxtext.txt lyx3 lyx.rpm.README \
|
||||||
lyxserver lyx.spec.in lyx.spec OS2 Seminar.txt TodoPlan-1.3 tools Win32
|
lyxserver lyx.spec.in lyx.spec OS2 Seminar.txt TodoPlan-1.3 tools \
|
||||||
|
Win32 MacOSX
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* postats.sh (lyx_version): update to 1.3.3 (will be 1.3.4cvs later)
|
||||||
|
|
||||||
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* *.po: remerge for release
|
* *.po: remerge for release
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
# postats.sh po_files > "pathToWebPages"/i18n.php3
|
# postats.sh po_files > "pathToWebPages"/i18n.php3
|
||||||
|
|
||||||
# modifiy this when you change version
|
# modifiy this when you change version
|
||||||
lyx_version=1.3.2cvs
|
lyx_version=1.3.3
|
||||||
lyx_branch=BRANCH_1_3_X
|
lyx_branch=BRANCH_1_3_X
|
||||||
|
|
||||||
|
|
||||||
|
91
status.13x
91
status.13x
@ -1,10 +1,10 @@
|
|||||||
-*- text -*-
|
-*- text -*-
|
||||||
|
|
||||||
This file describes what has been done in the preparation of LyX 1.3.3
|
This file describes what has been done in the preparation of LyX 1.3.4
|
||||||
All comments are welcome.
|
All comments are welcome.
|
||||||
|
|
||||||
You can find a list of bugs pending for 1.3.3 at URL
|
You can find a list of bugs pending for 1.3.4 at URL
|
||||||
http://bugzilla.lyx.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&&target_milestone=1.3.3
|
http://bugzilla.lyx.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&&target_milestone=1.3.4
|
||||||
|
|
||||||
I'd be glad if some of you could take the time to check it out (or fix
|
I'd be glad if some of you could take the time to check it out (or fix
|
||||||
a bug or two if you are feeling adventurous). Let me recall that all
|
a bug or two if you are feeling adventurous). Let me recall that all
|
||||||
@ -22,91 +22,8 @@ What's new
|
|||||||
|
|
||||||
** Updates
|
** Updates
|
||||||
|
|
||||||
- add basic support for the memoir class
|
|
||||||
|
|
||||||
- add Proof layout to elsart class and get sections to be numbered
|
|
||||||
|
|
||||||
- make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX)
|
|
||||||
|
|
||||||
- add a bit of documentation of the AGU journals support in the
|
|
||||||
Extended manual; small tweaks to the english documentation; german
|
|
||||||
documentation overhaul; french documentation and examples update
|
|
||||||
|
|
||||||
- completely new italian localization; french, german, russian and
|
|
||||||
slovenian localization updates
|
|
||||||
|
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
|
|
||||||
- fix possible crash when changing text class [bug #1050]
|
- add a couple forgotten MacOSX-related files
|
||||||
|
|
||||||
- fix language setting when switching textclass
|
|
||||||
|
|
||||||
- fix math bug where formulas containing for example a \prettyref
|
|
||||||
would not be parsed correctly [bug #1126]
|
|
||||||
|
|
||||||
- speed up conversion of large old files on some systems
|
|
||||||
|
|
||||||
- fix bad conversion of tables from LyX 1.0 [bug #1045]
|
|
||||||
|
|
||||||
- convert old files (0.11 series) correctly, suppressing space
|
|
||||||
between number and units [bug #763]
|
|
||||||
|
|
||||||
- fix docbook export with nested environments [bug #821]
|
|
||||||
|
|
||||||
- output newline and hfill correctly in docbook [bug #1148]
|
|
||||||
|
|
||||||
- when pressing delete or backspace over a selection, do not modify
|
|
||||||
the clipboard [bug #1049]
|
|
||||||
|
|
||||||
- when inserting a float or a note over a selection, make sure that
|
|
||||||
the insets and font changes in the selection are correctly kept
|
|
||||||
(note however that doing this now modifies the clipboard)
|
|
||||||
|
|
||||||
- clean-up properly after completed graphics conversion processes.
|
|
||||||
|
|
||||||
- enable graphics conversion using the default convertDefault.sh converter
|
|
||||||
when exporting, even if convertDefault.sh is not executable.
|
|
||||||
|
|
||||||
- work around a Qt 3.1.2 bug with the environment combo box [bug #1136]
|
|
||||||
|
|
||||||
- fix bug where browsing for files in graphics inset would always
|
|
||||||
return an absolute path [bug #1028, Qt only]
|
|
||||||
|
|
||||||
- do not write in preference file the colors which are still at their
|
|
||||||
default value [bug #1069, Qt only]
|
|
||||||
|
|
||||||
- fix loading of symbol fonts [Qt 3.2.0 only]
|
|
||||||
|
|
||||||
- fix loading of symbol fonts on solaris
|
|
||||||
|
|
||||||
- fix the math panel symbols [Qt 3.2.0 only]
|
|
||||||
|
|
||||||
- do not reset natbib style when adding a new entry to a citation [Qt
|
|
||||||
only]
|
|
||||||
|
|
||||||
- allow insertion of width strings like "2.5in" into tabular dialog
|
|
||||||
[Qt only]
|
|
||||||
|
|
||||||
- fix some cases where the View>TeX information dialog would get
|
|
||||||
confused because the same file gets listed several times
|
|
||||||
|
|
||||||
- remove annoying message on console when LyX tries to make TeX fonts
|
|
||||||
available to the X server
|
|
||||||
|
|
||||||
- it was not possible to view the french versions of the Extended and
|
|
||||||
Customization manual.
|
|
||||||
|
|
||||||
- the lib/configure script now works correctly with zsh [bug #977]
|
|
||||||
|
|
||||||
- add missing c_str.sed file in the distribution
|
|
||||||
|
|
||||||
- hopefully really fix problems with patch requiring aclocal-1.6
|
|
||||||
|
|
||||||
- fix compilation on HP-UX 11.x
|
|
||||||
|
|
||||||
- do not report failed inlining when compiling with gcc
|
|
||||||
|
|
||||||
- fix compilation with new development versions of xforms
|
|
||||||
|
|
||||||
- fix compilation with AikSaurus 1.0
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user