]> git.lyx.org Git - lyx.git/blobdiff - lib/ChangeLog
Format up to 237.
[lyx.git] / lib / ChangeLog
index f4749d8ae23b92fec9a5822f5009f2173d3108f6..a806be014a1e76d7a8061295c751bcbf51d2116f 100644 (file)
@@ -1,3 +1,98 @@
+2004-10-08  José Matos  <jamatos@lyx.org>
+
+       * scripts/legacy_lyxpreview2ppm.py (legacy_conversion):
+       * scripts/lyxpreview2bitmap.py (main):
+       replace os.getenv(x) by os.environ[x] for compatibility with old
+       python versions.
+
+2004-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/convertDefault.sh: protect shell variables with quotes.
+
+2004-09-24  José Matos  <jamatos@lyx.org>
+
+       * layouts/docbook-book.layout
+       * layouts/docbook-chapter.layout
+       * layouts/docbook-section.layout
+       * layouts/docbook.layout: load docbook specialization in the end.
+
+2004-09-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ui/stdmenus.ui: replace the Insert>Box submenu with a single
+       entry; add a shortcut to "Character Style"
+
+2004-09-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.m4: instead of \input-ing the layout files directly in
+       latex, grep out the correct command from them; remove need for
+       \srcdir. This should fix the bug where latex configuration cannot
+       be done because LyX is installed in a directory which name
+       contains spaces.
+
+       * chkconfig.ltx: remove use of macro \srcdir 
+       (\TestDocClass): change to take two arguments
+       (\DeclareLaTeXClass, \DeclareLinuxDocClass, \DeclareDocBookClass):
+       do not exit after execution
+
+2004-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * languages: add nynorsk
+
+2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (dist_lyx2lyx_DATA): fix entry for lyx2lyx/LyX.py
+
+2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ui/stdmenus.ui: 
+       * ui/classic.ui: add LyX menu
+
+2004-08-14  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * bind/mac.bind: new file. This is the Mac flavour bind file, based on 
+       bindings found in the Mac world.
+
+2004-08-13  LyX Guy  <lasgouttes@lyx.org>
+
+       * Makefile.am (dist_layouts_DATA): remove db_stdcounters.inc
+
+2004-08-13  José Matos  <jamatos@lyx.org>
+       * layouts/elsart.layout: fixed its permission settings and readded
+       layouts. Added optional itens as already present in 1.3 version.
+       
+2004-08-13  José Matos  <jamatos@lyx.org>
+       * layouts/elsart.layout: removed temporarily to correct the
+       permission settings of the file.
+
+       * layouts/db_stdclass.inc: remove specific docbook counters, they
+       are not need anymore.
+
+       * layouts/db_stdcounters.inc: removed since it lost its usefulness.
+
+2004-08-09  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/lyxpreview_tools.py: move code common to both
+       legacy_lyxpreview2ppm.py and lyxpreview2bitmap.py into a separate
+       file. The code itself is a straight copy of the implementation
+       to be found in the 1.3.x tree. It is much more flexible and powerful
+       than the existing code in the 1.4.x tree. It's also better tested.
+
+       * scripts/legacy_lyxpreview2ppm.py: use the code in
+       lyxpreview_tools.py. Also use try-except blocks when reading files.
+       The code is as similar as possible to that found in the 1.3.x tree,
+       differing only in the parsing of the metrics file as 1.4.x requires
+       different data.
+
+       * scripts/lyxpreview2bitmap.py: use the code in lyxpreview_tools.py.
+       Also use the experience gained in making the 1.3.x code robust to
+       wrap arguments to external programs in 'single quotes'.
+
+2004-07-23  Angus Leeming  <leeming@lyx.org>
+
+       * layouts/apa.layout: Patch from Yvonnick Noel. Spell the
+       "Acknowledgements" style correctly. Add the ability to see the
+       contents in LyX. Obsolete the "Acknowledgments" style.
+
 2004-08-03  Martin Vermeer <martin.vermeer@hut.fi>
 
        * languages: dropped the icelandic fontenc thing.
 2004-08-02  Martin Vermeer <martin.vermeer@hut.fi>
 
        * languages: fixed my introduced missing quote bug (Icelandic,
-    according to Logi Ragnarsson's patch, my bad).
+       according to Logi Ragnarsson's patch, my bad).
 
 2004-06-22  Martin Vermeer <martin.vermeer@hut.fi>
 
        * encodings:
-         languages: implement iso-8859-13 (latin-7) for
-       Latvian and Lithuanian. Also include Icelandic.
+       * languages: implement iso-8859-13 (latin-7) for Latvian and
+       Lithuanian. Also include Icelandic. 
 
 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>