]> git.lyx.org Git - lyx.git/blobdiff - lib/ChangeLog
re-add lost ijmpd template
[lyx.git] / lib / ChangeLog
index 5d2349d13c96b0f261ab5f67d6b4ed7209ec4d16..d8bbe7da5195c340757d346fd6ac44e47542c400 100644 (file)
@@ -1,3 +1,163 @@
+2003-09-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ijmpd.lyx: re-add (it was only present on the 1.2.x branch)
+
+2003-09-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * layouts/memoir.layout: new support for memoir.cls
+       * layouts/scrclass.inc: minor enhancements
+
+2003-09-17  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * doc/LaTeXConfig.lyx.in: added agums entry to AGU section.
+
+2003-09-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyx2lyx/lyx2lyx: Declare encoding for python >= 2.3
+
+2003-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * bind/aqua.bind: new bindings useful on aqua (from Ronald
+       Florence)
+
+2003-09-07  Kayvan Sylvan  <kayvan@sylvan.com>
+
+       * 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  <jkerrb@shaw.ca>
+
+       * external_templates: Write a message to the latex log file if the
+       xfig file cannot be found.
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * external_templates: add a new PreambleDef section and use it in the
+       XFig template.
+
+2003-09-04  Johnathan Burchill  <jkerrb@shaw.ca>
+
+       * 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  <leeming@lyx.org>
+
+       * scripts/fig2pdftex.sh: 
+       * scripts/fig2pstex.sh: fail silently if the input file doesn't exist.
+
+2003-08-22  José Matos  <jamatos@lyx.org>
+
+       * lyx2lyx/lyxconvert_210.py: first attempt to support 0.10.7
+
+2003-08-22  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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 <michael.schmitt@teststep.org>
+
+       * lyx2lyx/lyxconvert_224.py: replace valignment "center"
+       by "middle"
+
+2003-08-20  Martin Vermeer  <martin.vermeer@hut.fi>    
+
+       * layouts/agums.layout: new AGU Manuscript layout.
+
+2003-08-14  Michael Schmitt <michael.schmitt@teststep.org>
+
+       * 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  <martin.vermeer@hut.fi>    
+
+       * ui/stdmenus.ui: fix small menu mess-up (double Note entry)
+
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>    
+
+       * 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  <levon@movementarian.org>
+
+       * ui/stdmenus.ui: move Note up to the submenus section
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * 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  <j.spitzmueller@gmx.de>
+
+       * templates/koma-letter2.lyx: fix typo.
+
+2003-08-04  Angus Leeming  <leeming@lyx.org>
+
+       * lyxpreview2bitmap.sh: respect the LATEX environment variable.
+
+2003-08-01  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyx2lyx/lyxconvert_216.py (convert): Change the language of the
+       document only if is 'default'.
+
 2003-07-23  Rod Pinna  <rpinna@civil.uwa.edu.au>
 
        * layouts/elsart.layout: change MaxCounter to Section, rather than