Skip to content

Commit

Permalink
Bump version and delete obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bar Magal committed Jun 20, 2015
1 parent 3d7c8ae commit 7e492cb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 46 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,7 @@
[![Build Status](https://travis-ci.org/bmag/emacs-purpose.svg?branch=master)](https://travis-ci.org/bmag/emacs-purpose)
[![Coverage Status](https://coveralls.io/repos/bmag/emacs-purpose/badge.svg?branch=master)](https://coveralls.io/r/bmag/emacs-purpose?branch=master)

## Notices
**A full explanation can be found in the [GitHub wiki](https://github.com/bmag/emacs-purpose/wiki).**

Plans for the near future:

- Update Wiki

- Maybe add some more tests

Recent changes:

- Imrpoved popup-windows extension (popwin emulation): popup window closes
automatically, commands to stick and un-stick the popup window.

- Improved code1 extension: better detection of buffer changes, dired window is
burried (moved to the end of the buffer-list).

- Created extension for combining Purpose and [perspective](https://github.com/nex3/perspective-el)
**Note: a full explanation can be found in the [GitHub wiki](https://github.com/bmag/emacs-purpose/wiki).**

## Introduction

Expand Down
6 changes: 0 additions & 6 deletions purpose-x.el

This file was deleted.

6 changes: 0 additions & 6 deletions purpose.el

This file was deleted.

2 changes: 1 addition & 1 deletion window-purpose-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ prompts."
(const ido)
(const helm)
(const vanilla))
:package-version "1.3.50")
:package-version "1.4")



Expand Down
2 changes: 1 addition & 1 deletion window-purpose-layout.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This variable is used by `purpose-window-params'. See
`purpose-window-params' for more details."
:group 'purpose
:type 'hook
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-set-window-properties-functions nil
"Hook to run after calling `purpose-set-window-properties'.
Expand Down
12 changes: 6 additions & 6 deletions window-purpose-switch.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ Any other value is treated the same as nil."
(const error)
(const nil)
function)
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-display-buffer-functions nil
"Hook to run after displaying a buffer with `purpose--action-function'.
This hook is called with one argument - the window used for display."
:group 'purpose
:type 'hook
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-select-buffer-hook nil
"Hook to run after selecting a buffer with `purpose-select-buffer'."
Expand Down Expand Up @@ -137,7 +137,7 @@ case, `purpose-display-at-top-height' is ignored."
:group 'purpose
:type '(choice number
(const nil))
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-display-at-bottom-height 8
"Height for new windows created by `purpose-display-at-bottom'.
Expand All @@ -151,7 +151,7 @@ this case, `purpose-display-at-bottom-height' is ignored."
:group 'purpose
:type '(choice number
(const nil))
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-display-at-left-width 32
"Width for new windows created by `purpose-display-at-left'.
Expand All @@ -164,7 +164,7 @@ case, `purpose-display-at-left-width' is ignored."
:group 'purpose
:type '(choice number
(const nil))
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-display-at-right-width 32
"Width for new windows created by `purpose-display-at-right'.
Expand All @@ -178,7 +178,7 @@ this case, `purpose-display-at-right-width' is ignored."
:group 'purpose
:type '(choice number
(const nil))
:package-version "1.3.50")
:package-version "1.4")



Expand Down
12 changes: 6 additions & 6 deletions window-purpose-x.el
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ compatible with `display-buffer'."
(const left)
(const right)
function)
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-x-popwin-width 0.4
"Width of popup window when displayed at left or right.
Expand All @@ -302,7 +302,7 @@ Can have the same values as `purpose-display-at-left-width' and
:group 'purpose
:type '(choice number
(const nil))
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-x-popwin-height 0.35
"Height of popup window when displayed at top or bottom.
Expand All @@ -311,7 +311,7 @@ Can have the same values as `purpose-display-at-top-height' and
:group 'purpose
:type '(choice number
(const nil))
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-x-popwin-major-modes '(help-mode
compilation-mode
Expand All @@ -325,7 +325,7 @@ When changing the value of this variable in elisp code, you should call
(prog1 (set-default symbol value)
(purpose-x-popwin-update-conf)))
:initialize 'custom-initialize-default
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-x-popwin-buffer-names '("*Shell Command Output*")
"List of buffer names that should be opened as popup windows.
Expand All @@ -339,7 +339,7 @@ When changing the value of this variable in elisp code, you should call
(prog1 (set-default symbol value)
(purpose-x-popwin-update-conf)))
:initialize 'custom-initialize-default
:package-version "1.3.50")
:package-version "1.4")

(defcustom purpose-x-popwin-buffer-name-regexps nil
"List of regexp that should be opened as popup windows.
Expand All @@ -353,7 +353,7 @@ When changing the value of this variable in elisp code, you should call
(prog1 (set-default symbol value)
(purpose-x-popwin-update-conf)))
:initialize 'custom-initialize-default
:package-version "1.3.50")
:package-version "1.4")

(defun purpose-x-popupify-purpose (purpose &optional display-fn)
"Set up a popup-like behavior for buffers with purpose PURPOSE.
Expand Down
4 changes: 2 additions & 2 deletions window-purpose.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Bar Magal (2015)
;; Package: purpose
;; Version: 1.3.50
;; Version: 1.4
;; Keywords: frames
;; Homepage: https://github.com/bmag/emacs-purpose
;; Package-Requires: ((emacs "24") (cl-lib "0.5") (let-alist "1.0.3") (imenu-list "0.1"))
Expand Down Expand Up @@ -71,7 +71,7 @@
(require 'window-purpose-prefix-overload)
(require 'window-purpose-fixes)

(defconst purpose-version "1.3.50"
(defconst purpose-version "1.4"
"Purpose's version.")


Expand Down

0 comments on commit 7e492cb

Please sign in to comment.