Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Aug 25, 2018
1 parent 3ddbc27 commit a015d34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ flux - feature: scriptable menus (as found in WindowMaker)
- bugfix (for binary distribution): determinate the langinfo
codeset item id on runtime
- bugfix: remove icons from icon cache when destroyed
- bugfix/compatiblity hack: fallback to linux.xpm when provided by
- bugfix/compatibility hack: fallback to linux.xpm when provided by
the current theme
- bugfix: window menu crashed when tray completely disabled
- bugfix: tray crashed when compiled without gradient support
Expand All @@ -862,7 +862,7 @@ flux - feature: scriptable menus (as found in WindowMaker)
- feature: LowerOnClickWhenRaised lower the active window when
clicked again
- bugfix: #445264 CenterMaximizedWindows=0 was broken
- bugfix: dynamic chaning of client icons
- bugfix: dynamic changing of client icons
- bugfix: reparenting (aka. swallowing) should work now
- bugfix: comments into config examples about discarding of changes
- bugfix/feature: massive I18N cleanup: fallback to C locale;
Expand Down Expand Up @@ -1586,7 +1586,7 @@ pixmaps (titleAS, titleAP, titleIS, titleIP) to support centering
- Alt+Tab now includes minimized windows.
- If any titlebar pixmaps are missing, they will be skipped when
tiling across the titlebar. If there is only title?B.xpm for the
titlebar pixmaps it will be tiled accross the entire titlebar.
titlebar pixmaps it will be tiled across the entire titlebar.
- New settings: DelayPointerFocus=0,1; PointerFocusDelay=x (ms)
- Mouse Wheel support (UseMouseWheel=0,1 option)
Meta/Ctrl+Alt+wheel can be used to switch between windows.
Expand Down
2 changes: 1 addition & 1 deletion src/WinMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
*
* Icon Mask can be None if transparency is not required.
*
* Icewm currenty needs/uses icons of size 16x16 and 32x32 with default
* Icewm currently needs/uses icons of size 16x16 and 32x32 with default
* depth. Applications are recommended to set several icons sizes
* (recommended 16x16,32x32,48x48 at least)
*
Expand Down
2 changes: 1 addition & 1 deletion src/aapm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (C) 1999 Andreas Hinz
*
* Mostly derrived from aclock.cc and aclock.h by Marko Macek
* Mostly derived from aclock.cc and aclock.h by Marko Macek
*
* Apm status
*/
Expand Down

0 comments on commit a015d34

Please sign in to comment.