X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=47c1522cb8f272ebab846bd9d02d5c8cbcdb671b;hb=b1dd13a9c2f6898e68339e19fcf2c55ae5f6426b;hp=6afca5d7da631d1453b5319c6a3d9c9f129bc243;hpb=de236c41d824990bbf5ea18dd391d113442ffe53;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 6afca5d7da..47c1522cb8 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,62 @@ +2002-08-01 John Levon + + * ControlSpellchecker.h: + * ControlSpellchecker.C: remove options + +2002-07-29 Lars Gullik Bjønnes + + * several files: strip,frontStrip -> trim,ltrim,rtrim + +2002-07-28 Lars Gullik Bjønnes + + * biblio.C (parseBibTeX): modify because of strip changes + +2002-07-24 Juergen Spitzmueller + + * ControlFloat.[Ch]: Implement Wide Float toggle + Replace "allow_here_definitely" by "wide" + +2002-07-22 Herbert Voss + + * ControlGraphics.C: small changes + +2002-07-21 Jean-Marc Lasgouttes + + * ControlToc.C: remove getType + +2002-07-20 John Levon + + * ControlCommandBuffer.C: don't add "" to history + +2002-07-20 John Levon + + * ControlRef.C: fix dispatch call nicely + +2002-07-19 John Levon + + * Makefile.am: + * ControlCommandBuffer.h: + * ControlCommandBuffer.C: add controller for command (mini) buffer + handling + +2002-07-19 John Levon + + * ControlRef.C: fix dispatch call + +2002-07-17 John Levon + + * ControlCharacter.C: use view_state_changed not setState + +2002-07-15 Jean-Marc Lasgouttes + + * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase + +2002-07-15 Mike Fabian + + * biblio.C (compareNoCase): use the compare_ascii_no_case instead + of compare_no_case, because in turkish, 'i' is not the lowercase + version of 'I', and thus turkish locale breaks parsing of tags. + 2002-07-04 Lars Gullik Bjønnes * ControlBibtex.C (applyParamsToInset): ws change