X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=fa2ff045002dd0f291b069d98d74b86c78ab840a;hb=1f1762bf3ac9ba7b1f5f9c51b1d1e61018874b1e;hp=c24a0e5b8a69a562edffc97288754cc968c71c95;hpb=28fa5dc1126459587e2bcbb3623523c461dd99e8;p=lyx.git diff --git a/lib/ChangeLog b/lib/ChangeLog index c24a0e5b8a..fa2ff04500 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,339 @@ +2003-06-12 Angus Leeming + + * scripts/fig2pdftex.sh (legacy_xfig): Use epstopdf, as suggested by + Martin Vermeer. + + * configure.m4: add $$s/ to the lyxpreview2bitmap.sh path. + +2003-06-11 John Levon + + * ui/stdtoolbars.ui: move flags to ... + + * ui/default.ui: ... Toolbars section here + +2003-06-11 John Levon + + * ui/stdtoolbars.ui: show Extra toolbar by default + +2003-06-09 Angus Leeming + + * external_templates: remove all references to the parameters variable. + +2003-06-09 José Matos + + * lyx2lyx/lyxconvert_215 (first_layout): new function to assure + that \layout is the first element in a lyx file. + +2003-06-07 José Matos + + * lyx2lyx/lyxconvert_216 (update_tabular): small fix to work with + csv2lyx files. + +2003-06-06 José Matos + + * lyx2lyx/lyxconvert_215 (remove_space_in_units): fix bug 763. + +2003-06-06 José Matos + + * lyx2lyx/lyxconvert_216 (update_tabular): fix bug 1045. + +2003-06-06 Lars Gullik Bjønnes + + * languages: Add country code to the lang code. + +2003-06-05 Angus Leeming + + * external_templates: Scrap the RasterImage format. + + * scripts/fig2pstex.py: + * scripts/pic2ascii.py: + * scripts/pic2png_eps.py: + * scripts/general_command_wrapper.py: + * scripts/pic2png_eps.sh: + * scripts/fig2png.py: removed. + +2003-06-04 Angus Leeming + + * lyx2lyx/lyx2lyx: bump the output format to 224. + * lyx2lyx/lyxconvert_223.py (convert_external): new file, new function. + An amalgamation of suggestions from José Matos and Dekel Tsur. + Also converts a RasterImage External Inset to a Graphics Inset. + +2003-06-03 Angus Leeming + + * external_templates: modify the templates to use the converter" mechanism. + +2003-06-02 John Levon + + * lyx2lyx/lyxconvert_221.py: remove insetparents + +2003-06-01 Angus Leeming + + * configure.m4: add an extension to the dateout format or the converter + code fouls up. + +2003-06-01 John Levon + + * lyx2lyx/lyxconvert_221.py: "\BibTeX" to "\bibtex" (bug 1018) + (from José Matos) + +2003-05-31 Angus Leeming + + * configure.m4 (latex_to_html_command): add a bunch of formats and + converters that are to be used by the external inset. + + * fig2pdftex.sh: make it work as a "converter". + * fig2pstex.sh: new file: a converter from xfig to pstex_t. + +2003-05-30 John Levon + + * ui/stdmenus.ui: Force Normal Space -> Inter-word Space + +2003-05-30 John Levon + + * ui/stdmenus.ui: fix capitalisation + +2003-05-25 Angus Leeming + + * scripts/fig2pdf.sh: renamed again as fig2pdftex.sh. + +2003-05-24 John Levon + + * ui/stdmenus.ui: re-organise Document and Tools menus + +2003-05-23 Angus Leeming + + * scripts/fig2pdf.sh: new script. Capable of converts an XFIG image to + something that pdflatex can process into high quality PDF. + Works both with "modern" xfig and with older, "legacy" versions. + + * scripts/fig2png.sh: removed. + +2003-05-23 Angus Leeming + + * external_templates: add a PDFLaTeX flavour to the xfig outputs. + * scripts/fig2png.py: a new and very simple script. + * scripts/fig2png.sh: another new and rather more sophisticated script. + +2003-05-22 Alfredo Braunstein + + * ui/stdmenus.ui: + * ui/classic.ui: remove "error-next" and "error-remove-all" + +2003-05-22 John Levon + + * ui/stdtoolbars.ui: fix default toolbars + +2003-05-22 John Levon + + * bind/cua.bind: fix space insert + +2003-05-21 José Matos + + * lyx2lyx/lyxconvert_221.py: convert \SpecialChar ~ + +2003-05-20 Jürgen Spitzmüller + + * bind/cua.bind: + * bind/emacs.bind: + * bind/yemacs.bind: + * bind/latinkeys.bind: + * ui/stdmenus.ui: new space insets + +2003-05-20 John Levon + + * ui/stdtoolbars.ui: s/Paragraph Style/Paragraph Settings/ + +2003-05-16 André Pönitz + + * ui/*: re-indent according to LyX style + +2003-05-07 John Levon + + * ui/stdmenus.ui: we can use _R_edo + +2003-05-02 Michael Schmitt + + * chkconfig.ltx: add layout even if the TeX class is missing; + introduce a forth field in the textclass.lst file that + keeps track whether the TeX class is available + +2003-05-03 John Levon + + * ui/stdmenus.ui: Child Document not Child document + + * bind/xemacs.bind: fix insert graphics binding + +2003-05-02 André Pönitz + + * layouts/*: re-indent according to LyX style + +2003-04-30 Michael Schmitt + + * layouts/llncs.layout: remove Chapter and Mail layouts (did not + work). Add Email layout + +2003-04-30 John Levon + + * default.ui: replace with new layout. Move old layout to ... + + * classic.ui: ...here + +2003-04-26 John Levon + + * ui/stdmenus.ui: Make table settings use old layout-tabular LFUN + +2003-04-26 John Levon + + * ui/stdmenus.ui: remove shortcuts for cut,copy,paste + to allow better shortcuts for the other options. Use + new inset-settings. Disable "inset-toggle" for now. + Re-organise Insert menu, and back out the Note submenu. + +2003-04-15 John Levon + + * ui/stdtoolbars.ui: + * ui/stdmenus.ui: split out from new.ui + + * ui/new.ui: use Include + +2003-04-15 John Levon + + * ui/new.ui: add new ui for testing + +2003-04-15 John Levon + + * ui/default.ui: add toolbar placement flags, + and Minibuffer + +2003-04-11 Rob Lahaye + + * configure.m4: add another Grace conversion from agr to ppm. + +2003-04-10 John Levon + + * ui/default.ui: Add visibility tag to toolbars + + * BufferView_pimpl.C: updateToolbar on mouse click + + * ToolbarBackend.h: + * ToolbarBackend.C: handle toolbar on/off settings + +2003-04-10 John Levon + + * images/: new icons, mostly taken from kdeart + +2003-04-09 John Levon + + * ui/default.ui: add a name for the toolbar + +2003-04-08 John Levon + + * ui/default.ui: add tooltips for toolbar items, + s/Icon/Item + +2003-04-03 Tomasz Luczak + + * layouts/mwbk.layout: small fix + +2003-04-02 John Levon + + * bind/math.bind: tab lfun changed + +2003-04-01 John Levon + + * lyx2lyx/lyxconvert_218.py: fix reading of subcaption texts + +2003-03-29 John Levon + + * images/psnfss1.xpm: + * images/psnfss2.xpm: + * images/psnfss3.xpm: + * images/psnfss4.xpm: + * images/standard.xpm: + * images/amssymb.xpm: make transparent + +2003-03-28 John Levon + + * ui/default.ui: fix dupe accelerator for change tracking + +2003-03-28 John Levon + + * bind/sciword.bind: + * bind/math.bind: remove math-greek* + +2003-03-27 John Levon + + * bind/cua.bind: add MS Word's "track changes" shortcut + +2003-03-24 John Levon + + * symbols: add bmod function + +2003-03-14 Jean-Marc Lasgouttes + + * templates/revtex4.lyx: + * templates/latex8.lyx: fix bad info insets + +2003-03-14 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (remove_pextra): Fix conversion of + minipages that contains tabulars. + + * lyx2lyx/lyx2lyx (main): Handle development version files + +2003-03-12 Angus Leeming + + * images/font-free.xpm: renamed as font-free-apply.xpm. + + * ui/default.ui: s/font-free/font-free-apply/ + +2003-03-12 Dekel Tsur + + * lyx2lyx/lyx2lyx (main): Print error messages to stderr. + + * lyx2lyx/lyxconvert_218.py (change_infoinset): Convert correctly + notes with several lines and backslashes. + +2003-03-12 John Levon + + * lyx2lyx/lyxconvert_221.py: add \\end_header + +2003-03-11 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (change_infoinset): Convert Info insets + to Note insets. + +2003-03-11 Matej Cepl + + * layouts/scrlttr2.layout: add Comment layout + +2003-03-10 Michael Schmitt + + * configure.m4: fix the tgif converters + +2003-03-10 Angus Leeming + + * scripts/lyxpreview2bitmap.sh: use variables for the names of + 'latex', 'dvips', 'gs' and 'pnmcrop' and move their definition to + the top of the script. + + * scripts/lyxpreview2bitmap.sh: enable BAIL_OUT to print a message. + +2003-03-10 Angus Leeming + + * images/graphics-insert.xpm: rename as + dialog-show-new-inset_graphics.xpm. + +2003-03-05 Angus Leeming + + * ui/default.ui: use 'dialog-show-new-inset "graphics"' instead + of graphics-insert'. + +2003-03-06 Serge Winitzki + + * bind/sciword.bind: update for 1.3.x + 2003-03-06 Dekel Tsur * ui/default.ui: Add item for split env. @@ -58,7 +394,7 @@ 2003-02-17 Juergen Spitzmueller - * templates/koma-letter2.lyx: + * templates/koma-letter2.lyx: * layouts/scrlttr2.layout: new KOMA letter class * doc/LaTeXConfig.lyx.in: document this. @@ -80,7 +416,7 @@ 2003-02-11 Jean-Marc Lasgouttes - * templates/elsart.lyx: + * templates/elsart.lyx: * layouts/elsart.layout: new class, adapted from work of Herbert Voss and Rod Pinna @@ -129,7 +465,7 @@ 2003-02-07 Tomasz Luczak * kbd/polski.kmap: new keymap, which assumes that you have a - non-Polish keyboard. + non-Polish keyboard. 2003-02-07 Angus Leeming @@ -177,14 +513,14 @@ * layouts/amsbook.layout: * layouts/amsart.layout: get address working - + 2003-01-22 Michael Schmitt * layouts/cv.layout: * layouts/egs.layout: do not use Include but Input * layouts/llncs.layout: do not CopyStyle Journal, which does not - exist. + exist. 2003-01-20 Michael Schmitt