summaryrefslogtreecommitdiff
path: root/fdump.lisp
AgeCommit message (Collapse)Author
2008-05-02restructure almost all the code in core.lisp into seperate files.Shawn
Also update the copyright.
2008-04-18Fixed typo in dump-group-to-file, dump-screen-to-file and dump-desktop-to-file.Morgan Veyret
2008-03-01deprecate define-stumpwm-command in favor of defcommandShawn
2007-10-07Get interactive commands in fdump.lisp working.Istvan Marko
Should fix the dump-group, dump-screen and dump-desktop commands. Also, PRIN1 instead of PRINC should be used to make the dump file suitable for READ.
2007-10-03Merge branch 'master' into test-mergeJonathan Moore Liles
Conflicts: core.lisp package.lisp primitives.lisp sample-stumpwmrc.lisp stumpwm.lisp user.lisp
2007-09-07minor patching up of window placement code and improved frame dumpingShawn Betts
moved all the frame dumping stuff to fdump.lisp and rewrote most of it.