X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=78eb9bb710f8e5c4ed3eb94e074935c687e7fa55;hb=e579a794e26e9614c6bb874ce446fea311a2e1d6;hp=3dd889bf12a38134a0247900b04b163f4b690121;hpb=2aafd9bf9421964e013b595a911e016ae8043260;p=lyx.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 3dd889bf12..78eb9bb710 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,10 +1,551 @@ +2002-08-31 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (update_tabular): Work with nested tabulars + +2002-08-29 John Levon + + * images/math/: add AMS nrel + +2002-08-29 John Levon + + * images/: add math sub/super script + + * images/math/: add \brace, \vec etc. + +2002-08-29 John Levon + + * Makefile.am: install mathed icons + +2002-08-29 John Levon + + * images/math/: add all icons except AMS nrel + +2002-08-29 John Levon + + * images/math/: add most of the normal XPMs + +2002-08-28 Rob Lahaye + + * lyx2lyx/lyx2lyx: add new format number "221" + +2002-08-25 John Levon + + * images/find-replace.xpm: add + +2002-08-23 Jean-Marc Lasgouttes + + * configure.m4: fix epsi->eps converter + + * ui/default.ui: add menu entry for optional-insert + + * CREDITS: update Martin's entry + +2002-08-20 Martin Vermeer + + * layouts/stdlayouts.inc: + * layouts/stdsections.inc: + * layouts/stdstarsections.inc: aded OptionalArgs tags to the + relevant layouts + +2002-08-21 André Pönitz + + * ui/default.ui: adjust to "tabular unification" + +2002-08-15 Juergen Spitzmueller + + * bind/de_menus.bind: cleanup shortcuts for section layouts. Starred + versions are now obtained by prepending a * to the section number + (similar to the new behaviour in menus.bind); add binding for \part. + +2002-08-15 John Levon + + * scripts/convertDefault.sh: use /bin/sh not /bin/bash + +2002-08-15 Jean-Marc Lasgouttes + + * doc/LaTeXConfig.lyx.in: add description of cl2emult class + + * bind/math.bind: add bindings to insert \Lambda and \Psi (bug #564) + +2002-08-15 André Pönitz + + * layouts/cl2emult.layout: new file Springer's cl2emult textclass + +2002-08-10 Dekel Tsur + + * lyx2lyx/parser_tools.py (get_paragraph): Fixed. + + * lyx2lyx/lyxconvert_218.py (convert_ertinset): Remove font commands. + +2002-08-08 Herbert Voss + + * ui/default.ui: put gather into math menu + +2002-08-07 John Levon + + * images/layout_LaTeX.xpm: remove - obsolete + +2002-08-05 John Levon + + * images/dialog-tabular-insert.xpm: remove unneeded xpm + +2002-08-05 John Levon + + * ui/default.ui: + * bind/xemacs.bind: back to tabular-insert + +2002-08-03 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (remove_oldert): Few fixes. + + * lyx2lyx/lyx2lyx: Change the comment at the top of the lyx file + +2002-08-02 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py: Convert ERT and figinsets. + +2002-07-30 André Pönitz + + * configure.m4: + * ui/default.ui: make math-extern a bit more visible in Edit->Math + + * bind/math.bind: remove some strange bindings for Ø and Å + +2002-07-30 Angus Leeming + + * scripts/lyxpreview2ppm.sh: rename bbox.sed so that multiple runs + don't get confused. + +2002-07-24 Adrien Rebollo + + * examples/fr_CV.lyx: new file + * examples/fr_ExemplesTableaux.lyx: + * examples/fr_ListesPuces.lyx: + * examples/fr_mathed.lyx: update + +2002-07-18 Angus Leeming + + * scripts/lyxpreview2ppm.sh: more efficient RE and change to '' so that + the shell does not escape "\\". + +2002-07-22 Herbert Voss + + * scripts/convertDefault.sh: defines a converter which is used + when no userdefined was found + +2002-07-20 Jean-Marc Lasgouttes + + * ui/default.ui: cleanup after change of Menu syntax. the + foo_nobuffer menus are gone + + * bind/sv_menus.bind: + * bind/sciword.bind: remove some cruft + + * tex/iletter.cls: + * layout/iletter.layout: + * templates/iletter.lyx: removed all traces of the iletter bundle + and put it on the contrib/ area of our ftp site + +2002-07-19 Jean-Marc Lasgouttes + + * configure.m4: fix definition of the lyxpreview2ppm converter; + add ppm format. All should work out of the box now, even though + all may not be pretty + +2002-07-18 Angus Leeming + + * scripts/lyxpreview2ppm.sh: clean-up. Get it to work with + scary_eqns.lyx. + +2002-07-17 André Pönitz + + * configure.m4: fix typo in last change + * symbols: add \hbar + +2002-07-17 Jean-Marc Lasgouttes + + * bind/menus.bind: fix bindings using asterisk to ignore shift + modifier + +2002-07-16 Jean-Marc Lasgouttes + + * configure.m4: add formats fig and epsi + +2002-07-16 Andrew Zabolotny + + * bind/emacs.bind: + * bind/xemacs.bind: + * bind/sciword.bind: + * bind/cua.bind: include greekkeys and cyrkeys bindings + + * bind/greekkeys.bind: + * bind/cyrkeys.bind: bindings to enter cyrillic and greek + characters directly from keyboard + +2002-07-16 Jean-Marc Lasgouttes + + * bind/menus.bind: cleanup shortcuts for section layouts. Starred + versions are now obtained by prepending a * to the section number + (M-p asterisk 0 .. M-p asterisk 6) + + * images/banner.xpm.orig: remove + +2002-07-15 Soeren Pietsch + + * lib/configure.m4: fix the detection of cygwin when the shell is + not bash + +2002-07-12 Angus Leeming + + * lyxpreview2ppm.sh: use the pnmraw device in preference to pnm. + +2002-07-12 André Pönitz + + * ui/default.ui: add menu for font changes + * symbols: add textt + +2002-07-10 Andrew Zabolotny + + * bind/emacs.bind: + * bind/xemacs.bind: + * bind/sciword.bind: + * bind/cua.bind: better support for selection from numeric keypad + + * kbd/cp1251.cdef: + * kbd/ibm866.cdef: + * kbd/koi8-r.cdef: + * kbd/koi8-t.cdef: + * kbd/koi8-u.cdef: new encoding definitions + +2002-07-10 John Levon + + * bind/sciword.bind: disable M-x c to allow M-x + +2002-07-09 Angus Leeming + + * lyxpreview2ppm.sh: don't use latex option "-interaction=batchmode" + as it's not portable apparently. + +2002-07-09 André Pönitz + + * symbols: use it to define insets, too + * configure.m4: + * symbols: wasy symbols added + +2002-07-08 Angus Leeming + + * scripts/lyxpreview2ppm.sh: added blurb. Crop the images to the + left and right if so desired. + +2002-07-08 André Pönitz + + * symbols: more stuff missing from the Porto changes + +2002-07-05 Angus Leeming + + * scripts/lyxpreview2ppm.sh: added. + * scripts/lyxpreview2xpm: removed. + +2002-06-19 Herbert Voss + + * configure.m4: add converters for epsi and (x)fig + +2002-07-03 Vitaly Lipatov + + * languages: add support for belarusian and kazakh + + * encodings: add pt154 + +2002-06-27 André Pönitz + + * configure.m4: add support for lyxpreview "format" + + * scripts/lyxpreview2xpm: add file + +2002-06-25 André Pönitz + + * symbols: special characters + +2002-06-23 Dekel Tsur + + * layouts/heb-article.layout: Fix due to \usepackage{babel} + position change in lyx 1.2.0. + +2002-06-21 John Levon + + * ui/default.ui: fix ellipses + +2002-06-20 John Levon + + * ui/default.ui: remove Index Entry of last word + + * ui/old-default.ui: remove + +2002-06-19 Dekel Tsur + + * examples/mathed.lyx: Remove obsolete part. + +2002-06-17 Herbert Voss + + * configure.m4: install only those converters which are different + to convert, because this is taken as the default. SO we can get + rid of all problems when user do not have installed the right + converters. + +2002-06-16 Adrien Rebollo + + * examples/fr_ExemplesTableaux.lyx: update + * examples/fr_mathed.lyx: new file + +2002-06-10 Jean-Marc Lasgouttes + + * configure.m4: change tgif file extension to .obj, as it should + have been + +2002-06-06 Jean-Marc Lasgouttes + + * examples/TableExamples.lyx: fix footnotes inside tables + (bug 442) + +2002-06-05 Jean-Marc Lasgouttes + + * external_templates: change the requirements of the xfig and + rasterimage templates to "graphicx" instead of "graphics". + +2002-05-30 Jean-Marc Lasgouttes + + * templates/IEEEtran.lyx: update to 1.2.0 format from Michael + Schmitt + + * reLyX/reLyX.in: honor variable LYX_DIR_13x + +2002-05-29 Jean-Marc Lasgouttes + + * configure.m4: fix handling of --with-version-suffix, so that + reLyX is still found. (bug #357) + +2002-05-28 Jean-Marc Lasgouttes + + * layouts/hollywood.layout: fix style "FADE_OUT:" + +2002-05-28 John Levon + + * images/buffer-new.xpm: icon from Vitaly Lipatov + +2002-05-24 John Levon + + * CREDITS: kill mention of KDE + +2002-05-23 André Pönitz + + * autocorrect: new file + +2002-05-03 Claus Hindsgaul + + * examples/da_splash.lyx: revised + +2002-04-26 Lars Gullik Bjønnes + + * Makefile.am (DISTCLEANFILES): don't use -r + (distclean-local): new target + +2002-04-25 Rob Lahaye + + * configure.m4: use gracebat instead of xmgrace in the Grace converters + to make the conversion independent of the availability of an Xserver + +2002-04-25 Jean-Marc Lasgouttes + + * doc/ExternalMaterial.lyx: remove, since it has been included in + Customization.lyx + +2002-04-24 Jean-Marc Lasgouttes + + * Makefile.am: do not set M4 explicitely + +2002-04-24 Rob Lahaye + * configure.m4: add 'convert XPM to EPS', add more Grace conversions + and change tab to double space indentation in conversion section + +2002-04-23 Mike Ressler + + * layouts/aastex.layout: add ProvidesNatbib + + * templates/aastex.lyx: convert to format 220 + +2002-04-23 Jean-Marc Lasgouttes + + * examples/*.lyx: convert many files to format 220, _except_ + aa_sample and aas_sample, for which I do not have the textclass + + * templates/*.lyx: convert a few files to format 220 + +2002-04-11 Rob Lahaye + + * layouts/revtex4.layout: fix tilde-output in URL and Email insets. + +2002-04-11 Guenter Milde + + * doc/LaTeXConfig.lyx.in: add description for spie class. + + * spie.layout: new class + +2002-04-10 Herbert Voss + + * configure.m4: correct entry for grace graphic format + +2002-04-10 Herbert Voss + + * CREDITS: correct email + +2002-04-05 Adrien Rebollo + + * kbd/european.kmap: "euro" and "oe" used kmod instead of kmap + * examples/currency.lyx: rewritten + +2002-04-05 Jean-Marc Lasgouttes + + * reLyX/acinclude.m4 (RELYX_CHECK_PERL): improve search for perl. + +2002-04-06 André Pönitz + + * bind/math.bind: shortcut for \psi + + * examples/de_beispiel_gelyxt.lyx: fix quotes + +2002-04-06 Lars Gullik Bjønnes + + * Makefile.am (LYXLIBDIRS): xfonts should not be named here + + * bind/sv_menus.bind: change RightAddress to Right_Address + * bind/de_menus.bind: ditto + * bind/fi_menus.bind: ditto + * bind/menus.bind: ditto + * bind/pt_menus.bind: ditto + +2002-04-05 Adrien Rebollo + + * examples/fr*.lyx: updated to 1.2.0 format + +2002-04-04 Jean-Marc Lasgouttes + + * .cvsignore: add xfonts + + * languages: add Basque + +2002-04-02 Jean-Marc Lasgouttes + + * CREDITS: add Pauli Virtanen and Adrien Rebollo + + * Makefile.am (install-xfonts): remove some debug output + +2002-04-01 Lars Gullik Bjønnes + + * reLyX/Makefile.am (install-data-local): fix variable usage + (uninstall-local): ditto + + * CREDITS: add Claus Hindsgaul + +2002-03-28 Jean-Marc Lasgouttes + + * layouts/kluwer.layout: remove TocDepth tag + +2002-03-27 Herbert Voss + + * layouts/ltugboat.layout: + * layouts/dtk.layout: new layouts. + + * doc/LaTeXConfig.lyx.in: add description for layouts + dtk and ltugboat + +2002-03-27 Marco Morandini + + * configure.m4: fix grace to eps converter + +2002-03-19 Kayvan A. Sylvan + + * examples/listerrors.lyx: Fixed to run with python-1.5 as well + as with latest python-2.2 + + * scripts/listerrors: Re-generated from listerrors.lyx + +2002-03-25 Jean-Marc Lasgouttes + + * Makefile.am (install-xfonts): fix the target when no X fonts + have been found. + General: do not use $$(foo) instead of $${foo} for shell variables! + +2002-03-21 Lars Gullik Bjønnes + + * Minipage.lyx: + * TableExamples.lyx: + * amsart-test.lyx: + * amsbook-test.lyx: + * examples/ca_splash.lyx: + * examples/da_splash.lyx: + * examples/decimal.lyx: + * examples/mathed.lyx: + * examples/multicol.lyx: + * examples/splash.lyx: update to 220 + + * Makefile.am (install-xfonts): force link + +2002-03-20 Angus Leeming + + * ui/default.ui: Change "What's this?" to "Tooltips". + +2002-03-19 Jean-Marc Lasgouttes + + * create_fonts_dir: + * fonts-xlfd: removed + + * configure.m4: add a replacement for the create_fonts_dir script. + This one checks for ttf fonts too. The font links are created in + the xfonts/ directory. If running outside libdir, the script + checks whether fonts.dir is different from the system-wide one and + removes it if it is not. + + * Makefile.am (install-xfonts): new target to install the X font + directory + + * layouts/svjour.inc: remove ProvidesAmsMath + +2002-03-19 Kayvan A. Sylvan + + * examples/listerrors.lyx: + * scripts/listerrors: new files + + * Makefile.am: Removed build-listerrors cruft. + +2002-03-19 Jean-Marc Lasgouttes + + * ui/default.ui: small cleanup: move Tex info and childs to View, + remove Edit>Floats menu, fix a few shortcuts. + +2002-03-18 Jean-Marc Lasgouttes + + * images/depth-increment.xpm: + * images/depth-decrement.xpm: new icons + + * images/footnote-insert.xpm: + * images/marginalnote.xpm: small facelift + + * images/depth-next.xpm: + * images/marginpar-insert.xpm: removed + + * bind/sv_menus.bind: + * bind/sciword.bind: + * ui/old-default.ui: + * ui/default.ui: replace depth-next with depth-increment + 2002-03-14 Kayvan A. Sylvan + * examples/Literate.lyx: Small fix to make sure build-listerrors still works. 2002-03-14 Allan Rae - * bind/sv_menus.bind: + * bind/sv_menus.bind: * bind/xemacs.bind: figure inset replaced by graphics inset 2002-03-12 Kayvan A. Sylvan @@ -44,7 +585,7 @@ * layouts/obsolete.inc: obsolete LaTeX * layouts/g-brief-en.layout: add DefaultStyle - + 2002-03-06 Herbert Voss * layouts/g-brief-de.layout: add DefaultStyle @@ -61,14 +602,14 @@ 2002-03-05 Jean-Marc Lasgouttes * CREDITS: document that Martin Vermeer is also a very good bug - hunter + hunter 2002-03-05 Jose Abilio Oliveira Matos * layouts/db_stdclass.inc: - * layouts/linuxdoc.layout: + * layouts/linuxdoc.layout: * layouts/manpage.layout: set DefaultStyle - + 2002-03-04 Herbert Voss @@ -99,7 +640,7 @@ * ui/default.ui: fix shortcut for Insert>Math>Inline formula. - * chkconfig.ltx: do not check for graphics anymore, only graphicx. + * chkconfig.ltx: do not check for graphics anymore, only graphicx. * doc/LaTeXConfig.lyx.in: remove info about graphics package, now that figinset is dead. @@ -139,7 +680,7 @@ 2002-01-29 Herbert Voss * ui/default.ui: delete old figure entries - + * help/TexInfo.hlp: * help/Graphics.hlp: update @@ -177,7 +718,7 @@ * layouts/kluwer.layout: remove caption layout -2002-01-14 Jean-Marc Lasgouttes +2002-01-14 Jean-Marc Lasgouttes * examples/MathLabeling.lyx: * examples/nl_MathLabeling.lyx: removed, since they are useless. @@ -256,7 +797,7 @@ * tex/hollywood.cls: * layouts/hollywood.layout: * examples/script_form.lyx: updated hollywood class and support - files. + files. 2001-11-27 Jean-Marc Lasgouttes @@ -269,9 +810,9 @@ 2001-11-23 Panayotis "PAP" Papasotiriou - * templates/kluwer.lyx: + * templates/kluwer.lyx: * layouts/kluwer.layout: new textclass for journals edited by - Kluwer. + Kluwer. * doc/LaTeXConfig.lyx.in: update @@ -280,14 +821,14 @@ * 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 + + * layouts/chess.layout: Fixed up layout. Removed kludges in previous version. Added Subvariation, Subsubvariation, etc. 2001-11-13 André Pönitz @@ -302,7 +843,7 @@ 2001-11-05 Kayvan A. Sylvan - * layouts/chess.layout: + * layouts/chess.layout: * examples/chess-article.lyx: a new class and example for writing articles about chess. @@ -314,8 +855,8 @@ 2001-10-31 Jean-Marc Lasgouttes - * examples/iecc05.fen: - * examples/iecc07.fen: + * examples/iecc05.fen: + * examples/iecc07.fen: * examples/iecc12.fen: * lib/examples/chessgame.lyx: an example for the new chess support. @@ -333,15 +874,15 @@ 2001-10-30 John Levon * Makefile.am: remove BUGS.lyx mention - + 2001-10-29 John Levon * ui/default.ui: remove Known Bugs entry - + 2001-10-28 Kayvan A. Sylvan * scripts/fen2latex.py: Simplified greatly. Now uses skak. - + * scripts/fen2ascii.py: New file added. Makes a nice ascii representation of the chess position. @@ -357,7 +898,7 @@ * layouts/db_lyxmacros.inc: * layouts/db_stdtitle.inc: moved docbook supported version to v4.1. - + 2001-10-24 Jean-Marc Lasgouttes * examples/it_splash.lyx: update from Claudio Coco @@ -372,7 +913,7 @@ * 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 @@ -411,14 +952,14 @@ 2001-10-07 Adrien Rebollo - * kbd/iso8859-4.cdef: + * kbd/iso8859-4.cdef: * kbd/iso8859-9.cdef: new files 2001-10-05 Adrien Rebollo * kbd/iso8859-3.cdef: new file - * kbd/iso8859-1.cdef: + * kbd/iso8859-1.cdef: * kbd/iso8859-15.cdef: update 2001-10-03 José Matos @@ -439,7 +980,7 @@ * layouts/hollywood.layout: * examples/script_form.lyx: * templates/hollywood.lyx: updated hollywood class and support - files. + files. 2001-09-27 Angus Leeming @@ -478,9 +1019,9 @@ 2001-09-07 Jean-Marc Lasgouttes - * layouts/dinbrief.layout: - * layouts/egs.layout: - * layouts/iletter.layout: + * layouts/dinbrief.layout: + * layouts/egs.layout: + * layouts/iletter.layout: * layouts/stdletter.inc: remove bogus use of the now defunct Latex tag @@ -514,9 +1055,9 @@ * configure: * configure.m4: add converters for XPM to allow inline display - + * Makefile.am: add rule for configure - + 2001-08-31 José Matos * reLyX/reLyX.in: added debug statement. Moved the insertion in @maybe_dir to push. @@ -532,7 +1073,7 @@ 2001-08-15 John Levon * ui/default.ui: sanitise math/tabular entries - + 2001-07-25 André Pönitz * bind/math.bind: @@ -555,7 +1096,7 @@ * bind/cua.bind: * ui/default.ui: entries for thesaurus - + 2001-07-25 André Pönitz * bind/math.bind: new LFUN 'math-space' @@ -568,7 +1109,7 @@ 2001-07-25 Lars Gullik Bjønnes * Makefile.am (dist-hook): only try to get lyxdoc if not already - present. + present. 2001-07-23 juergen.sp@t-online.de @@ -576,18 +1117,18 @@ 2001-07-22 Jean-Marc Lasgouttes - * ui/default.ui: - * bind/cua.bind: - * bind/emacs.bind: + * ui/default.ui: + * bind/cua.bind: + * bind/emacs.bind: * bind/xemacs.bind: fix binding for raw double quote 2001-07-22 José Matos * reLyX/MakePreamble.pm (translate_preamble): add lots of options - to convert from latex to lyx preamble. That means support for language, + 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 * ui/default.ui: change 'hyphenation break' to 'ligature break'. @@ -605,10 +1146,10 @@ 2001-07-19 Jean-Marc Lasgouttes - * bind/xemacs.bind: - * bind/sciword.bind: - * bind/emacs.bind: - * bind/cua.bind: + * 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 @@ -660,26 +1201,26 @@ 2001-06-28 Jean-Marc Lasgouttes - * layouts/extletter.layout: - * layouts/extreport.layout: - * layouts/extbook.layout: - * layouts/extarticle.layout: new files from Herbert Voss. + * 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/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 * CREDITS: add Michael Schmitt - + 2001-06-28 Jean-Marc Lasgouttes - * examples/nl_MathLabeling.lyx: + * examples/nl_MathLabeling.lyx: * examples/nl_multicol.lyx: new translations from Tino meinen. 2001-06-26 The LyX Project @@ -727,9 +1268,9 @@ 2001-06-07 Jean-Marc Lasgouttes - * doc/LaTeXConfig.lyx.in: + * 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 @@ -757,7 +1298,7 @@ * encodings: add iso8859-15 support. * kbd/iso8859-1.cdef: cleanup - + 2001-05-22 Peter Suetterlin * templates/aa.lyx: rename from aapaper.lyx @@ -833,7 +1374,7 @@ 2001-03-21 José Abílio Matos * layouts/linuxdoc.layout: add support for CDATA section in code. - + 2001-03-19 Kayvan A. Sylvan * ui/default.ui: cleanup the entries for the NEW_INSETS changes. @@ -901,19 +1442,19 @@ 2001-02-13 Jean-Marc Lasgouttes - * bind/emacs.bind: - * bind/xemacs.bind: add bookmark commands. - + * bind/emacs.bind: + * bind/xemacs.bind: add bookmark commands. + 2001-02-07 Allan Rae - * bind/emacs.bind: + * 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 * kbd/thai-kedmanee.kmap: new Thai keymap, contributed by Chanop - Silpa-Anan. + Silpa-Anan. 2001-02-03 Dekel Tsur @@ -922,21 +1463,21 @@ 2001-02-02 John Levon * Makefile.am: fix permissions on configure and configure.cmd - (from Albert Chin) + (from Albert Chin) * CREDITS: add Albert Chin 2001-02-01 Jean-Marc Lasgouttes * bind/cua.bind: change the bookmark bindings to C-[123] and - C-M-[123]. + C-M-[123]. 2001-01-29 Jean-Marc Lasgouttes - * examples/fr_MathLabeling.lyx: - * examples/fr_Minipage.lyx: + * examples/fr_MathLabeling.lyx: + * examples/fr_Minipage.lyx: * examples/fr_TableExamples.lyx: new translations from Adrien - Rebollo. + Rebollo. 2001-01-29 Dekel Tsur @@ -957,7 +1498,7 @@ * 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. @@ -992,8 +1533,8 @@ * examples/fr_ItemizeBullets.lyx: new translation. - * examples/fr_splash.lyx: - * examples/fr_exemple_lyxifie.lyx: + * 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. @@ -1004,14 +1545,14 @@ 2001-01-24 John Levon - * 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 + * 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 @@ -1025,4 +1566,4 @@ 2001-01-20 Dekel Tsur * languages: Add extra_options field. It is used to fix the ~n - problem with Spanish. + problem with Spanish.