diff options
Diffstat (limited to 'kcontrol/info/ChangeLog')
-rw-r--r-- | kcontrol/info/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kcontrol/info/ChangeLog b/kcontrol/info/ChangeLog new file mode 100644 index 000000000..675fc34c9 --- /dev/null +++ b/kcontrol/info/ChangeLog @@ -0,0 +1,27 @@ +1998-11-09 Alex Zepeda <[email protected]> + + * info_fbsd.cpp: Fix the SCSI information, so that it's actually + displayed (only if info can be found). However, either kcminfo or + camcontrol needs to be suid root. Your choice. + + * info_fbsd.cpp: Add a few (hopefully) useful comments, and tidy up + some of the code. + +1998-12-08 Helge Deller <[email protected]> + + * info.cpp: + fixed the column-width of KTabListboxes, where only one column was/is visible. + If more than one column is used, then the called function should set the width ! + + * added sections to the online-help in the /doc-directory + +1998-12-08 Duncan Haldane <[email protected]> + + * info_linux.cpp: + made the sound info look first for /dev/sndstat, before /proc/sound. + Introduced #defines for all the hard-coded /proc/* files to make subsequent + changes easier. + + * expanded the descriptions in the online help. + + * deleted processor.xpm and memory.xpm (no longer needed) |