CVS commit: eca
[email protected] (CVS user)
| Newsgroups | gmane.comp.audio.ecasound.cvs |
|---|---|
| Message-ID | <[email protected]> |
sound/ecasound/ecatools ecasound.el
Sun Dec 15 19:21:29 EST 2002
Update of /home/cvspsrv/cvsroot/sound/ecasound/ecatools
In directory moria.mit.edu:/tmp/cvs-serv4588
Modified Files:
ecasound.el
Log Message:
Version: 0.8.1
;;
* Make ai|ao|cs-forward|rewind use ai|ao|cs-selected in the prompt
string of the interactive spec.
* New keymaps ecasound-audioin|audioout-map.
Now you can be very quick:
M-x ecasound RET M-i a <select file> RET M-o d start RET
* New menu ecasound-iam-ai|ao-menu.
* defeci for ai|ao-add|forward|iselect|list|rewind|select|selected
* Deleted `ecasound-buffer-name' and `eci-buffer-name' and replaced
calls to `make-comint-in-buffer' with `make-comint'.
* Extended defeci's :chache and :cache-doc to defvar the variable.
* Cleaned up some old alias definitions.
;;
Version: 0.8.0
;;
* New custom type ecasound-args, which is now used for `ecasound-arguments'
and `eci-arguments'.
* If :cache is specified, also try to find a cached version in daemon-buffer
if available.
* Added :alias keyword to defeci. Delete defecialias.
* Added ":pcomplete doc" to several defeci calls.
* ecasound-cop|ctrl-add deleted and merged with the interactive spec of
eci-cop|ctrl-add. Now if prefix arg (C-u) is given, prompt for plain
string, otherwise prompt with completion. Also changed binding
in ChainOp menu.
* `ecasound-messages': variable deleted.
* `ecasound-arguments': Now handles -d:nnn properly.
* Many other minor tweaks and fixes.
;;
Version: 0.7.9
;;
* Cleanup and extend `defeci', now handles keyword :cache and :pcomplete.
Lots of `defeci'-caller updates, and additions.
* Extended `ecasound-arguments' customize defition to handle --daemon,
--daemon-port:nnn, -n:name and -b:size. New interactive function
`ecasound-customize-startup', also bound in "Ecasound menu."
* Added status-information fetching via timer-function. Puts
info in mode-line as well as header-line. (warning, this feature is still
a bit unstable.)
* New macro `eci-hide-output' used to redirect action to `ecasound-daemon'
if possible. Several completion-fascilities updated to use it.
* Various other fixes.
;;
Version: 0.7.8
;;
* Fix bug in "cop-add -el:" completion.
* Made `ecasound-format-arg' a bit prettier.
* Add --daemon support. If --daemon is set in `ecasound-arguments',
ecasound-iam-mode will take advantage of that and initialize a
`ecasound-daemon' channel, as well as a periodic timer to update the
mode-line. M-: (display-buffer ecasound-daemon) RET to view its contents.
;;
Version: 0.7.7
;;
* Fixed hangup if a Stringlist ('S') returned a empty list.
* Added keybindings. See C-h m for details. Still alot missing.
* Added cs-forward and cs-rewind. Can be used interactively, or
prompt for value. With no prefix arg, prompts for value, with
prefix arg, uses that. Example: C-u M-c M-s f forwards the chainsetup
by 4 seconds, M-9 M-c M-s f forwards nine seconds ...
* Fixed field-no-longer-editable bug when +/- is used in
ecasound-cop-editor (thanks Per). This also makes the slider useful again.
* Got rid of ecasound-prompt assumptions in `eci-parse' and `eci-command'.
* Make the eci-command family work with --daemon tcp/ip connections.
(no code for initialising daemon stuff yet, but eci-* commands
work fine with tcp/ip conns (tested manually).
* `eci-parse' deleted and merged with `eci-output-filter'.
--
To unsubscribe send message 'unsubscribe' in the body of the
message to <[email protected]>.