[1457] in BarnOwl Developers
[nelhage/barnowl] 701102: Implement mark and swap.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:16:51 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: Fri, 15 May 2009 23:56:04 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 70110286a1642d7da0db2b570ae8701b85290afd
http://github.com/nelhage/barnowl/commit/70110286a1642d7da0db2b570ae8701b85290afd
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-05-12 (Tue, 12 May 2009)
Changed paths:
M commands.c
M functions.c
M global.c
M keys.c
M owl.h
Log Message:
-----------
Implement mark and swap.
Commit: bd783db003615b2ead513d7f7668b768e1303358
http://github.com/nelhage/barnowl/commit/bd783db003615b2ead513d7f7668b768e1303358
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-05-12 (Tue, 12 May 2009)
Changed paths:
M functions.c
M global.c
M owl.h
Log Message:
-----------
Error on swap when mark has not been set.
Also, initialize the mark and drop a global member that I didn't use.
Commit: 3d081683a2d1f4ba139912b919d42013dbed323e
http://github.com/nelhage/barnowl/commit/3d081683a2d1f4ba139912b919d42013dbed323e
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-05-12 (Tue, 12 May 2009)
Changed paths:
M functions.c
Log Message:
-----------
Display 'Mark set' when setting the mark.
Commit: 73ba824882e1f01df772d9031f2e27b1d7f26362
http://github.com/nelhage/barnowl/commit/73ba824882e1f01df772d9031f2e27b1d7f26362
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-05-13 (Wed, 13 May 2009)
Changed paths:
M commands.c
Log Message:
-----------
Better describe recv:swapmark
Commit: 315babf07357007fc009dd3c775c47840f863aab
http://github.com/nelhage/barnowl/commit/315babf07357007fc009dd3c775c47840f863aab
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-05-15 (Fri, 15 May 2009)
Changed paths:
M commands.c
M functions.c
M global.c
M keys.c
M owl.h
Log Message:
-----------
Merge branch 'mark'