lyx_mirror/lib
Richard Heck 843fa219b6 Fix convert_spaceinset again.
The problem here is that
  for i in range(len(document.body)):
sets the range BEFORE we do any of our manipulations. But those manipulations 
can make document.body longer. As a result, we can fail to test some lines.
Instead, use:
  while i < len(document.body):
and increment i in the while loop.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25050 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 14:22:11 +00:00
..
bind sciword.bind: update the math numbering to what we have in trunk, fixes also bug 4893 2008-05-28 20:45:01 +00:00
commands
doc * New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson 2008-06-01 08:58:25 +00:00
examples examples/es/mathed.lyx: deleted because the Math manual has been translated to Spanish since LyX 1.5.5. 2008-05-11 13:35:58 +00:00
fonts
images Move pin image to the attic. 2008-04-20 03:20:44 +00:00
kbd
layouts * New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson 2008-06-01 08:58:25 +00:00
lyx2lyx Fix convert_spaceinset again. 2008-06-01 14:22:11 +00:00
scripts escape backslashes when importing the cells 2008-05-20 11:20:33 +00:00
templates * New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson 2008-06-01 08:58:25 +00:00
tex
ui fix duplicate shortcuts. 2008-05-29 11:45:00 +00:00
autocorrect
build-listerrors
chkconfig.ltx Simplify the definition of \mathsym by using the package relsize. 2008-06-01 04:46:50 +00:00
configure.py * lib/configure.py: 2008-05-25 08:49:15 +00:00
CREDITS add Nicola Focci to the credits, part 2/3 2008-05-03 18:43:22 +00:00
encodings Fileformat change. 2008-03-29 23:25:40 +00:00
external_templates * src/insets/InsetExternal.cpp (validate): 2008-04-13 12:50:35 +00:00
generate_contributions.py add Nicola Focci to the credits, part 2/3 2008-05-03 18:43:22 +00:00
languages languages: corrected command for Mexican - as result of a long discussion 2008-04-22 01:38:47 +00:00
Makefile.am * New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson 2008-06-01 08:58:25 +00:00
symbols * lib/symbols: 2008-02-19 07:14:05 +00:00
syntax.default
unicodesymbols * lib/unicodesymbols: 2008-02-07 20:38:04 +00:00