]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
* ca/Intro.lyx from Daniel
[lyx.git] / development / FORMAT
index be58e39970923d52356f57f669f4c5b30ad4da6f..2687c18a799eda30fbd9b9060568dc37c3f974a2 100644 (file)
@@ -7,8 +7,327 @@ changes happened in particular if possible. A good example would be
 
 -----------------------
 
 
 -----------------------
 
+2023-08-01 Udi Fogiel <udifoglle@gmail.com>
+       * Format incremented to 618: Hebrew quote style
+         New buffer param \quotes_style hebrew
+         \begin_inset Quotes d{l,r}{d,s}
+
+2023-07-20 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 617: Update covington support in linguistics module:
+       - Support enviroment option of example and examples
+       - Support angular item argument of examples and subexamples (this shifts item
+         argument structure)
+       - Support new optional arguments of \digloss and \trigloss (this shifts argument
+         structure)
+       - Support \expreamble, \subexpreamble \expostamble, \subexpostamble  macros
+
+2023-06-11 Enrico Forestieri <forenr@lyx.org>
+       * Format incremented to 616: Do not output LaTeX for a macro if the LaTeX part is empty
+       - This allows the user to define the LyX display for LaTeX commands
+         that are already defined (e.g., in user preamble or a package).
+       - No substantive change to file format. Format change just in case someone defined a
+         math macro with an empty LaTeX field. In that case, lyx2lyx adds {} to the LaTeX 
+         part on conversion and removes the macro altogether on reversion.
+
+2023-04-02 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 615: Unifiy spelling of "acknowledgment" styles
+         (using US spelling throughout)
+
+2022-12-25 Richard Kimberly Heck <rikiheck@lyx.org>
+       * Format incremented to 614: New "Other" type for hyperlinks
+
+2022-12-11 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 613: Support \\fonts_default_family for non-TeX fonts.
+
+2022-12-04 Daniel Ramöller <d.lyx@web.de>
+       * Format incremented to 612: Implement support for starred crossref commands (with
+         hyperref) which suppress links:
+         - \begin_inset CommandInset ref
+               LatexCommand {ref,pageref,vref,vpageref,eqref,nameref}
+               [...]
+               nolink "true"
+            => \<cmd>*{<label>}
+
+2022-11-27 Yuriy Skalko <yuriy.skalko@gmail.com>
+       * Format incremented to 611: Implement "semantic linefeeds" after punctuation marks.
+         Dummy format change for now.
+
+2022-10-29 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 610: InsetIndexMacros and new IndexInset params:
+         - \begin_inset IndexMacro [see|seealso|subentry|sortkey], relating to
+           \index{...|see{content}} -- see
+           \index{...|seealso{content}} -- seealso
+           \index{...!subentry} -- subentry
+           \index{sortkey@...} -- sortkey
+           see and see also are mutually exclusive
+         - \begin_inset Index
+            range start -- \index{...|(}
+            range end -- \index{...|)}
+            pageformat cmd -- \index{...|cmd}
+           pageformat and see[also] are mutually exclusive.
+
+2022-02-11 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 609: \\begin_metadata ... \\end_metadata buffer param.
+         This takes a list of keyvals for the new \\DocumentMetadata command
+         (introduced in LaTeX 06/2022) which must be output at the very begin
+         of the document (before \\documentclass).
+
+2021-03-23 Thibaut Cuvelier <tcuvelier@lyx.org> 
+       * Format incremented to 608: DocBook MathML-namespace prefix with the
+         \docbook_mathml_prefix buffer parameter (enumerated value:
+         MathMLNameSpacePrefix). Only common values for the prefix are proposed
+         to the user, instead of a free-form field, for simplicity.
+
+2021-03-06 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 607: \\spellchecker_ignore buffer param.
+
+2021-01-28 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 606: Support KOMA \frontispiece.
+
+2021-01-22 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 605: Extended variable table cell support.
+         - Multicolumn now supports multiple paragraphs in non-fixed-width context.
+         - Multicolumn now supports valign in non-fixed-width context.
+         - varwidth columns now properly align horizontally and vertically.
+
+2021-01-19 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 604: Branch colors now take two values:
+         \color lightmode darkmode
+
+2021-01-18 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 603: New InsetGraphics param darkModeSensitive
+         This advises LyX to revert colors in dark mode.
+
+2021-01-17 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 602: Allow semantic branch colors
+         \color can now also take lyx names besides hexnames.
+
+2021-01-05 Richard Kimberly Heck <rikiheck@lyx.org>
+       * Format incremented to 601: Add refstyle support for mathed
+         Use 'formatted' in the LyX file to indicate formatted references,
+         rather than the previous 'refstyle'
+
+2020-12-02 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 600: Hungarian quote style
+         New buffer param \quotes_style hungarian
+         \begin_inset Quotes h{l,r}{d,s}
+
+2020-10-10 Pavel Sanda <sanda@lyx.org>
+       * Format incremented to 599: Add inset for \nopagebreak macro (part of InseNewPage now).
+
+2020-07-14 Thibaut Cuvelier <tcuvelier@lyx.org>
+       * Format incremented to 598: DocBook can export to HTML and CALS tables, with the parameter
+          \docbook_table_output (0: HTML, only choice previously; CALS: 1).
+
+2020-03-13 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 597: Support for the libertinus family of fonts (text and math).
+
+2020-06-28 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 596: use package parskip to separate paragraphs with vertical space.
+         Additional \\paragraph_separation header values: halfline, fullline
+
+2020-06-26 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 595: Add support for \medspace and \thickspace (in text):
+         InsetSpace \\medspace{}
+         InsetSpace \\thickspace{}
+
+2020-05-02: Richard Kimberly Heck <rikiheck@lyx.org>
+       * Format incremented to 594: New counter inset: CommandInset counter.
+
+2020-03-13 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 593: Buffer param \maintain_unincluded_children is not longer a bool
+          (true|false) but has three states: "no" (formerly "false"), "strict" (formerly "true") and
+          "mostly" (a new intermediate state).
+
+2020-01-11 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 592: Add tabular column/row tag changed="[added|deleted] id time"
+          which tracks whether a whole row/column has been inserted/deleted in ct.
+
+2020-01-10 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 591: Add buffer param \postpone_fragile_content
+         (option to toggle the movement of labels and stuff of moving arguments).
+
+2019-12-24 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 590: Add native changebar solution via buffer param
+          \change_bars.
+
+2019-08-14 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 589: Height now is totalheight in graphics.
+
+2019-08-12 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 588:
+        - Support \theendnotes of endnotes package via a faked float list.
+        - Support enotez package via enotez and foottoenotez modules.
+
+2019-08-07 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 587: Use more generic paper names as LyX names
+          (rather than LaTeXisms; e.g., "a4" rather than "a4paper").
+
+2019-08-07 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 586: Allow for duplicate keys in qualified citation lists
+
+2019-08-06 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 585: 
+          - Add more page sizes to KOMA and memoir.
+          - Add more font sizes to KOMA.
+
+2019-07-26 Joel Kulesza <jkulesza@gmail.com>
+       * Format incremented to 584: support for revision InsetInfo addition of
+        revision-abbrev. This entry is added to accommodate git abbreviated
+        hashes.
+
+2019-07-17  Kornel Benko <kornel@lyx.org>
+        Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 583: Support for the Chivo and CrimsonPro font families.
+
+2019-07-15  Kornel Benko <kornel@lyx.org>
+        Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 582: Support for the Cantarell and Fira fonts.
+
+2019-07-14 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 581: split osf options to rm, sf, and tt
+        \font_osf => \font_roman_osf, \font_sans_osf, \font_typewriter_osf
+
+2019-07-11 Uwe Stöhr <uwestoehr@web.de>
+           Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 580: support for document font options
+         New buffer parameters
+         - \fonts_roman_opts
+         - \fonts_sans_opts
+         - \fonts_typewriter_opts
+
+2019-07-11  Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 579: Add support for \babelfont.
+
+2019-06-23  Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 578: Add support for Discourse Representation Structures
+          in the Linguistics module (using drs package).
+
+2019-06-04  Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 577: Rework linguistic gloss support.
+          This now uses the covington 2.0 gloss macros (\digloss, \trigloss)
+          rather than self-baked ones.
+
+2019-06-03  Günter Milde <milde@lyx.org>
+        * Format incremented to 576:
+         Support for the document languages azerbaijani, bengali,
+         churchslavonic, and oldrussian.
+
+2019-05-21 Pavel Sanda <sanda@lyx.org>
+       * Format incremented to 575: 
+          - add line numbering via lineno package
+         - adapt class options in aa class documents to latin9 > utf8 default
+            encoding change.
+
+2019-04-16  Günter Milde <milde@lyx.org>
+        * Format incremented to 574: Ruby inset, fixes for Japanese.
+
+2019-04-16  Günter Milde <milde@lyx.org>
+        * Format incremented to 573: Rename legacy input encoding settings.
+
+2019-04-07  Kornel Benko <kornel@lyx.org>
+       * format incremented to 572: Extended Noto fonts.
+
+2019-04-03  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 571: Add \cmidrule trimming support
+          \cmidrule(lr){n-n}
+          <cell ... toplineltrim|toplinettrim|bottomlineltrim|bottomlinertrim true ...>
+
+2019-03-29  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 570: Add individual bib encodings for biblatex
+          \begin_inset CommandInset bibtex
+          file_encodings "<bibfile1> <encoding1>\t<bibfile2> <encoding2>"
+
+2019-03-26  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 569: New buffer param \tablestyle
+          Determines the standard table template to be used.
+
+2019-03-22  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 568: Support for the soul module:
+         \so, \hl, \st, \ul, \caps
+
+2019-02-21 Joice Joseph <josukutty@outlook.com>
+       * Format incremented to 567: Support for Malayalam:
+        \lang malayalam
+
+2018-10-29  Guy Rutenberg <guyrutenberg@gmail.com>
+       * format incremeneted to 566: Fix direction of Hebrew parentheses in the LyX file.
+
+2018-10-18  Kornel Benko <kornel@lyx.org>
+       * format incremented to 565: Added Adobe Source Pro fonts.
+
+2018-09-20  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 564: New info-inset lyxinfo subtype layoutformat. This returns
+          the current layout format.
+
+2018-08-16  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 563: New inset argument type "listpreamble". The content will
+          be inserted between environment begin and first \item of a list.
+
+2018-08-13  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 562: New info-inset type l7n. This returns a localized version
+          of a string (in the GUI language) if available, removing trailing colons and
+          accelerator marks.
+
+2018-08-10  Kornel Benko <kornel@lyx.org>
+       * format incremented to 561: Added DejaVu and IBM Plex fonts.
+
+2018-08-07  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 560: Time-related info insets: time, modtime, fixtime;
+          new buffer info inset type: name-noext.
+
+2018-08-04  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 559: Date-related info insets: date, moddate, fixdate.
+
+2018-07-30  Kornel Benko <kornel@lyx.org>
+       * format incremented to 558: Remove Begin/EndFrontmatter styles from elsarticle layout.
+
+2018-07-29  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 557: Separate vcs Info inset from buffer Info inset.
+
+2018-07-07  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 556: Support for bib file encoding.
+          - New param "encoding" for CommandInset bibtex
+          This will be used for biblatex output as bibencoding package option,
+          for BibTeX, \bibliography will be wrapped into 
+          \bgroup\inputencoding{<enc>}...\egroup
+
+2018-07-01  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 555: Support varwidth's V tabular column type.
+          This effectively enables linebreaks, multipars and layout changes in
+          non-fixed width (i.e., standard) table columns.
+
+2018-06-23  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 554: Support tabularx and xltabular:
+         - add column flag "varwidth=true", which will output column type 'X'
+           with either tabularx or xltabular (for multi-page tables) environment.
+
+2018-05-21  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 553: Support \cite command in tufte classes.
+         This builds on an extension of the natbib CiteEngine by tufte.
+
+2018-05-10  Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 552: support for float alignment
+         - add buffer param \float_alignment [class|left|center|right]
+         - add buffer param \float_placement class
+         - add float param alignment [class|document|left|center|right]
+         - add float param placement class (=> new param)
+         - add float param placement document(=> like formerly empty param)
+
+2018-05-06  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 551: add font info param \nospellcheck that prevents
+          text from being spellchecked.
+
+2018-04-22  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 550: rename \fontencoding global to \fontencoding auto.
+         Semantic change: this is now automatically set depending on the document fonts.
+
+2018-04-21  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 549: change \textcyr to \textcyrillic.
+         Dummy format change for now (in case it turns out we need to do something).
+
 2018-04-18  Jürgen Spitzmüller <spitz@lyx.org>
 2018-04-18  Jürgen Spitzmüller <spitz@lyx.org>
-       * format incremented to 546: Add Landscape flex inset in Landscape module.
+       * format incremented to 548: Add Landscape flex inset in Landscape module.
          \begin{landscape}...\end{landscape} > \begin_inset Flex Landscape
 
 2018-03-14 Yuriy Skalko <yuriy.skalko@gmail.com>
          \begin{landscape}...\end{landscape} > \begin_inset Flex Landscape
 
 2018-03-14 Yuriy Skalko <yuriy.skalko@gmail.com>
@@ -20,7 +339,7 @@ changes happened in particular if possible. A good example would be
          - \usepackage[scaled=x.xx]{PTSans} > \font_sans "PTSans-TLF""
          - \usepackage[scaled=x.xx]{PTMono} > \font_typewriter "PTMono-TLF"
 
          - \usepackage[scaled=x.xx]{PTSans} > \font_sans "PTSans-TLF""
          - \usepackage[scaled=x.xx]{PTMono} > \font_typewriter "PTMono-TLF"
 
-2018-02-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2018-02-23  Jürgen Spitzmüller <spitz@lyx.org>
        * format incremented to 545: Add "literal" param to inset include
           This is used by the lstinput caption.
 
        * format incremented to 545: Add "literal" param to inset include
           This is used by the lstinput caption.
 
@@ -1178,7 +1497,7 @@ changes happened in particular if possible. A good example would be
 2009-01-03 Vincent van Ravesteijn <V.F.vanRavesteijn@tudelft.nl>
        * Format incremented to 347: support for tabular valign.
 
 2009-01-03 Vincent van Ravesteijn <V.F.vanRavesteijn@tudelft.nl>
        * Format incremented to 347: support for tabular valign.
 
-2008-11-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-11-28 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 346: support for German (Switzerland):
          (bug 5450)
 
        * Format incremented to 346: support for German (Switzerland):
          (bug 5450)
 
@@ -1190,7 +1509,7 @@ changes happened in particular if possible. A good example would be
        * Format incremented to 344: sanitize backreference settings
          for hyperref (fix bug 5340).
 
        * Format incremented to 344: sanitize backreference settings
          for hyperref (fix bug 5340).
 
-2008-10-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-10-12 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 343: new param \use_default_options
          (fix bug 2114).
 
        * Format incremented to 343: new param \use_default_options
          (fix bug 2114).
 
@@ -1212,7 +1531,7 @@ changes happened in particular if possible. A good example would be
 2008-06-13 Abdelrazak Younes <younes@lyx.org>
        * Format incremented to 337: convert/revert graphics display param.
 
 2008-06-13 Abdelrazak Younes <younes@lyx.org>
        * Format incremented to 337: convert/revert graphics display param.
 
-2008-06-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-06-04 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 336: new param \font_cjk.
 
 2008-05-30 Richard Heck <rgheck@lyx.org>
        * Format incremented to 336: new param \font_cjk.
 
 2008-05-30 Richard Heck <rgheck@lyx.org>
@@ -1221,7 +1540,7 @@ changes happened in particular if possible. A good example would be
 2008-05-16 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 334: fix for bug 4868.
 
 2008-05-16 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 334: fix for bug 4868.
 
-2008-05-09 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-05-09 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 333: fixes in the APA layout.
 
 2008-05-06 Pavel Sanda <sanda@lyx.org>
        * Format incremented to 333: fixes in the APA layout.
 
 2008-05-06 Pavel Sanda <sanda@lyx.org>
@@ -1232,7 +1551,7 @@ changes happened in particular if possible. A good example would be
          - \leftarrowfill, \rightarrowfill
          - \upbracefill, \downbracefill
 
          - \leftarrowfill, \rightarrowfill
          - \upbracefill, \downbracefill
 
-2008-04-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-04-28 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 329: new param \master.
 
 2008-04-18 Bo Peng <ben.bob@gmail.com>
        * Format incremented to 329: new param \master.
 
 2008-04-18 Bo Peng <ben.bob@gmail.com>
@@ -1241,17 +1560,17 @@ changes happened in particular if possible. A good example would be
 2008-04-16 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 327: support for Mexican Spanish.
 
 2008-04-16 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 327: support for Mexican Spanish.
 
-2008-04-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-04-11 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 326: support for pdflatex via external inset.
 
 2008-03-29 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 325: merge the two Japanese languages to one that is
          encoding independent.
 
        * Format incremented to 326: support for pdflatex via external inset.
 
 2008-03-29 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 325: merge the two Japanese languages to one that is
          encoding independent.
 
-2008-03-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-03-25 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 324: merge the two newline insets.
 
        * Format incremented to 324: merge the two newline insets.
 
-2008-03-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-03-25 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 323: merge the diverse newpage insets.
 
 2008-03-24 Richard Heck <rgheck@lyx.org>
        * Format incremented to 323: merge the diverse newpage insets.
 
 2008-03-24 Richard Heck <rgheck@lyx.org>
@@ -1263,11 +1582,11 @@ changes happened in particular if possible. A good example would be
          Make the separation between \begin_inset and Tabular a
          single space (it used to be a double space for lyx < 1.4)
 
          Make the separation between \begin_inset and Tabular a
          single space (it used to be a double space for lyx < 1.4)
 
-2008-03-18 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-03-18 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 320: support for protected horizontal fill
          (\hspace*{\fill})
 
        * Format incremented to 320: support for protected horizontal fill
          (\hspace*{\fill})
 
-2008-03-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-03-10 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 319: hspace and extended hfill support
 
 2008-03-09 Bo Peng <ben.bob@gmail.com>
        * Format incremented to 319: hspace and extended hfill support
 
 2008-03-09 Bo Peng <ben.bob@gmail.com>
@@ -1276,7 +1595,7 @@ changes happened in particular if possible. A good example would be
 2008-03-02 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 317: support floating placements for wrap floats
 
 2008-03-02 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 317: support floating placements for wrap floats
 
-2008-03-02 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-03-02 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 316: support for subfloats (subfig package)
 
 2008-02-18 Richard Heck <rgheck@lyx.org>
        * Format incremented to 316: support for subfloats (subfig package)
 
 2008-02-18 Richard Heck <rgheck@lyx.org>
@@ -1288,7 +1607,7 @@ changes happened in particular if possible. A good example would be
 2008-01-12 Richard Heck <rgheck@lyx.org>
        * Format incremented to 313: change in how modules are represented
 
 2008-01-12 Richard Heck <rgheck@lyx.org>
        * Format incremented to 313: change in how modules are represented
 
-2008-01-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2008-01-11 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 312: support for sidewaysalgorithm (rotfloat)
          and wide sideways{figure,table}.
 
        * Format incremented to 312: support for sidewaysalgorithm (rotfloat)
          and wide sideways{figure,table}.
 
@@ -1304,7 +1623,7 @@ changes happened in particular if possible. A good example would be
 2007-12-15 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 308: support for Serbian (Latin)
 
 2007-12-15 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 308: support for Serbian (Latin)
 
-2007-12-05 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2007-12-05 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 307: support for \slash and \nobreakdash
 
 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 307: support for \slash and \nobreakdash
 
 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
@@ -1313,7 +1632,7 @@ changes happened in particular if possible. A good example would be
 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 305: support for Bahasa Malaysia
 
 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 305: support for Bahasa Malaysia
 
-2007-12-03 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+2007-12-03 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 304: framed and shaded boxes are now real boxes
          (not notes).
 
        * Format incremented to 304: framed and shaded boxes are now real boxes
          (not notes).
 
@@ -1440,7 +1759,7 @@ changes happened in particular if possible. A good example would be
                'arabic_arabtex'; this is to differentiate from the new arabic support
                using the arabi package.
 
                'arabic_arabtex'; this is to differentiate from the new arabic support
                using the arabi package.
 
-2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2007-05-04  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 275: add graphics params scaleBeforeRotation
        (fix bug 1749).
 
        * format incremented to 275: add graphics params scaleBeforeRotation
        (fix bug 1749).
@@ -1489,7 +1808,7 @@ changes happened in particular if possible. A good example would be
        - lib/languages allows now to set an empty language for babel
          in this case babel isn't called.
 
        - lib/languages allows now to set an empty language for babel
          in this case babel isn't called.
 
-2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2007-05-04  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 267: add plain utf8 encoding (for XeTeX).
 
 
        * format incremented to 267: add plain utf8 encoding (for XeTeX).
 
@@ -1627,7 +1946,7 @@ changes happened in particular if possible. A good example would be
        The order of the parameters and for each parameter the name and
        optional/required bit is now stored in InsetCommandParams.
 
        The order of the parameters and for each parameter the name and
        optional/required bit is now stored in InsetCommandParams.
 
-2006-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2006-10-03  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 251: save show_label param for charstyles.
 
 
        * format incremented to 251: save show_label param for charstyles.
 
@@ -1674,7 +1993,7 @@ changes happened in particular if possible. A good example would be
        topspace, bottomspace and interlinespace. All take a LyXLength
        as value, or the special keyword "default".
 
        topspace, bottomspace and interlinespace. All take a LyXLength
        as value, or the special keyword "default".
 
-2006-06-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2006-06-10  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 247. The Grand Font Interface Rewrite.
        (1) Split font selection to rm, sf, tt:
 
        * format incremented to 247. The Grand Font Interface Rewrite.
        (1) Split font selection to rm, sf, tt:
@@ -1717,12 +2036,12 @@ changes happened in particular if possible. A good example would be
        * format incremented to 246. The framed.sty package is
        now supported with note types framed and shaded.
 
        * format incremented to 246. The framed.sty package is
        now supported with note types framed and shaded.
 
-2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2005-10-12  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 245. The \quotes_times parameter
        has been removed.
 
 
        * format incremented to 245. The \quotes_times parameter
        has been removed.
 
-2005-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2005-09-24  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 244. Rename '\InsetSpace \,'
        to '\InsetSpace \thinspace{}', because the comma was
 
        * format incremented to 244. Rename '\InsetSpace \,'
        to '\InsetSpace \thinspace{}', because the comma was
@@ -1853,7 +2172,7 @@ Paragraph text.
        * insetgraphics does not allow filenames without extension anymore.
        The complete filename has to be given.
 
        * insetgraphics does not allow filenames without extension anymore.
        The complete filename has to be given.
 
-2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2004-03-29  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 232.
 
 
        * format incremented to 232.
 
@@ -1873,7 +2192,7 @@ Paragraph text.
          \end{btSect}
          has to be inserted.
 
          \end{btSect}
          has to be inserted.
 
-2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2004-03-29  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 231.
 
 
        * format incremented to 231.
 
@@ -1886,7 +2205,7 @@ Paragraph text.
        \begin{sidewaystable} <content> \end{sidewaystable}
        i.e. ERT.
 
        \begin{sidewaystable} <content> \end{sidewaystable}
        i.e. ERT.
 
-2004-02-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2004-02-23  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 230.
 
 
        * format incremented to 230.
 
@@ -1902,7 +2221,7 @@ Paragraph text.
        (jurabib fails if babel is called afterwards). If the natbib commands
        are used together with jurabib, they have to be converted to ERT too.
 
        (jurabib fails if babel is called afterwards). If the natbib commands
        are used together with jurabib, they have to be converted to ERT too.
 
-2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2003-12-29  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * format incremented to 229.
        * Minipages cannot be read anymore. All minipage insets will
 
        * format incremented to 229.
        * Minipages cannot be read anymore. All minipage insets will
@@ -2074,7 +2393,7 @@ Paragraph text.
        Moreover, the RasterImage template has been scrapped. All RasterImage
        external insets are now converted to Graphics insets.
 
        Moreover, the RasterImage template has been scrapped. All RasterImage
        external insets are now converted to Graphics insets.
 
-2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2003-05-20  Jürgen Spitzmüller  <spitz@lyx.org>
 
        * Added new space insets:
                \SpecialChar ~ is now \InsetSpace ~
 
        * Added new space insets:
                \SpecialChar ~ is now \InsetSpace ~