From mboxrd@z Thu Jan 1 00:00:00 1970 From: James TD Smith Subject: [PATCH 0/3] Split my clock resume/clock persistence patch Date: Thu, 23 Oct 2008 11:27:39 +0100 Message-ID: <1224757662-32103-1-git-send-email-ahktenzero@mohorovi.cc> References: <60CAB6A3-82C6-4EA1-8944-FE120A7EA0D2@uva.nl> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsxPz-00016j-6e for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 06:27:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsxPx-00015c-CQ for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 06:27:50 -0400 Received: from [199.232.76.173] (port=44986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsxPx-00015R-3u for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 06:27:49 -0400 Received: from 81-86-40-42.dsl.pipex.com ([81.86.40.42]:55136 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 1KsxPv-0005yi-0q for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 06:27:47 -0400 In-Reply-To: <60CAB6A3-82C6-4EA1-8944-FE120A7EA0D2@uva.nl> 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've split this patch out into three parts, as requested. James TD Smith (3): Fix some typos and duplication in the ChangeLog Add clock resuming. Add clock persistence. lisp/ChangeLog | 46 ++++++++++++++++----- lisp/org-clock.el | 118 +++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 146 insertions(+), 18 deletions(-) mode change 100755 => 100644 lisp/ChangeLog