diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2013-04-01 18:13:24 +0200 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2013-04-01 18:13:24 +0200 |
commit | b4149b1b51fd94e0c044a42cc32c2a3bde274e84 (patch) | |
tree | 9af7823c03819370a41b0445391e418326f0972d /NEWS | |
parent | 340833f5e0c4350ac0c7fc6589a4305014b56ba8 (diff) | |
download | ratpoison-b4149b1b51fd94e0c044a42cc32c2a3bde274e84.zip |
bump to 1.4.6-rc1
* add NEWS and ChangeLog bits
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,11 +1,33 @@ 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 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.5 +** *Lots* of reliability fixes in ratpoison itself +Please check out the ChangeLog for more details. + +** Build process cleanup +e.g. detection of getline() was fixed. + +** ratpoison -c now reports errors ($? != 0) + +** UTF-8 text is now printed correctly +Both with and without Xft support. + +** contrib/ cleanup +Scripts should be more portable, ruby bindings work with newer ruby versions. + +** New newwindow and titlechanged hooks + +** Functionality was added to rpws +It can now move windows to other workspaces; workspaces can be dumped and +restored. + * Changes since 1.4.4 ** bug fixes to history and xft |