X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=d8bbe7da5195c340757d346fd6ac44e47542c400;hb=274065aba85976f58d356fc8e32e6bf0ac9d0e6c;hp=6ffe3c5fbfcbd6c3b145ba27b017c2d81401b191;hpb=89c62d06259c6a72e2ee52d56d816e79dff2aa65;p=lyx.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 6ffe3c5fbf..d8bbe7da51 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,214 @@ +2003-09-22 Jean-Marc Lasgouttes + + * ijmpd.lyx: re-add (it was only present on the 1.2.x branch) + +2003-09-22 Jürgen Spitzmüller + + * layouts/memoir.layout: new support for memoir.cls + * layouts/scrclass.inc: minor enhancements + +2003-09-17 Martin Vermeer + + * doc/LaTeXConfig.lyx.in: added agums entry to AGU section. + +2003-09-10 Dekel Tsur + + * lyx2lyx/lyx2lyx: Declare encoding for python >= 2.3 + +2003-09-08 Jean-Marc Lasgouttes + + * bind/aqua.bind: new bindings useful on aqua (from Ronald + Florence) + +2003-09-07 Kayvan Sylvan + + * configure.m4 - Do an additional test in the Cygwin case to + see if the path correction is necessary. If running with newer + cygwin tetex packages, the path correction actually appears to + fail. + +2003-09-05 Johnathan Burchill + + * external_templates: Write a message to the latex log file if the + xfig file cannot be found. + +2003-09-04 Angus Leeming + + * external_templates: add a new PreambleDef section and use it in the + XFig template. + +2003-09-04 Johnathan Burchill + + * external_templates: add some clever LaTeX to the XFIG template so that + we input the file if it exists, else print a warning encased in an fbox. + +2003-09-03 Angus Leeming + + * scripts/fig2pdftex.sh: + * scripts/fig2pstex.sh: fail silently if the input file doesn't exist. + +2003-08-22 José Matos + + * lyx2lyx/lyxconvert_210.py: first attempt to support 0.10.7 + +2003-08-22 Angus Leeming + + * lyxrc.example + * examples/listerrors.lyx: + * layouts/chess.layout: + * lyx2lyx/lyx2lyx: + + * bind/broadway.bind: + * bind/cyrkeys.bind: + * bind/greekkeys.bind: + * bind/hollywood.bind: + * bind/latinkeys.bind: + * bind/math.bind: + * bind/sciword.bind: tell the world who wrote 'em. + + * scripts/TeXFiles.sh: + * scripts/convertDefault.sh: + * scripts/listerrors: ditto + + * ui/classic.ui: + * ui/default.ui: + * ui/stdmenus.ui: + * ui/stdtoolbars.ui: ditto + +2003-08-22 Angus Leeming + + * bind/cua.bind: + * bind/de_menus.bind: + * bind/emacs.bind: + * bind/fi_menus.bind: + * bind/menus.bind: + * bind/pt_menus.bind: + * bind/sv_menus.bind: + * bind/xemacs.bind: + * examples/Foils.lyx: remove 'The LyX Team' from the authorship and + copyright notices. Add authors explicitly having performed all sorts of + detective work to find 'em ;-) + +2003-08-19 Michael Schmitt + + * lyx2lyx/lyxconvert_224.py: replace valignment "center" + by "middle" + +2003-08-20 Martin Vermeer + + * layouts/agums.layout: new AGU Manuscript layout. + +2003-08-14 Michael Schmitt + + * ui/classic.ui: remove blank in front of "..." + * bind/de_menus.bind: fix backwards compatibility + bindings for (sub(sub))section* + +2003-08-17 Martin Vermeer + + * ui/stdmenus.ui: fix small menu mess-up (double Note entry) + +2003-08-17 Martin Vermeer + + * ui/stdmenus.ui: implements the 'branch inset' + idea. This allows the output of various versions of a document + from a single source version, selectively outputing or suppressing + output of parts of the text. + This implementation contains a 'branch list editor' in a separate + tab of the document settings dialog. Branches are user definable + and have a "display colour" to distinguish them on-screen. + + ColorHandler was somewhat cleaned up. + (1) make possible a dynamically growing LColor list by allowing + the graphic context cache to grow along (vector); + (2) eliminate an IMHO unnecessary step in colour allocation. + +2003-08-14 John Levon + + * ui/stdmenus.ui: move Note up to the submenus section + +2003-08-12 Michael Schmitt + + * configure.m4: replace "PDF" by "PDF (ps2pdf)" + + * bind/math.bind: rename "valign-center" to "valign-middle" + + * ui/classic.ui: Consistent capitalization of menu items; + introduce submenu "alignment" in "Edit/Tabular" (shared with + "Edit/Math"); fix shortcuts for "Flalign Environment" and + "Font Change" and "Table of Contents" + + * ui/stdmenus.ui: Consistent capitalization of menu items; + introduce submenu "alignment" in "Edit/Tabular" (shared with + "Edit/Math") + + * ui/stdtoolbars.ui: De-capitalize names for consistency; + use imperative style for consistency: "XXX aligned" => "Align XXX" + +2003-08-09 Juergen Spitzmueller + + * templates/koma-letter2.lyx: fix typo. + +2003-08-04 Angus Leeming + + * lyxpreview2bitmap.sh: respect the LATEX environment variable. + +2003-08-01 Dekel Tsur + + * lyx2lyx/lyxconvert_216.py (convert): Change the language of the + document only if is 'default'. + +2003-07-23 Rod Pinna + + * layouts/elsart.layout: change MaxCounter to Section, rather than + subsection. The Elsevier doc file allows for numbered sections, as + does the class file. + +2003-07-29 Martin Vermeer + + * ui/stdmenus.ui: fixed Note submenu issues + +2003-07-29 Martin Vermeer + + * ui/stdmenus.ui: submenu for Note/Comment/Greyedout + +2003-07-29 Juergen Spitzmueller + + * ui/stdmenus.ui: Insert->Special character/Special formatting + split and small rearrangement as discussed on bugzilla (bug 1299) + +2003-07-28 José Matos + + * lyx2lyx/lyxconvert_224.py (end_document): + replace \the_end with \end_document. + +2003-07-28 José Matos + + * lyx2lyx/lyx2lyx (parse_options): support gziped files. + * lyx2lyx/parser_tools.py (set_format): output correct version. + +2003-07-28 José Matos + + * lyx2lyx/lyx_convert224.py (layout2begin_layout): + \layout -> \begin_layout. + +2003-07-28 José Matos + + * lyx2lyx/lyx_convert224.py (add_end_layout): fix logic. + +2003-07-28 José Matos + + * lyx2lyx/lyx_convert224.py (add_end_layout): new file to read new format. + +2003-07-27 José Matos + + * layouts/db_lyxmacros.inc: + * layouts/heb-article.layout: + * layouts/lyxmacros.inc: + * layouts/obsolete.inc: + * layouts/scrlttr2.layout: + * lyx2lyx/lyxconvert_223.py (convert_comment): remove layout Comment. + 2003-07-27 Lars Gullik Bjønnes * reLyX/configure.ac: new file