]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
avoid closing server in emergency exit if there is no server
[lyx.git] / src / ChangeLog
index f2b2dd7646ef726be632766ee69fa2bc761ba2bb..8d2bc1796742ce8ed84e9adb1449033b2182a3a5 100644 (file)
@@ -1,3 +1,42 @@
+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