]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix drawing of hfill characters, some small cleanup
[lyx.git] / src / ChangeLog
index 2fb5f37712e855073d79b63dd23aa0d1161d5c7c..3592af24066b23cdd6717cec80bb41d89becae5e 100644 (file)
@@ -1,3 +1,106 @@
+2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text.C: change the order of the includes.
+       (workWidth): initialize it at once.
+       (workWidth): make maxw unsigned
+       (setHeightOfRow): remove unused variable (inset)
+       (selectSelectedWord): remove unused variable (inset)
+       (paintRowText): fix drawing of hfill characters, and clean up a bit.
+
+2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxserver.C (emergencyCleanup): do not try to close pipes if
+       server is not running.
+       (openConnection): 
+       (closeConnection): add debug info when server is disabled.
+
+       * ColorHandler.C (getGCForeground): send debug message to GUI
+       channel. 
+
+       * lyxrc.C: do not include lyxserver.h and tex-strings.h.
+
+       * kbmap.C (bind): modify because return conventions of
+       kb_sequence::parse have changed.
+
+       * kbsequence.C (parse): only ignore spaces and not any stupid
+       control character. This avoids tests like s[i] <= ' ', which are
+       guaranteed to fail with 8bit characters and signed chars.
+       Change return code to string::npos when there have been no error
+       (0 was a bad idea when error is at first character)
+
+2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text.C (selectNextWordToSpellcheck): do not test explicitely for
+       insets which are part of a word. Paragraph::isLetter takes care of
+       that now. Use Paragraph::isInset to identify insets.
+       (selectSelectedWord): do not test for hyphenation break.
+
+       * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
+       that protected spaces are considered as spaces.
+
+       * paragraph.C (isLetter): cleanup the code for ispell extras; use
+       Inset::isLetter. 
+
+2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxserver.h:
+       * lyxserver.C: fix it. and small cleanup.
+2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: use inline helpers
+       * LaTeXFeatures.h: 
+       * LaTeXFeatures.C: fix typos
+
+       * Spacing.h:
+       * Spacing.C: move spacing_string into class 
+
+       * ToolbarDefaults.C: move stuff into namespace anon
+       * layout.h: update enum
+
+       * lyxfunc.C: use better debug
+
+       * minibuffer.h: fix typo
+       * debug.h:
+       * debug.C:
+       * WorkArea.C: add and use Debug::WORKAREA
+
+       * lyxtext.h:
+       * text.C: 
+       * text2.C: code re-organisation, inline helpers
+
+2001-11-09  Michael A. Koziarski <michael@koziarski.org>
+
+       * Layout.C: replaced a few cases of std::vector.size() == 0 with
+       std::vector.empty().
+
+2001-11-09  Allan Rae  <rae@lyx.org>
+
+       * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
+       '\n's after tables.  Tabular and ERT inset work now makes this no
+       longer necessary.
+
+2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
+
+       * minibuffer.h:
+       * minibuffer.C: fix crash, improve drop-down completion 
+2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxserver.h:
+       * lyxserver.C: invalidate fd's when doing endPipe()
+2001-11-08  José Matos  <jamatos@fep.up.pt>
+
+       * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
+       (simpleDocBookOnePar): removed code made obsolete by the new inset code.
+
+       * paragraph.h:
+       * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
+
 2001-11-07  José Matos  <jamatos@fep.up.pt>
 
        * buffer.h: