]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
11 years agoPropagate non-zero exit codes as errors
John Wiegley [Fri, 22 Jun 2012 09:59:45 +0000 (04:59 -0500)]
Propagate non-zero exit codes as errors

11 years agoSeveral minor fixes
John Wiegley [Fri, 22 Jun 2012 08:06:41 +0000 (03:06 -0500)]
Several minor fixes

11 years agoAdded async-sandbox
John Wiegley [Fri, 22 Jun 2012 04:24:18 +0000 (23:24 -0500)]
Added async-sandbox

11 years agodired-async now shows progress using overlays
John Wiegley [Thu, 21 Jun 2012 02:18:02 +0000 (21:18 -0500)]
dired-async now shows progress using overlays

11 years agoShow ops in progress `dired-async-in-process-face'
John Wiegley [Thu, 21 Jun 2012 02:06:41 +0000 (21:06 -0500)]
Show ops in progress `dired-async-in-process-face'

11 years agoShow full backtraces if `async-debug' is non-nil
John Wiegley [Thu, 21 Jun 2012 01:53:03 +0000 (20:53 -0500)]
Show full backtraces if `async-debug' is non-nil

11 years agosmtpmail-async: Report status to user when done
John Wiegley [Wed, 20 Jun 2012 23:59:11 +0000 (18:59 -0500)]
smtpmail-async: Report status to user when done

11 years agoUse pipes instead of variable passing
John Wiegley [Wed, 20 Jun 2012 23:52:05 +0000 (18:52 -0500)]
Use pipes instead of variable passing

11 years agoFix to dired-async for wdired-mode
John Wiegley [Wed, 20 Jun 2012 21:06:16 +0000 (16:06 -0500)]
Fix to dired-async for wdired-mode

11 years agoDon't use lexical-binding in dired-async.el
John Wiegley [Wed, 20 Jun 2012 06:00:40 +0000 (01:00 -0500)]
Don't use lexical-binding in dired-async.el

11 years agoAlways base64 encode
John Wiegley [Wed, 20 Jun 2012 05:20:52 +0000 (00:20 -0500)]
Always base64 encode

11 years agoFix for when async.el is byte-compiled
John Wiegley [Wed, 20 Jun 2012 05:09:01 +0000 (00:09 -0500)]
Fix for when async.el is byte-compiled

11 years agoAdded message passing, but undocumented for now
John Wiegley [Wed, 20 Jun 2012 05:05:17 +0000 (00:05 -0500)]
Added message passing, but undocumented for now

I'm having some serious difficulties with communicating to the child
Emacs over a pipe.

11 years agoSome minor adjustments
John Wiegley [Wed, 20 Jun 2012 05:04:37 +0000 (00:04 -0500)]
Some minor adjustments

11 years agoDon't use pipes for communication just yet
John Wiegley [Wed, 20 Jun 2012 04:50:00 +0000 (23:50 -0500)]
Don't use pipes for communication just yet

11 years agoAdded `dired-async-use-native-commands'
John Wiegley [Wed, 20 Jun 2012 02:22:40 +0000 (21:22 -0500)]
Added `dired-async-use-native-commands'

11 years agoMade some macros into functions, added debug code
John Wiegley [Wed, 20 Jun 2012 01:44:57 +0000 (20:44 -0500)]
Made some macros into functions, added debug code

11 years agoAdded `async-start-process'
John Wiegley [Wed, 20 Jun 2012 00:20:10 +0000 (19:20 -0500)]
Added `async-start-process'

11 years agoSend data over a pipe, rather than in an argument
John Wiegley [Tue, 19 Jun 2012 21:35:26 +0000 (16:35 -0500)]
Send data over a pipe, rather than in an argument

11 years agoCorrected a problem with async deletions
John Wiegley [Tue, 19 Jun 2012 08:55:08 +0000 (03:55 -0500)]
Corrected a problem with async deletions

11 years agoFixed async-smtpmail-send-it
John Wiegley [Tue, 19 Jun 2012 03:21:09 +0000 (22:21 -0500)]
Fixed async-smtpmail-send-it

11 years agoQuiet byte-compiler warnings
John Wiegley [Tue, 19 Jun 2012 02:56:26 +0000 (21:56 -0500)]
Quiet byte-compiler warnings

11 years agoUpdated README
John Wiegley [Tue, 19 Jun 2012 02:53:18 +0000 (21:53 -0500)]
Updated README

11 years agoAdded smtpmail-async.el
John Wiegley [Tue, 19 Jun 2012 02:30:59 +0000 (21:30 -0500)]
Added smtpmail-async.el

11 years agoAdded async-inject-environment
John Wiegley [Tue, 19 Jun 2012 02:27:41 +0000 (21:27 -0500)]
Added async-inject-environment

11 years agoAdded support for signal propagation
John Wiegley [Tue, 19 Jun 2012 00:46:56 +0000 (19:46 -0500)]
Added support for signal propagation

11 years agoUpdated README
John Wiegley [Tue, 19 Jun 2012 00:30:47 +0000 (19:30 -0500)]
Updated README

11 years agoAdded dired-async
John Wiegley [Tue, 19 Jun 2012 00:17:03 +0000 (19:17 -0500)]
Added dired-async

11 years agoAdded note to README
John Wiegley [Tue, 19 Jun 2012 00:14:08 +0000 (19:14 -0500)]
Added note to README

11 years agoRenamed emacs-async.el to async.el
John Wiegley [Mon, 18 Jun 2012 23:36:17 +0000 (18:36 -0500)]
Renamed emacs-async.el to async.el

11 years agoSmall change
John Wiegley [Mon, 18 Jun 2012 21:55:27 +0000 (16:55 -0500)]
Small change

11 years agoInitial revision
John Wiegley [Mon, 18 Jun 2012 21:54:29 +0000 (16:54 -0500)]
Initial revision