From 91111a6ce61d724fdc223974b4187ac8a39b9f7d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Jul 2007 21:04:31 -0400 Subject: [PATCH] add a changelog --- CHANGELOG | 42 ++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 1 + 2 files changed, 43 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..cd8b94c --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,42 @@ +2.0.2: + * Add Traditional Chinese translation + * Add Italian translation + * Updated Swedish translation + * Add new Margins option (Margins tab) + * Add new option for centering windows when placing them + * Don't include the debian/ dir in releases + * Fix the missing TopRight option for the dock + * Fix the dock stacking option to match changes made in Openbox (it's + Above/Below not Top/Bottom) + * Give the theme previews white client areas to more closely resemble a real + window + * Update to Openbox 3.4.2 libraries + +2.0.1: + * Make ObConf work when the .obt file has been renamed (e.g. by box-look.org) + * Update Swedish translation + * Update to Openbox 3.4.2 libraries + +2.0.0: + * Add the ability to install .obt theme archives + * Add the ability to create .obt theme archives + * Double clicking a .obt file will launch it with ObConf, install the theme, + and select it for both KDE and GNOME desktops + * Fix for writing invalid font entries when none existed in the config file + already + * Add new dock options showDelay and noStrut + * Add mouse option for double click time and drag threshold + * Add option for animate iconify/restore + * Make Openbox reconfigure with communication through the X server rather + than by PID + +1.6.3: + * Add the ability to change your fonts + * Add the config option + * When changing the number of desktops, or their names, ObConf will set them + in the current session as well as saving them to the Openbox config file. + * Improve how ObConf sets the desktop names. You can leave them empty and it + will use the default translated names from Openbox. + +1.6.1: + * Update to the Openbox 3.4 series libraries. diff --git a/Makefile.am b/Makefile.am index 560ee33..16ab4ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,7 @@ dist_kdemime_DATA = \ EXTRA_DIST = \ config.rpath \ README \ + CHANGELOG \ COPYING \ AUTHORS \ m4/codeset.m4 \ -- 2.39.2