summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed all the stuff for argp, that was causing gnomesupport not tounlabeled-1.28.6Sebastian Wilhelmi1998-12-161-23/+0
| | | | | | | | | | | | | | 1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * macros/gnome-support.m4: Removed all the stuff for argp, that was causing gnomesupport not to build. * support/Makefile.am (libgnomesupport_la_SOURCES): added gnome-argp.c, which is needed for platforms without program_invocation_short_name and program_invocation_name. (libgnomesupport_la_LIBADD): reinstalled the correct value. svn path=/branches/unlabeled-1.28.6/; revision=534
* This commit was manufactured by cvs2svn to create branchnobody1998-11-12112-19429/+0
| | | | | | 'unlabeled-1.28.6'. svn path=/branches/unlabeled-1.28.6/; revision=470
* Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binariesRaja R Harinath1998-11-122-6/+7
| | | | | | | | * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries running on Solaris 2.6. From Frederic Devernay <devernay@istar.fr>. svn path=/trunk/; revision=469
* Included alloca where necesary. Fixed some void pointer arithmetic. Fixedjaycox1998-11-093-6/+22
| | | | | | | | | | Included alloca where necesary. Fixed some void pointer arithmetic. Fixed some variable used as initializer errors. replaced gint foo:1; with guint foo:1; Everything but zvt now compiles on irix 6.5 with sgi's compiler. svn path=/trunk/; revision=467
* Include. Define POPT_() and _() i18n markers based on this.Raja R Harinath1998-11-061-0/+6
| | | | | | | | * popt.c (gnomesupport-fake.h): Include. * poptint.h (ENABLE_NLS): Define POPT_() and _() i18n markers based on this. svn path=/trunk/; revision=466
* Fix stupid type (sterror_r -> strerror_r).Raja R Harinath1998-11-062-1/+5
| | | | | | * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). svn path=/trunk/; revision=465
* Include gnomesupport.h unconditionally. Build libgnomesupport.laRaja R Harinath1998-11-043-18/+29
| | | | | | | | | | | | | | | | | | | | * gnomesupport-fake.h: Include gnomesupport.h unconditionally. * Makefile.am: Build libgnomesupport.la unconditionally. (popt_sources): List `popt' sources. (libgnomesupport_la_SOURCES): Include $popt_sources. (include_HEADERS): Install `popt.h'. (noinst_HEADERSS): Don't install poptint.h and findme.h. * popt.c: New file. From the POPT package. Replacement for argp/getopt. * poptparse.c: Likewise. * popthelp.c: Likewise. * poptconfig.c: Likewise. * findme.c: Likewise. * findme.h: Likewise. * popt.h: Likewise. * poptint.h: Likewise. svn path=/trunk/; revision=464
* Set this unconditionally to `yes'. We'll soon be losing this variable.Raja R Harinath1998-11-042-10/+12
| | | | | | | * gnome-support.m4 (need_gnome_support): Set this unconditionally to `yes'. We'll soon be losing this variable. svn path=/trunk/; revision=463
* use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)Sebastian Wilhelmi1998-11-031-1/+1
| | | | | | instead of compiling them again. svn path=/trunk/; revision=462
* added POPT_ARG_INTL_DOMAIN (Elliot Lee)Erik Troan1998-10-294-25/+69
| | | | | | updated Makefile's to be more GNUish (Elliot Lee) svn path=/trunk/; revision=460
* Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yesHavoc Pennington1998-10-281-1/+1
| | | | | | case. -Wshadow complains a *lot* about gtk-- and gtk--draw. svn path=/trunk/; revision=458
* implemented POPT_ARGINFO_INC_DATAErik Troan1998-10-273-6/+13
| | | | svn path=/trunk/; revision=456
* don't typedef poptOption on c++Erik Troan1998-10-262-0/+4
| | | | svn path=/trunk/; revision=455
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-251-0/+56
| | | | | | | | | | | | | | | | | | | | enum { GLIBTOP_PPP_STATE_UNKNOWN = 0, GLIBTOP_PPP_STATE_HANGUP, GLIBTOP_PPP_STATE_ONLINE }; struct _glibtop_ppp { u_int64_t flags, state, /* GLIBTOP_PPP_STATE */ bytes_in, /* GLIBTOP_PPP_BYTES_IN */ bytes_out; /* GLIBTOP_PPP_BYTES_OUT */ }; Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin svn path=/trunk/; revision=454
* added i18n supportErik Troan1998-10-223-18/+38
| | | | svn path=/trunk/; revision=452
* implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POSTErik Troan1998-10-214-7/+46
| | | | svn path=/trunk/; revision=451
* added poptGetInvocationName()Erik Troan1998-10-213-0/+6
| | | | svn path=/trunk/; revision=450
* added POPT_ARGFLAG_ONEDASHErik Troan1998-10-213-10/+21
| | | | svn path=/trunk/; revision=449
* Add ORBIT_IDL detection; fix failure flag.Andrew T. Veliath1998-10-202-4/+10
| | | | | | | * gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL detection; fix failure flag. svn path=/trunk/; revision=448
* Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGSHavoc Pennington1998-10-171-0/+41
| | | | | | (GNOME_CXX_WARNINGS) svn path=/trunk/; revision=447
* added proper licensing infoErik Troan1998-10-169-0/+36
| | | | svn path=/trunk/; revision=446
* test1.cErik Troan1998-10-131-8/+19
| | | | svn path=/trunk/; revision=444
* used POPT_ARG_MASKErik Troan1998-10-131-6/+7
| | | | svn path=/trunk/; revision=443
* use POPT_ARG_MASKErik Troan1998-10-131-8/+8
| | | | svn path=/trunk/; revision=442
* 1) added (unimplemented) POPT_CB_USE_INCLUDE_DATA and POPT_ARG_FLAG_*Erik Troan1998-10-132-0/+6
| | | | | | 2) added (and sued) POPT_ARG_MASK svn path=/trunk/; revision=441
* static's added, do_reget hack removedPavel Machek1998-10-121-0/+3
| | | | svn path=/trunk/; revision=440
* fixed --helpErik Troan1998-10-121-3/+3
| | | | svn path=/trunk/; revision=439
* Now it should also work when building packages.Martin Baulig1998-10-111-2/+2
| | | | svn path=/trunk/; revision=437
* Added `-Wno-unused'.Martin Baulig1998-10-112-1/+5
| | | | | | | | 1998-10-12 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'. svn path=/trunk/; revision=436
* Use `:' instead of the empty string if there is nothing to do since theMartin Baulig1998-10-112-0/+8
| | | | | | | | | | 1998-10-11 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead of the empty string if there is nothing to do since the empty string is no valid shell sytax. svn path=/trunk/; revision=434
* Check for "guile-config" and then for "build-guile", if guile-configMarius Vollmer1998-10-112-10/+37
| | | | | | | | | | | * gnome-guile-checks.m4: Check for "guile-config" and then for "build-guile", if guile-config couldn't be found. Do not explicitely include output from "info libdir", it is already included in "link". Use "compile" instead of "info includedir". Do not include "1.2" in error message when Guile can't be found at all. svn path=/trunk/; revision=433
* Added optional third parameter which is the `script-if-enabled' parameterMartin Baulig1998-10-112-1/+7
| | | | | | | | | | 1998-10-11 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional third parameter which is the `script-if-enabled' parameter of the GNOME_LIBGTOP_HOOOK. svn path=/trunk/; revision=432
* automake linux fiddles.jbj1998-10-085-0/+20
| | | | svn path=/trunk/; revision=431
* Cells from the clipboard do not have a Sheet parameter attached.Miguel de Icaza1998-10-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 1998-10-06 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_modified): Cells from the clipboard do not have a Sheet parameter attached. * src/sheet.c (sheet_cell_add): Check the computed style: if the computed style includes a format, then turn on the cell flag for format is set to avoid the auto guess of cell content. (sheet_style_compute): Now can return the flags of the style that were not part of the default style. * src/file.c (dialog_query_load_file, workbook_save_as): Put the window close to the mouse. * src/workbook.c (sheet_check_dirty, workbook_close): Do not cancel without warning the user if the workbook has changed. (workbook_new, workbook_can_close, workbook_window_destroy, quit_cmd, close_cmd): Reorganized the code to suit the new code to prevent inadvertent quits. svn path=/trunk/; revision=429
* Added test for xlc, to run automake with --include-depsJoel Becker1998-10-061-1/+6
| | | | svn path=/trunk/; revision=428
* Remove `-W'. (warn-unused): Remove.Raja R Harinath1998-10-052-14/+8
| | | | | | | * compiler-flags.m4 (warnCFLAGS): Remove `-W'. (warn-unused): Remove. svn path=/trunk/; revision=427
* Fix typo while signaling the error.Karl Eichwalder1998-10-051-1/+1
| | | | | | | | 1998-10-05 Karl Eichwalder <ke@suse.de> * gnome-xml-check.m4: Fix typo while signaling the error. svn path=/trunk/; revision=426
* Added `AC_SUBST(libgtop_postinstall)'. This is used inMartin Baulig1998-10-012-0/+9
| | | | | | | | | | | 1998-10-01 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Added `AC_SUBST(libgtop_postinstall)'. This is used in `src/daemon/Makefile.am' to make the server suid root or sgid kmem if required. svn path=/trunk/; revision=422
* Make it accept libgtop >= 0.25.0 again.Martin Baulig1998-09-282-4/+4
| | | | | | | | 1998-09-28 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: Make it accept libgtop >= 0.25.0 again. svn path=/trunk/; revision=419
* Make the default not to build the LibGTope examples.Martin Baulig1998-09-282-2/+7
| | | | | | | | | 1998-09-28 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Make the default not to build the LibGTope examples. svn path=/trunk/; revision=418
* New configure parameter to add `-Wunused' to the warning flags.Martin Baulig1998-09-282-2/+20
| | | | | | | | | 1998-09-28 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4 (--enable-warn-unused): New configure parameter to add `-Wunused' to the warning flags. svn path=/trunk/; revision=417
* add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1998-09-271-1/+3
| | | | | | gettextify rpmMessage/rpmError/fprintf messages. svn path=/trunk/; revision=414
* split popt into multiple filesErik Troan1998-09-271-0/+42
| | | | svn path=/trunk/; revision=413
* 1) modified test to display callback val fieldErik Troan1998-09-273-0/+470
| | | | | | 2) split popt stuff into multiple iles svn path=/trunk/; revision=412
* changed popt callbacks t get a pointer into the option tableErik Troan1998-09-273-5/+7
| | | | svn path=/trunk/; revision=411
* by default, allow exec's across absolute pathsErik Troan1998-09-271-0/+1
| | | | svn path=/trunk/; revision=410
* 1) added included tablesErik Troan1998-09-273-258/+95
| | | | | | | 2) added option callbacks 3) added automatic help/usage messages svn path=/trunk/; revision=409
* Make it require libgtop >= 0.26.2.Martin Baulig1998-09-272-1/+5
| | | | | | | | 1998-09-27 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: Make it require libgtop >= 0.26.2. svn path=/trunk/; revision=405
* List fish file systemArturo Espinosa1998-09-251-1/+1
| | | | svn path=/trunk/; revision=402
* Add checks for -lsocket -lnsl.Raja R Harinath1998-09-252-3/+13
| | | | | | * gnome-ghttp-check.m4: Add checks for -lsocket -lnsl. svn path=/trunk/; revision=401