Next | Query returned 148 messages, browsing 101 to 110 | Previous

History of commit frequency

CVS Commit History:


   2006-09-10 12:23:26 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 3.3.1:

3.3.1:
  * Fix panels getting a border with keepBorder turned on.
  * Fix a crash in mirrorhorizontal when drawing a surface with width 1.
   2006-09-03 16:27:59 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 3.3:

3.3:
  * Add a showDelay option for the dock.
  * Fixed onscreen-keeping code which broke a bit in -rc2.
  * Fix incorrect handling of window properties on 64 bit arches.
  * Fix pixelsize being the same as size for pango, now it is correct.
  * Fix drawing of icons taller than wide, eg gimp.
  * Add a 'mirrorhorizontal' gradient, like horizontal but mirrored in the
    center and 'splitvertical' which is like vertical but nonlinear in a fancy
    way.
  * Translations for de, hr and zh_TW added.
  * Add initial per-app settings support.
  * Fix some outstanding issues with 64-bit support.
  * Add an optional delay for displaying submenus so you can move the mouse
    over some entries without flashing each submenu.
  * Plug some minor memleaks and fix minor bugs.
  * Changed algorithm for downscaling window icons.
  * New themes!
  * Disable support for libstartup-notification by default, it doesn't seem
    to work well.
  * Allow disabling of duplicate window numbering by option titleNumber in
    theme section.
  * Add moverelative and resizerelative actions.
  * Option middle for menus that make submenus be centered instead of aligned
    by the top edge to the parent entry.
  * Fix transient (ie dialog) windows being placed offscreen if the parent
    is close to the edge of the screen.

3.3-rc2:
  * Fixed some typos and errors in rc.xsd
  * Add the noStrut option to the dock (to allow maximizing windows over it),
    useful when it is not in the above layer.
  * Fix transparent terminals not updating when using ToggleDecor.
  * Yet more poking at the onscreen-keeping code, should now do the right
    thing always.
  * Add an option to hide disabled buttons instead of showing them as disabled.
  * Hopefully fixed all the remaining pango issues. The new 1.10 release also
    fixes shadows again.
  * I think the lib linking in Makefile.am is right now, please tell me if it
    isn't.
  * Added a finnish translation and some minor updates to others.
  * Fixed configure.ac so --enable-pango doesn't disable pango support or the
    other way around, make enabled be default to get some extra testing.

3.3-rc1:
  * Poked around a bit in the code that keeps windows onscreen, if you
    are using xinerama, please let me know if things are better/worse/same.
  * Add support for pango, disabled by default due to a bug in pango 1.8 that
    breaks shadows, it works fine with 1.6.x though. Poke the pango developers
    here http://bugzilla.gnome.org/show_bug.cgi?id=169622 if you want this
    to be fixed.
  * Made edge resist and Send/MoveToEdge not hit windows at layers below
    the current one, add option to disable this behaviour.
  * Fixed directional focus not getting trapped in omnipresent windows
  * Fixed focus actions when bound to the mouse, normal focus cycle is always
    linear and directional focus is totally disabled, it makes no sense
    anyway, just move the mouse.
  * Added an option for the raise/lower/raiselower/unshaderaise/shadelower
    options called group that lets you bind stuff to raise/lower the whole
    window group. <action \ 
name="raise"><group>yes</group></action>
  * Add various new actions. I haven't updated the web docs yet, but I think
    I managed to get all of them listed in rc.xsd.
  * Bugs 1783, 1812, 1863, 1905, 2005, 1957 fixed.
  * Some translations added. (ca, no, pl, ru, fr)
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528)
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
   2006-04-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292)
Log message:
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.
   2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749)
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
   2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147)
Log message:
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164)
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Next | Query returned 148 messages, browsing 101 to 110 | Previous