From mboxrd@z Thu Jan 1 00:00:00 1970 From: James TD Smith Subject: [PATCH 0/2] Soem more minor patches Date: Wed, 21 Oct 2009 10:52:47 +0100 Message-ID: <1256118769-787-1-git-send-email-ahktenzero@mohorovi.cc> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0XsL-0005a7-Ru for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 05:53:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0XsG-0005VY-LT for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 05:53:00 -0400 Received: from [199.232.76.173] (port=44255 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0XsF-0005VN-Pg for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 05:52:56 -0400 Received: from 81-86-40-42.dsl.pipex.com ([81.86.40.42]:57810 helo=yog-sothoth.mohorovi.cc) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0XsF-0004hE-6w for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 05:52:55 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I found the changes John Wiegley made to org-repeat-re stopped it from matching repeaters with just a '+' at the start. I have fixed this. Also, I've added a way for the clock resolution code to use system idle time under X11, using a small C program which uses the xscreensaver extension. James TD Smith (2): Add an X11 equivalent to org-mac-idle-seconds. org-repeat-re was no longer matching simple +2d type repeaters. Fix. .gitignore | 1 + ChangeLog | 6 +++++- UTILITIES/x11idle.c | 21 +++++++++++++++++++++ lisp/ChangeLog | 11 ++++++++++- lisp/org-clock.el | 10 ++++++++-- lisp/org.el | 2 +- 6 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 UTILITIES/x11idle.c -- |---|