]> 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 de87e01435ebb82e2ec138050f41925a47c4888e..1ef04200d20a0126e60989f1648ff707189f3e75 100644 (file)
+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): 
+       (cutSelection): 
+       * lyxfind.C (LyXReplace): 
+       * BufferView_pimpl.C (Dispatch): pass the correct flag to
+       LyXText::selectionAsString. 
+
+       * paragraph.C (asString): add "label" argument to the second form
+
+       * text2.C (selectionAsString): add "label" argument and pass it to
+       Paragraph::asString. 
+
+2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyx_main.C (commandLineHelp): remove version information
+
+2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
+
+       * lyx_main.C: add -version commandline option
+
+2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph.h: make the optional constructor arg required instead.
+       some modifications to other files because of this.
+
+       * minibuffer.C (C_MiniBuffer_peek_event): make it static
+
+       * lyxserver.C (C_LyXComm_callback): make it static
+
+       * lyx_main.C (error_handler): make it static
+
+       * lyx_gui.C (LyX_XErrHandler): make it static
+
+       * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
+
+       * WorkArea.C: make the extern "C" methods static.
+
+       * Makefile.am (lyx_LDADD): simplify
+
+2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
+       LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
+
+       * LyXAction.C (init):
+       * lyxfunc.C (dispatch): associated code removal.
+
+2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfont.h (isSymbolFont): shut off warning
+
+       * text.C (setHeightOfRow):
+       (getVisibleRow): fix crash with empty paragraphs which have a
+       bottom line
+
+2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
+
+       * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
+       code.
+
+2001-09-04  José Matos  <jamatos@fep.up.pt>
+       * buffer.C
+       * buffer.h
+       * tabular.C (docbook): rename docBook method to docbook.
+
+2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Makefile.am: add dependencies to main.o.
+
+2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontLoader.C (available): Return false if !lyxrc.use_gui
+
+2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
+
+       * FontInfo.C (query):
+       * converter.C (view):
+       * importer.C (Import):
+       * exporter.C (Export): Can not -> cannot.
+
+2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: allow to create index inset even if
+         string is empty
+2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * buffer.C (getLists): replace boost::tie code with an explicit pair
+       as boost::tie can break some compilers.
+
+       * iterators.h: Added a std:: declaration to the return type of
+       ParIterator::size.
+
+2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxrc.C: add help for view_dvi_paper_option, default to safe
+         case.
+2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * iterators.[Ch]: New files. Provide paragraph iterators.
+
+       * buffer.C (changeLanguage): Use paragraph iterators.
+       (isMultiLingual): ditto 
+
+       * BufferView2.C (ChangeInsets): Use paragraph iterators.
+
+2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontLoader.C: Support for cmr font.
+
+2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontLoader.C (getFontinfo): Handle latex symbol fonts.
+       (available): New method.
+
+       * FontInfo.C (getFontname): Use scalable fonts even when
+       lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
+       found.
+
+2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * converter.C (Formats::view): reverted! Incorrect fix.
+
+2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * converter.C (Formats::view): only output the -paper option
+       if the dvi viewer is xdvi, thereby fixing bug #233429.
+
+2001-08-23  Herbert Voss  <voss@perce>
+
+       * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
+
+2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * Spacing.h (Spacing): Set space to Default on in the default
+       constructor.
+
+2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * vc-backend.h (RCS::versionString): add RCS to version 
+       (CVS::versionString): add CVS to version 
+
+       * vc-backend.C (scanMaster): do not add CVS to version.
+       (scanMaster): do not add RCS to version
+
+       * lyxvc.C (versionString): new method
+
+       * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
+
+2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Spacing.C (set): initialize fval
+
+2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
+       " or \.
+
+2001-08-16  Juergen Vigna  <jug@sad.it>
+
+       * lyxfunc.C (dispatch): implemented the new FINISHED states.
+
+2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: 
+       * figureForm.C:
+       * lyxtext.h:
+       * text2.C: setParagraph takes linespacing now
+2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyxAction.C: add internal LFUN_CITATION_INSERT
+
+       * LyXView.C: actually apply fix
+
+       * bufferlist.C: fix open non-existent file
+       * lyxfind.C: fix indentation
+       * lyxfunc.C: remove unneeded assert, fix typo
+2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
+
+       * MenuBackend.C: use "Floatname List"
+
+2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Do not generate errors
+       when converting LaTeX layout to insetERT.
+       Generate a non-collapsed float when reading old float
+
+2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
+       ERT insets.
+
+2001-08-13  Juergen Vigna  <jug@sad.it>
+
+       * text.C (fill): return 0 instead of 20 as this seems to be the more
+       correct value.
+
+2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
+       lyxrc.font_norm.
+
+2001-08-13  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXReplace): fixed not single-replacing characters with
+       casesensitive off.
+       (SearchBackward): comment out the unlocking of the inset_owner this
+       should not be needed!
+
+2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * Many files: Remove inherit_language, and add latex_language
+
+       * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
+       collapsible insets.
+
+2001-08-10  Juergen Vigna  <jug@sad.it>
+
+       * text.C (prepareToPrint): fixed hfill-width in draw!
+
+       * BufferView2.C (selectLastWord): save the selection cursor as this
+       now is cleared in the function LyXText::clearSelection!
+
+2001-08-08  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
+       BACKSPACE type functions.
+
+       * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
+       is only cutted from the document but not put in the cut-buffer, where
+       still the old stuff should be.
+
+       * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
+
+       * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
+
+       * tabular.C (SetWidthOfCell): fixed special case where the width
+       was not updated!
+       (LeftLine): handle '|' in align_special.
+       (RightLine): ditto
+       (LeftAlreadyDrawed): ditto
+       (SetWidthOfCell): ditto
+
+2001-08-07  Juergen Vigna  <jug@sad.it>
+
+       * lyx_main.C (readUIFile): fixed some forgotten lowercase!
+
+2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxlex_pimpl.[Ch]: converto to lowercase funcs
+       * lyxlex.[hC]: ditto
+
+2001-08-06  Juergen Vigna  <jug@sad.it>
+
+       * text.C (getVisibleRow): fix up row clearing a bit.
+
+2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * minibuffer.C: make sure the X server sees the changes in the input.
+
+2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph.C (getFont): split into...
+       (getLabelFont): this
+       (getLayoutFont): and this
+       * paragraph_pimpl.C (realizeFont): calling this
+
+       * text2.C (getFont): split into...
+       (getLayoutFont): this
+       (getLabelFont): and this
+       (realizeFont): all three calling this
+
+       * lyxfont.h: remove all NO_LATEX macros and code... adjust all
+       files where used.
+
+2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
+
+2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
+       layouts from the Quote inset insertion.
+
+2001-08-03  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (update): do the fitCursor only at the end!
+
+       * screen.C (drawFromTo): don't call fitcursor here and do the loop
+       only if status not is already CHANGED_IN_DRAW (second level).
+
+       * text.C (draw): don't set the need_break_row when inside an
+       InsetText LyXText.
+
+2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C (parseSingleLyXformat2Token): handle more latex
+       conversion cases.
+
+       * bufferview_funcs.[hC]: change function names to
+       begin with small char, adjust other files.
+
+2001-08-02  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C:
+       BufferView_pimpl.C: remove broken special code for math-greek
+
+2001-08-02  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (update): redone this function so that we
+       update the text again if there was a CHANGE_IN_DRAW.
+
+       * screen.C (cursorToggle): removed LyXText parameter and recoded.
+       (drawFromTo): added a new internal bool which is used by draw() and
+       redraw() function.
+       (general): some cursor drawing problems fixed.
+
+2001-08-01  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXFind): fixed
+       (SearchForward): ditto
+       (SearchBackward): ditto
+
+       * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
+       spurius drawing of the cursor in the main area.
+
+       * text2.C (status): small fix which could lead to a segfault!
+       (clearSelection): remove unneeded BufferView param.
+
+2001-08-01  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C: small change due to changed mathed interface
+
+2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
+
+2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
+       * lyxfunc.c: fail gracefully if file doesn't exist 
+       * LyXSendto.C:
+       * buffer.C:
+       * lyxfunc.C:
+       * BufferView_pimpl.C: IsDirWriteable() proto changed 
+       * LyXView.C: fix updateWindowTitle() to store the last title
+
 2001-07-31  Juergen Vigna  <jug@sad.it>
 
+       * text.C (setHeightOfRow): fixed setting of ascent/descent based on
+       the font (wrong since using of Paragraph::highestFontInRange).
+
+       * paragraph.C (highestFontInRange): added a default_size parameter.
+
        * text.C (getVisibleRow): minor clear row changes (still not perfect).
+       (setHeightOfRow): reformat
 
 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
-       * converter.[hC] + affected fiels: move to (inital-char)lowercase
+       * converter.[hC] + affected files: move to (inital-char)lowercase
        function names.
 
        * ParagraphParameters.C (ParagraphParameters): remove commented code
        * LyXAction.C:
        * lyxfunc.C:  new LFUN 'math-space'
 
+       * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
+
 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (toggleInset): call open/close