aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar OmegaPhil2014-11-04 16:47:02 +0000
committerGravatar OmegaPhil2014-11-04 16:47:02 +0000
commit2e7e3406f55c82b64339d149d15973e09d76b4a9 (patch)
treec8bdebc69c2bf2d23056d2cbe72590f61bca0a38 /ChangeLog
parentEnsure focussed widget is sensible when search mode is toggled (diff)
downloadKVIrc-2e7e3406f55c82b64339d149d15973e09d76b4a9.tar.gz
KVIrc-2e7e3406f55c82b64339d149d15973e09d76b4a9.tar.bz2
KVIrc-2e7e3406f55c82b64339d149d15973e09d76b4a9.zip
KVIrc Script: Rename alignment 'WordBreak' to 'Justify'
Affects labels, hboxes and vboxes Fixes #1469 / https://svn.kvirc.de/kvirc/ticket/1469 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6393 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c87b0de68..444d6d3b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,13 @@ This is KVIrc's changelog. It tipically lists new added features and changes tha
KVIrc's previous behaviour. For a more detailed (and up to date) log, point your browser at:
https://svn.kvirc.de/kvirc/timeline
-Update: 20120701
+Update: 20141104
+
+November 2014
+ [OmegaPhil]
+ - KVIrc Script: 'WordBreak' alignment type for the hbox, vbox and label
+ widgets has been renamed to 'Justify' to reflect what it actually does -
+ this will break any scripts using this alignment type currently (sorry)
May 2012
[egns]