Merge commit 'duc/experimental' into experimental
authorDieter Plaetinck <dieter@plaetinck.be>
Sun, 17 May 2009 17:26:44 +0000 (19:26 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Sun, 17 May 2009 17:26:44 +0000 (19:26 +0200)
1  2 
README
uzbl.c

diff --cc README
--- 1/README
--- 2/README
+++ b/README
@@@ -77,11 -77,8 +77,11 @@@ There are several interfaces to interac
    an utitly we include with uzbl made especially for writing commnands to the socket (and at some point, it will be able to tell you the response
    too):  `uzblctrl -s <socketfile> -c <command>`
  
 +When uzbl forks a new instance (eg "open in new window") it will use the same commandline arguments (eg the same --config <file>), except --uri and--name.
 +If you made changes to the configuration at runtime, these are not pased on to the child.
 +
  ### COMMAND SYNTAX
- Commands are used for creating binds, altering variables and running actions.  Uzbl will read commands via standard input, named fifo pipe (if fifo_dir is set) and IPC socket (when socket_dir is set).  For convenience, uzbl can also be instructed to read commands from a file on startup by using the `-c' option.  Indeed, the config file is nothing more than a list of commands.
+ Commands are used for creating binds, altering variables and running actions.  Uzbl will read commands via standard input, named fifo pipe (if `fifo_dir` is set) and IPC socket (when `socket_dir` is set).  For convenience, uzbl can also be instructed to read commands from a file on startup by using the `-c` option.  Indeed, the config file is nothing more than a list of commands.
  
  Each command starts with the name of the command, which must be the first thing on a line; preceding whitespace is not allowed.  A command is terminated by a newline.  Empty lines and lines that start with the hash sign are ignored by the parser.  Command names are not case sensitive.
  
diff --cc uzbl.c
Simple merge