]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / ChangeLog
index 1fc3c5df70ed2f7677f4e048c2811b7bb87f9561..1ef04200d20a0126e60989f1648ff707189f3e75 100644 (file)
@@ -1,3 +1,126 @@
+2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * WorkArea.C (WorkArea): remove unneeded floats in computation
+
+2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (asciiParagraph): Treat '\\' as other chars.
+
+       * paragraph.C (asString): Do not ignore newline/hfill chars when
+       copying to the clipboard.
+
+2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
+       after a multi-line inset.
+
+2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * paragraph.C (validate): Set NeedLyXFootnoteCode
+
+2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyxfont.C (LyXSizeNames): changed increase-error to increase
+       and decrease-error to decrease.
+
+2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
+       it more readable (should be equivalent)
+
+2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
+
+       * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
+
+2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
+       of a cursor (row, etc.) after a character has been deleted
+       (deleteEmptyParagraphMechanism): call the method above on _all_
+       cursors held by the LyXText when a double space has been
+       detected/deleted. 
+2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
+       pixmap.
+       (resizeCurrentBuff): remove code to destroy the old splash dialog.
+
+       * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
+       background. Use greyOut() and the new show() methods to toggle between
+       the foreground and background. Add code to remove the splash after
+       its initial showing.
+
+       * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
+       (create_forms): no longer call Dialogs::showSplash.
+
+2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * .cvsignore: add version_info.h
+
+2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * version_info.h.in: new file
+
+       * Makefile.am: add version_info.h.in
+
+       * lyx_main.C (commandLineVersionInfo): use version_info defined in
+       version_info.h instead of VERSION_INFO
+
+2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * text.C (selectNextWordToSpellcheck): reverted change to if-block.
+       The ERT inset now returns string().
+
+2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyxtext.h, text.C (selectNextWord): renamed as
+       selectNextWordToSpellcheck.
+
+       * text.C (selectNextWordToSpellcheck): Modified to not select
+       words inside an ERT inset.
+
+2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyx_cb.C (MenuLayoutSave): change a bit the question
+
+       * sp_base.h: include <sys/types.h>
+
+2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
+
+2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
+
+       * several files: fix typos in user-visible strings
+
+2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text2.C (pasteSelection): do not set the selection, since it
+       will be cleared later. Actually, the intent was to fix the way the
+       selection was set, but I figured rmoving the code was just as good.
+
+2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontLoader.C (available): Check if font is available without
+       loading the font.
+
+2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * lyxrc.[Ch]: added auto_reset_options variable and associated code.
+
+2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyxrc.[Ch]: added display_graphics variable and associated code.
+
+2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * bufferparams.C (hasClassDefaults): new method. Returns true if
+       the buffer parameters correspond to known class defaults
+
+2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * XFormsView.C (show): set minimum size to the main window.
+
 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * text2.C (copySelection):