]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Remove the XOpenIM test as lyxlookup.C has been buried.
[lyx.git] / src / ChangeLog
index a87d768169c40900b385ddd66d5b645049e67313..e5511685ecef0be9d4dfcfebb805a3b061547998 100644 (file)
@@ -1,6 +1,52 @@
+2002-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.[Ch]:
+       * lyx_main.C (init): remove override_x_deadkeys stuff.
+
+2002-12-12  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C: use LyXKeySym->isText() as last-ditch
+         insert. Only remove shift modifier under strict
+         circumstances.
+2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * MenuBackend.C (expandToc): fix crash.
+
+2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * MenuBackend.C (expandToc): gettext on float names.
+
+2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * lyxlength.[Ch]: set default unit to UNIT_NONE,
+       implement bool empty() [bug 490]
+
+2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text2.C (setCounter): clean up a bit, use boost.format.
+       (updateCounters): initialize par upon declaration.
+
+       * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
+       if the layout exists. We do not just store the layout any more.
+       (SwitchLayoutsBetweenClasses): use boost.format
+
+2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * converter.C (convert): if from and to files are the same, use a
+       temporary files as intermediary
+
 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * commandtags.h: 
+       * commandtags.h:
        * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
 
 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>