]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
forgot this in the previous change
[lyx.git] / Status.15x
index 2f22b77a3a8d3a1d2f6c68da97b2be14c43944d0..2b0f9fc87f7415432653a77e4e23cbb30680c5b7 100644 (file)
@@ -57,15 +57,15 @@ TABLE OF CONTENTS
   self-explaining. Why don't we group them in two pairs: Section Up/Down, Level
   Up/Down? The arrangement of the buttons may also give some hint to the user.
 
-- The correct list is not selected when right-clicking on a LOF or
+* The correct list is not selected when right-clicking on a LOF or
   LOT inset.
 
-- When selecting a type which *is* already selected, the content in the 
+* When selecting a type which *is* already selected, the content in the 
   browser window vanishes
 
-- The items in the treeview are editable
+* The items in the treeview are editable
 
-- When content (sections/captions) is changed, the toc/lof/lot is not properly 
+* When content (sections/captions) is changed, the toc/lof/lot is not properly 
   updated.
 
 
@@ -74,11 +74,6 @@ DIALOGS
 * when opening an already opened document (or a document with newer backup),
   the mouse pointer turns into a clock, although it waits for confirmation
 
-* broken signal/slot connection:
-  Object::connect: No such signal LengthCombo::selectionChanged(LyXLength::UNIT)
-  Object::connect:  (sender name:   'unitCO')
-  Object::connect:  (receiver name: 'QVSpaceUi')
-
 
 MATH CONTROL PANEL
 
@@ -156,8 +151,6 @@ EDITING
 
 MENUS
 
-* Special handling of [[...]] in text messages is disabled in messages.C
-
 
 LAYOUT
 
@@ -341,14 +334,23 @@ CREDITS:
   visible toolbar, the modified settings are not considered for session management
   
   REPLACED with a new entry, popup disabled (Peter 2006-11-09)
-  
+
 * Toolbars always show on the top of the screen, even though they are set to
   "bottom" in the ui file (Joost 3/11/06).
-  
+
   FIXED: use the defaul.ui value only when there is no valid position stored 
          (1st start of lyx)  (Peter 7/11/2006)
 
 * Window positions are not remembered correctly. Each time a window is openend
   window again it has moved towards the bottom of the screen. (Joost 3/11/06)
-  
+
   FIXED (Peter 8/11/2006)
+
+* Special handling of [[...]] in text messages is disabled in messages.C
+  FIXED (Georg 2006-11-12)
+
+* broken signal/slot connection:
+  Object::connect: No such signal LengthCombo::selectionChanged(LyXLength::UNIT)
+  Object::connect:  (sender name:   'unitCO')
+  Object::connect:  (receiver name: 'QVSpaceUi')
+  FIXED (JSpitzm 2006-11-12)