2011-09-19 13:24:01 +00:00
|
|
|
This file lists interface changes that might affect users in 2.1.0, some
|
|
|
|
known problems in LyX 2.1.0 and some things you have to take into account
|
|
|
|
when upgrading from earlier versions to a version of the 2.1.x series.
|
2006-02-23 13:56:43 +00:00
|
|
|
|
|
|
|
|
2007-04-23 12:42:18 +00:00
|
|
|
Interface changes
|
|
|
|
-----------------
|
2007-04-21 09:56:15 +00:00
|
|
|
|
2012-09-15 22:37:55 +00:00
|
|
|
Whenever the user closes a (tabbed) view on a document, either by
|
|
|
|
clicking on the tab close button, or by using the File->Close menu,
|
|
|
|
LyX now closes exclusively that specific view. If there are other
|
|
|
|
views showing the same document, they are not closed. When the user
|
|
|
|
closes the last view, LyX can be configured for either closing the
|
|
|
|
document, or keeping it into memory as a hidden document (that can be
|
|
|
|
shown again through the View->Hidden-> submenu).
|
|
|
|
|
|
|
|
A new configurable preference option has been added, allowing for either
|
|
|
|
(close_buffer_with_last_view)
|
|
|
|
|
2011-09-19 12:33:43 +00:00
|
|
|
There have been some changes to the LyX command line. The following new
|
|
|
|
options have been added:
|
|
|
|
|
|
|
|
-export-to <format> <dest> (-E <format> <dest>)
|
|
|
|
|
|
|
|
Allows one to perform a batch export of the LyX file that is opened
|
|
|
|
to the specified destination file <dest> and format <format>.
|
|
|
|
For example, to create a PDF of a LyX document, you can run:
|
|
|
|
lyx -export-to pdf /path/to/dest.pdf /path/to/source.lyx
|
|
|
|
See the manual page for details.
|
2011-10-19 20:15:24 +00:00
|
|
|
This functionality is also available via a new menu voice
|
|
|
|
Export->Export As..., that pops up a dialog allowing one to
|
|
|
|
choose the export format, as well as the destination pathname.
|
|
|
|
Also, it is available via the mini-buffer (or the -x switch)
|
|
|
|
through a proper new LFUN (see below).
|
|
|
|
|
2012-03-13 23:05:36 +00:00
|
|
|
The Advanced Find and Replace feature now supports cancel of a long
|
|
|
|
search operation by hitting the ESC key.
|
2009-04-06 12:13:33 +00:00
|
|
|
|
2012-08-07 06:29:46 +00:00
|
|
|
The following pref variables were changed in 2.1:
|
2010-11-20 13:34:14 +00:00
|
|
|
|
2012-09-15 22:37:55 +00:00
|
|
|
- \\close_buffer_with_last_view [yes|no|ask]
|
|
|
|
When user closes the last view on a document, close the document
|
|
|
|
as well ("yes"), or hide the document ("no"), or ask the user
|
|
|
|
("ask").
|
|
|
|
|
2012-08-07 06:29:46 +00:00
|
|
|
The following pref variables are obsoleted in 2.1:
|
2007-12-06 11:16:46 +00:00
|
|
|
|
2012-08-07 06:29:46 +00:00
|
|
|
- \\default_language
|
2011-10-30 22:25:31 +00:00
|
|
|
- \\default_papersize
|
|
|
|
|
2012-08-08 08:07:31 +00:00
|
|
|
To set the default language and paper size for new documents, use the
|
|
|
|
"Save As Document Defaults" button in Document > Settings.
|
|
|
|
|
2013-03-21 19:13:02 +00:00
|
|
|
The format pdf aka "PDF (ps2pdf)" was split in two formats: pdf aka
|
|
|
|
"PDF (ps2pdf)" and pdf6 aka "PDF (graphics)". pdf6 is used for PDF files
|
|
|
|
included as graphics. Custom external templates and converters might need
|
|
|
|
to be adjusted. The format split was needed since otherwise an odt->pdf
|
|
|
|
converter which is intended for included graphics only did interfere with
|
|
|
|
document export via ps2pdf.
|
|
|
|
|
2012-10-14 22:22:11 +00:00
|
|
|
The support for ArmTeX (a special typesetting engine for Armenian) was removed.
|
|
|
|
Writing text in Armenian is now possible in a native way using XeTeX.
|
|
|
|
|
2009-01-10 23:30:27 +00:00
|
|
|
The following new LyX functions have been introduced:
|
|
|
|
|
2012-09-30 12:59:24 +00:00
|
|
|
- LFUN_BRANCH_MASTER_ACTIVATE <branch>:
|
|
|
|
LFUN_BRANCH_MASTER_DEACTIVATE <branch>:
|
|
|
|
Activates or deactivates a branch in a master document from within
|
|
|
|
a child (as opposed to the existing LFUN_BRANCH_[DE]ACTIVATE, which
|
|
|
|
toggle the branch in the document itself).
|
|
|
|
|
2011-10-19 20:15:24 +00:00
|
|
|
- LFUN_BUFFER_EXPORT_AS <format> <filename>
|
|
|
|
Equivalent to the new -export-to command-line switch (see above).
|
|
|
|
|
2011-10-29 22:08:20 +00:00
|
|
|
- LFUN_CLIPBOARD_PASTE_SIMPLE ("clipboard-paste-simple")
|
|
|
|
Paste the clipboard contents as simple unformatted text.
|
|
|
|
This is also available through a new menu voice within the
|
|
|
|
[Edit]->[Paste Special...] sub-menu.
|
|
|
|
|
2012-09-15 22:37:55 +00:00
|
|
|
- LFUN_VIEW_CLOSE
|
|
|
|
Close the current document view only, if there are no more views
|
|
|
|
on the document, either close or hide it (see the new preference
|
|
|
|
option \\close_buffer_with_last_view)
|
2009-05-14 13:15:23 +00:00
|
|
|
|
2009-03-30 13:49:52 +00:00
|
|
|
The following LyX functions have been removed:
|
|
|
|
|
2011-09-19 13:24:01 +00:00
|
|
|
//template, remove this entry later on
|
2009-04-15 21:41:07 +00:00
|
|
|
- LFUN_NEXT_INSET_TOGGLE ("next-inset-toggle"): use "inset-toggle" instead.
|
2010-09-12 07:56:08 +00:00
|
|
|
|
2010-03-06 15:46:02 +00:00
|
|
|
|
2009-04-15 21:41:07 +00:00
|
|
|
The following LyX functions have been changed:
|
|
|
|
|
2011-09-19 13:24:01 +00:00
|
|
|
//template, remove this entry later on
|
2009-04-15 21:41:07 +00:00
|
|
|
- LFUN_INSET_TOGGLE ("inset-toggle"): For some insets, this function was used
|
|
|
|
to show the settings dialog. This is no longer possible and one should use
|
|
|
|
inset-settings for this purpose.
|
2009-07-04 23:17:38 +00:00
|
|
|
|
2012-09-29 15:16:52 +00:00
|
|
|
- LFUN_CLOSE_TAB_GROUP_CLOSE ("close-tab-group") was renamed to
|
|
|
|
LFUN_TAB_GROUP_CLOSE ("tab-group-close").
|
2010-04-01 12:33:04 +00:00
|
|
|
|
2012-09-29 15:33:46 +00:00
|
|
|
- LFUN_SPIT_VIEW ("split-view") was renamed to
|
|
|
|
LFUN_VIEW_SPLIT ("view-split").
|
|
|
|
|
2012-09-29 17:20:58 +00:00
|
|
|
- LFUN_BREAK_PARAGRAPH ("break-paragraph") was renamed to
|
|
|
|
LFUN_PARAGRAPH_BREAK ("paragraph-break").
|
|
|
|
|
2010-07-23 21:49:33 +00:00
|
|
|
The following LyX key bindings have been changed:
|
|
|
|
|
2011-09-19 13:24:01 +00:00
|
|
|
//template, remove this entry later on
|
2010-07-23 21:49:33 +00:00
|
|
|
- LFUN_MATH_MACRO_FOLD ("math-macro-fold")
|
|
|
|
The binding to "C-minus" has changed to "C-S-underscore".
|
|
|
|
|
2012-09-29 17:20:58 +00:00
|
|
|
- The binding "C-w" was moved from "buffer-close" to "view-close"
|
|
|
|
(only in cua.bind).
|
2012-09-29 15:21:05 +00:00
|
|
|
|
2010-07-23 21:49:33 +00:00
|
|
|
|
2011-12-07 16:47:43 +00:00
|
|
|
Linux desktop file specification and scalable icon has been included
|
|
|
|
into the tarball.
|
|
|
|
|
|
|
|
|
2011-02-02 14:55:14 +00:00
|
|
|
New external programs and libraries:
|
|
|
|
------------------------------------
|
2010-03-07 09:29:33 +00:00
|
|
|
|
2012-02-21 20:29:44 +00:00
|
|
|
- LyX links now against libmagic (http://www.darwinsys.com/file/) if it is
|
|
|
|
available at compile time. This improves the file format detection of
|
|
|
|
included graphics and other files. The old builtin format detection code
|
|
|
|
is used if libmagic is not available.
|
2010-03-07 09:29:33 +00:00
|
|
|
|
2009-01-10 23:30:27 +00:00
|
|
|
|
2011-10-30 22:25:31 +00:00
|
|
|
Known issues in version 2.1.0
|
2008-11-15 23:39:48 +00:00
|
|
|
-----------------------------
|
2007-04-23 12:42:18 +00:00
|
|
|
|
2010-11-29 14:12:47 +00:00
|
|
|
- LyX needs to be run under Python 2 and will not work properly on systems
|
|
|
|
where Python 3 is the default binary. See bug #7030 to know how to fix
|
|
|
|
this properly, since simple sheebang conversion in *.py files will not
|
|
|
|
be enough.
|
2008-01-08 15:39:40 +00:00
|
|
|
|
2011-09-19 13:24:01 +00:00
|
|
|
Caveats when upgrading from earlier versions to 2.1.x
|
2007-09-25 11:05:05 +00:00
|
|
|
-------------------------------------------------------
|
|
|
|
|
2012-03-30 16:15:30 +00:00
|
|
|
In order to improve reported scrolling slowness, we changed the way screen
|
|
|
|
painting is done. This, however, can slow down the performance on remote
|
|
|
|
X connections and we provide RC_USE_QIMAGE variable, which brings back
|
|
|
|
the old way of painting (when set to false).
|
|
|
|
|