aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright, bump versionHEAD1.2.0masterGravatar Tom Willemse2014-01-191-2/+2
|
* Update NEWS fileGravatar Tom Willemse2014-01-191-0/+13
|
* Make tabulated-list-revert-hook localGravatar Tom Willemse2014-01-191-1/+1
| | | | | This keeps it from interfering with other `tabulated-list-mode'-based modes.
* Add URL headerGravatar Tom Willemse2014-01-191-0/+1
|
* Reorder functions/variablesGravatar Tom Willemse2014-01-191-39/+39
| | | | Place the internal `dreg--' functions and variables first.
* Change internal name to dregGravatar Tom Willemse2014-01-191-25/+20
| | | | | Function names starting with `desktop-registry--' were getting a little long.
* Update docstringsGravatar Tom Willemse2014-01-191-12/+105
|
* Use nondirectory instead of baseGravatar Tom Willemse2014-01-191-1/+1
| | | | | This way a project directories with a `.' (dot) in them won't have the last part stripped.
* Add some management functions to desktop listGravatar Tom Willemse2014-01-191-3/+31
| | | | | | | This commit changes some of the interactive functions to first look if the desktop list is being shown and, if so, if there is a desktop specified under the cursor. If either of these conditions is not true, they fall back to asking the user for a name, as before.
* Add desktop-registry-list-desktopsGravatar Tom Willemse2014-01-191-0/+45
| | | | | This new command shows a list of all the registered desktops in a nice tabulated format.
* Bump version to 1.1.01.1.0Gravatar Tom Willemse2013-08-072-2/+2
|
* Remove title from READMEGravatar Tom Willemse2013-08-071-1/+0
| | | | It isn't used by anything and doesn't render well in the github output.
* Signal error and specify nameGravatar Tom Willemse2013-08-073-19/+40
| | | | | | | | | | | | | - desktop-registry.el (desktop-registry-add-directory): Add an optional NAME parameter which will be asked for (in an interactive context) when the universal argument is used. Print a message if the specified directory has already been registered, signal an error when the (given or generated) name has already been used and only add the directory if neither of these conditions occur. (desktop-registry-add-current-desktop): Add optional NAME parameter which will be asked for (in an interactive context) when the universal argument is used and pass it on to `desktop-registry-add-directory'.
* Move lexical binding specificationGravatar Tom Willemse2013-08-071-2/+1
| | | | This is to keep (one of) the Emacs Lisp syntax checkers happy.
* Update docstringsGravatar Tom Willemse2013-08-071-2/+6
|
* Enable use of current desktop as defaultGravatar Tom Willemse2013-08-072-9/+12
| | | | | | | | | | | | | | | | | When asking the user for a desktop it is now easy to specify that the default should be the current desktop. - desktop-registry.el (desktop-registry-current-desktop): Add optional DEFAULT parameter which specifies the return value when `desktop-dirname' is `nil', instead of previously an empty string. (desktop-registry--completing-read): Add optional DEFAULT-CURRENT parameter which specifies that the current desktop should be the default when asking for a desktop. (desktop-registry-remove-desktop): (desktop-registry-rename-desktop): Use the current desktop as default when asking the user to select a desktop.
* Change prompts when selecting a desktopGravatar Tom Willemse2013-08-072-6/+9
|
* Add desktop-registry-rename-desktopGravatar Tom Willemse2013-08-073-0/+18
| | | | * desktop-registry.el (desktop-registry-rename-desktop): New function.
* Add desktop-registry-current-desktopGravatar Tom Willemse2013-08-063-1/+31
| | | | | | | | * desktop-registry.el (desktop-registry--canonicalize-dir): (desktop-registry-current-desktop): New functions. (desktop-registry-add-directory): Use `desktop-registry--canonicalize-dir' to get the "clean" directory name.
* Add desktop-registry-remove-desktopGravatar Tom Willemse2013-08-063-3/+27
| | | | | | | | - desktop-registry.el (desktop-registry--completing-read): (desktop-registry-remove-desktop): New functions. (desktop-registry-change-desktop): Use `desktop-registry--completing-read' to interactively ask the user which desktop to switch to.
* Initial commit1.0.0Gravatar Tom Willemse2013-06-043-0/+113