From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.59.13 with SMTP id h13cs27882fga; Sun, 21 Feb 2010 16:21:42 -0800 (PST) Received: by 10.224.66.82 with SMTP id m18mr5442898qai.25.1266798093156; Sun, 21 Feb 2010 16:21:33 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 4si7783715qwe.3.2010.02.21.16.21.32; Sun, 21 Feb 2010 16:21:33 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 5B05E18582C2; Sun, 21 Feb 2010 19:21:32 -0500 (EST) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.cmu.edu [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id 6197418582C1 for ; Sun, 21 Feb 2010 19:20:53 -0500 (EST) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1NjM2e-0005WH-QP for sup-devel@rubyforge.org; Sun, 21 Feb 2010 19:20:52 -0500 From: Rich Lane To: sup-devel Date: Sun, 21 Feb 2010 19:20:52 -0500 Message-Id: <1266797479-sup-3532@zyrg.net> User-Agent: Sup/git Subject: [sup-devel] updated edge branch X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org There are a bunch of patches that haven't been merged to mainline yet, so I merged them to my edge branch. I didn't look too hard at them so don't assume that this branch could be merged to mainline as-is. git://github.com/rlane/sup.git git log --no-merges --abbrev-commit --pretty=oneline mainline/next...edge e3821be... Added support for multiple sent sources. 21070d5... index-mode-date-widget hook for rendering dates in thread index 5f67e69... Implement inline GPG 0d1fe80... Make automatic jumping to first/next open message configurable f6c0f29... Bugfix: Don<80><99>t call Ncurses.getch when in shell_out mode c8f83d6... Add hook gpg-args to allow the user to add/remove flags 3aabf1a... Added crypto-settings hook 411b7ce... Publishing hook 287c281... Use multiple body arrays when calling before-edit for each reply type 3da9c18... Add config option to limit text wrapping width b942caf... prevent "year too big to marshal" crashes 9819900... flush index on idle 8246259... catch xapian query parser exceptions and display them to the user 31141e2... fix missing parentheses warning 923521d... fix participants queries c30d2fe... Conditionally define Fixnum#ord 7f4830a... poll updates accumulate while idle 9951acf... idle and unidle updates a76c577... fix textfield truncation 979f64a... show (recipients) instead of lone "me" a074184... dont restrict colors to those in Colormap::DEFAULT_COLORS 3a96053... configurable color highlights 02b1926... dont check thread-index-mode dirtiness on every keypress afe8eb8... enable ruby-prof with SUP_PROFILE environment variable 4af9a93... keybindings hook 1fb13f5... add keymap rebinding support 23e872a... make mode keymap easily accessible to hooks _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel