[1675] in BarnOwl Developers
[nelhage/barnowl] 0d9c90: Fix an Off By One error in some editwin code.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:19:57 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Thu, 10 Sep 2009 20:04:49 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/integration
Home: http://github.com/nelhage/barnowl
Commit: 0d9c90c3e5bd121169a9e555601ce6525e2f968e
http://github.com/nelhage/barnowl/commit/0d9c90c3e5bd121169a9e555601ce6525e2f968e
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-09-01 (Tue, 01 Sep 2009)
Changed paths:
M editwin.c
Log Message:
-----------
Fix an Off By One error in some editwin code.
Fixes #99.
Commit: ffd50fea16d4fd8f40bb6c278c422853946d3449
http://github.com/nelhage/barnowl/commit/ffd50fea16d4fd8f40bb6c278c422853946d3449
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-02 (Wed, 02 Sep 2009)
Changed paths:
M keys.c
Log Message:
-----------
Bind C-v and M-v in popless windows
Commit: 65a987001fe7c8f865bc1c199aa79d39c1d977ea
http://github.com/nelhage/barnowl/commit/65a987001fe7c8f865bc1c199aa79d39c1d977ea
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-02 (Wed, 02 Sep 2009)
Changed paths:
M keys.c
Log Message:
-----------
Remove trailing ; from BIND_{CMD,FNV} definitions.
These macros are designed to be used like function calls, so the trailing
; should be mandatory at the call site. In addition, add a ; at the one
call site that lacked one.
Commit: 4df918b4c24fc76e9c914abdb8f9e3b28142861d
http://github.com/nelhage/barnowl/commit/4df918b4c24fc76e9c914abdb8f9e3b28142861d
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-09-03 (Thu, 03 Sep 2009)
Changed paths:
M perl/lib/BarnOwl.pm
M perlglue.xs
Log Message:
-----------
Add BarnOwl::redisplay()
Commit: 0b2afba83d2e29796158f876919867dfa9b35a34
http://github.com/nelhage/barnowl/commit/0b2afba83d2e29796158f876919867dfa9b35a34
Author: Alex Dehnert <adehnert@mit.edu>
Date: 2009-09-03 (Thu, 03 Sep 2009)
Changed paths:
M perl/lib/BarnOwl.pm
M perl/lib/BarnOwl/Style/Default.pm
Log Message:
-----------
Add configurable time display
Includes :showdate, :hidedate, and :timeformat
commands to change the time display and
redisplay messages.
Commit: d694c55c30675dee250ef7bb651abde979e3c273
http://github.com/nelhage/barnowl/commit/d694c55c30675dee250ef7bb651abde979e3c273
Author: Alex Dehnert <adehnert@mit.edu>
Date: 2009-09-05 (Sat, 05 Sep 2009)
Changed paths:
M perl/lib/BarnOwl.pm
Log Message:
-----------
Make time diplay again initially
Commit: e440602abc64157c8149c1eb5e6f42b418b59c31
http://github.com/nelhage/barnowl/commit/e440602abc64157c8149c1eb5e6f42b418b59c31
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
Fix incorrect owl_function_makemsg usage inside comments.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 03e25c59ebcfb03f734d90375cfdad6bd927a36c
http://github.com/nelhage/barnowl/commit/03e25c59ebcfb03f734d90375cfdad6bd927a36c
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M perl/lib/BarnOwl/Hooks.pm
Log Message:
-----------
_new_command: Only tokenize on spaces when passed a single argument.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 636de2ae63b680cbfe7dc22e65fd61df39edb9bc
http://github.com/nelhage/barnowl/commit/636de2ae63b680cbfe7dc22e65fd61df39edb9bc
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M Makefile.am
M configure.ac
M perl/modules/Makefile.am
Log Message:
-----------
Use automake’s silent-rules mode if available, for quieter build output.
With automake 1.11, this gives us Linux kernel–style silent output
that makes warnings more obvious:
GEN perlglue.c
CC perlglue.o
CCLD barnowl.bin
(Use ‘make V=1’ for the traditional verbose output.)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 8362a48f0888971a433acb637281a8a331ce815d
http://github.com/nelhage/barnowl/commit/8362a48f0888971a433acb637281a8a331ce815d
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
Log Message:
-----------
BarnOwl::Module::Jabber: Quote jroster auth, deauth commands.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 3519d06307005a370cca38ff5f66565f63165b08
http://github.com/nelhage/barnowl/commit/3519d06307005a370cca38ff5f66565f63165b08
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M perl/lib/Module/Install/BarnOwl.pm
M perl/modules/IRC/inc/Module/Install/BarnOwl.pm
M perl/modules/Jabber/inc/Module/Install/BarnOwl.pm
M perl/modules/WordWrap/inc/Module/Install/BarnOwl.pm
Log Message:
-----------
Module::Install::BarnOwl: Tell zip to quiet down.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 7589f0a92217df88cbc3ba6c9ca3fc1ee9bd2d9e
http://github.com/nelhage/barnowl/commit/7589f0a92217df88cbc3ba6c9ca3fc1ee9bd2d9e
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-09-08 (Tue, 08 Sep 2009)
Changed paths:
M perl/lib/BarnOwl.pm
Log Message:
-----------
Add a stub for owl::startup
Adding a stub so that owl / BarnOwl::startup is never bound to
cmd_startup. This will keep that pesky startup usage notice from
popping up for users who don't have their own owl::startup().
Commit: 892e89714c1f88dfb1457619e38c3bb9827c97eb
http://github.com/nelhage/barnowl/commit/892e89714c1f88dfb1457619e38c3bb9827c97eb
Author: Alex Dehnert <adehnert@mit.edu>
Date: 2009-09-08 (Tue, 08 Sep 2009)
Changed paths:
M perl/lib/BarnOwl/Message/Zephyr.pm
Log Message:
-----------
Shift-R on CC zephyrs should go to the sender only
Commit: 3e96ff08c5b445d58c5bc3fe0abafc871a0df1fd
http://github.com/nelhage/barnowl/commit/3e96ff08c5b445d58c5bc3fe0abafc871a0df1fd
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-09 (Wed, 09 Sep 2009)
Changed paths:
M commands.c
Log Message:
-----------
owl_command_startup, owl_command_unstartup: Use skiptokens.
For a great time,
: startup beep
before this commit, and look at your .owl/startup. Then watch how it
evolves as you restart BarnOwl repeatedly. :-)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 716202596142e7840ad7d8dcf20ffa1177a489e9
http://github.com/nelhage/barnowl/commit/716202596142e7840ad7d8dcf20ffa1177a489e9
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-10 (Thu, 10 Sep 2009)
Changed paths:
M Makefile.am
M commands.c
M configure.ac
M editwin.c
M keys.c
M perl/lib/BarnOwl.pm
M perl/lib/BarnOwl/Hooks.pm
M perl/lib/BarnOwl/Message/Zephyr.pm
M perl/lib/BarnOwl/Style/Default.pm
M perl/lib/Module/Install/BarnOwl.pm
M perl/modules/IRC/inc/Module/Install/BarnOwl.pm
M perl/modules/Jabber/inc/Module/Install/BarnOwl.pm
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
M perl/modules/Makefile.am
M perl/modules/WordWrap/inc/Module/Install/BarnOwl.pm
M perlglue.xs
M zephyr.c
Log Message:
-----------
Merge branch 'master' into integration