Branch: refs/heads/master Home: https://github.com/fvwmorg/fvwm Commit: 974902aeb39c2751d0249d21cd28ea4e8a531dfb https://github.com/fvwmorg/fvwm/commit/974902aeb39c2751d0249d21cd28ea4e8a531dfb Author: Thomas Adam <tho...@fvwm.org> Date: 2016-05-28 (Sat, 28 May 2016)
Changed paths: M fvwm/infostore.c M fvwm/infostore.h M fvwm/session.c Log Message: ----------- Infostore: persist on restart Having the values from the infostore persist on restart is handy if the information is per-window. Any mappings from a window's ID to something would be lost as a result. Commit: d5661c5e1b206ec283274e02680b7aadb2a787eb https://github.com/fvwmorg/fvwm/commit/d5661c5e1b206ec283274e02680b7aadb2a787eb Author: Thomas Adam <tho...@fvwm.org> Date: 2016-05-30 (Mon, 30 May 2016) Changed paths: A doc/commands/InfoStoreClear.xml M doc/util/cmds.txt M fvwm/commands.h M fvwm/functable.c M fvwm/infostore.c Log Message: ----------- New command: InfoStoreClear Add a new command 'InfoStoreClear' to remove all items in the infostore. Compare: https://github.com/fvwmorg/fvwm/compare/a58d4f7f4ff7...d5661c5e1b20