2007-07-27 12:39:36 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2007-08-04 14:45:20 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.5.2
|
2007-07-27 12:39:36 +00:00
|
|
|
All comments are welcome.
|
|
|
|
|
|
|
|
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
|
|
|
|
these fixes have been checked into the BRANCH_1_5_X branch, which you
|
|
|
|
can get with the command
|
|
|
|
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X lyx-1.5.x
|
|
|
|
|
|
|
|
Juergen
|
|
|
|
|
|
|
|
[In this list, I try to group things by topic and in decreasing
|
|
|
|
order of importance. This is, of course, subjective...]
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
** Updates:
|
|
|
|
***********
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2007-08-07 22:23:47 +00:00
|
|
|
- Many improvements to interface translation on the Mac. In
|
|
|
|
particular, LyX automatically uses the language of the interface for
|
|
|
|
all of its menus and for help files. Documents strings like
|
|
|
|
"Chapter" are correctly translated on screen too.
|
|
|
|
|
2007-08-22 18:53:56 +00:00
|
|
|
- Embedded Objects manual: new section about longtable alignment
|
|
|
|
|
2007-08-13 15:44:19 +00:00
|
|
|
- Add support for translating the menus in Simplified Chinese.
|
2007-08-20 23:48:42 +00:00
|
|
|
- Add support for translating the menus in Portuguese.
|
2007-08-05 15:05:07 +00:00
|
|
|
|
2007-08-12 21:35:18 +00:00
|
|
|
|
2007-08-07 13:44:11 +00:00
|
|
|
* USER INTERFACE
|
|
|
|
|
2007-08-13 15:44:19 +00:00
|
|
|
- Add "Save all" menu entry, to save all modified files (Bug 2840).
|
2007-08-07 13:44:11 +00:00
|
|
|
|
2007-08-13 15:44:19 +00:00
|
|
|
- Mark modified files in the View menu with an asterisk (Bug 2876).
|
2007-08-07 13:44:11 +00:00
|
|
|
|
2007-08-12 21:35:18 +00:00
|
|
|
|
2007-07-27 12:39:36 +00:00
|
|
|
** Bug fixes:
|
|
|
|
*************
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2007-08-09 20:44:44 +00:00
|
|
|
- Check if the .lyx file has been externally modified when a buffer is saved.
|
2007-08-04 12:41:42 +00:00
|
|
|
|
2007-08-12 21:35:18 +00:00
|
|
|
|
2007-07-27 12:39:36 +00:00
|
|
|
* USER INTERFACE:
|
|
|
|
|
2007-08-13 21:35:57 +00:00
|
|
|
- Fix crash when clicking in a tabular cell and the "delete empty paragraph"
|
2007-08-13 15:44:19 +00:00
|
|
|
mechanism triggers (bug 4133).
|
|
|
|
|
2007-08-07 18:37:33 +00:00
|
|
|
- Fix loading non-lyx child documents with relative path names, change
|
2007-08-10 19:20:21 +00:00
|
|
|
'Load' to 'Edit' in the child document dialog (Bugs 4107 and 4111)
|
2007-08-07 18:37:33 +00:00
|
|
|
|
2007-08-10 19:20:21 +00:00
|
|
|
- Allow roman numerals beyond 20 (Bug 4112)
|
|
|
|
|
2007-08-10 19:34:06 +00:00
|
|
|
- Render malformed tables correctly (Bug 580)
|
2007-07-30 13:48:01 +00:00
|
|
|
|
2007-08-09 20:44:44 +00:00
|
|
|
- Enable File -> Revert when the file is externally modified, and rename
|
|
|
|
this menu item to File -> Revert to saved. (Bugs 3766 and 4114)
|
|
|
|
|
2007-08-13 17:38:36 +00:00
|
|
|
- Update when leaving a 'wide' inset using up- and down-arrows.
|
|
|
|
|
2007-08-13 23:37:45 +00:00
|
|
|
- Fix bug related to citation dialog (Bug 4121)
|
|
|
|
|
2007-08-14 00:31:04 +00:00
|
|
|
- Fix crash when using the LFUN 'buffer-write-as' with an argument
|
|
|
|
that is not an absolute path (Bug 4135).
|
|
|
|
|
2007-08-16 18:29:53 +00:00
|
|
|
- Fix crash when a user removes the underlying figure of a graphic inset
|
|
|
|
that has been copied and pasted (Bug 4108).
|
2007-08-21 08:10:54 +00:00
|
|
|
|
|
|
|
- Fix crash when closing LyX window with document tabs (Bug 4123).
|
2007-08-14 00:31:04 +00:00
|
|
|
|
2007-08-20 21:25:14 +00:00
|
|
|
- Fix crash when a user removes a formula when its preview is being generated.
|
|
|
|
(gcc 3 only).
|
|
|
|
|
2007-08-21 08:17:07 +00:00
|
|
|
- Fix crash when using down cursor in an empty math subscript (Bug 4117).
|
|
|
|
|
2007-07-27 12:39:36 +00:00
|
|
|
* DOCUMENTATION
|
|
|
|
|
2007-08-22 18:53:56 +00:00
|
|
|
- Fix installation links for Hebrew (bug 4165)
|
2007-08-12 21:35:18 +00:00
|
|
|
|
2007-07-27 12:39:36 +00:00
|
|
|
|
2007-07-30 16:28:45 +00:00
|
|
|
* BUILD/INSTALLATION:
|
|
|
|
|
2007-08-05 01:08:43 +00:00
|
|
|
- Make configure.py remove a log file generated by MikTeX and copy the file
|
|
|
|
chkconfig.ltx to the user dir using default permissions (thus avoiding a
|
|
|
|
bug on Cygwin where python doesn't copy ACLs associated to a file).
|
|
|
|
|
2007-08-12 18:30:22 +00:00
|
|
|
- Clarify error message for --without-included-boost
|
|
|
|
|
2007-08-07 20:20:49 +00:00
|
|
|
- Upgrade to gettext 0.14.6.
|
2007-08-16 08:39:55 +00:00
|
|
|
|
|
|
|
- Better alignment in the version info output.
|
|
|
|
|
2007-08-21 22:18:20 +00:00
|
|
|
- Remove /TP (force to use C++ compiler) option from scons/msvc.
|