Next | Query returned 95 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2012-02-16 20:59:53 by Hans Rosenfeld | Files touched by this commit (1)
Log message:
Fix build on SunOS.
   2012-01-22 12:23:36 by OBATA Akio | Files touched by this commit (2)
Log message:
Update dillo to 3.0.2.
PR 45852.

dillo-3.0.2 [December 05, 2011]

+- Digest authentication
   Patch: Justus Winter, corvid
+- text-transform property
 - If not following redirection, show body of redirecting page.
 - Middle click on stylesheet menu item opens in new tab/window.
 - Improve handling of combining characters.
 - Locale-independent ASCII character case handling (fixes Turkic locales).
   Patches: corvid
+- Rework line breaking and fix white-space:nowrap handling.
   Patch: Johannes Hofmann
+- Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}.
   Patch: Jeremy Henty
   2012-01-22 10:12:04 by OBATA Akio | Files touched by this commit (1)
Log message:
Dillo3 is using FLTK-1.3, not FLTK2.
part of PR 45852.
   2011-12-02 15:34:54 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
Remove PKGREVISION line after update. Hi is!
   2011-12-02 14:06:31 by Ignatios Souvatzis | Files touched by this commit (5)
Log message:
Upgrade dillo to 3.0.1.
   2011-11-01 07:03:15 by Steven Drake | Files touched by this commit (1557)
Log message:
Recursive bump for graphics/freetype2 buildlink addition.
   2011-01-13 14:52:54 by Thomas Klausner | Files touched by this commit (13)
Log message:
Update patches for png-1.5.
   2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644)
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
   2010-12-23 12:45:04 by David Sainty | Files touched by this commit (254)
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" \ 
"$i"
    fi
  done
done
   2010-12-11 20:08:35 by Chuck Cranor | Files touched by this commit (2)
Log message:
pull in configure fix from upstream to make this compile on OS X once again:

(cautious version of) fix for configure.in for libpng 1.4 (reported by xentalion)
changeset 1573: 	1d4de024f7cb
parent 1572:	2307d3f8e41b
child 1575:	bb02b0e5110b
author: 	corvid <corvid@lavabit.com>
date: 	Fri Feb 19 21:31:12 2010 +0000
files: 	ChangeLog configure.in

Next | Query returned 95 messages, browsing 41 to 50 | Previous