summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorBob Weiner <rsw@gnu.org>2019-02-16 19:58:49 -0500
committerBob Weiner <rsw@gnu.org>2019-02-16 19:58:49 -0500
commit414ef9413b353bea80d9105b12d6ff1a2b3e13aa (patch)
tree84a4a8a4d4b887a9a54287a85886cafa454269e3 /Changes
parent17724eff30c08f287e9884fccb72533d179f065d (diff)
Update for treemacs compatibility; {M-o i} push button fixes
Diffstat (limited to 'Changes')
-rw-r--r--Changes18
1 files changed, 16 insertions, 2 deletions
diff --git a/Changes b/Changes
index 42983b1..b6d9a4f 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,21 @@
+2019-02-16 Bob Weiner <rsw@gnu.org>
+
+* hui-window.el (smart-window-of-coords): Handled null coords parameter.
+
+2019-02-10 Bob Weiner <rsw@gnu.org>
+
+* hmouse-drv.el (hkey-drag-to): Fixed to match documentation that says will
+ create an explicit file link button if called anywhere other than on
+ a listing item.
+
+* hui-treemacs.el (smart-treemacs-modeline): Replaced old call of
+ treemacs-buffer-exists? with new calls to treemacs-current-visibility
+ and treemacs-get-local-buffer for Treemacs V2.
+
2019-02-06 Bob Weiner <rsw@gnu.org>
-* hibtypes.el (ripgrep-msg): Tighted match to ignore empty potential filenames
- that matched when they expanded to the current directory.
+* hibtypes.el (ripgrep-msg): Tightened match to ignore empty potential filenames
+ that matched when they were expanded to the current directory.
2019-02-05 Bob Weiner <rsw@gnu.org>