diff options
| author | Phil Jackson <phil@shellarchive.co.uk> | 2010-06-10 17:35:25 +0100 |
|---|---|---|
| committer | Phil Jackson <phil@shellarchive.co.uk> | 2010-06-10 17:35:25 +0100 |
| commit | cff8d04ef1fc0cce10a274e3737fbbe3ae9be43c (patch) | |
| tree | 0e50d19d2d6efc0c416c46abcff7890111f58924 | |
| parent | fe7656731ba91ca48370b017992b579b07e5c5a1 (diff) | |
Release 0.8.1.0.8.1
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | magit.el | 21 |
2 files changed, 1 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac index 8ca6e5f..53eea1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(magit, 0.8) +AC_INIT(magit, 0.8.1) AC_CONFIG_SRCDIR([magit.el]) AM_INIT_AUTOMAKE([1.10]) @@ -54,27 +54,6 @@ ;; ;; See the Magit User Manual for more information. -;;; TODO - -;; For 0.8: -;; -;; - Fix display of unmerged files. -;; - Fix performance problems with large status buffers. -;; - Handle the case where remote and local branches have different names. -;; -;; Later: -;; -;; - Queuing of asynchronous commands. -;; - Good email integration. -;; - Showing tags. -;; - Visiting from staged hunks doesn't always work since the line -;; numbers don't refer to the working tree. Fix that somehow. -;; - Figure out how to discard staged changes for files that also have -;; unstaged changes. -;; - Get current defun from removed lines in a diff -;; - Amending commits other than HEAD. -;; - 'Subsetting', only looking at a subset of all files. - (eval-when-compile (require 'cl)) (require 'log-edit) (require 'easymenu) |
