Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-02 | update to 1.99.11 | recht | 1 | -3/+2 | |
----------------------- gal-1.99.11 2004-02-18 ----------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #44222 - Task summary entry widget not i18ned (Suresh Chandrasekharan) #46165 - Browsing the calendar causes crash and displays nothing (Chris Toshok) #48815 - Customize fields sub-windows dont close on ESC (Charles Zhang) #49912 - Contacts list crash issue (Leon Zhang) #50065 - Chinese locales Input method hangs after a task entry and new folder creation (Suresh Chandrasekharan) #50258 - Shared object looks for wrong mo file (Suresh Chandrasekharan) #51527 - Gal widgets produces backspace for Ctrl-space for japanese input (Suresh Chandrasekharan) Other bugs and changes: - fix namespacing to build with GNOME 2.6 (Mike Kestner, Radek Doulik) - remove hard coded disable deprecated flags (JP Rosevear) - updated translations: ja (Takeshi AIHANA), fi (Ilkka Tuohela), cs (Miloslav Trmac), sv (Christian Rose), es (Francisco Javier F. Serrador), pt_BR (Gustavo Maciel Dias Vieira), nl (Vincent van Adrighem), no (Kjartan Maraas), pt (Duarte Loreto), sr (Danilo Segan), ca (Jordi Mallach), el (Nikos Charonitakis), sk (Stanislav Visnovsky) | |||||
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -1/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -3/+2 | |
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 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -10/+7 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-11 | bl3ify | xtraeme | 1 | -0/+25 | |