Next | Query returned 135 messages, browsing 111 to 120 | Previous

History of commit frequency

CVS Commit History:


   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-09-21 18:52:05 by Julio M. Merino Vidal | Files touched by this commit (4)
Log message:
Update to 2.8.0.  This version corresponds to GNOME 2.8.0.

2.7.92

 Fixes

  - Setup gtk-doc to pull out API documentation (J.H.M. Dassen (Ray))

 Translators

  - Laszlo Dvornik (hu)
  - Kjartan Maraas (nb)
  - Laurent Dhima (sq)

2.7.91

 Fixes

  - Fix issue with AtkComponent co-ordinates (Arvind Samptur)
  - Fix window minimization vs. activation for mouse focus (Elijah Newren)
  - Resolve some no-focus-on-map issues (Elijah Newren)
  - Regenerate stale built sources (Torsten Schoenfeld)

 Translators

  - Kemal Sanjta (bs)
  - Pauli Virtanen (fi)
  - Amanpreet Singh Alam (pa)

2.7.90

 Fixes

  - Add support for the _NET_WM_STATE_DEMANDS_ATTENTION hint (Rob Adams)
  - Display shaded windows as "= <name> =" instead of "[ \ 
<name> ]" (James M.
    Cape)
  - Desensitize "Move To Workspace" items for sticky windows (Arvind \ 
Samptur)

 Translators

  - Vladimir Petkov (bg)
  - Laurent Dhima (sq)
   2004-09-03 15:06:25 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 2.6.2.1:

 Fixes
 - Activate window in workspace switcher only if its on the current workspace
   (Elijah Newren)
 - Use timestamp with _NET_CLOSE_WINDOW (Anders Carlsson)

 Translators
 - John C Barstow (mi)
 - Laurent Dhima (sq)
   2004-06-28 20:39:55 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Update to 2.6.2:

Fixes
- Don't show multi-workspace related menu items if there is only
  a single workspace (Johan Persson)

Translators
- Vladimir Petkov (bg)
- Gil Osher (he)
- Kjartan Maraas (no)
- Mi?u Moldovan (ro)
- Ivan Noris (sk)
   2004-05-04 23:33:49 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 2.6.1:

 Fixes

 - Fix icon-reading crash when using enlightenment (Neil Muller)
 - AIX portability fixes (Kjartan Maraas)
 - Don't attempt to center the workspace on the mouse click (Kim Woelders)

 Translators

 - Iñaki Larrañaga Murgoitio (eu)
 - Guntupalli Karunakar (gu)
 - Mohammad DAMT (id)
 - Samúel Jón Gunnarsson (is)
 - Baris Cicek (tr)
   2004-04-11 22:56:16 by Soren Jacobsen | Files touched by this commit (1)
Log message:
No longer used.
   2004-04-01 20:31:25 by Julio M. Merino Vidal | Files touched by this commit (5) | Package updated
Log message:
Update to 2.6.0.  Changes since previous version are listed here, but some
may be missing:

- allow building against an uninstalled libwnck build
- add "Move to Workspace" menu
- fix crash with updated allowed actions hint
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
   2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400)
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Next | Query returned 135 messages, browsing 111 to 120 | Previous