summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-03-24 11:20:51 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-03-24 11:26:00 +0100
commit2a556dae8158c0f02b025918f5262fa291c450c4 (patch)
tree6c8e8f8cafc807cf066dc38bfdf574577de2be7b /NEWS
parent29246275028f9ce8729e37414949f9620a5af6e3 (diff)
downloadratpoison-2a556dae8158c0f02b025918f5262fa291c450c4.zip
Initial NEWS ans ChangeLog entries for 1.4.7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 39 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d1b8404..562b64c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,50 @@
ratpoison NEWS --- history of user-visible changes. -*- outline -*-
Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts
-Copyright (C) 2013 Jérémie Courrèges-Anglas
+Copyright (C) 2013, 2014 Jérémie Courrèges-Anglas
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+* Changes since 1.4.7
+** More fixes and code cleanup.
+
+** UTF-8 editing support in the input bar
+
+** get rid of "XGetWMName failed" spam on stderr
+Introduced in the previous release, sorry!
+
+** groups can now be renumbered (`gnumber')
+
+** contrib/rpdate.sh, fancy calendar shell script to use instead of `time'
+
+** fix `meta', which was sending garbage and made firefox unusable
+Nasty...
+
+** handle errors about missing config files
+- ratpoison -f missing-config-file -> error
+- unreadable ~/.ratpoisonrc file -> warning
+
+** respect --sysconfdir for the global ratpoisonrc file
+Rather than a hardcoded /etc/ratpoisonrc location.
+
+** rpws gains a new `current' command (prints the current workspace)
+
+** new manpage, mdoc(7) formatted
+
+** X socket closed before spawning processes
+Let's save those precious file descriptors.
+
+** DWIM windows/groups names matching
+Window and group names are first looked up for exact match; in last
+resort a fuzzy match is attempted.
+
+** try to cope with unset/empty HOME env. variable
+
+** ratpoison.el is now installed at the proper location
+ie. in $prefix/share/emacs/site-lisp/
+
* Changes since 1.4.5
** *Lots* of reliability fixes in ratpoison itself
Please check out the ChangeLog for more details.