From ceb8049e930f1b8caab03bed40b0cc4333ae99d6 Mon Sep 17 00:00:00 2001 From: Lars Doelle Date: Sat, 29 Jan 2000 05:34:28 +0000 Subject: [PATCH] adjusting plans svn path=/trunk/kdebase/konsole/; revision=39474 --- LICENSE.readme | 2 +- PROJECTS | 48 +++++++++++++++++++++++++++--------------------- 2 files changed, 28 insertions(+), 22 deletions(-) diff --git a/LICENSE.readme b/LICENSE.readme index cb0d61913..d27d8cf1f 100644 --- a/LICENSE.readme +++ b/LICENSE.readme @@ -1,5 +1,5 @@ konsole - an X terminal emulation -Copyright (c) 1997-1999 by Lars Doelle +Copyright (c) 1997-2000 by Lars Doelle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/PROJECTS b/PROJECTS index cf28bd598..1112baff4 100644 --- a/PROJECTS +++ b/PROJECTS @@ -1,4 +1,23 @@ -Here is a list of open issues: +* current issues ------------------------------------------------- + +* configuration related: + + - command line options + font, menu, scrollbar, schema, kdelnk, codec, keytrans, ... + +* improve/complete documentation + + - include README.* into doc. + - explain configuration files + + +* currently working on + add configuration for function keys + document broken keypad (It's a QT issue really) + document VT100 keypad codes (doc/missing.keys) + + +* future stuff, perhaps ------------------------------------------ - when manipulating binary files, sometimes one screws up ones terminal settings. xterm has @@ -9,6 +28,13 @@ Here is a list of open issues: - keep session open after client program termination. Useful for things like 'konsole -e ls'. +- deflicker, setting all the attributes separately + both when creating and changing to a session + creates 3 setimage and 1 paint events. (This may + have improved, lately). + +* write configuration utility for config (*.schema,*.kdelnk) files. + * stuff centered around resizing and text vs. matrix: - make resizing more clever @@ -18,23 +44,3 @@ Here is a list of open issues: cut'n'paste. - selecting lines that wraps insert a '\n' in the middle of the line when pasting. A related problem occures with resizing. - -* configuration related: - - - command line options - - font, menu, scrollbar, schema, kdelnk ... other configs - - write configuration utility for config (*.schema,*.kdelnk) files. - - - add configuration for function keys. <<< currently working on (LD) - -* improve/complete documentation - - - document broken keypad (It's a QT issue really) - see VT100 keypad codes (doc/missing.keys) - - include README.* into doc. - - explain configuration files - -- deflicker, setting all the attributes separately - both when creating and changing to a session - creates 3 setimage and 1 paint events. (This may - have improved, lately).