Timeline
Dec 6, 2009:
- 8:08 PM Changeset [129e609]release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Use a owl_dict to store the list of filters. Cathy Zhang reported that narrowing to filters that reference other filters is significantly slower than narrowing to filters that don't. The culprit is almost certainly the linear lookup of filters by name, which we currently do on each filter evaluation. Switch to using an owl_dict, which will now do a binary search over the filter list. We could potentially get this even faster by caching the owl_filter itself inside the owl_filterelement, and invalidating it somehow on filter redefinition, but we can save that sort of cleverness for later, if necessary. We also store the filters in a linked list, in order to preserve the ability to traverse them in order, for ":show filters" and for coloring.
Dec 3, 2009:
- 10:17 AM Changeset [2c48db8]release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9 by
- don't open the file before owl_file_deleteline owl_file_deleteline now does backup-by-rename, so otherwise we end up appending to the "backup" file. Reviewed-by: Nelson Elhage <nelhage@mit.edu>
Dec 1, 2009:
- 10:53 AM WikiStart edited by
- Archive old announcements. (diff)
- 10:52 AM OldNews created by
- 10:50 AM WikiStart edited by
- (diff)
- 10:49 AM CreatingAModule created by
Nov 28, 2009:
- 11:36 PM Ticket #120 (‘make check’ fails on perl < 5.9.4 or ≥ 5.10.1) created by
- Ewwww. ‘prove --perl’ appeared in perl 5.9.4 with Test::Harness …
- 3:38 PM Changeset [e8074ed]release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Add another case for reframing to owl_editwin_redisplay Fixes: #99 (again) Reframe if index == topindex and topindex is not at the start of a line. Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu> Reviewed-By: Karl Ramm <kcr@1ts.org>
- 2:35 AM Ticket #119 (show how far you are in a long message) created by
- Both in the message list and the editwin, you should be able to see …
Nov 25, 2009:
- 9:55 PM Ticket #118 (Search matches overlapping a screen edge are not highlighted) created by
- Scrolling or resizing a BarnOwl window such that a highlighted search …
Nov 20, 2009:
- 3:28 AM Changeset [dab89e28]release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Add completion for :filter*
- 3:28 AM Changeset [1b9a163]release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Fix filter* Recent tokenization changes broke the filter* family of commands. This switches them to use BarnOwl::command and build a new string to be tokenized.
Nov 16, 2009:
- 8:53 PM Changeset [f63a681]release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Mark the current mark with an asterisk Has priority over the arrow, but not the deletion flag. Signed-off-by: David Benjamin <davidben@mit.edu>
Nov 15, 2009:
- 6:23 PM Ticket #117 (Can’t join #ubuntu+1 anymore.) created by
- […] This used to work correctly.
- 6:16 PM Ticket #62 (Sometimes outgoing zephyrs don't appear until another one happens) closed by
- fixed: I bet this was the same as #111.
- 6:12 PM Ticket #111 (Receipt of your own zephyrs delayed by a second) closed by
- fixed: Fixed in commit 12e291a330f117a61b8b222315c1f39822010a2a or so.
- 6:10 PM Ticket #87 (Can’t send non-ASCII over IRC) closed by
- fixed: Fixed in commit 0c4a190dd56c6e2fcdf3a8fd077cade98620946d.
- 10:36 AM Changeset [3e8625f]release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Complete class names for the 'unsub' command.
Nov 9, 2009:
- 9:07 PM Changeset [c78d06f]release-1.10release-1.7release-1.8release-1.9 by
- Properly set the 'private' attribute on direct messages.
Note: See TracTimeline
for information about the timeline view.