On Mon, Jun 21, 2010 at 09:13:44AM -0400, Donald Allen wrote: > 1. Gmail complains that "your browser has cookies disabled" unless the > sessiontime variable in config.def.h is set to something non-zero. Perhaps > something non-zero should be the default (said without understanding the > implications of that).
Already fixed in 0.4.1. > 2. When I change config.def.h and redo the make, config.h does *not* get > replaced with the new config.def.h. I think the config.h target in the > makefile is missing a dependency on config.def.h. http://lists.suckless.org/dev/1005/4363.html Maybe that way your config.h don't get replaced when you update sources from hg? But I think config.def.h should be a dependency of config.h beacuse config.h can't be created automatically without it.