X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=6902f3be0f2575afff4fa7bb6be0e8072f02a306;hb=0ba59ef037642f4de07669128355fac762b04746;hp=2b3e21f0d2c66e3ef8c292536d8e258b486f5c49;hpb=b315c46a6312c82839886cd83c744197ff8e6e64;p=lyx.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 2b3e21f0d2..6902f3be0f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,425 @@ +2002-11-04 Lars Gullik Bjønnes + + * configure.m4 (removing font links): use -f not -r + +2002-11-01 Dekel Tsur + + * layouts/llncs.layout: Remove layouts that don't exist in llncs.cls. + +2002-10-31 John Levon + + * external_templates: small tweak for clarity + +2002-10-30 John Levon + + * ui/default.ui: re-add table-like commands to math, and + some minor fixes + +2002-10-29 Dekel Tsur + + * configure.m4: Remove files in ~/.lyx/xfonts if fonts.dir was erased. + +2002-10-28 John Levon + + * CREDITS: fix Rob's entry + +2002-10-28 André Pönitz + + * CREDITS: add Geoffroy Piroux + + * reLyX/reLyX.man: + reLyX/reLyX.pod: + reLyX/syntax.default: to not change too much math stuff anymore + +2002-10-24 John Levon + + * images/math/: use black for visibility (from Edwin) + +2002-10-24 Dekel Tsur + + * layouts/llncs.layout: Fix the Bibliography layout + +2002-10-24 Lars Gullik Bjønnes + + * layouts/many layout files: add stdfloats and stdcounters + +2002-10-24 André Pönitz + + * layout/scrclass.inc: use stdcounters.inc + +2002-10-23 Dekel Tsur + + * kbd/koi8-u.kmap: Fix crash when using the map. + +2002-10-23 Gady Kozma + + * examples/he_example_raw.lyx: + * examples/he_he_example_lyxified.lyx: + * examples/he_he_example_raw.lyx: examples for the hebrew tutorial + +2002-10-22 André Pönitz + + * ui/default.ui: use 'math-matrix' instead of 'math-insert matrix' + +2002-10-21 Dekel Tsur + + * symbols: Handle \not using a macro. + +2002-10-21 Martin Vermeer + + * layouts/foils.layout: add more layouts + +2002-10-18 Angus Leeming + + * scripts/lyxpreview2bitmap.sh: Use pnmcrop to crop the images + if so desired. + +2002-10-16 Jean-Marc Lasgouttes + + * configure.m4: add mozilla as default previewer for html + +2002-10-14 André Pönitz + + * ui/default.ui: support for flalign + +2002-10-11 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (remove_oldert): Fix bug. + + * lyx2lyx/parser_tools.py (get_paragraph, get_next_paragraph): + Make the code more + + * configure.m4: Use -dCompatibilityLevel=1.3 with ps2pdf + Add a check for kdeprintfax. + +2002-10-11 Jean-Marc Lasgouttes + + * bind/emacs.bind: add bindings for M-< and M-> + +2002-10-09 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py: Combine ert insets only when they are + in the Standard layout. + +2002-10-05 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (fix_oldfloatinset): Search for + "\begin_inset Float " to avoid matching "\begin_inset FloatList". + +2002-10-01 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py: Handle end_deeper "inside" ERT. + (remove_oldert): Fix for ERT inside tabulars. + (change_listof): New function. Convert LatexCommand inset to + FloatList inset. + (fix_oldfloatinset): New function. Add "wide false" to float insets. + +2002-09-25 Dekel Tsur + + * Makefile.am: Patch from Georg Baum for installing lyx2lyx files. + +2002-09-17 Dekel Tsur + + * layouts/lyxmacros.inc: Patch from Gady Kozma. + +2002-09-15 John Levon + + * images/math/: add icons for delimiters + +2002-09-12 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (remove_oldfloat): Convert floatingfigure. + (remove_oldminipage): Simplified. + +2002-09-10 José Matos + + * scripts/*.py: changed all header to + #! /usr/bin/env python + so that python's path is no longer hardcoded. + +2002-09-08 John Levon + + * images/math/: add dots XPMs + +2002-09-07 John Levon + + * ui/default.ui: add depth-decrement too as discussed + +2002-09-06 Angus Leeming + + * CREDITS: add Pablo De Napoli, formerly languishing in the + math panel headers. + +2002-09-06 Lars Gullik Bjønnes + + * layouts/stdcounters.inc: new file + + * layouts/stdclass.inc: include standard counters + +2002-09-05 Angus Leeming + + * scripts/lyxpreview2bitmap.sh: augment the preliminary blurb, as + suggested by André. + +2002-09-04 Angus Leeming + + * scripts/lyxpreview2bitmap.sh: rename lyxpreview2ppm.sh as this. + The new script takes an extra argument specifying the desired + output format, ppm or png. + + * configure.m4: associated changes. + +2002-09-04 Angus Leeming + + * scripts/lyxpreview2ppm.sh: output gs filenames as %d, not %Nd where N + is some input value. + +2002-09-04 Lars Gullik Bjønnes + + * layouts/stdclass.inc: include stdfloats.h + + * layouts/stdfloats.inc: new file + +2002-09-03 Angus Leeming + + * scripts/lyxpreview2ppm.sh: test expects integer arguments. + ${RESOLUTION} may be a float. Truncate it. + +2002-09-03 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (update_tabular): Prevent changing + of non-tabular lines. + +2002-09-03 Angus Leeming + + * scripts/lyxpreview2ppm.sh: fix crash reported by Norbert Koksch when + generating more than 999 preview snippets by passing and using the + number of digits needed by the filenames generated by gs. + +2002-09-03 Angus Leeming + + * scripts/lyxpreview2ppm.sh: re-written to make use of the "lyx" + option parsed by preview.sty v 0.73. + +2002-08-31 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (update_tabular): Work with nested tabulars + +2002-08-29 John Levon + + * images/math/: add AMS nrel + +2002-08-29 John Levon + + * images/: add math sub/super script + + * images/math/: add \brace, \vec etc. + +2002-08-29 John Levon + + * Makefile.am: install mathed icons + +2002-08-29 John Levon + + * images/math/: add all icons except AMS nrel + +2002-08-29 John Levon + + * images/math/: add most of the normal XPMs + +2002-08-28 Rob Lahaye + + * lyx2lyx/lyx2lyx: add new format number "221" + +2002-08-25 John Levon + + * images/find-replace.xpm: add + +2002-08-23 Jean-Marc Lasgouttes + + * configure.m4: fix epsi->eps converter + + * ui/default.ui: add menu entry for optional-insert + + * CREDITS: update Martin's entry + +2002-08-20 Martin Vermeer + + * layouts/stdlayouts.inc: + * layouts/stdsections.inc: + * layouts/stdstarsections.inc: aded OptionalArgs tags to the + relevant layouts + +2002-08-21 André Pönitz + + * ui/default.ui: adjust to "tabular unification" + +2002-08-15 Juergen Spitzmueller + + * bind/de_menus.bind: cleanup shortcuts for section layouts. Starred + versions are now obtained by prepending a * to the section number + (similar to the new behaviour in menus.bind); add binding for \part. + +2002-08-15 John Levon + + * scripts/convertDefault.sh: use /bin/sh not /bin/bash + +2002-08-15 Jean-Marc Lasgouttes + + * doc/LaTeXConfig.lyx.in: add description of cl2emult class + + * bind/math.bind: add bindings to insert \Lambda and \Psi (bug #564) + +2002-08-15 André Pönitz + + * layouts/cl2emult.layout: new file Springer's cl2emult textclass + +2002-08-10 Dekel Tsur + + * lyx2lyx/parser_tools.py (get_paragraph): Fixed. + + * lyx2lyx/lyxconvert_218.py (convert_ertinset): Remove font commands. + +2002-08-08 Herbert Voss + + * ui/default.ui: put gather into math menu + +2002-08-07 John Levon + + * images/layout_LaTeX.xpm: remove - obsolete + +2002-08-05 John Levon + + * images/dialog-tabular-insert.xpm: remove unneeded xpm + +2002-08-05 John Levon + + * ui/default.ui: + * bind/xemacs.bind: back to tabular-insert + +2002-08-03 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (remove_oldert): Few fixes. + + * lyx2lyx/lyx2lyx: Change the comment at the top of the lyx file + +2002-08-02 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py: Convert ERT and figinsets. + +2002-07-30 André Pönitz + + * configure.m4: + * ui/default.ui: make math-extern a bit more visible in Edit->Math + + * bind/math.bind: remove some strange bindings for Ø and Å + +2002-07-30 Angus Leeming + + * scripts/lyxpreview2ppm.sh: rename bbox.sed so that multiple runs + don't get confused. + +2002-07-24 Adrien Rebollo + + * examples/fr_CV.lyx: new file + * examples/fr_ExemplesTableaux.lyx: + * examples/fr_ListesPuces.lyx: + * examples/fr_mathed.lyx: update + +2002-07-18 Angus Leeming + + * scripts/lyxpreview2ppm.sh: more efficient RE and change to '' so that + the shell does not escape "\\". + +2002-07-22 Herbert Voss + + * scripts/convertDefault.sh: defines a converter which is used + when no userdefined was found + +2002-07-20 Jean-Marc Lasgouttes + + * ui/default.ui: cleanup after change of Menu syntax. the + foo_nobuffer menus are gone + + * bind/sv_menus.bind: + * bind/sciword.bind: remove some cruft + + * tex/iletter.cls: + * layout/iletter.layout: + * templates/iletter.lyx: removed all traces of the iletter bundle + and put it on the contrib/ area of our ftp site + +2002-07-19 Jean-Marc Lasgouttes + + * configure.m4: fix definition of the lyxpreview2ppm converter; + add ppm format. All should work out of the box now, even though + all may not be pretty + +2002-07-18 Angus Leeming + + * scripts/lyxpreview2ppm.sh: clean-up. Get it to work with + scary_eqns.lyx. + +2002-07-17 André Pönitz + + * configure.m4: fix typo in last change + * symbols: add \hbar + +2002-07-17 Jean-Marc Lasgouttes + + * bind/menus.bind: fix bindings using asterisk to ignore shift + modifier + +2002-07-16 Jean-Marc Lasgouttes + + * configure.m4: add formats fig and epsi + +2002-07-16 Andrew Zabolotny + + * bind/emacs.bind: + * bind/xemacs.bind: + * bind/sciword.bind: + * bind/cua.bind: include greekkeys and cyrkeys bindings + + * bind/greekkeys.bind: + * bind/cyrkeys.bind: bindings to enter cyrillic and greek + characters directly from keyboard + +2002-07-16 Jean-Marc Lasgouttes + + * bind/menus.bind: cleanup shortcuts for section layouts. Starred + versions are now obtained by prepending a * to the section number + (M-p asterisk 0 .. M-p asterisk 6) + + * images/banner.xpm.orig: remove + +2002-07-15 Soeren Pietsch + + * lib/configure.m4: fix the detection of cygwin when the shell is + not bash + +2002-07-12 Angus Leeming + + * lyxpreview2ppm.sh: use the pnmraw device in preference to pnm. + +2002-07-12 André Pönitz + + * ui/default.ui: add menu for font changes + * symbols: add textt + +2002-07-10 Andrew Zabolotny + + * bind/emacs.bind: + * bind/xemacs.bind: + * bind/sciword.bind: + * bind/cua.bind: better support for selection from numeric keypad + + * kbd/cp1251.cdef: + * kbd/ibm866.cdef: + * kbd/koi8-r.cdef: + * kbd/koi8-t.cdef: + * kbd/koi8-u.cdef: new encoding definitions + 2002-07-10 John Levon * bind/sciword.bind: disable M-x c to allow M-x @@ -8,7 +430,8 @@ as it's not portable apparently. 2002-07-09 André Pönitz - + + * symbols: use it to define insets, too * configure.m4: * symbols: wasy symbols added @@ -18,7 +441,7 @@ left and right if so desired. 2002-07-08 André Pönitz - + * symbols: more stuff missing from the Porto changes 2002-07-05 Angus Leeming @@ -29,7 +452,7 @@ 2002-06-19 Herbert Voss * configure.m4: add converters for epsi and (x)fig - + 2002-07-03 Vitaly Lipatov * languages: add support for belarusian and kazakh @@ -37,7 +460,7 @@ * encodings: add pt154 2002-06-27 André Pönitz - + * configure.m4: add support for lyxpreview "format" * scripts/lyxpreview2xpm: add file @@ -54,23 +477,23 @@ 2002-06-21 John Levon * ui/default.ui: fix ellipses - + 2002-06-20 John Levon * ui/default.ui: remove Index Entry of last word * ui/old-default.ui: remove - + 2002-06-19 Dekel Tsur * examples/mathed.lyx: Remove obsolete part. 2002-06-17 Herbert Voss - - * configure.m4: install only those converters which are different - to convert, because this is taken as the default. SO we can get - rid of all problems when user do not have installed the right - converters. + + * configure.m4: install only those converters which are different + to convert, because this is taken as the default. SO we can get + rid of all problems when user do not have installed the right + converters. 2002-06-16 Adrien Rebollo @@ -95,7 +518,7 @@ 2002-05-30 Jean-Marc Lasgouttes * templates/IEEEtran.lyx: update to 1.2.0 format from Michael - Schmitt + Schmitt * reLyX/reLyX.in: honor variable LYX_DIR_13x @@ -111,7 +534,7 @@ 2002-05-28 John Levon * images/buffer-new.xpm: icon from Vitaly Lipatov - + 2002-05-24 John Levon * CREDITS: kill mention of KDE