diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-10-15 11:25:06 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-10-15 11:25:06 (GMT) |
commit | dc6c9c4e9b4d2976563634d84fa0ea0aa8a01f6d (patch) | |
tree | b9301e69d7f4e00faf97842888ca3aff71c7c9dc /ChangeLog | |
parent | 2ebb3e8808c583ef6fc9cd07851b69796a133141 (diff) | |
download | fluxbox_pavel-dc6c9c4e9b4d2976563634d84fa0ea0aa8a01f6d.zip fluxbox_pavel-dc6c9c4e9b4d2976563634d84fa0ea0aa8a01f6d.tar.bz2 |
updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 132 |
1 files changed, 132 insertions, 0 deletions
@@ -1,5 +1,137 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | 2 | ||
3 | Changes for 1.3.2 | ||
4 | |||
5 | *11/10/15: | ||
6 | * Cleaned master translation file from obsolete stuff (Thanks skizzhg) | ||
7 | Marked obsolete entries as _OBSOLTE to help other translators to identify | ||
8 | them. Also, removed entries which are meant for error reporting anyway. | ||
9 | nls/C/Translation.m | ||
10 | * Updated italian translation (Thanks skizzhg) | ||
11 | nls/it_IT/Translation.m | ||
12 | |||
13 | *11/09/17: | ||
14 | * Tons of changes all over the place (Pavel) | ||
15 | RefCount, FbTk::Timer, const Signals, Documentation fixes etc | ||
16 | |||
17 | *11/09/11: | ||
18 | * Compilefix: build without 'iconv' support (Thanks to Peter Korsgaard) | ||
19 | |||
20 | *11/09/10: | ||
21 | * Bugfix: sync the copied config files to the disk before continuing to | ||
22 | launch. This avoids possible race conditions, eg. under MacOSX (Mathias) | ||
23 | main.cc | ||
24 | |||
25 | *11/09/01: | ||
26 | * Relicense 'ostrich' theme (to please Debian / Ubuntu) (Sven) | ||
27 | * Bugfix: Do not change workspaces when using NextWindow/PrevWindow in toolbar (Mathias) | ||
28 | ToolFactory.cc | ||
29 | |||
30 | *11/08/26: | ||
31 | * Mapping keysyms to keycodes after 'MappingNotify', closes #3386257 (Mathias) | ||
32 | Keys.cc | ||
33 | * Regrab ButtonMotionMask, needed for 'Move' events in .fluxbox/keys (Mathias) | ||
34 | Keys.cc | ||
35 | |||
36 | *11/08/11: | ||
37 | * Fixed using _NET_WM_ICON wrongly, (re)closes #1852693 (Mathias) | ||
38 | Ewmh.cc | ||
39 | * Updated 'bloe' and 'arch' styles to work without XPM support (Sven) | ||
40 | |||
41 | *11/05/16: | ||
42 | * Fixed Textdialog and TooltipWindow style rendering bugs, added | ||
43 | parentrelative labels (Thanks Nacitar Sevaht) | ||
44 | TextDialog.cc TooltipWindow.cc | ||
45 | |||
46 | *11/05/10: | ||
47 | * Use the new signal system exclusively (Pavel) | ||
48 | In 2010 Henrik introduced a new signal/slot system as a replacement | ||
49 | to the observer/subject code. That transition was never completed. | ||
50 | Pavel cleaned up the missing parts, fixed some crashes related to | ||
51 | restart() / shutdown of fluxbox. | ||
52 | |||
53 | *11/05/09: | ||
54 | * Fix build system (Pavel) | ||
55 | data/Makefile.am | ||
56 | |||
57 | *11/05/08: | ||
58 | * Added check for CARDINAL via client patterns (Thanks to Nacitar Sevaht) | ||
59 | ClientPattern.cc Ewmh.cc FbTk/FbWindow.{cc,hh} Focusable.hh Gnome.cc | ||
60 | Screen.cc WinClient.hh Window.{cc,hh} | ||
61 | |||
62 | *11/04/27: | ||
63 | * Fixed build system issues, tuned .gitignore (Thanks Pavel) | ||
64 | |||
65 | *11/04/25: | ||
66 | * Bugfix: do not warp workspaces with only one workspace (Mathias) | ||
67 | Screen.hh | ||
68 | |||
69 | *11/04/15: | ||
70 | * Fixed some compiler warnings (Thanks Pavel) | ||
71 | tests/testRectangleUtil.cc tests/texturetest.cc | ||
72 | |||
73 | *11/04/14: | ||
74 | * Bugfix: crash on Sparc64, closes #3285968 (Thanks David Coppa) | ||
75 | src/Screen.cc | ||
76 | * Fixed typo on style 'MerleyKay', closes #3286430 (Thanks David Coppa) | ||
77 | |||
78 | *11/04/11: | ||
79 | * Adjusted tips of 'fbsetbg' to current behavior (Thanks skizzhg) | ||
80 | util/fbsetbg | ||
81 | |||
82 | *11/04/09: | ||
83 | * Fixed some clang-compiler warnings (Thanks to Pavel) | ||
84 | FbTk/Image.cc | ||
85 | * Fixed VPATH builds (Thanks to Pavel) | ||
86 | Makefile.am data/Makefile.am src/Makefile.am src/tests/Makefile.am | ||
87 | util/update-fluxbox_configs.cc | ||
88 | |||
89 | *11/04/03: | ||
90 | * Bugfix: correct calculation of height if container is rotated | ||
91 | vertically, closes #3195728 (Thanks to Gediminas Liktaras) | ||
92 | IconbarTool.cc | ||
93 | |||
94 | *11/04/02: | ||
95 | * Fixed some typos in the manpages (Thanks to Pavel Labath) | ||
96 | |||
97 | *11/03/29: | ||
98 | * fluxbox-generate_menu cleanups (Thanks slakmagic at gmail com) | ||
99 | |||
100 | *11/03/28: | ||
101 | * Compile fix: gcc-4.6.x needs <cstdlib> for 'size_t' (Thanks Danial Diaz) | ||
102 | FbTk/LayerItem.hh FbTk/MacroCommand.h FbTk/MultLayers.hh | ||
103 | * Updated turkish translations (Thanks Mesutcan Kurt) | ||
104 | nls/tr_TR/* | ||
105 | |||
106 | *11/03/23: | ||
107 | * Compile fixes for Sunstudio12 (sunCC 5.1), cosmetics (Mathias) | ||
108 | * Fix 'sstream' configure test (Mathias) | ||
109 | configure.in | ||
110 | |||
111 | *11/03/19: | ||
112 | * Bugfix: delete configmenu first at shutdown (Henrik) | ||
113 | Screen.cc | ||
114 | * Bugfix: reposition windows only if invisible (Mathias) | ||
115 | Screen.cc | ||
116 | * API cleanup (Mathias) | ||
117 | ScreenPlacement.{cc,hh} MinOverlapPlacement.{cc,hh} | ||
118 | * Reduced code deduplication (Mathias) | ||
119 | RectangleUtil.hh Screen.{cc,hh} | ||
120 | |||
121 | *11/03/18: | ||
122 | * Bugfix: crash when using ClientMenu after changing the client, closes #3210493 (Mathias) | ||
123 | ClientMenu.cc | ||
124 | * Bugfix: misordered Toolbarplacmenet strings, closes #3195721 (Mathias) | ||
125 | Toolbar.cc | ||
126 | * Compiler patting, closed #3204402, love for src/tests and manpages (Mathias) | ||
127 | Screen.hh Window.hh ScreenPlacement.{cc,hh} configure.in | ||
128 | src/tests/* doc/asciidoc/fluxbox.txt doc/asciidoc/startfluxbox.txt | ||
129 | |||
130 | *11/02/27: | ||
131 | * removed (outdated) russian documentation (Thanks Slava Semushin) | ||
132 | doc/ru/* configure.in | ||
133 | |||
134 | ----------------------------- | ||
3 | Changes for 1.3.1 | 135 | Changes for 1.3.1 |
4 | 136 | ||
5 | *11/02/25: | 137 | *11/02/25: |