[1816] in BarnOwl Developers
[PATCH 0/3] Fix for editwin fill-pargraph bug
daemon@ATHENA.MIT.EDU (David Benjamin)
Thu Oct 29 18:22:38 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
From: David Benjamin <davidben@MIT.EDU>
To: barnowl-dev@mit.edu
Date: Mon, 19 Oct 2009 20:30:23 -0400
These patches add a test case for and fix a bug in the editwin where
edit:fill-paragraph failed to wrap paragraphs ending with a period and a space.
Anyone want to look at them? I'm not very familiar with the fill logic.
(I'm pretty sure git format-patch/send-email were completely overkill for this,
but I thought they'd be fun to play with.)
David Benjamin (3):
Add owl_editwin_free
Add fill-paragraph test case for owl_editwin
Check mark before skipping space after period
editwin.c | 16 +++++++++++++++-
tester.c | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 1 deletions(-)