Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-10-22 | Add and enable libpspell | rh | 1 | -1/+2 | |
2000-10-22 | Initial import of libpspell-0.11.2, a generic interface to spell checker | rh | 7 | -0/+146 | |
libraries | |||||
2000-10-22 | Correct EVAL_PREFIX entry. | skrll | 4 | -8/+8 | |
2000-10-22 | Use UPDATE_TARGET (new) instead of DEPENDS_TARGET for 'make update'. This | rh | 1 | -4/+18 | |
allows the user to set DEPENDS_TARGET=update, which will now automatically update all outdated prerequisite packages. | |||||
2000-10-22 | Add dependency on oaf | rh | 1 | -1/+2 | |
2000-10-22 | Update oaf to 0.6. New in this release: | rh | 5 | -17/+36 | |
* Query and activation changes: - Async activation interface (Mathieu) - Per-DISPLAY server support, so you can run bonobo apps on multiple displays at once. (Maciej) - Make test components not show up unless in test mode. (Maciej) - Forbid oafinfo files to specify properties that start with `_' (Elliot) * Added ref/unref to factory interface for future expansion (Elliot) * Build improvements (Pavel, Ramiro) * Bug fixes - Portability fixes (Dan Winship) - Exception handling fixes (Jaka) - CORBA fixes (Bradford) - Remove debugging spew (Maciej) - Leak fixes (Darin) * Translations: - New translations from (Alastair McKinstry, Jarkko Ranta, Manuel de Vega Barreiro, Christopher R. Gabriel, Yuri Syrota, Takayuki KUSANO, Jesus Bravo Alvarez) * Administrative: - Updated commit policy, set of people with commit privs (Maciej) | |||||
2000-10-22 | Add CHECK_MESA prior to bsd.prefs.mk to make sure the Mesa check is | rh | 2 | -2/+5 | |
performed | |||||
2000-10-22 | set USE_MESA prior to bsd.prefs.mk to make sure the test for built-in Mesa | rh | 1 | -3/+2 | |
gets executed | |||||
2000-10-21 | Do the DISTNAME/EXTRACT_SUFX dance to avoid DISTFILES with only one entry. | wiz | 1 | -3/+4 | |
2000-10-21 | reorder lines for pkglint, fix DEPENDS line, remove whitespace | wiz | 1 | -4/+3 | |
2000-10-21 | move BUILD_DEPENDS line to correct place | wiz | 1 | -2/+3 | |
2000-10-21 | remove trailing space | wiz | 1 | -1/+1 | |
2000-10-21 | remove trailing whitespace | wiz | 1 | -2/+2 | |
2000-10-21 | add RCS Id | wiz | 1 | -0/+1 | |
2000-10-21 | remove blank line | wiz | 1 | -2/+1 | |
2000-10-21 | NO_CHECKSUM is set, so we don't need an (empty) md5 file | wiz | 1 | -2/+0 | |
2000-10-21 | patch -> ${PATCH} | wiz | 1 | -2/+2 | |
2000-10-21 | reorder lines for pkglint | wiz | 1 | -3/+4 | |
2000-10-21 | reorder lines to be more pkglint-friendly | wiz | 1 | -4/+4 | |
2000-10-21 | remove trailing whitespace | wiz | 1 | -2/+2 | |
2000-10-21 | add RCS Id | wiz | 1 | -0/+1 | |
2000-10-21 | remove trailing whitespace | wiz | 3 | -6/+6 | |
2000-10-21 | remove trailing dot | wiz | 1 | -1/+1 | |
2000-10-21 | remove blank line | wiz | 1 | -2/+1 | |
2000-10-21 | move BUILD_DEPENDS into the DEPENDS block | wiz | 1 | -4/+3 | |
2000-10-21 | add RCS Id | wiz | 1 | -0/+1 | |
2000-10-21 | rm -> ${RM} | wiz | 1 | -2/+2 | |
2000-10-21 | remove '^a ' and '.$' | wiz | 1 | -1/+1 | |
2000-10-21 | move line for pkglint | wiz | 1 | -3/+3 | |
2000-10-21 | remove trailing whitespace | wiz | 1 | -2/+2 | |
2000-10-21 | reorder line for pkglint | wiz | 1 | -2/+2 | |
2000-10-21 | reorder lines for pkglint | wiz | 7 | -23/+23 | |
2000-10-21 | remove superfluous empty line | wiz | 1 | -2/+1 | |
2000-10-21 | ${MKDIR} includes -p. chown -> ${CHOWN}, chmod -> ${CHMOD} | wiz | 1 | -4/+4 | |
2000-10-21 | add empty line for pkglint | wiz | 1 | -1/+2 | |
2000-10-21 | rm -> ${RM} | wiz | 1 | -2/+2 | |
2000-10-21 | oops. echo -> ${ECHO} | wiz | 1 | -2/+2 | |
2000-10-21 | move line for pkglint | wiz | 1 | -2/+3 | |
2000-10-21 | reorder lines for pkglint | wiz | 1 | -4/+4 | |
2000-10-21 | Regen. | mycroft | 1 | -2/+2 | |
2000-10-21 | int32_t -> int | mycroft | 1 | -3/+3 | |
This broke on -current, because int32_t isn't defined by default. In addition, it's kinda dumb to do this in one particular place, leaving the rest of the structures defined to use non-fixed types. | |||||
2000-10-21 | Update gal to 0.2. Changes include: | rh | 5 | -20/+26 | |
* gal/e-text/e-text.c (e_text_destroy): Remove dbl_timeout and tpl_timeout. * gal/e-text/e-text-event-processor-emacs-like.c: Made the number keys on the number pad work in ETexts and ECellTexts. * gal/e-text/e-entry.c: Made EEntry accept focus properly. * gal/widgets/e-hscrollbar.c (e_hscrollbar_new): Use `gtk_object_new()' instead of `gtk_type_new()' and then `gtk_object_set()', as the latter doesn't set the CONSTRUCTED flag. * gal/widgets/e-vscrollbar.c (e_vscrollbar_new): Likewise. * gal/widgets/e-scroll-frame.c (e_scroll_frame_set_vadjustment): Use an EVScrollbar instead of a GtkVScrollbar. (e_scroll_frame_set_hadjustment): Use an EHScrollbar instead of a GtkHScrollbar. * gal/widgets/e-vscrollbar.h: New. * gal/widgets/e-vscrollbar.c: New. * gal/widgets/e-hscrollbar.h: New. * gal/widgets/e-hscrollbar.c: New. * configure.in: Use $UNICODE_CFLAGS and $UNICODE_LIBS instead of gnome-config | |||||
2000-10-21 | Bring pkg specific options into more of an alphabetic order. | wiz | 1 | -56/+56 | |
2000-10-21 | reorder line for pkglint | wiz | 1 | -2/+2 | |
2000-10-21 | Remove unnecessary lines. | wiz | 1 | -5/+1 | |
2000-10-21 | update ZIP_ENCRYPTION comment, since it only applies to zip1 anymore | wiz | 1 | -2/+2 | |
2000-10-21 | Enable assembler optimizations on i386 and sparc (where I could verify | wiz | 1 | -1/+9 | |
compilation). XXX: someone on ARM or MIPS processors could try activating those options... | |||||
2000-10-21 | Build with encryption support by default (since crypto code is freely | wiz | 2 | -19/+12 | |
exportable now), using latest crypto add-on sources. Update main distribution site and homepage. Remove CRYPTO line (not strong cryptography). Bump to 2.3nb1. | |||||
2000-10-21 | Remove cvs-current package, obsoleted by the cvs package. | wiz | 26 | -597/+1 | |
2000-10-21 | Remove obsoleted RCS_LOCALID section (now runtime variable). | wiz | 1 | -6/+1 | |