Fix bug 918 (dupe accel)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6240 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-02-25 12:25:23 +00:00
parent 132497ec7b
commit 07fce78359
3 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-02-23 John Levon <levon@movementarian.org>
* ui/QParagraphDialogBase.ui: fix dupe accelerator (bug #918)
2003-02-17 John Levon <levon@movementarian.org> 2003-02-17 John Levon <levon@movementarian.org>
* ui/QSpellcheckerModule.ui: capitalization fix * ui/QSpellcheckerModule.ui: capitalization fix

View File

@ -13,7 +13,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>395</width> <width>391</width>
<height>292</height> <height>292</height>
</rect> </rect>
</property> </property>
@ -180,7 +180,7 @@
</property> </property>
<property stdset="1"> <property stdset="1">
<name>text</name> <name>text</name>
<string>No &amp;indent</string> <string>&amp;Don't indent</string>
</property> </property>
</widget> </widget>
</grid> </grid>

View File

@ -45,7 +45,7 @@ What's new
- delete lyxserver pipes on exit [bug #865, Qt only] - delete lyxserver pipes on exit [bug #865, Qt only]
- fix bug where "lyx -e" would refuse to work [Qt only] - fix bug where "lyx -e" would refuse to work [bug #788, Qt only]
- some tab-navigation problems in dialogs fixed [Qt only] - some tab-navigation problems in dialogs fixed [Qt only]
@ -62,6 +62,8 @@ What's new
- duplicate 'A' shortcut in spellchecker dialog fixed [bug #884, Qt - duplicate 'A' shortcut in spellchecker dialog fixed [bug #884, Qt
only] only]
- duplicate 'i' shortcut in paragraph dialog fixed [bug #918, Qt only]
- in the BibTeX dialog, fix the browsing mechanism of *.sty files and - in the BibTeX dialog, fix the browsing mechanism of *.sty files and
remove the unused Update button [bug #773, Qt only] remove the unused Update button [bug #773, Qt only]
@ -83,6 +85,20 @@ What's new
- fix strerror() build problem with some gcc/glibc versions [bug #874] - fix strerror() build problem with some gcc/glibc versions [bug #874]
- revert is now disabled for an unchanged or unsaved document [bug #783]
- The spell-checking system has been over-hauled, including the following
changes :
o start spell-checking immediately on pressing F7
o xform's broken start/stop button removed
o better spell progress feedback
o long hang on ispell error changed
o infinite hang on ispell error fixed
o reports ispell errors back to the user
o the personal dictionaries are always correctly written out
o "Accept" button became "Ignore All" for clarity
- fix compilation on OpenBSD - fix compilation on OpenBSD
- mention in INSTALL file that the qt frontend is selected using - mention in INSTALL file that the qt frontend is selected using