*** empty log message ***
authorroot <root>
Wed, 11 Jan 2006 02:24:12 +0000 (02:24 +0000)
committerroot <root>
Wed, 11 Jan 2006 02:24:12 +0000 (02:24 +0000)
Changes
src/init.C

diff --git a/Changes b/Changes
index 6a924f41e8c0c675b32325446c7bdaf6a1ace4d0..44bc888a1d2ded1da75626640afe375d073f21c9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,6 +10,7 @@ WISH: OnTheSpot editing, or maybe switch to miiiiiiif
 WISH: just for fun, do shade and tint with XRender.
 WISH: support tex fonts
 
+7.0
        - added sections for DISTRIBUTION MAINTAINERS and about
           SETUID/SETGID to the FAQ.
         - selection, searchable-scrollback, selection-popup and
index 8537a303e095e88aeb1985615830b73166dff03c..134734d45867f5bac5c2e3abf73c3b08e224b2b5 100644 (file)
@@ -1414,6 +1414,8 @@ rxvt_get_ttymode (ttymode_t *tio, int erase)
 void
 rxvt_term::run_command (const char *const *argv)
 {
+  TEMP_ENV; // not very temporary...
+
 #if ENABLE_FRILLS
   if (rs[Rs_pty_fd])
     {
@@ -1535,8 +1537,6 @@ rxvt_term::run_child (const char *const *argv)
 {
   char *login;
 
-  TEMP_ENV; // not very temporary...
-
   SET_TTYMODE (STDIN_FILENO, &tio);       /* init terminal attributes */
 
   if (OPTION (Opt_console))