mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
fix numpad in tables; distribution of configure.m4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@3411 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3df42f55a4
commit
fc1de73783
@ -1,5 +1,12 @@
|
|||||||
|
2002-01-17 Sergey Vlasov <vsu@mivlgu.murom.ru>
|
||||||
|
|
||||||
|
* src/insets/insettext.C (LocalDispatch): fix insertion of some
|
||||||
|
characters (numbers from numpad, cyrillic characters...).
|
||||||
|
|
||||||
2002-01-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
2002-01-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||||
|
|
||||||
|
* lib/Makefile.am (EXTRA_DIST): add configure.m4
|
||||||
|
|
||||||
* configure.in (ALL_LINGUAS): add 'sk' lingua.
|
* configure.in (ALL_LINGUAS): add 'sk' lingua.
|
||||||
|
|
||||||
* lib/languages: fix slovak entry to use sl_SK instead of sk_SL.
|
* lib/languages: fix slovak entry to use sl_SK instead of sk_SL.
|
||||||
|
@ -33,7 +33,7 @@ LYXLIBDIRS = bind clipart doc examples images kbd layouts scripts \
|
|||||||
|
|
||||||
EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \
|
EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \
|
||||||
external_templates $(LYXLIBDIRS) build-listerrors \
|
external_templates $(LYXLIBDIRS) build-listerrors \
|
||||||
encodings languages
|
encodings languages configure.m4
|
||||||
|
|
||||||
libinstalldirs:
|
libinstalldirs:
|
||||||
for dir in $(LYXLIBDIRS) ; do \
|
for dir in $(LYXLIBDIRS) ; do \
|
||||||
|
@ -782,6 +782,7 @@ InsetText::LocalDispatch(BufferView * bv,
|
|||||||
switch (action) {
|
switch (action) {
|
||||||
// Normal chars
|
// Normal chars
|
||||||
case LFUN_UNKNOWN_ACTION:
|
case LFUN_UNKNOWN_ACTION:
|
||||||
|
case LFUN_SELFINSERT:
|
||||||
if (bv->buffer()->isReadonly()) {
|
if (bv->buffer()->isReadonly()) {
|
||||||
LyXBell();
|
LyXBell();
|
||||||
// setErrorMessage(N_("Document is read only"));
|
// setErrorMessage(N_("Document is read only"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user