]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / ChangeLog
index bb518722f45c3d50705d7afc2ec9350c663a2845..e51590b368d827f82c537df0afa01b9135ffd28c 100644 (file)
@@ -1,3 +1,233 @@
+2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (getStatus): add support for all the inset insertion
+       commands.
+
+       * text2.C (insertInset): 
+       * paragraph.C (insetAllowed): 
+       * BufferView_pimpl.C (insertInset): update to take in account the
+       renaming of insertInsetAllowed
+
+       * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
+
+       * text2.C (getInset): new method. returns inset at cursor position. 
+
+       * BufferView_pimpl.C (Dispatch): changes because of this.
+
+       * LyXAction.C (init): rename open-stuff to inset-toggle.
+
+       * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
+
+       * text2.C (toggleInset): renamed from openStuff; use
+       Inset::open().
+
+2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
+
+       * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
+
+       * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
+
+2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readLyXformat2): Add filename to the error dialog
+
+2001-07-18  Juergen Vigna  <jug@sad.it>
+
+       * tabular.C (GetCellNumber): put an assert here instead of the check!
+
+2001-07-17  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (toggleSelection): adapted too.
+
+       * text.C (selectNextWord): adapted for use with insets.
+       (selectSelectedWord): ditto
+
+2001-07-17  Juergen Vigna  <jug@sad.it>
+
+       * sp_spell.C (PSpell): fix initialitation order.
+
+2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph.C: spacing
+
+2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * sp_spell.C: repair language selection for pspell
+
+2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxfunc.h: change more methods to begin with lower char.
+
+2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Generate error insets
+       for unknown layouts.
+
+2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readLyXformat2): Generate an error dialog if there are
+       unknown layouts.
+
+2001-07-16  Juergen Vigna  <jug@sad.it>
+
+       * sp_spell.C: always compile ISpell part.
+
+       * lyxrc.C: added use_pspell entry and it's handling.
+
+2001-07-13  Juergen Vigna  <jug@sad.it>
+
+       * sp_spell.C: removed double includes.
+
+2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       Consistent use of Lsstream.h:
+       * Lsstream.h: added using std::stringstream for consistencies sake.
+
+       * buffer.C: removed using std::stringstream
+
+       * lyxfont.C (stateText):
+       * paragraph.C (asString):
+       * text.C (selectNextWord, selectSelectedWord):
+       * text2.C (setCounter):
+       * vspace.C (asString, asLatexString):
+       std::ostringstream -> ostringstream.
+
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * LyXAction.C: add LFUN_HELP_ABOUTLYX
+       * commandtags.h: add LFUN_HELP_ABOUTLYX
+       * lyxfunc.C: add about lyx remove credits/copyright/version stuff
+
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
+       cursorToggle()
+       * lyx_gui_misc.C: remove spellchecker
+       * lyxfunc.C: showSpellchecker
+       * sp_base.h: added
+       * sp_ispell.h: added
+       * sp_pspell.h: added
+       * sp_spell.C: added
+       * sp_form.[Ch]: removed
+       * spellchecker.[Ch]: removed
+
+2001-07-12  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
+
+       * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
+       is set.
+       (simpleTeXSpecialChars): Simply print the input character without
+       any special translation if pass_thru is set.
+
+       * layout.h: Added bool pass_thru to layout class for being able to
+       implement pass through of a paragraph for Literate Programming.
+       
+       * layout.C: add LT_PASS_THRU to LayoutTags enum.
+       * layout.C (LyXLayout): set pass_thru to flase in constructor.
+       * layout.C (Read): add "passthru" to list of layout tags and add
+       code to set the pass_thru boolean when it is read.
+
+2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * trans_decl.h: remove allowed from KmodInfo
+
+       * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
+       remove allowed code 
+       (Load): adjust
+
+       * paragraph_pimpl.C (erase): use boost::prior
+
+       * Painter.C (text): use data() instead of c_str() when length is
+       also provided.
+       * WorkArea.C (putClipboard): ditto
+       * font.h (width): ditto
+
+       * BufferView2.C: use it-> instead of (*it). for iterators
+       * texrow.C: ditto
+       * paragraph_pimpl.C: ditto
+       * paragraph.C: ditto
+       * minibuffer.C: ditto
+       * language.C: ditto
+       * kbmap.C: ditto
+       * encoding.C: ditto
+       * counters.C: ditto
+       * converter.C: ditto
+       * chset.C: ditto
+       * Variables.C: ditto
+       * TextCache.C: ditto
+       * MenuBackend.C: ditto
+       * LyXAction.C: ditto
+       * LColor.C: ditto
+       * FloatList.C: ditto
+       * DepTable.C: ditto
+       * ColorHandler.C (LyXColorHandler): ditto
+
+2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
+
+       * text2.C (openStuff): reintroduce this method (which had been
+       nuked in NEW_INSETS frenzy).
+
+       * lyxfunc.C (Dispatch): when an action has not been handled, use
+       its name in the error message, not its number.
+
+       * paragraph.C (inInset): change method name to begin with lowercase.
+
+       * undo_funcs.C:
+       * text2.C: updates because of this.
+
+2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ToolbarDefaults.C (add): add spaces in error message
+
+2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C (readLyXformat2): initialize the ert comp. variables.
+       (readLyXformat2): rename return_par to first_par, use lyxlex's
+       pushToken and remove the manual push handling.
+       (parseSingleLyXformat2Token): add another ert comp. variable:
+       in_tabular, rename return_par to first_par. handle newlines better
+
+2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
+
+2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C (getParFromID): removed
+
+       * buffer.C (getParFromID): new method moved form lyxtext.
+       * BufferView2.C (insertErrors): adjust
+       (setCursorFromRow): adjust
+       * BufferView_pimpl.C (restorePosition): adjust
+       * lyxfunc.C (Dispatch): adjust
+       * undo_funcs.C (textUndo): adjust
+       (textRedo): adjust
+       (textHandleUndo): adjust
+       (textHandleUndo): adjust
+
+2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C: up' the LYX_FORMAT
+
+       * lyxfont.h: turn NO_LATEX on as default
+
+       * buffer.C (insertErtContents): new methods of tex style compability.
+       (parseSingleLyXformat2Token): use it several places.
+       * tabular.C (OldFormatRead): and here
+
+2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C: remove some commented code.
+       reindent file.
+
+       * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
+       * trans.C: changes because of the above.
+
+2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * text2.C (setCounter): Fix counters bug with bibliography layout.
+
 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
 2001-07-05  Juergen Vigna  <jug@sad.it>
 
        * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
-       unknow mechanism does not call the proper consturctor but only this
+       unknow mechanism does not call the proper constructor but only this
        one also if I request the other!?
 
 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>