Skip to content

Commit

Permalink
update changelog and copyright, bump version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmag committed Aug 9, 2018
1 parent f3b6c7e commit 6666f2b
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 17 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
#+TITLE: Changelog

* 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.
Removed ~completing-read~ and ~read-file-name~ shims, thus the
custom variable ~purpose-preferred-prompt~ has been removed. From the README:
#+BEGIN_QUOTE
In the past, the variable `purpose-preferred-prompt`, allowed you
to choose whether you want Purpose to use IDO or Helm when it
needs information from the user. This variable has been
removed. Instead, the prompt relies on the normal mechanism. For
Helm prompts enable `helm-mode`, for Ivy mode enable `ivy-mode`,
for IDO prompts enable `ido-mode`, etc. If using `ido-mode`, note
that because how IDO works it doesn't cover all commands, and some
commands won't have an IDO prompt. To work around that, please see
the package
[ido-completion-read+](https://github.com/DarwinAwardWinner/ido-completing-read-plus)
(formerly ido-ubiquitous).
#+END_QUOTE
** Enhancements
*** [[https://github.com/bmag/emacs-purpose/issues/113][#113]], [[https://github.com/bmag/emacs-purpose/pull/114][#114]]: default to ~edit~ purpose for buffers visiting files
If a buffer is visiting a file, its default purpose (if no other
purpose matches) will be ~edit~.
*** Emacsen 25.1, 25.3 and 26.1 added to Travis CI tests
Emacs 25.2 not added, because it is almost exactly the same as
25.3, and the difference doesn't affect Purpose's behavior.
** Bug Fixes
*** added some missing default purposes for some modes
- css-mode: edit
- eshell-mode, term-mode: terminal
*** [[https://github.com/bmag/emacs-purpose/issues/110][#110]]: wrong window layout after using magit-popup's help system
Added a fix in ~window-purpose-fixes.el~.
*** [[https://github.com/bmag/emacs-purpose/issues/111][#111]]: wrong layout when using org-goto
Added a fix in ~window-purpose-fixes.el~.
*** [[https://github.com/bmag/emacs-purpose/pull/123][#123]] purpose-x-popwin: fix custom type mismatches
*** [[https://github.com/bmag/emacs-purpose/issues/127][#127]], [[https://github.com/bmag/emacs-purpose/pull/128][#128]]: purpose-x-code1: correctly create and display dired buffer
*** [[https://github.com/bmag/emacs-purpose/pull/118][#118]]: fix typos in README
*** [[https://github.com/bmag/emacs-purpose/pull/121][#121]]: prefer the selected window even with multiple frames
*** [[https://github.com/bmag/emacs-purpose/issues/120][#120]]: pop-up-frames takes precedence over pop-up-windows
* Release 1.6
** New Features
*** New functions for easier purpose configuration
Expand Down
2 changes: 1 addition & 1 deletion test/configuration-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; configuration-test.el --- Tests for window-purpose-configuration.el -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion test/core-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; core-test.el --- Tests for window-purpose-core.el -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion test/extensions-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; extensions-test.el --- Tests for window-purpose-x.el -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2016 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion test/layout-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; layout-test.el --- Tests for window-purpose-layout.el -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2016 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion test/prefix-overload-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; prefix-overload-test.el --- Tests for window-purpose-prefix-overload.el -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2016 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion test/switch-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; switch-test.el --- Tests for window-purpose-switch.el -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion test/test-helper.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; test-helper --- Test helper for window-purpose -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion test/window-purpose-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-test.el --- Tests for window-purpose.el -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2016 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose-configuration.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-configuration.el --- Configuration handling for Purpose -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2017 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose-core.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-core.el --- Core functions for Purpose -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose-fixes.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-fixes.el --- fix integration issues with other features -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2017 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose-layout.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-layout.el --- Save and load window layout -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose-prefix-overload.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-prefix-overload.el --- Bind several commands to the same key -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2016 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose-switch.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-switch.el --- Purpose-aware display handling -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose-utils.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-utils.el --- Utilities -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2016 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose-x.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose-x.el --- Extensions for Purpose -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down
2 changes: 1 addition & 1 deletion window-purpose.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; window-purpose.el --- Purpose-based window management for Emacs -*- lexical-binding: t -*-

;; Copyright (C) 2015, 2016 Bar Magal
;; Copyright (C) 2015-2018 Bar Magal & contributors

;; Author: Bar Magal
;; Package: purpose
Expand Down

0 comments on commit 6666f2b

Please sign in to comment.