2013-08-06 15:53:20 +02:00
|
|
|
# -*- mode: org; -*-
|
|
|
|
#+STARTUP: showall
|
|
|
|
|
|
|
|
* Development
|
|
|
|
|
|
|
|
- Add =desktop-registry-remove-desktop= command to remove desktops you
|
|
|
|
no longer (want to) use.
|
2013-08-06 17:04:18 +02:00
|
|
|
|
|
|
|
- Add =desktop-registry-current-desktop= function to get the name of
|
|
|
|
the currently loaded desktop.
|
2013-08-07 15:10:08 +02:00
|
|
|
|
|
|
|
- Add =desktop-registry-rename-desktop= command to rename a desktop.
|
2013-08-07 15:19:06 +02:00
|
|
|
|
|
|
|
- Specify prompts for each action that wants a desktop selected.
|
2013-08-07 22:05:29 +02:00
|
|
|
|
|
|
|
- Allow specifying of desktop name by using the universal argument.
|
|
|
|
|
|
|
|
- Signal an error when the name for a desktop (either specified or
|
|
|
|
generated) already exists in the registry and show a message when
|
|
|
|
the specified directory has already been registered. Only add the
|
|
|
|
directory if neither of these conditions occur.
|