EasyPG 1.07 Released
[packages] / xemacs-packages / xwem / TODO
1 Thu Feb 19 09:16:05 MSK 2004:
2
3      - Focusing manage (according to ICCCM)! very needed. (mostly done)
4
5      - More ICCCM stuff to support, like WM_PROTOCOL, DELETE_WINDOW,
6        etc. (mostly done)
7      
8      - Write some documentation.
9
10      - Configuration file handling. (I think it is done).
11
12      - More hookenization.
13
14      - Session management. save-window-configuration,
15        set-window-configuration, save-frame-configuration,
16        set-frame-configuration, etc. (window configurations done)
17
18      - kbd macros. i.e. save keypress sequence and then play it with
19        XSendEvent. (Done, using xtest extension)
20
21      - Strokes:
22          * Support for dymanic strokes types. i.e. you can register
23            new types of strokes.
24
25          * Kanji strokes database
26
27      - CL switcher, something like `iswitchb' or `buqis'.(Done mostly)
28
29      - Programs launcher.(done)
30
31      - Summarize mode. i.e. make buffer with xwem information like
32        frames setup, clients online, etc.(Done `xwem-help')
33
34      - Multiple visible frames(partly done), frame should reguard his
35        properties changes on fly, i.e. resize x window, when frame-width
36        and such changes.
37
38      - Extensions support:
39           * Xinerama
40           * Record (may be clones could be done with it?)
41           * MiscKbd
42           * XTrap (may be play with it to implement X window clones).
43
44      - Ubering. i.e. you can run other window manager in xwem frame.
45        Maybe implement using Xnest's -parent feature?
46
47 # $Id: TODO,v 1.3 2004-12-16 08:07:47 youngs Exp $