summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/0001-fix-version-number.diff19
-rw-r--r--patches/0002-clean-documentation.diff28
-rw-r--r--patches/series2
3 files changed, 49 insertions, 0 deletions
diff --git a/patches/0001-fix-version-number.diff b/patches/0001-fix-version-number.diff
new file mode 100644
index 0000000..a5bff37
--- /dev/null
+++ b/patches/0001-fix-version-number.diff
@@ -0,0 +1,19 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Fix version number
+
+This patch fixes version number. Seems upstream forgot to bump it, but correct
+tag exists in the upstream repository and the package in melpa-stable at the
+moment has the correct Package-Version field (but incorrect Version field at
+the same time).
+
+--- a/ido-vertical-mode.el
++++ b/ido-vertical-mode.el
+@@ -4,7 +4,7 @@
+
+ ;; Author: Steven Degutis
+ ;; Maintainer: Daniel Gempesaw <gempesaw@gmail.com>
+-;; Version: 0.1.5
++;; Version: 0.1.6
+ ;; Keywords: convenience
+ ;; URL: https://github.com/gempesaw/ido-vertical-mode.el
+
diff --git a/patches/0002-clean-documentation.diff b/patches/0002-clean-documentation.diff
new file mode 100644
index 0000000..eedf936
--- /dev/null
+++ b/patches/0002-clean-documentation.diff
@@ -0,0 +1,28 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Remove badge icons and screenshot from README file
+
+This patch removes badges icons and screenshot from README file. These icons
+are intended rather for developers; icons and screenshot are loaded from
+external web sites.
+
+--- a/README.md
++++ b/README.md
+@@ -1,9 +1,5 @@
+ # ido-vertical-mode.el
+
+-[![Build Status](https://travis-ci.org/gempesaw/ido-vertical-mode.el.svg?branch=master)](https://travis-ci.org/gempesaw/ido-vertical-mode.el) Makes ido-mode display vertically.
+-
+-![screenshot.gif](screenshot.gif)
+-
+ This mode takes care of some caveats that are otherwise ugly to store
+ in your init file.
+
+@@ -53,7 +49,7 @@ Make it look like @abo-abo's [blog post]
+ (ido-vertical-mode 1)
+ ```
+
+-Make it look like the screenshot above:
++Make it look like the screenshot on the project webpage:
+
+ ```elisp
+ (setq ido-use-faces t)
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..336296d
--- /dev/null
+++ b/patches/series
@@ -0,0 +1,2 @@
+0001-fix-version-number.diff
+0002-clean-documentation.diff