[1522] in BarnOwl Developers
[nelhage/barnowl] dcb43f: Export BarnOwl::Editwin::get_region.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:17:32 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
X-Barracuda-Envelope-From: noreply@github.com
Date: Sat, 20 Jun 2009 22:12:15 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/editwin
Home: http://github.com/nelhage/barnowl
Commit: dcb43f98595e72b05ed5c02afde94c0424546c26
http://github.com/nelhage/barnowl/commit/dcb43f98595e72b05ed5c02afde94c0424546c26
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-06-20 (Sat, 20 Jun 2009)
Changed paths:
M editwin.c
M perl/lib/BarnOwl/Editwin.pm
M perlglue.xs
Log Message:
-----------
Export BarnOwl::Editwin::get_region.
Combined with save_excursion, this is a very convenient way for perl
to access a specified piece of the buffer.
Commit: 9c87697da107cfaeaac8f2a6e7c36c855bdf0413
http://github.com/nelhage/barnowl/commit/9c87697da107cfaeaac8f2a6e7c36c855bdf0413
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-06-20 (Sat, 20 Jun 2009)
Changed paths:
M editwin.c
M perl/lib/BarnOwl/Editwin.pm
M perlglue.xs
Log Message:
-----------
Implement text_{before,after)_point in Perl.