[1291] in BarnOwl Developers
[nelhage/barnowl] 50e671: Don't fill-paragraph the ending dot of the buffer.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:15:02 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sat, 7 Feb 2009 22:57:40 -0800
To: dirty-owl-hackers@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 50e671ca58bb9d2a3f7ca0cac269bc966a246a95
http://github.com/nelhage/barnowl/commit/50e671ca58bb9d2a3f7ca0cac269bc966a246a95
Author: Greg Price <price@MIT.EDU>
Date: 2009-02-07 (Sat, 07 Feb 2009)
Changed paths:
M editwin.c
Log Message:
-----------
Don't fill-paragraph the ending dot of the buffer.
When I leave a dot at the end of the message and then go back and edit
it a bit before sending, it's annoying for M-q to wrap the dot onto
the paragraph. It really isn't part of the paragraph, so with this
patch we don't treat it as one.
Signed-off-by: Greg Price <price@mit.edu>
Commit: d54035d6066afecc509f9a5d444f39a5c0b6725c
http://github.com/nelhage/barnowl/commit/d54035d6066afecc509f9a5d444f39a5c0b6725c
Author: Greg Price <price@MIT.EDU>
Date: 2009-02-07 (Sat, 07 Feb 2009)
Changed paths:
M configure.ac
Log Message:
-----------
clarify error message when curses is missing
The lack of 'w' confused me for a bit after I installed 'a curses
library' -- libncurses5-dev -- and it still didn't work.
Signed-off-by: Greg Price <price@mit.edu>
Commit: 6b7e7a50c32181a4902b9f9d2a80105934f49a6b
http://github.com/nelhage/barnowl/commit/6b7e7a50c32181a4902b9f9d2a80105934f49a6b
Author: Greg Price <price@MIT.EDU>
Date: 2009-02-07 (Sat, 07 Feb 2009)
Changed paths:
M .gitignore
Log Message:
-----------
gitignore: *~
Signed-off-by: Greg Price <price@mit.edu>