mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
eee9800ce4
* m4/*: * intl/*: * ABOUT-NLS: * po/Makefile.in.in: * po/POTFILES.in: * po/Makevars.template: * config/mkinstalldirs: * config/config.rpath: update from gettext 0.14.6 source. This enables translation to system language on Mac OS X git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19348 a592a061-630c-0410-9148-cb99ea01b6c8
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 1.5.2
|
|
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
|
|
|
|
- Add support for translating the menus in Simplified Chinese.
|
|
|
|
* USER INTERFACE
|
|
|
|
- Add "Save all" menu entry, to save all modified files (Bug 2840)
|
|
|
|
- Mark modified files in the View menu with an asterisk (Bug 2876)
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
* USER INTERFACE:
|
|
|
|
- Fix loading non-lyx child documents with relative path names, change
|
|
'Load' to 'Edit' in the child document dialog. (Bug 4107 and 4111)
|
|
|
|
|
|
* DOCUMENTATION
|
|
|
|
|
|
* BUILD/INSTALLATION:
|
|
|
|
- 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).
|
|
|
|
- Upgrade to gettext 0.14.6.
|