Skip to content

Commit

Permalink
Bump to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed May 18, 2018
1 parent cfd06fa commit 536eac1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2018-05-18 Takaaki ISHIKAWA <[email protected]>

* moom-font.el: version 1.2.0
- [breaking change] Remove moom-font-ja variable, switched to a function
- [breaking change] Remove moom-font-ascii variable, switched to a function
- [new feature] Support auto detection of the default fonts
- [new] moom-font-ja (as a function)
- [new] moom-font-ascii (as a function)

* moom.el: version 1.2.0
- [new feature] Support setting of screen margins by moom-screen-margin
- [improve] Calculating frame columns and height lines
- [improve] Calculating frame width and height in pixels
- [improve] Centering frame in Linux and Windows

2018-05-06 Takaaki ISHIKAWA <[email protected]>

* moom-font.el: version 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Here is an example. ~Monaco~ is used for ASCII font and ~Migu 2M~ is used for Ja
| moom-font-table | nil | (repeat (list integer integer)) |
| moom-font-verbose | nil | boolean |

Note - *breaking changes* Variables of ~moom-font-ascii~ and ~moom-font-ja~ were hidden so that font settings could be controlled conveniently by utility functions. Please utilize each function of the same name to setup fonts.
Note - *(breaking changes at v1.2.0)* Variables of ~moom-font-ascii~ and ~moom-font-ja~ were hidden so that font settings could be controlled conveniently by utility functions. Please utilize each function of the same name to setup fonts.

* Example keybindings
** Overview
Expand Down
2 changes: 1 addition & 1 deletion moom-font.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Takaaki ISHIKAWA <takaxp at ieee dot org>
;; Keywords: frames, faces, convenience
;; Version: 1.1.6
;; Version: 1.2.0
;; Maintainer: Takaaki ISHIKAWA <takaxp at ieee dot org>
;; URL: https://github.com/takaxp/Moom
;; Twitter: @takaxp
Expand Down
4 changes: 2 additions & 2 deletions moom.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Takaaki ISHIKAWA <takaxp at ieee dot org>
;; Keywords: frames, faces, convenience
;; Version: 1.1.5
;; Version: 1.2.0
;; Maintainer: Takaaki ISHIKAWA <takaxp at ieee dot org>
;; URL: https://github.com/takaxp/Moom
;; Package-Requires: ((emacs "25.1"))
Expand Down Expand Up @@ -970,7 +970,7 @@ The keybindings will be assigned when Emacs runs in GUI."
(defun moom-version ()
"The release version of Moom."
(interactive)
(let ((moom-release "1.1.5"))
(let ((moom-release "1.2.0"))
(message "[Moom] v%s" moom-release)))

;;;###autoload
Expand Down

0 comments on commit 536eac1

Please sign in to comment.