From a302340e183d20baa4445858d321f43449298829 Mon Sep 17 00:00:00 2001 From: bmag Date: Thu, 9 Aug 2018 14:56:39 +0300 Subject: [PATCH] update changelog and copyright, bump version 1.7 --- CHANGELOG.org | 8 ++++++++ window-purpose-configuration.el | 2 +- window-purpose-fixes.el | 2 +- window-purpose-utils.el | 2 +- window-purpose.el | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 292dfef..2943486 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,13 @@ #+TITLE: Changelog +* Release 1.7 +** Breaking Changes +*** removed support for Emacs 24.3 + Supported versions are Emacs 24.4 and newer (up to 26.1 at the + time of writing). The branch ~release-1.6~ will continue to + support Emacs 24.3 and is available for those who need it. +** Bug Fixes +*** [[https://github.com/bmag/emacs-purpose/pull/116][#116]]: honor ~display-buffer-mark-dedicated~ * Release 1.6.1 ** Breaking Changes *** [[https://github.com/bmag/emacs-purpose/issues/84][#84]], [[https://github.com/bmag/emacs-purpose/pull/125][#125]]: remove option ~purpose-preferred-prompt~ and prompts shims. diff --git a/window-purpose-configuration.el b/window-purpose-configuration.el index bfde2f1..fb18019 100644 --- a/window-purpose-configuration.el +++ b/window-purpose-configuration.el @@ -1,6 +1,6 @@ ;;; window-purpose-configuration.el --- Configuration handling for Purpose -*- lexical-binding: t -*- -;; Copyright (C) 2015-2017 Bar Magal & contributors +;; Copyright (C) 2015-2018 Bar Magal & contributors ;; Author: Bar Magal ;; Package: purpose diff --git a/window-purpose-fixes.el b/window-purpose-fixes.el index 1e19689..3a49470 100644 --- a/window-purpose-fixes.el +++ b/window-purpose-fixes.el @@ -1,6 +1,6 @@ ;;; window-purpose-fixes.el --- fix integration issues with other features -*- lexical-binding: t -*- -;; Copyright (C) 2015-2017 Bar Magal & contributors +;; Copyright (C) 2015-2018 Bar Magal & contributors ;; Author: Bar Magal ;; Package: purpose diff --git a/window-purpose-utils.el b/window-purpose-utils.el index 4c9d3c8..7e1a650 100644 --- a/window-purpose-utils.el +++ b/window-purpose-utils.el @@ -1,6 +1,6 @@ ;;; window-purpose-utils.el --- Utilities -*- lexical-binding: t -*- -;; Copyright (C) 2015-2016 Bar Magal & contributors +;; Copyright (C) 2015-2018 Bar Magal & contributors ;; Author: Bar Magal ;; Package: purpose diff --git a/window-purpose.el b/window-purpose.el index 3c0b551..8faa5f6 100644 --- a/window-purpose.el +++ b/window-purpose.el @@ -4,7 +4,7 @@ ;; Author: Bar Magal ;; Package: purpose -;; Version: 1.6.1 +;; Version: 1.7 ;; Keywords: frames ;; Homepage: https://github.com/bmag/emacs-purpose ;; Package-Requires: ((emacs "24.4") (let-alist "1.0.3") (imenu-list "0.1"))