lyx_mirror/lib/ChangeLog
Angus Leeming 5e1253ee88 Revoke change made the other day to make menus appear as bold.
Change variable names in lyxrc and in FormPreferences to reflect the
new meanings, e.g. popup_normal_font, popup_bold_font, popup_font_encoding.
Change preference dialog labels to suit.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3329 a592a061-630c-0410-9148-cb99ea01b6c8
2002-01-10 15:14:22 +00:00

841 lines
23 KiB
Plaintext

2002-01-10 Angus Leeming <a.leeming@ic.ac.uk>
* lyxrc.example: change the names of some variables in line with lyxrc.C
2002-01-10 Dekel Tsur <dekelts@tau.ac.il>
* reLyX/BasicLyX.pm: Add support for amsmath environments.
2002-01-05 Kayvan A. Sylvan <kayvan@sylvan.com>
* examples/noweb2lyx.lyx: Updated for lyx-1.2.0. Also got rid of
a harmless noweb error.
2002-01-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* ui/default.ui: added dots "..." to insert->include file.
2001-12-21 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* configure.m4: fix typo in \print_spool_command name.
2001-12-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* doc/LaTeXConfig.lyx.in: more updates: checked and fixed all the
CTAN references.
* configure.m4: add new macros LYXRC_VAR and LYXRC_PROG. These are
used for checking for a program and add the corresponding entry in
lyxrc.defaults. Used this for various checks (not finished yet).
* doc/LaTeXConfig.lyx.in: general update: moved things around,
corrected some entries, collapsed some others, added graphicx.
2001-12-18 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* chkconfig.ltx: check also for graphicx.sty
2001-12-16 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* ui/default.ui: fix shortcut clash in the insert menu.
2001-12-15 Dekel Tsur <dekelts@tau.ac.il>
* symbols: Add glyph for \colon for the symbol font.
2001-12-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* images/citation-insert.xpm:
* images/label-insert.xpm:
* images/index-insert.xpm: new icons from Elena Samsonova
* images/math-panel.xpm: new icon from Herbert Voss
2001-11-30 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/de_splash.lyx: update from Hartmut Haase.
2001-11-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/Math_macros.lyx:
* examples/fr_Macros_Math.lyx: removed, since this information
is in the UserGuide.
* reLyX/configure.in: do not use AC_PREFIX_PROGRAM, it is broken.
2001-11-27 Garst R. Reese <reese@isn.net>
* tex/hollywood.cls:
* layouts/hollywood.layout:
* examples/script_form.lyx: updated hollywood class and support
files.
2001-11-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* CREDITS: add Ben Stanley
2001-11-26 Kayvan A. Sylvan <kayvan@sylvan.com>
* tex/lyxskak.sty: Added \commentstyle for typesetting of embedded
comments.
2001-11-23 Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
* templates/kluwer.lyx:
* layouts/kluwer.layout: new textclass for journals edited by
Kluwer.
* doc/LaTeXConfig.lyx.in: update
2001-11-20 Kayvan A. Sylvan <kayvan@sylvan.com>
* examples/chess-article.lyx: Fixed comments. Removed hacks
caused by my lack of understanding of TeX macros and LyX layouts.
This version is immensely cleaner.
* examples/chessgame.lyx: Minimized ERT while still showing off
the external chess material insets.
* tex/lyxskak.sty: Added LyX supporting macros. Added better embedded
comment handling into skak framework. Fixed some bugs in skak.sty!
* layouts/chess.layout: Fixed up layout. Removed kludges in previous
version. Added Subvariation, Subsubvariation, etc.
2001-11-13 André Pönitz <poenitz@gmx.net>
* ui/default.ui: create a new Submenu Insert->Math, since placing
everything in the main insert menu seems not possible in the long
run...
2001-11-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* ui/default.ui: move math panel from Edit to Insert.
2001-11-05 Kayvan A. Sylvan <kayvan@sylvan.com>
* layouts/chess.layout:
* examples/chess-article.lyx: a new class and example for writing
articles about chess.
2001-11-02 Dekel Tsur <dekelts@tau.ac.il>
* external_templates: Use UpdateResult
* scripts/*.py: Fix for python 1.5
2001-10-31 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/iecc05.fen:
* examples/iecc07.fen:
* examples/iecc12.fen:
* lib/examples/chessgame.lyx: an example for the new chess support.
2001-10-31 Kayvan A. Sylvan <kayvan@sylvan.com>
* external_templates: Minor tweak. Changed $$FPath/$$Basename
to $$FPath$$Basename.
2001-10-30 Kayvan A. Sylvan <kayvan@sylvan.com>
* external_templates: Fix up the help message for ChessDiagram
again (referring to the new lyxskak.sty). Reworked the LaTeX
output to use skak.sty \loadgame{file} feature.
2001-10-30 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am: remove BUGS.lyx mention
2001-10-29 John Levon <moz@compsoc.man.ac.uk>
* ui/default.ui: remove Known Bugs entry
2001-10-28 Kayvan A. Sylvan <kayvan@sylvan.com>
* scripts/fen2latex.py: Simplified greatly. Now uses skak.
* scripts/fen2ascii.py: New file added. Makes a nice ascii
representation of the chess position.
2001-10-28 Kayvan A. Sylvan <kayvan@sylvan.com>
* external_templates: Changed comment to inform user to use skak
package instead of the very old chess.sty for external chess
material. Added the -mode EditPosition flag to the "xboard"
invocation. Fixed the invocation of fen2ascii (which did *not*
exist, even though it was referenced).
2001-10-24 José Matos <jamatos@fep.up.pt>
* layouts/db_lyxmacros.inc:
* layouts/db_stdtitle.inc: moved docbook supported version to v4.1.
2001-10-24 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/it_splash.lyx: update from Claudio Coco
2001-10-24 José Matos <jamatos@fep.up.pt>
* layouts/db_stdtitle.inc: added align and alignpossible to date.
Now the default is left and center is still possible.
2001-10-18 José Abílio Oliveira Matos <jamatos@fep.up.pt>
* reLyX/MakePreamble.pm (translate_preamble): Cleaned the code for babel.
Now the last language in the document option is the document language.
Code clean, remove unused variables.
* reLyX/BasicLyx.pm: Added support for the lyx menu separator.
2001-10-17 José Matos <jamatos@fep.up.pt>
* reLyX/MakePreamble.pm: add support for \makeindex, added support
for optional arguments to babel, remove fontenc package. Don't
print the latex preamble if there isn't none to print.
2001-10-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* scripts/TeXFiles.sh: rewrite to use kpsewhich --show-path.
Hopefully more precise and much faster.
2001-10-15 José Matos <jamatos@fep.up.pt>
* layouts/db_stdtitle.inc: add AuthorGroup, RevisionHistory,
RevisionMark and Revision styles.
2001-10-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* scripts/TeXFiles.sh: use -follow predicate in "find" to follow
symbolic links
2001-10-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* CREDITS: add two unsung heroes
2001-10-10 Herbert Voss <voss@perce.de>
* scripts/TeXFiles.sh: new script for [cls,sty,bst]Files.lst
2001-10-09 Herbert Voss <voss@perce.de>
* default.ui: help-Texinfo
gives an info about the installed texfiles (cls,sty,bst)
2001-10-07 Adrien Rebollo <adrien.rebollo@gmx.fr>
* kbd/iso8859-4.cdef:
* kbd/iso8859-9.cdef: new files
2001-10-05 Adrien Rebollo <adrien.rebollo@gmx.fr>
* kbd/iso8859-3.cdef: new file
* kbd/iso8859-1.cdef:
* kbd/iso8859-15.cdef: update
2001-10-03 José Matos <jamatos@fep.up.pt>
* layouts/linuxdoc.layout:
* layouts/manpage.layout:
* layouts/db_lyxmacros.inc:
* layouts/db_stdlayouts.inc: remove bogus use of the now defunct
Latex tag.
2001-10-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* languages: change default encoding for estonian to latin1
2001-10-01 Garst R. Reese <reese@isn.net>
* tex/hollywood.cls:
* layouts/hollywood.layout:
* examples/script_form.lyx:
* templates/hollywood.lyx: updated hollywood class and support
files.
2001-09-27 Angus Leeming <a.leeming@ic.ac.uk>
* bind/menus.bind: changed from "M-s plus" to "M-s ~S-plus"
2001-09-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* CREDITS: add Jürgen Spitzmüller
2001-09-18 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* ui/default.ui: remove layout-save-default from "Layout"
for it's in Layout -> Document now.
2001-09-20 Michael Schmitt <Michael.Schmitt@teststep.org>
* layouts/g-brief-en.layout:
* templates/g-brief-en.lyx: rename PostalCommend to PostalComment
2001-09-17 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* CREDITS: update M. Schmitt entry
* ui/default.ui: remove trailing '...' for Insert>Note
2001-09-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* layouts/heb-article.layout: fix labelfont of Proof layout
2001-09-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/script_form.lyx: added
* examples/scriptone.lyx: deleted
* layouts/hollywood.layout:
* tex/hollywood.cls: update of the hollywood class
2001-09-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* layouts/dinbrief.layout:
* layouts/egs.layout:
* layouts/iletter.layout:
* layouts/stdletter.inc: remove bogus use of the now defunct Latex
tag
2001-09-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/da_splash.lyx: new translation from Claus Hindsgaul
* ui/default.ui: comment out reference manual from the help menu
(the reference manual is now obsolete).
* layouts/cv.layout: add ObsoletedBy version of SubSection
2001-09-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* kbd/koi8-r.kmap: update from Vitaly Lipatov
* layouts/entcs.layout: renamed from encts.layout (stupid typo!);
restrict font size to `11pt'
* layouts/cv.layout: rename SubSection layout to Subsection
2001-09-03 Yves Bastide <stid@libd-pc11.univ-bpclermont.fr>
* reLyX/reLyX.in: fix initialization before BEGIN block.
2001-09-02 Dekel Tsur <dekelts@tau.ac.il>
* Makefile.am (pkgdata_DATA): Add symbols file.
2001-09-01 John Levon <moz@compsoc.man.ac.uk>
* configure:
* configure.m4: add converters for XPM to allow inline display
* Makefile.am: add rule for configure
2001-08-31 José Matos <jamatos@fep.up.pt>
* reLyX/reLyX.in: added debug statement.
Moved the insertion in @maybe_dir to push.
* reLyX/MakePreamble.pm (translate_preamble): Fix syntax only understood
by recent versions of Perl. Allow compatability with perl 5.002.
* reLyX/reLyXmain.pl: Escape forgoten slash. Thanks to Yves Bastide.
2001-08-28 José Matos <jamatos@fep.up.pt>
* reLyX/reLyX.in: allow reLyX to be run from the source directory.
2001-08-15 John Levon <moz@compsoc.man.ac.uk>
* ui/default.ui: sanitise math/tabular entries
2001-07-25 André Pönitz <poenitz@gmx.net>
* bind/math.bind:
bind/sciword.bind: use new syntax for 'math-insert'
2001-08-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* ui/default.ui: change 'toggle appendix' entry
2001-07-30 Dekel Tsur <dekelts@tau.ac.il>
* configure.m4: Fix behaviur when latex is not found.
Fix SEARCH_PROG.
2001-07-29 Baruch Even <baruch@lyx.org>
* configure.m4: Added conversion from EPS to PDF using epstopdf.
2001-07-26 John Levon <moz@compsoc.man.ac.uk>
* bind/cua.bind:
* ui/default.ui: entries for thesaurus
2001-07-25 André Pönitz <poenitz@gmx.net>
* bind/math.bind: new LFUN 'math-space'
2001-07-23 Baruch Even <baruch@lyx.org>
* configure.m4: Added conversion of images support, used when
exporting images in formats (PDF)Latex cannot handle directly.
2001-07-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am (dist-hook): only try to get lyxdoc if not already
present.
2001-07-23 juergen.sp@t-online.de <Jürgen Spitzmüller>
* bind/*.bind: add binding for ligature-break-insert
2001-07-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* ui/default.ui:
* bind/cua.bind:
* bind/emacs.bind:
* bind/xemacs.bind: fix binding for raw double quote
2001-07-22 José Matos <jamatos@fep.up.pt>
* reLyX/MakePreamble.pm (translate_preamble): add lots of options
to convert from latex to lyx preamble. That means support for language,
geometry, several \usepackages. Almost all the options that are present
in Layout->Document.
2001-07-20 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* ui/default.ui: change 'hyphenation break' to 'ligature break'.
2001-07-19 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* ui/default.ui: change a shortcut
2001-07-19 Angus Leeming <a.leeming@ic.ac.uk>
* chkconfig.ltx: test for the presence of natbib.
* doc/LaTeXConfig.lyx.in: add a subsection about natbib and whether it's
present.
2001-07-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* bind/xemacs.bind:
* bind/sciword.bind:
* bind/emacs.bind:
* bind/cua.bind:
* ui/default.ui: use inset-toggle instead of open-stuff
2001-07-12 Kayvan A. Sylvan <kayvan@sylvan.com>
* layouts/literate-scrap.inc: Added PassThru tag
2001-07-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* bind/*.bind: do the same correctly for all files :)
2001-07-13 Edwin Leuven <leuven@fee.uva.nl>
* ui/default.ui: remove credits/version/copyright add about lyx
2001-07-12 Juergen Vigna <jug@sad.it>
* bind/cua.bind: moved C-l from mode-tex to ert-insert
2001-07-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* images/ert-insert.xpm: renamed from tex-mode.xpm
2001-07-12 Lars Gullik Bjønnes <larsbj@birdstep.com>
* ui/default.ui: add icon for ert-insert + entry in menu
2001-07-09 Juergen Vigna <jug@sad.it>
* images/banner.xpm: new development banner after a LyX-Meeting!
2001-07-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
* ui/default.ui: comment out tex-mode
* layouts/stdlayouts.inc: comment out style LaTeX
* bind/menus.bind: comment out tex-mode
2001-07-06 Dekel Tsur <dekelts@tau.ac.il>
* layouts/IEEEtran.layout: Add qed box at the end of proof.
* templates/IEEEtran.lyx: Use footnote instead of ERT in the
author paragraph.
2001-07-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/hu_splash.lyx: new file from László Zrubecz.
2001-06-28 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* layouts/extletter.layout:
* layouts/extreport.layout:
* layouts/extbook.layout:
* layouts/extarticle.layout: new files from Herbert Voss.
* bind/hu_menus.bind: removed.
* bind/pt_menus.bind:
* bind/fi_menus.bind:
* bind/de_menus.bind:
* bind/menus.bind: fix M-s bindings to use LyX names for fonts and
not GUI names.
2001-06-27 John Levon <moz@compsoc.man.ac.uk>
* CREDITS: add Michael Schmitt
2001-06-28 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/nl_MathLabeling.lyx:
* examples/nl_multicol.lyx: new translations from Tino meinen.
2001-06-26 The LyX Project <lyx@violet.home.sad.it>
* CREDITS: update a bit
* ui/default.ui: make math align entries non-optional, move
math-mutate stuff to Edit>Math.
2001-06-26 The LyX Project <lyx@rose.home.sad.it>
* ui/default.ui: add align options to edit_math menu.
2001-06-23 The LyX Project <jug@sad.it>
* templates/dinbrief.lyx: remove obsolete \cursor tag
2001-06-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* tex/cv.cls:
* layouts/cv.layout:
* examples/cv.lyx: add class cv (version 1.5)
2001-06-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* bind/fr_menus.bind: removed
2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* ui/default.ui: add a (commented out) entry for read-only
2001-06-12 Peter Suetterlin <P.Suetterlin@astro.uu.nl>
* examples/aa_head.lyx:
* examples/aa_paper.lyx: removed
* doc/LaTeXConfig.lyx.in:
* examples/aa_sample.lyx:
* layouts/aa.layout:
* layouts/aapaper.inc:
* layouts/aapaper.layout:
* templates/aa.lyx: aa.layout is for the new version of the
A&A document class, while aapaper.layout is for the older (and
slightly incompatible) version.
2001-06-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* doc/LaTeXConfig.lyx.in:
* layouts/encts.layout: new textclass, from Reuben Thomas
* CREDITS: add Zvezdan Petkovic and Reuben Thomas
2001-05-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* bind/xemacs.bind: allow asciitilde to be used with or without
shift key
2001-05-29 Lars Gullik Bjønnes <larsbj@birdstep.com>
* bind/latinkeys.bind: add some bindings for KP_ keys.
2001-05-23 Lars Gullik Bjønnes <larsbj@birdstep.com>
* bind/latinkeys.bind: set quotedbl to quote-insert, set
nobreakspace to protected-space-insert
* bind/emacs.bind: set C-j to break-paragraph, set C-t to
chars-transpose.
2001-05-22 Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
* kbd/european.kmap:
* kbd/francais.kmap:
* kbd/iso8859-15.cdef:
* encodings: add iso8859-15 support.
* kbd/iso8859-1.cdef: cleanup
2001-05-22 Peter Suetterlin <P.Suetterlin@astro.uu.nl>
* templates/aa.lyx: rename from aapaper.lyx
* layouts/aa.layout: rename from aapaper.layout
* examples/aa_head.lyx:
* examples/aa_head.lyx: update
2001-05-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* languages: change GUI name of portugues and brazil
2001-05-18 Lars Gullik Bjønnes <larsbj@birdstep.com>
* bind/math.bind: add bindign for escape
2001-05-16 Ruurd Reitsma <r.a.reitsma@wbmt.tudelft.nl>
* configure.m4: detect cygwin, windvi and yap
* reLyX/acinclude.m4 :
* reLyX/configure.in : OS/2 fixes
2001-05-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
* bind/latinkeys.bind: fixup more bindings.
2001-05-16 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* bind/latinkeys.bind: fix typo
2001-05-11 Lars Gullik Bjønnes <larsbj@birdstep.com>
* bind/latinkeys.bind: new file. bindings for latin1, latin2,
latin3, latin4, latin8, latin9
* bind/emacs.bind: include latinkeys.bind
* bind/cua.bind: include latinkeys.bind
2001-05-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
* ui/default.ui: add FloatInsert and FloatListInsert
2001-04-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/eu_splash.lyx: update from Dooteo
2001-04-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* layouts/revtex4.layout: make sure the PACS, keywords and
preprint come before \maketitle.
2001-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
* ui/default.ui: comment out some nonexistant operations
2001-04-06 John Levon <moz@compsoc.man.ac.uk>
* CREDITS: add Michael for the Gnome port
2001-03-24 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
* ui/default.ui: add minipage item
2001-03-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* fr_AlignementDecimal.lyx:
* fr_Macros_Math.lyx:
* fr_MultiColonnes.lyx: new files from Adrien Rebollo.
2001-03-21 José Abílio Matos <jamatos@fep.up.pt>
* layouts/linuxdoc.layout: add support for CDATA section in code.
2001-03-19 Kayvan A. Sylvan <kayvan@sylvan.com>
* ui/default.ui: cleanup the entries for the NEW_INSETS changes.
2001-03-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* CREDITS: add Edwin Leuven
2001-03-06 John Levon <moz@compsoc.man.ac.uk>
* ui/default.ui:
* bind/<various>: update for file dialog change
2001-03-06 Chanop Silpa-Anan <chanop@debian.org>
* encodings:
* languages: add preliminary Thai support
* kbd/tis620-0.cdef: dummy cdef file
2001-03-06 Zvezdan Petkovic <zvezdan@cs.wm.edu>
* encodings: add support for iso8859-5 and cp1251.
* languages: add serbian and serbocroatian.
* kbd/serbian.kmap:
* kbd/serbocroatian.kmap: new files.
2001-03-02 John Levon <moz@compsoc.man.ac.uk>
* reLyX/configure.in: become --with-version-suffix
2001-03-05 Adrien Rebollo <Adrien.Rebollo@wanadoo.fr>
* examples/fr_*: renamed french example files in french.
2001-03-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* templates/g-brief-de.lyx: fix typo.
2001-02-16 John Levon <moz@compsoc.man.ac.uk>
* reLyX/Makefile.am: fix uninstall
* reLyX/configure.in: --with-lyx-version
2001-02-26 José Matos <jamatos@fep.up.pt>
* templates/docbook_template.lyx: removed.
* templates/docbook_article.lyx: updated file, to replace the previous.
* templates/linuxdoctemplate.lyx: removed.
* templates/linuxdoc_article.lyx: updated file, to replace the
previous.
2001-02-11 José Matos <jamatos@fep.up.pt>
* layouts/docbook.layout: chapter and part insertion are forbiden in
article.
2001-02-26 Juergen Vigna <jug@sad.it>
* ui/default.ui: added Custom-Export to export menu.
2001-02-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* bind/emacs.bind:
* bind/xemacs.bind: add bookmark commands.
2001-02-07 Allan Rae <rae@lyx.org>
* bind/emacs.bind:
* bind/xemacs.bind: Someone forgot to do the other bind files when they
changed the reference-back into a bookmark-goto. naughty naughty.
2001-02-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* kbd/thai-kedmanee.kmap: new Thai keymap, contributed by Chanop
Silpa-Anan.
2001-02-03 Dekel Tsur <dekelts@tau.ac.il>
* ui/default.ui: Add Edit->Math menu.
2001-02-02 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am: fix permissions on configure and configure.cmd
(from Albert Chin)
* CREDITS: add Albert Chin
2001-02-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* bind/cua.bind: change the bookmark bindings to C-[123] and
C-M-[123].
2001-01-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/fr_MathLabeling.lyx:
* examples/fr_Minipage.lyx:
* examples/fr_TableExamples.lyx: new translations from Adrien
Rebollo.
2001-01-29 Dekel Tsur <dekelts@tau.ac.il>
* ui/default.ui: Fix typos.
2001-01-28 José Matos <jamatos@fep.up.pt>
* layouts/db_lyxmacros.inc
* layouts/db_stdclass.inc
* layouts/db_stdlayouts.inc
* layouts/db_stdlists.inc
* layouts/db_stdsections.inc
* layouts/db_stdstarsections.inc
* layouts/db_stdstruct.inc
* layouts/db_stdtitle.inc: new files with modular support
for docbook.
* layouts/docbook-chapter.layout
* layouts/docbook-section.layout: new files, useful for
document inclusion.
* layouts/docbook.layout
* layouts/docbook-book.layout: updated to use the modular support.
2001-01-28 Dekel Tsur <dekelts@tau.ac.il>
* bind/cua.bind: Add bindings for bookmarks.
* ui/default.ui: Move the Bookmarks submenu to the Navigate menu.
2001-01-27 Dekel Tsur <dekelts@tau.ac.il>
* ui/default.ui: Add Edit->Bookmarks menu.
2001-01-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* ui/default.ui: change "Insert>Figure" to "Insert>Graphics",
shorten Insert>Floats>" entries.
2001-01-26 Volodymyr M . Lisivka <lvm_ukr@yahoo.com>
* kbd/koi8-u.kmap: new file.
* encodings: add koi-8u encoding.
* languages: update ukrainian entry
2001-01-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* CREDITS: update Tino Meinen address.
2001-01-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* examples/fr_ItemizeBullets.lyx: new translation.
* examples/fr_splash.lyx:
* examples/fr_exemple_lyxifie.lyx:
* examples/fr_exemple_brut.lyx: updated.
* bind/cua.bind: change C-k from font-noun to line-delete-forward.
2001-01-24 Dekel Tsur <dekelts@tau.ac.il>
* configure.m4: Add a check for dvipdfm.
2001-01-24 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am: make configure and configure.cmd installed
by hand, to avoid name changes when --with-lyx-suffix
is used.
* configure:
* configure.m4: support --with-lyx-suffix for the lyxrc.defaults
reLyX and noweb2lyx scripts
* reLyX/configure.in: support --with-lyx-suffix
2001-01-23 Dekel Tsur <dekelts@tau.ac.il>
* ui/default.ui: Add Navigate->Refs
2001-01-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* images/banner.xpm: revert to the cucumberless banner.
2001-01-20 Dekel Tsur <dekelts@tau.ac.il>
* languages: Add extra_options field. It is used to fix the ~n
problem with Spanish.