Timeline


and

May 3, 2011:

9:01 PM Ticket #173 (Barnowl does not visually distinguish between messages to -c foo and ...) created by glasgall@mit.edu
If I'm subscribed to -c foo on my local realm and to -c foo …
5:23 PM Changeset [7655e08] by GitHub Merge Button <merge-button@github.com>
Merge f578d1880dfdaae710755e0db5c3101e89cb0440 into 4fd211f3a533efcedaf4d0dc7c01e02087ad2e39

May 1, 2011:

5:30 PM Changeset [3fa0181] by GitHub Merge Button <merge-button@github.com>
Merge 7b4f3bea704ed82f2c36ba19fcf354d7442a5bb7 into 4fd211f3a533efcedaf4d0dc7c01e02087ad2e39
5:29 PM Changeset [7b4f3be]release-1.10release-1.8release-1.9 by David Benjamin <davidben@mit.edu>
Punt owl_global_hascolors There's not much point as we're hardly abstracting ncurses away. Either call has_colors directly or just don't bother and let another layer take care of it.
5:29 PM Changeset [9efa5bd]release-1.10release-1.8release-1.9 by David Benjamin <davidben@mit.edu>
Clamp the number of color pairs to 256 without ext-color Debian doesn't build their ncurses with ext-color support, so it only supports 256 colorpairs. However, ncurses still reports the full 32768 value, and color pairs end up trampling over each other. When 256 is exceeded, the existing colorpair reset logic will now kick in and fix things. Reword a comment accordingly. While I'm here, get rid of the colorpairs member in owl_global. ncurses' works just fine. Reported-by: Mats Ahlgren <mats_a@mit.edu>

Apr 29, 2011:

1:31 PM Ticket #172 (These tickets should go somewhere) created by andersk@mit.edu
Please install TracZephyr, and configure `notification.smtp_always_cc …
1:26 PM Ticket #171 (Jabber chat state notifications are displayed as empty messages) created by andersk@mit.edu
Some clients automatically send …
12:13 PM Ticket #170 (zwrite should fallback to unauth if tickets have expired) created by jdreed@mit.edu
When I send a zephyr and my tickets have expired, I should have the …

Apr 14, 2011:

3:06 AM Ticket #169 (:help filter lies) created by andersk@mit.edu
:help filter claims […] However, the actual syntax accepted by …

Apr 6, 2011:

12:54 PM Changeset [28da2da] by David Benjamin <davidben@mit.edu>
Just require stdbool.h and tell ncurses to use it Now that Solaris' stdbool.h works for us, we may as well just require it. The preamble is repetitive and didn't actually work anyway. (It conflicts with ncurses' attempts to redefine bool when stdbool.h is unavailable or disabled.) We may need to add a different preamble later if we care about including these headers in C++ (Solaris has a C++-incompatible stdbool.h), but we can deal with that later.

Apr 5, 2011:

3:44 PM Changeset [eeab49c] by David Benjamin <davidben@mit.edu>
Build with C99 This allows (and even requires) us to use -D_XOPEN_SOURCE=600 on Solaris. It also makes the Solaris stdbool.h actually work.
3:44 PM Changeset [f216307] by David Benjamin <davidben@mit.edu>
Properly discover things when /usr/athena != /usr On Solaris, by an accident of configure and krb5-config, we manage to discover libzephyr and libcom_err, but not com_err.h. Thankfully the latter is not fatal and we relied on C's defaulting everything to int. And by accident we were searching for libzephyr, and not zephyr.h. Also use CPPFLAGS instead of CFLAGS to pull in our bundled header files, otherwise autoconf warns about a discrepancy between the preprocessor and compiler.
3:44 PM Changeset [9b7b535] by David Benjamin <davidben@mit.edu>
Make the barnowl shell script work in Solaris Apparently their shell is lame. In case someone wanted to run this thing on Solaris or something absurd like that.
Note: See TracTimeline for information about the timeline view.