]> git.lyx.org Git - lyx.git/blobdiff - lib/ChangeLog
Fix my introduced missing quote bug in Icelandic.
[lyx.git] / lib / ChangeLog
index 3e2e07e2c64a889d4efa510abea19d8bfedfba36..2a9f942a86e883a1070e1e72cc64446bedfe98df 100644 (file)
@@ -1,3 +1,281 @@
+2004-06-22  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * encodings:
+         languages: implement iso-8859-13 (latin-7) for
+       Latvian and Lithuanian. Also include Icelandic.
+
+2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.am (dist_*): Use the dist annotation to clean up the
+       Makefile slightly. 
+
+2004-06-02  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.am (EXTRA_DIST): fix and cleanup, make sure
+       chkconfig.ltx is mentioned
+
+2004-06-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.am: include common.am, add subdir doc, remove doc
+       releated entries.
+
+2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * external_templates: add ReferencedFile commands where appropriate
+
+2004-05-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * Makefile.am: remove compiled python files
+
+2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * reLyX/Makefile.am: rewrite to not fiddle with autoconf/automake
+       internals.
+
+       * Makefile.am: rewrite to fiddle as little as possible with
+       autoconf/automake internals.
+
+2004-05-25  Lars Gullik Bjonnes  <larsbj@lyx.org>
+
+       * update m4 files from automake 1.8 autoconf 2.59 and update
+       other m4 files to avoid auto warnings.
+
+2004-05-19  Uwe Stöhr  <uwestoehr@web.de>
+
+       * lib/math.bind: fix some bindings to work with german keyboard;
+       new binding "M-m y" that inserts \oint
+
+2004-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/lyxpreview2bitmap.py (find_exe):
+       * scripts/legacy_lyxpreview2ppm.py (find_exe): append ".exe" to the
+       program name on Win32.
+
+2004-05-18  Angus Leeming  <leeming@lyx.org>
+
+       * legacy_lyxpreview2ppm.py: search for "gswin32" also when looking
+       for ghostscript.
+
+2004-05-14  José Matos  <jamatos@lyx.org>
+
+       * layouts/agu_stdclass.inc:
+       * layouts/db_stdclass.inc: remove !DOCTYPE from the Formal Public
+       Identifier since this is an invariant.
+
+2004-05-13  José Matos  <jamatos@lyx.org>
+
+       * configure.m4: add support for docbook-xml.
+
+2004-05-12  José Matos  <jamatos@lyx.org>
+
+       * layouts/db_stdclass.inc: do not use small caps for name.
+       * layouts/db_stdtitle.inc: align Date at center.
+       * templates/docbook_article.lyx: Use Character Styles for name.
+       * examples/docbook_article.lyx: remove unnecessary vertical spaces.
+
+2004-05-11  José Matos  <jamatos@lyx.org>
+
+       * layouts/db_stdtitle.inc: obsolete FirstName and Surname.
+
+2004-05-03  José Matos  <jamatos@lyx.org>
+
+       * scripts/legacy_lyxpreview2ppm.py: bug fix for temporary file
+       writing.
+
+2004-05-03  Angus Leeming  <leeming@lyx.org>
+
+       * layouts/scrlettr.layout: include counters.
+
+2004-05-03  José Matos  <jamatos@lyx.org>
+
+       * scripts/legacy_lyxpreview2ppm.py: fix bug with python 2.3 and
+       extend support for secure temporary files for python >= 2.0.
+
+2004-05-03  José Matos  <jamatos@lyx.org>
+
+       * reLyX/MakePreamble.pm(translate_preamble): use a saner method
+       to translate \usepackage from the preamble, fix #1584.
+
+2004-05-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * layouts/scrlttr2.layout: include counters.
+
+2004-04-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * CREDITS: update Hartmut Haase's entry
+
+2004-04-29  Angus Leeming  <leeming@lyx.org>
+
+       * external_templates: add some commentary to the RasterImage
+       template.
+
+2004-04-27  Angus Leeming  <leeming@lyx.org>
+
+       * configure.m4: don't create a lyxpreview -> png converter if
+       dvipng is not found.
+
+2004-04-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * CREDITS: add Huang Ying.
+
+2004-04-26  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/lyxpreview2bitmap.py: tell python about the file's
+       encoding.
+
+2004-04-21  John Levon  <levon@movementarian.org>
+
+       * ui/default.ui:
+       * ui/stdtoolbars.ui: add a non-GUI name for toolbars
+
+2004-04-20  Angus Leeming  <leeming@lyx.org>
+
+       * configure.m4: change the lyxpreview_to_bitmap_command to the
+       new python script.
+
+       * scripts/.cvsignore: new file, ignoring *.pyc.
+
+2004-04-20  Angus Leeming  <angus@localhost.localdomain>
+
+       * external_templates: Comment out the insertion of the definitions
+       of the WarnNotFound, InputOrWarn macros in the preamble by
+       the XFig template.
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/legacy_lyxpreview2ppm.py: new file. Called automatically
+       by lyxpreview2bitmap.py if dvipng is not found.
+
+       * scripts/lyxpreview2bitmap.py (main): changes to suit.
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/lyxpreview2bitmap.py (extract_metrics_info): make the
+       regex a little more robust. Now recognizes negative integers.
+
+2004-04-15  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/lyxpreview2bitmap.sh: removed.
+       * scripts/lyxpreview2bitmap.py: added. Uses Jan-Åke Larsson's dvipng
+       to perform the conversion.
+
+2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.m4: merge \viewer and \format. Add editor to \format
+       * configure.m4: check for more viewers and editors
+       * external_templates: remove EditCommand
+
+2004-04-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * external_templates: use some new variables instead of $$Basename
+       (needed to fix bug #605)
+
+2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * help/ and contents is gone (outdated).
+       * Makefile.am: remove all traces of help/
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * ui/classic.ui:
+       * ui/stdmenus.ui: bring up the preferences dialog with
+       "dialog-show prefs" rather than "dialog-show preferences".
+
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * bind/aqua.bind:
+       * bind/cua.bind:
+       * bind/emacs.bind:
+       * bind/xemacs.bind: s/inset_toggle/next-inset-toggle/.
+
+2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * doc/LaTeXConfig.lyx.in: check for bibtopic.
+
+2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxrc.example: remove \ps_command
+
+       * configure.m4: check for acrobat, acrord32 and gsview32 as PDF
+       viewers (useful for windows); do not pass -swap option when
+       gsview32 is used as ps viewer. Remove support for \ps_command
+
+2004-03-17  Angus Leeming  <leeming@lyx.org>
+
+       * ui/classic.ui:
+       * ui/stdmenus.ui: remove "dialog-show forks".
+
+2004-03-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * doc/LaTeXConfig.lyx.in: fix entry for REVTeX (bug #1533)
+
+2004-02-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.m4: if lyx_check_config is false (no latex), use some
+       ugly sed code to parse the textclasses and produce a reasonable
+       textclass.lst.
+
+2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * dco/LaTeXConfig.lyx.in: document jurabib.
+
+2004-02-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * examples/ro_splash.lyx: move this file from the docs (where it
+       has been put by mistake)
+
+2004-02-23  Cengiz Gunay  <cengique@users.sf.net>
+
+       * layouts/svjour.inc: update (missing counters and floats)
+       * layouts/svglobal.layout: new class
+
+       * doc/LaTeXConfig.lyx.in: update
+
+2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * bind/cua.bind:
+       * bind/emacs.bind:
+       * bind/sciword.bind:
+       * bind/xemacs.bind: added binding for "quote-insert single"
+       NB: Still TODO for aqua.bind (see FIXME)
+
+       * ui/classic.ui:
+       * ui/stdmenus.ui: added "quote-insert single"
+
+2004-02-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * kbd/espanol.kmap: new file from David Raymond
+
+2004-02-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * CREDITS: add dooteo and Helge Hafting
+
+2004-01-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * layouts/aguplus.inc: add Affiliation style
+
+2004-01-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.m4: fix call to makepsres; cosmetic changes to font
+       checking messages
+
+2004-01-18  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * examples/g-brief2.lyx: Fix layouts
+
+2003-12-15  Ronald Florence  <ron@18james.com>
+
+       * reLyX/reLyX.in: search for library in
+       "$dir/../Resources/LyX/reLyX" for LyX/Mac
+
+2004-01-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * layouts/siamltex.layout: fix layout name for Definition
+
+2004-01-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * templates/agu_article.lyx: add template for AGU XML format
+
 2004-01-05  Angus Leeming  <leeming@lyx.org>
 
        * external_templates: use the valid csh-style glob
        * examples/g-brief2-de.lyx: removed
 
        * examples/g-brief2-en.lyx: renamed to examples/g-brief2.lyx
-       
+
 2004-01-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * CREDITS: add Roman Maurer
 
 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
 
-       * layouts/agu_stdclass.inc: 
-       * layouts/agu_std sections.inc: 
+       * layouts/agu_stdclass.inc:
+       * layouts/agu_std sections.inc:
        * layouts/agu_stdtitle.inc: moving LatexParam functionality into
        .layout files
 
 2003-12-22  Michael Schmitt  <michael.schmitt@teststep.org>
 
-       * layouts/g-brief2-en.layout: fix spelling, 
-       remove obsolete style; rename file to g-brief2.layout
+       * layouts/g-brief2-en.layout: fix spelling,
+       remove obsolete style; rename file to g-brief2.layout
        * layouts/g-brief2-de.layout: remove file
 
 2003-12-22  Martin Vermeer  <martin.vermeer@hut.fi>
 
 2003-11-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * Makefile.am (install-xfonts): 
+       * Makefile.am (install-xfonts):
        * configure.m4: create a resource list file for Display Postscript
 
 2003-11-03  Angus Leeming  <leeming@lyx.org>