You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
1999-08-19 Duncan Haldane <duncan@kde.org>
|
|
|
|
* removed left-over commented out code from change
|
|
|
|
decribed below, and adjusted help doc names to
|
|
|
|
index-1.html
|
|
|
|
|
|
|
|
1999-02-28 Duncan Haldane <duncan@kde.org>
|
|
|
|
* commented out those unnecessary debug calls.
|
|
|
|
in keyconfig.cpp
|
|
|
|
|
|
|
|
1998-12-19 Duncan Haldane <f.d.m.haldane@cwix.com>
|
|
|
|
* Converted global.cpp, global.h to keyconfig.cpp,
|
|
|
|
keyconfig.h, that can now be used to configure both
|
|
|
|
the standard keys and the global keys
|
|
|
|
in the same sophisticated manner as
|
|
|
|
global.cpp did for just the global keys.
|
|
|
|
* converted main.cpp to use keyconfig.cpp rather than
|
|
|
|
global.cpp and standard.cpp for standard and globall
|
|
|
|
key configuration. TDEGlobalConfig and KStdConfig disappear.
|
|
|
|
(TDEGlobalConfig is renamed to KKeyConfig)
|
|
|
|
* appropriate changes to Makefile.am.
|
|
|
|
* standard key binding are now #include'd from
|
|
|
|
stdbindings.cpp
|
|
|
|
* standard.cpp, standard.h are left here for now.
|
|
|
|
The entries that used to use them in main.cpp and
|
|
|
|
Makefile.am are just commented out for now.
|
|
|
|
|