From 0573074e98af653db6327687b09271583471b5d3 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Mon, 28 Dec 2009 11:07:59 -0800 Subject: [PATCH] Update ChangeLog, AUTHORS. --- AUTHORS | 1 + ChangeLog | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/AUTHORS b/AUTHORS index d8582c7..b503d26 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,7 @@ Derek Upham Jim Morris Magnus Henoch Tino Breddin +Bile The Erlware mode is currently maintained by: Dave Peticolas diff --git a/ChangeLog b/ChangeLog index 11027d6..0cd2620 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2009-12-28 Dave Peticolas + + * Add -define(SERVER, ?MODULE). to gen_event to fix + compilation. Add newline. + +2009-12-21 bile + + * Add -define(SERVER, ?MODULE). to fix compilation + + * Added underscores to handle_sync_event's Event and From to + suppress warning. + +2009-12-21 bile + + * Create new option, erlang-compile-outdir, which is concat'ed to + the beam outdir when calling erlang-compile + 2009-11-09 Tino Breddin * changed shebang to use env instead of hardcoded path -- 2.11.4.GIT