*** empty log message ***
authorroot <root>
Tue, 28 Mar 2006 06:33:02 +0000 (06:33 +0000)
committerroot <root>
Tue, 28 Mar 2006 06:33:02 +0000 (06:33 +0000)
Changes
src/rxvtlib.h.in

diff --git a/Changes b/Changes
index 2d7b8855a4b823ea67e988b8930aacd16d796455..4c51ba5b92de4d8cff6d0d0b96ae48ded4954039 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,7 @@ TODO: slow drag selection on remote display - other things seem fast (rxvt illne
 TODO: default selection should handle = better
 TODO: kick out xpm.C, replace by pixbuf
 WISH: skipscroll option
+WISH: selection-color-pair instead of reverse video
 WISH: load system-wide config file even if we don't have one
 WISH: look into XAddConnectionWatch, does anybody need that?
 WISH: anyevent mouse notification / manage MotionMask better.
@@ -21,6 +22,7 @@ DUMB: support tex fonts
 
 TODO: zero scorllback buffer should free memory
 TODO: kuake
+TODO: depth resource not working(?)
        - add FORCE_UNBUFFERED_XFT define to features.h.
         - double-buffered xft drawing did suffer from pixel offset issues
           when pixmap transparency was enabled.
@@ -35,6 +37,8 @@ TODO: kuake
           (spotted by Decklin Foster).
         - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported 
           by omatunto_.
+        - slap in a using namespace std, might help on platforms that don't
+          follow C++ closely enough.
 
 7.7  Tue Feb 21 12:32:49 CET 2006
        - use double-buffered drawing (xft fonts only). On many driver/hardware
index 0bd83c28b7624ca40cbf2e6f65dc96c801ad2f86..edad5d79a4a9c711f1904dc938c16f1f58e8f826 100644 (file)
@@ -30,6 +30,8 @@
 // stdlib.h might provide it
 #endif
 
+using namespace std;
+
 extern "C" {
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>