[1557] in BarnOwl Developers
[nelhage/barnowl] 435d6b: Rename 'editmulti:' commands to 'edit:'.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:17:59 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sun, 19 Jul 2009 17:10:42 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 435d6b2117710c285d4257eac07f48679613237e
http://github.com/nelhage/barnowl/commit/435d6b2117710c285d4257eac07f48679613237e
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M commands.c
M editwin.c
M keys.c
Log Message:
-----------
Rename 'editmulti:' commands to 'edit:'.
Commit: b4ef908fac59dab6ed22aa37ff29e55d0ba2c398
http://github.com/nelhage/barnowl/commit/b4ef908fac59dab6ed22aa37ff29e55d0ba2c398
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M commands.c
Log Message:
-----------
Remove start-question and start-password commands
I'm pretty sure these are useless, since there's no way to set a
callback, and we have perl APIs to them.
Commit: eb6cedc53fa5693c139f80d3e447e2ff2255ee65
http://github.com/nelhage/barnowl/commit/eb6cedc53fa5693c139f80d3e447e2ff2255ee65
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M cmd.c
M global.c
M owl.c
M perl/lib/BarnOwl.pm
M perl/lib/BarnOwl/Hooks.pm
M perlconfig.c
Log Message:
-----------
Push commands into BarnOwl:: instead of AUTOLOAD'ing them
Commit: 96f7b07abe4fed9ababf9c2ac07b44c6c092d98e
http://github.com/nelhage/barnowl/commit/96f7b07abe4fed9ababf9c2ac07b44c6c092d98e
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M perl/modules/IRC/lib/BarnOwl/Module/IRC.pm
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
Log Message:
-----------
Update IRC and Jabber for the new BarnOwl::$command().
Both modules relied on the fact that BarnOwl::$command() tokenized its
argument. In both cases, the fix is as simple as replacing '...' with
qw(...).
Commit: 2be605ae3acccf292721181770f1b684d1076f38
http://github.com/nelhage/barnowl/commit/2be605ae3acccf292721181770f1b684d1076f38
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-18 (Sat, 18 Jul 2009)
Changed paths:
M perl/lib/BarnOwl.pm
M perl/lib/BarnOwl/Editwin.pm
M perl/lib/BarnOwl/Hooks.pm
Log Message:
-----------
Add BarnOwl commands to @EXPORT_OK.
Commit: 203dcda2f8ca8c410f3b8ea84687d8f3df185061
http://github.com/nelhage/barnowl/commit/203dcda2f8ca8c410f3b8ea84687d8f3df185061
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-18 (Sat, 18 Jul 2009)
Changed paths:
M perl/lib/BarnOwl/Editwin.pm
Log Message:
-----------
Make text_{before,after}_point use new form for editwin functions.