mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
132497ec7b
commit
07fce78359
@ -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>
|
||||
|
||||
* ui/QSpellcheckerModule.ui: capitalization fix
|
||||
|
@ -13,7 +13,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>395</width>
|
||||
<width>391</width>
|
||||
<height>292</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -180,7 +180,7 @@
|
||||
</property>
|
||||
<property stdset="1">
|
||||
<name>text</name>
|
||||
<string>No &indent</string>
|
||||
<string>&Don't indent</string>
|
||||
</property>
|
||||
</widget>
|
||||
</grid>
|
||||
|
18
status.13x
18
status.13x
@ -45,7 +45,7 @@ What's new
|
||||
|
||||
- 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]
|
||||
|
||||
@ -62,6 +62,8 @@ What's new
|
||||
- duplicate 'A' shortcut in spellchecker dialog fixed [bug #884, Qt
|
||||
only]
|
||||
|
||||
- duplicate 'i' shortcut in paragraph dialog fixed [bug #918, Qt only]
|
||||
|
||||
- in the BibTeX dialog, fix the browsing mechanism of *.sty files and
|
||||
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]
|
||||
|
||||
- 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
|
||||
|
||||
- mention in INSTALL file that the qt frontend is selected using
|
||||
|
Loading…
x
Reference in New Issue
Block a user