Skip to content

Commit

Permalink
change version number to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ril committed Jun 29, 2022
1 parent 0623da8 commit e1f96e1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions hiwin.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;;
;; Author: k.sugita
;; Keywords: faces, editing, emulating
;; Version: 2.2.2
;; Version: 2.2.0
;;
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -41,14 +41,16 @@

;;; Changes
;;
;; 2022-06-29
;; - 下記のの変更によりVersionを2.2.0に変更した.
;;
;; 2022-06-28 ril
;; - `select-window'のNORECORD optionをtにして記録されないようにした.
;; - ミニバッファ直前のウィンドウを除外するかどうか選べるようにした.
;; `hiwin-ignore-minibuffer-selected-window'がnon-nilのとき除外.
;; デフォルトはnilで除外しない.
;; - `post-command-hook'ではなく`window-configuration-change-hook'
;; にhookするようにした. これで十分.
;; - 以上の変更によりVersionを2.2.2に変更した.
;;
;; 2022-06-27 ril
;; - Emacs 27以上の対応として `hiwin-face'に :extend t を追加.
Expand Down Expand Up @@ -94,7 +96,7 @@
"Visible active window mode."
:group 'emacs)

(defconst hiwin-version "2.2.2"
(defconst hiwin-version "2.2.0"
"Version number of hiwin-mode.")

(defcustom hiwin-mode-lighter " hiwin"
Expand Down

0 comments on commit e1f96e1

Please sign in to comment.