]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / ChangeLog
index 0687d3eb56d8e3b83691cc9e6ec6120f1c442913..e51590b368d827f82c537df0afa01b9135ffd28c 100644 (file)
@@ -1,3 +1,103 @@
+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
        * 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