emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/sesman created (now e0f555f963)


From: ELPA Syncer
Subject: [nongnu] branch elpa/sesman created (now e0f555f963)
Date: Tue, 28 Dec 2021 14:05:52 -0500 (EST)

elpasync pushed a change to branch elpa/sesman.

        at  e0f555f963 Rename sesman-get-system and defalias sesman--system

This branch includes the following new commits:

       new  8f2784a4ba Initial commit
       new  e83fcfd939 Add readme
       new  b27755c150 Major update before cider integration
       new  0f6eadfb1a Idem
       new  b839a2379a More bulk updates
       new  35d6562ad8 Add more link specific utilities
       new  fea061de16 Add sesman menu
       new  209d9966e5 Renaming, refactoring ...
       new  ec275e2e10 Readme
       new  e06a40589d Move back from cider new-connection branch
       new  7987deb2c4 Makefile, tests, travis, checkdoc, .dir-locals, 
.gitignore etc.
       new  6aa04521eb Add badges
       new  4f52cccf26 Update readme
       new  37b9b50f8f Get rid of -get- qualifier
       new  a39f0e2c1b Add commentary
       new  16fb6eca09 Fix package-lint issues
       new  13f7748b9f Rename sesman-single-link-contexts -> 
sesman-single-link-context-types
       new  cdb8e0973a Port back from CIDER
       new  0303d66f0e Rename link accessors --link- -> --lnk- to avoid naming 
confusion
       new  27bd3bf457 Remove disambiguation defcustom and simplify 
sesman-ensure-linked-session
       new  0f86bd3d34 Rename sesman-ensure-linked-session -> 
sesman-ensure-session
       new  0d8d1bef45 Version 0.1.1
       new  0d3d016732 Add autoloads for user level commands
       new  d8f293ff6e Fix MELPA badge link
       new  fb4d2784f3 Fix typo in README
       new  43b0c9ef2a [Fix #4] Rename lingering sesman-ensure-linked-session
       new  4229e2128c Replace a redundant let*
       new  269bdd26b4 Fix the autoload cookies
       new  df5a081689 Fix a fixme :-)
       new  e340810e82 Refer to a few commands with the #' notation
       new  5c34b3669b Add a link to the GitHub repo
       new  16be56c643 Add a missing :package-version to a defcustom
       new  ae94cee124 [Fix #3] Remove outdated links from readme and add link 
to CIDER implementation
       new  9ec1c330a6 Fix typo sesman-more-relevant-p -> sesman-more-recent-p
       new  cf7997e279 Add sesman-project generic
       new  d4b8a12249 Allow prompting for context in sesman-link-with-xyz 
commands
       new  77ca42e33c Add tests
       new  f3975de11a Remove dependency on project.el
       new  ea2e4fa0fe Propagate system through `sesman-context`
       new  9108444fd8 Better sorting and de-duplication in a number of core 
functions
       new  95f8354d1a Add sesman-relevant-[link|session]-p functions
       new  ae68b3facf [#8] Improve session "info" infrastructure
       new  b527f7a638 Make sesman-system permanent local
       new  5fc5934b5f Extend semantics of 'which' argument in interactive 
commands
       new  92a4c0a168 Add sesman-post-command-hook
       new  2e4205c7d9 Fix return value of sesman-grouped-links
       new  4f9aea1b6c Keep sesman--format-session-objects for minibuffer info 
only
       new  0ea1d3e645 [Fix #7] Implement WHICH argument in `sesman-restart`
       new  34521cd5c2 Fix buffer lookup
       new  a428dc955c Improve readable of sesman-grouped-links
       new  47678331da New semantics of sesman-session-info generic
       new  e3adc450af Run hooks in sesman-unlink
       new  30ec72e2fe [Fix #5] Implement session-browser
       new  5a11793697 Fix tests and checkdoc
       new  9e16e21fc4 Add white space cleaner to dir-locals
       new  b8a1cdd20e Add lint target for convenience
       new  0e38d4e427 Remove unnecessary autoloads
       new  796a214e1f Typo
       new  163984c60e Better handling of overlays and sensor
       new  73d726499f Bump the development version
       new  fcdb6846f3 Make checkdoc happy
       new  6b0d6e318d New UI and API functions sesman-link-with-least-specific 
and sesman-link-session
       new  ba2756caf7 Fix compilation warnings
       new  2b5135c00a Version 0.2.1
       new  19151a8b60 Add colors for marking dir, proj and buf in listings
       new  665721c52f Move context faces to sesman.el and use for info display
       new  cdf0064408 Use -face in face names
       new  7fe522431e Expand file-name because the backend might not do it
       new  d403a84746 Put back separator in info display
       new  04df98807f Change font of sesman-buffer-face
       new  c81565a88b Version 0.3
       new  5a9727ee82 Expand all paths with file-truename and cache
       new  602d818dd0 Autoload sesman keymap
       new  2b1b624e7a Implement friendly session mechanism
       new  1f5b2b2338 More consistent empty prefix in sesman-info
       new  4b2507d1ee Optimize sesman-current-session
       new  59f4a2442e Simplify system API by subsuming 
sesman-linked/friendly-sessions into sesman-sessions
       new  81a2136489 New SORT argument to sesman-current-links
       new  083cf73f3f Version 0.3.2
       new  14475d8192 [Fix #10] Defalias sesman-link-session
       new  1a6c5448cb Don't use deleted sesman-connected-p
       new  779c034180 Update doc of the sesman-project generic
       new  7bbd02be9e Add sesman-follow-symlinks defcustom
       new  e4775a2e81 Remove sesman--expand-path-maybe
       new  3a08e3e7de Bump dev version
       new  53efa0a9ca Honor sesman-follow-symlinks in path expansion and 
project lookup
       new  2a1a9a4ccf Promote sesman-expand-path into public API
       new  966c13812f [Fix #14] Rewrite the usage of when-let*
       new  3df33018f1 Strip trailing slash in `sesman-expand-path`
       new  9c921699ce Use elipsis instead of %%s for the common session name
       new  e8bfb0e379 Convert buffers to strings during formatting
       new  90974f9fcf Update README: sesman-kill* -> sesman-quit*
       new  93123f6cef Rename seman-menu-open -> sesman-menu-open
       new  26931e1e64 Add menu for browser
       new  e341db8d97 Update menu
       new  edee869c20 Sesman menu: Add Browser, Move Unlink
       new  b16ba94386 Make sesman-unlink to take optional LINKS argument (#22)
       new  563ebeaafb Fix broken link in README.md
       new  fe92090cb6 Reformulate sesman-unlink docs
       new  e0f555f963 Rename sesman-get-system and defalias sesman--system




reply via email to

[Prev in Thread] Current Thread [Next in Thread]