[1683] in BarnOwl Developers
[nelhage/barnowl] 845960: editwin: Properly update points inside a replaced ...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:20:07 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sat, 12 Sep 2009 11:25:48 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/integration
Home: http://github.com/nelhage/barnowl
Commit: 845960945fa5fd3fedf0b812e55b968e94326116
http://github.com/nelhage/barnowl/commit/845960945fa5fd3fedf0b812e55b968e94326116
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-11 (Fri, 11 Sep 2009)
Changed paths:
M editwin.c
Log Message:
-----------
editwin: Properly update points inside a replaced region.
If the point is inside a region that is replaced, the correct thing to
do is to send it to the new end, not the old end.
Moreover, if the region shrunk and was near the end of the buffer, the
old behavior would even result in e->index > e->bufflen, which could
result in a crash.
Commit: 23404227cc86009e8a75b92d73d18669d0f045d6
http://github.com/nelhage/barnowl/commit/23404227cc86009e8a75b92d73d18669d0f045d6
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-12 (Sat, 12 Sep 2009)
Changed paths:
R BUGS
R TODO
Log Message:
-----------
Remove defunct TODO and BUGS files.
If anyone thinks anything in there is still important, please open a
ticket in trac.
Commit: c801431fa378204a35867282dc78f693566f3784
http://github.com/nelhage/barnowl/commit/c801431fa378204a35867282dc78f693566f3784
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-12 (Sat, 12 Sep 2009)
Changed paths:
R BUGS
R TODO
M editwin.c
Log Message:
-----------
Merge branch 'master' into integration
Commit: c4031456ce10a44d944bf948b5f06a29833bd0f2
http://github.com/nelhage/barnowl/commit/c4031456ce10a44d944bf948b5f06a29833bd0f2
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-12 (Sat, 12 Sep 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
Call ZFreeNotice on received ZNotice_t objects.
Commit: 3eaf06e751130514f9e62e04fa2b6b5ac1a3bc54
http://github.com/nelhage/barnowl/commit/3eaf06e751130514f9e62e04fa2b6b5ac1a3bc54
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-12 (Sat, 12 Sep 2009)
Changed paths:
M owl.c
Log Message:
-----------
Don't leak the default tty during startup.
Commit: 4fa3f36e4f13e371bcfc1bd751cb212f2e1e45e4
http://github.com/nelhage/barnowl/commit/4fa3f36e4f13e371bcfc1bd751cb212f2e1e45e4
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-12 (Sat, 12 Sep 2009)
Changed paths:
M owl.c
M zephyr.c
Log Message:
-----------
Merge branch 'barnowl_perlmessages' into integration