On Thu, Jan 16, 2003 at 12:07:56PM +0100, Jean-Marc Lasgouttes wrote: > You could maybe document the changes of { and also fonts, since people > will be bugging you about that.
Attached. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)
Index: NEWS =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/NEWS,v retrieving revision 1.47 diff -u -p -r1.47 NEWS --- NEWS 26 Dec 2002 14:19:56 -0000 1.47 +++ NEWS 16 Jan 2003 11:29:07 -0000 @@ -75,7 +75,15 @@ behaviour to mimic 1.2 in all cases, so get accustomed to. On the pro side, the new structure allowed implementing support for LaTeX's \mbox and \fbox and general "switching back to text mode within math", so a lot of "evil red text" -trickery is not needed anymore. +trickery is not needed anymore. The most visible changes are the following: +- Pressing { and } will insert LaTeX's \{ and \} which show up as { } + in the printout. To get LaTeX's {} nesting, you need to type \{. +- Fonts changes now really nest. Repeated application of a font change + will result in nested font changes! To remove a font change without + removing the "contents", it is now possible to "pull the argument" + like in other insets, i.e. put the cursor in the first position of + the inset and press 'backspace'. + ** Reading old files