*** empty log message ***
authorroot <root>
Tue, 19 Feb 2008 13:37:17 +0000 (13:37 +0000)
committerroot <root>
Tue, 19 Feb 2008 13:37:17 +0000 (13:37 +0000)
Changes
src/rxvtd.C

diff --git a/Changes b/Changes
index 94d05a8..21e01ce 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,9 +17,11 @@ WISH: load system-wide config file even if we don't have one
 WISH: look into XAddConnectionWatch, does anybody need that?
 DUMB: support tex fonts
 
-TODO: bgPixmap.apply all to do in scr_recolour?
+TODO: coloured pastebin
+TODO: mabbe unlink the RXVT_SOCKET on exit?
 
        - made tabs moveable (based on a patch by Petr Machata).
+        - support relative paths for RXVT_SOCKET in urxvtd.
        
 9.02 Tue Jan 29 11:58:36 CET 2008
        - the "exg makes everybody happy" release.
index 8d98dd3..543e2de 100644 (file)
@@ -248,14 +248,14 @@ main (int argc, const char *const *argv)
         }
     }
 
-  chdir ("/");
-
   if (opt_opendisplay)
     displays.get (getenv ("DISPLAY")); // open display and never release it
 
   char *sockname = rxvt_connection::unix_sockname ();
   unix_listener l (sockname);
 
+  chdir ("/");
+
   if (!opt_quiet)
     {
       printf ("rxvt-unicode daemon listening on %s.\n", sockname);