Next | Query returned 105 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2006-01-06 21:49:20 by Roland Illig | Files touched by this commit (3) | Package updated
Log message:
Updated wm/icewm to 1.2.23.
Patch provided by Sergey Svishchev in PR 32469.

Changes:
# 1.2.23: 2005-08-14
    * make taskbar pop out even when collaped
    * Slovak translation update (Zdenko Podobny)

# 1.2.23pre1: 2005-07-31
    * fix crash when hiding the taskbar and "collapse" button is hidden
    * fix repeated drag over taskbar icon not working
    * fix problems with Unmap events being handled incorrectly
    * customizable placement order options for minimized window icons \ 
(MiniIconsPlaceHorizontal, MiniIconsRightToLeft, MiniIconsBottomToTop) - \ 
(Konstantin Korikov - lostclus)

# 1.2.22: 2005-07-17
    * AutoShowDelay setting (opposite of AutoHideDelay)
    * use Workspace status window instead of showing the taskbar when workspace \ 
changes if taskbar autohide is enabled

# 1.2.22pre3: 2005-07-15
    * fix focusing after window minimized or hidden

# 1.2.22pre2: 2005-07-10
    * Remember last focused window per-workspace
    * Enable the LockCommand functionality only if command found (Eduard Bloch)
    * new Korean translation (Ken Yeo)

# 1.2.22pre1: 2005-06-28
    * Latvian translation (Kristaps Kaupe)
    * Double click activates workspace in window list
    * Fixes to taskbar layout when only tasks visible
    * Made network status applets show/hide dynamically again
    * Add image to taskbar collapse button
    * Fix MinimizeToDesktop windows getting out of desktop area
    * Added key binding: KeySysCollapseTaskBar
    * Fixed UTF-8 input support in AddressBar

# 1.2.21: 2005-05-31
    * translation: Vietnamese (Phan Vinh Thinh)
    * translation: Indonesian (Arif E. Nugroho)
    * translation update: Simplified Chinese (Hiweed Leng)
    * translation update: French (Frederic Bothamy)
    * APM applet support for NetBSD (Iain Hibbert (plunky))
    * add new winoption: noFocusOnMap
    * fix ClientWindowMouseActions for Window-Drag combination

# 1.2.21pre1: 2005-03-20
    * improve selection of "urgent" windows with alt+tab
    * fix possible crash (Grant McDorman)
    * fix 64bit usage of Xft (Marcus Meissner)
    * cleanup warning on still-open file descriptors
    * disabled some Ctrl+Alt+Del commands by default since they need some \ 
configuring to work on all systems
    * fix desktop layer setting for nautilus
   2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597)
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
   2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413)
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
   2005-06-01 20:03:33 by Johnny C. Lam | Files touched by this commit (858)
Log message:
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
   2005-05-31 16:05:57 by Roland Illig | Files touched by this commit (5)
Log message:
Added two patches needed for Solaris with Sun C++ 5.6. Also, the Solaris
/usr/ucb/install cannot handle multiple directories.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-23 19:43:56 by Thomas Klausner | Files touched by this commit (60)
Log message:
Add RMD160 checksums to the SHA1 ones.
   2005-02-17 04:05:12 by Masao Uebayashi | Files touched by this commit (1)
Log message:
Fix quoting.
   2005-01-20 05:27:49 by Juan Romero Pardines | Files touched by this commit (5) | Package updated
Log message:
Update icewm to 1.2.20

# 1.2.20: 2005-01-09

    * fix+revert default binding for MouseWinMove an MouseWinSize
    * fix 1 pixel border when taskbar at top of screen
    * fix themes not loading from user directory

# 1.2.19: 2004-12-26

    * fix crash/build failure when taskbar disabled
    * fix build/link with some gcc/g++ versions

# 1.2.18: 2004-12-18

    * changed icedesert colors (Hanspeter Roth)

# 1.2.18pre1: 2004-12-05

    * disable SupportsSemitransparency by default, this makes
      icewmbg exit after setting the image and reduces memory usage
    * fix Meta key handling typo
    * fix CPU waste in icewm-session and icewmtray
    * fix some Win+x key combinations
    * new settings MouseWinMove (=Alt+Ctrl+Pointer_Button1) and
      MouseWinSize (=Alt+Ctrl+PointerButton3). The default bindings have
      changed from Alt+button drag to Ctrl+Alt (or Super).

# 1.2.17: 2004-11-07

    * fix: windows were not expanding when taskbar was hidden
    * fix: reused (hidden) application windows popped up on original
      workspace
    * fix: build with --disable-taskbar
    * fix: maximize/restore for rxvt
    * fix: reboot/shutdown functionality (default configuration
      changed to use 'sudo')

# 1.2.17pre2: 2004-10-31

    * fix crash on startup when mailbox or net status disabled
    * fix build with gcc > 3.3
    * fix gray lines on taskbar bottom
    * major changes in window geometry/layout handling
    * fix "tray icon"

# 1.2.17pre1: 2004-10-24

    * fix \ quoting in configuration files (Eduard Bloch)
    * fix "win" key when NumLock active
    * more weird modifier map fixesa
    * updated Slovenian translation (Jernej Kovacic)
    * add the button to collapse the task bar
    * rewrite of taskbar layout code
    * force Imlib to use default visual (fix xorg visual mess)
    * vertical layout for Alt+Tab (Eduard Bloch)

Next | Query returned 105 messages, browsing 61 to 70 | Previous