Japanese translation of message catalog for Sawfish Window-Manager
Revisión | 1763b58853bbfb1861730f54107d2c7bd3d93dea (tree) |
---|---|
Tiempo | 1999-10-11 21:55:09 |
Autor | john <john> |
Commiter | john |
*** empty log message ***
@@ -43,10 +43,16 @@ Outstanding bugs | ||
43 | 43 | |
44 | 44 | ! xv/java-apps get weird placement [apps being non-ICCCM compliant?] |
45 | 45 | |
46 | + ! doing send-to-next-workspace or send-to-previous-workspace | |
47 | + sometimes causes the window to be "anti-focus", that is, it cannot | |
48 | + be focused by any means. | |
49 | + | |
46 | 50 | |
47 | 51 | General tasks |
48 | 52 | ============= |
49 | 53 | |
54 | + + placement fall-back options? | |
55 | + | |
50 | 56 | + add an `exit without changing' command to interactive move-resize |
51 | 57 | |
52 | 58 | + add a gradient frame with side pieces |
@@ -59,6 +65,8 @@ General tasks | ||
59 | 65 | |
60 | 66 | + do the virtual-workspace edge-flipping thing? |
61 | 67 | |
68 | + + wrap-around option for moving viewports | |
69 | + | |
62 | 70 | + option to re-place windows when they move workspaces/viewports? |
63 | 71 | |
64 | 72 | + use panes to separate areas in bindings widget |
@@ -25,7 +25,7 @@ AC_CONFIG_HEADER(config.h) | ||
25 | 25 | AC_CONFIG_AUX_DIR(etc) |
26 | 26 | |
27 | 27 | dnl Release versioning info |
28 | -version="0.12.1" | |
28 | +version="0.12.2" | |
29 | 29 | |
30 | 30 | output_files="src/Makefile lisp/Makefile capplet/Makefile\ |
31 | 31 | themes/Makefile man/Makefile Makedefs Makefile sawmill.spec" |
@@ -1,5 +1,10 @@ | ||
1 | 1 | 1999-10-11 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * version 0.12.2 | |
4 | + | |
5 | + * frames.c (set_frame_part_fg): if fg needs to be updated, but | |
6 | + bg hasn't recently been redrawn, redraw bg to clear fg | |
7 | + | |
3 | 8 | * version 0.12.1 |
4 | 9 | |
5 | 10 | * frames.c (list_frame_generator): after freeing the gc |