summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mega-merge from gnome-libs-1-0 to CANVAS_CLEANUP so that I can finish ↵CANVAS_CLEANUPArturo Espinosa1999-12-139-423/+270
| | | | | | cleaning it up - Federico svn path=/branches/CANVAS_CLEANUP/; revision=1036
* This commit was manufactured by cvs2svn to create branchnobody1999-11-0938-5157/+0
| | | | | | 'CANVAS_CLEANUP'. svn path=/branches/CANVAS_CLEANUP/; revision=993
* uses test -r instead of test -e, was reported as a portability bug wrtEskil Heyn Olsen1999-11-092-1/+6
| | | | | | | * gnome-pilot.m4: uses test -r instead of test -e, was reported as a portability bug wrt solaris. svn path=/trunk/; revision=992
* added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. AddsEskil Heyn Olsen1999-10-312-4/+48
| | | | | | | * gnome-pilot.m4: added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link. svn path=/trunk/; revision=985
* builds now. Integrate new popt. Don't install this library. LinkElliot Lee1999-10-299-268/+417
| | | | | | | | | | * liboafgnome/: builds now. * support/: Integrate new popt. Don't install this library. * libgnome/Makefile.am: Link ../support/libgnomesupport.la in as part of libgnome.la * */Makefile.am: Reflect this * configure.in: Use AM_PATH_ORBIT macro svn path=/trunk/; revision=984
* this should be a better fixJacob Berkman1999-10-242-4/+7
| | | | | | | | 1999-10-24 Jacob Berkman <jberkman@andrew.cmu.edu> * gnome-ghttp-check.m4: this should be a better fix svn path=/trunk/; revision=980
* use a temp value until we know that ghttp exists. This will hopefully fixJacob Berkman1999-10-222-3/+10
| | | | | | | | | | 1999-10-21 Jacob Berkman <jberkman@andrew.cmu.edu> * gnome-ghttp-check.m4: use a temp value until we know that ghttp exists. This will hopefully fix building on Solaris machines svn path=/trunk/; revision=974
* ditto (mark_current_day): ditto (month_view_set): dittoMiguel de Icaza1999-09-271-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-09-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * month-view.c (add_event): ditto (mark_current_day): ditto (month_view_set): ditto * goto.c (goto_dialog): ditto. * gnome-month-item.c (gnome_month_item_init): ditto. * gncal-day-panel.c (gncal_day_panel_new): ditto. * getdate.c (RelativeDate): ditto. * eventedit.c (set_all_day): ditto. (ee_rp_init_rule): ditto. * calendar.c (vcalendar_create_from_calendar): ditto. * calendar-conduit.c (update_record): ditto. * calobj.c (ical_object_generate_events): Get rid of pointers to values returned from localtime, as it uses a static buffer. svn path=/trunk/; revision=928
* Remove -Wpointer-arith to make recent egcs & glibc to stop generatingJody Goldberg1999-09-272-2/+9
| | | | | | warnings. svn path=/trunk/; revision=926
* Merge from popt CVS.Elliot Lee1999-09-109-73/+79
| | | | | | Merge from popt CVS. svn path=/trunk/; revision=913
* corrected my email added db_handle, the "file descriptor" for an openedEskil Heyn Olsen1999-09-081-0/+38
| | | | | | | | | | * conduits/*/*control-applet.c: corrected my email * gpilotd/gnome-pilot-dbinfo.h: added db_handle, the "file descriptor" for an opened db. * gpilotd/gnome-pilot-conduit-standard-abs.c: uses dbi->db_handle instead of ->index. svn path=/trunk/; revision=898
* If you're going to AC_PATH_PROG then use the prog you find :-)Havoc Pennington1999-09-012-2/+7
| | | | | | | | | 1999-09-01 Havoc Pennington <hp@pobox.com> * gnome-xml-check.m4: If you're going to AC_PATH_PROG then use the prog you find :-) svn path=/trunk/; revision=887
* Have 'make dist' work with builddir != srcdir.Elliot Lee1999-08-191-3/+3
| | | | | | Have 'make dist' work with builddir != srcdir. svn path=/trunk/; revision=883
* revert previous commitElliot Lee1999-08-191-1/+1
| | | | svn path=/trunk/; revision=873
* BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 isElliot Lee1999-08-191-1/+1
| | | | | | | BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is definitely required, and other people think 1.2.3 is required). svn path=/trunk/; revision=872
* Woohoo! everything seems to be compiling and working properly.. and the ↵gedit1999-08-082-18/+0
| | | | | | binary is smaller too.. lets go for a merge and start getting some work done again... svn path=/trunk/; revision=870
* merging gnome-conduit-check.m4 removal from the newconduit branchPeter Teichman1999-08-022-50/+5
| | | | svn path=/trunk/; revision=867
* put gnome-conduit-check.m4 into HEAD.Peter Teichman1999-07-312-0/+55
| | | | svn path=/trunk/; revision=865
* Exit with error code if configure fails.Elliot Lee1999-07-291-1/+1
| | | | | | Exit with error code if configure fails. svn path=/trunk/; revision=863
* Fix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set theElliot Lee1999-07-261-0/+1
| | | | | | | | Fix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set the intl domain. svn path=/trunk/; revision=859
* Add a comment to show how to get gtk 1.2 and glib 1.2 from cvslukka1999-07-082-1/+7
| | | | svn path=/trunk/; revision=849
* fix'em bugs.Elliot Lee1999-07-061-0/+2
| | | | | | fix'em bugs. svn path=/trunk/; revision=844
* libgnorba: Remove GnomeObject stuff.Elliot Lee1999-07-066-16/+69
| | | | | | | | libgnorba: Remove GnomeObject stuff. support: Merge newer popt in from canonical source. svn path=/trunk/; revision=842
* Forbid compiling gnome with gtk 1.3 as it doesn't worklukka1999-07-062-0/+18
| | | | svn path=/trunk/; revision=841
* Make "extra library" message slightly easier to read.Raja R Harinath1999-07-062-1/+5
| | | | | | * gnome.m4: Make "extra library" message slightly easier to read. svn path=/trunk/; revision=840
* give -Wunused to gcc instead of -Wno-unused.Tim Janik1999-06-252-1/+5
| | | | | | | | Sat Jun 26 01:47:53 1999 Tim Janik <timj@gtk.org> * compiler-flags.m4: give -Wunused to gcc instead of -Wno-unused. svn path=/trunk/; revision=832
* Add WITH_SMBFSMiguel de Icaza1999-06-221-1/+18
| | | | | | | | | | | | | | | | | | | | | | | 1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * acconfig.h: Add WITH_SMBFS * macros/gnome-vfs.m4: Support conditional samba support. 1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * gsession.c (create_default_panel): Use directory specified in command line. * gcorba.c (corba_create_window): Pass the directory we receive or cwd if this value is NULL. * gmain.c (non_corba_create_panels): Use parameter for startup directory (use the this_dir external directory for this). (create_panels): Pass this_dsir to non_corba_create_panels and corba_create_window. svn path=/trunk/; revision=826
* Give an error when an attempt is made to move an empty directory intoRobert Brady1999-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 1999-06-01 Robert Brady <rwb197@ecs.soton.ac.uk> * file.c (move_dir_dir): Give an error when an attempt is made to move an empty directory into itself. 1999-06-14 Wayne Roberts <wroberts1@cx983858-b.orng1.occa.home.com> * vfs/smbfs.c: New file. Implements the Samba-based file system. * vfs/vfs.h: Declare vfs_smbfs_ops, vfs_file_is_smb. * vfs/vfs.c (vfs_file_is_smb): implemented. (vfs_init) register smbfs. * vfs/samba: Incorporate SAMBA source code required for smbfs 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * Make.common.in (confdir): Define confdir as sysconfdir. This should fix the problem we had with FSSTND distributions. svn path=/trunk/; revision=825
* Make -lqthreads be detected by qt_null, not main - now works on Debianlukka1999-06-112-2/+8
| | | | svn path=/trunk/; revision=821
* Put c++ guards after #includes.Raja R Harinath1999-05-273-7/+20
| | | | | | | | | * gnomesupport.awk: Put c++ guards after #includes. * gnomesupport-fake.h: Remove dependence on `gnome-argp.h'. Move relevant declarations here. svn path=/trunk/; revision=810
* Use `set_errno' instead of `__set_errno' and define `set_errno' here.Martin Baulig1999-05-122-4/+15
| | | | | | | | | 1999-05-12 Martin Baulig <martin@home-of-linux.org> * canonicalize.c: Use `set_errno' instead of `__set_errno' and define `set_errno' here. svn path=/trunk/; revision=808
* Add `gnome-bonobo-check.m4'.Raja R Harinath1999-05-112-0/+5
| | | | | | * Makefile.am (MACROS): Add `gnome-bonobo-check.m4'. svn path=/trunk/; revision=797
* made test program return 0, changed BONOBO_CHECK to not return "failure"Jacob Berkman1999-05-092-1/+7
| | | | | | | | | 1999-05-09 Jacob Berkman <jberk+@cmu.edu> * gnome-bonobo-check.m4: made test program return 0, changed BONOBO_CHECK to not return "failure" on success svn path=/trunk/; revision=793
* Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.Raja R Harinath1999-04-173-3/+9
| | | | | | | | * gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of AM_PATH_GNOME_PRINT. * Makefile.am (MACROS): Sort lines. svn path=/trunk/; revision=760
* Bononbized Gnumeric compiles.Arturo Espinosa1999-04-131-0/+1
| | | | | | | | Bononbized Gnumeric compiles. Miguel. svn path=/trunk/; revision=756
* Updated bonobo checksArturo Espinosa1999-04-131-30/+6
| | | | svn path=/trunk/; revision=755
* Added Bonobo testArturo Espinosa1999-04-131-0/+172
| | | | svn path=/trunk/; revision=754
* Require GTK 1.2 -MIguelArturo Espinosa1999-04-061-1/+1
| | | | svn path=/trunk/; revision=738
* Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFSNorbert Warmuth1999-03-292-2/+30
| | | | | | | | | | | | | | | | | | | Sun Mar 28 23:39:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS checks. * src/util.c (is_printable): Character 155 is non printable even when full eight bit output is enabled (on the linux console 155 is interpreted as "ESC ["). * vfs/vfs.h (vfs_translate_url): Fixed the macro which is used when compiling without vfs. * macros/gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs to be fixed but that's not a problem because there's no libvfs, yet. svn path=/trunk/; revision=730
* Cambia algunos nomrees del los inputfiles,Alan Aspuru Guzik1999-03-281-1/+1
| | | | svn path=/trunk/; revision=729
* <sys/types.h> before <fcntl.h>Asbjørn Pettersen1999-03-282-1/+6
| | | | svn path=/trunk/; revision=727
* Rename from supportincludedir so that `gnomesupport.h' can be installedRaja R Harinath1999-03-272-6/+15
| | | | | | | | | | | | * Makefile.am (supportexecincludedir): Rename from supportincludedir so that `gnomesupport.h' can be installed with `make install-exec'. (supportinclude_HEADERS): Remove. Don't install popt-gnome.h twice. (error.o): Change `error.c: gnomesupport.h' dependency to `error.o: gnomesupport.h' to reflect actual dependency. svn path=/trunk/; revision=726
* Revert unlogged change.Raja R Harinath1999-03-171-1/+1
| | | | svn path=/trunk/; revision=715
* se arreglaron las graficas de la funcion de onda, por lo menos el HO jala ↵Alan Aspuru Guzik1999-03-171-1/+1
| | | | | | | | | bien con variacional adios el rulo svn path=/trunk/; revision=712
* Applied this change:Tomislav Vujec1999-03-102-3/+12
| | | | | | | | | | 1999-03-10 Tomislav Vujec <tvujec@carnet.hr> * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in ACLOCAL. This allows maintainer rules to work if any of the macros change. svn path=/trunk/; revision=700
* Applied Bug fix:Raja R Harinath1999-03-102-1/+8
| | | | | | | | | | 1999-03-10 Tomislav Vujec <tvujec@carnet.hr * gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing for additional inits. It gets expanded while generating configure, resulting in an empty parameter list - syntax error in for statement. svn path=/trunk/; revision=699
* Add a new paramater, which is passed to GNOME_INIT_HOOK.Raja R Harinath1999-03-102-6/+33
| | | | | | | | | | | | | | | | | | | * gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to GNOME_INIT_HOOK. (GNOME_INIT_HOOK): New parameter "additional inits". This is a list like "applets capplet", and the corresponding GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined. Note: This change requires all standalone panel applets to use GNOME_INIT(applets) instead of just GNOME_INIT in their configure.ins. I don't think there are any standalon panel applets in Gnome CVS. This is partly to fix a bug with a message `unknown library: applets' that appears when gnome-core is installed the first time. svn path=/trunk/; revision=698
* Ok, this was bugging me.... ....for a while my objc compiler was borked. IMark Crichton1999-03-012-0/+11
| | | | | | | | | | | | | | Ok, this was bugging me.... ....for a while my objc compiler was borked. I had it, but it didn't work. gnome-network would abuse and abuse me since it only checked for the objc compiler and not gnome-objc. Noticed we didn't have a HAVE_GNOME_OBJC conditional, so I added it. It works (so far...) Mark Crichton svn path=/trunk/; revision=673
* Remove a CVS conflict marker.Martin Baulig1999-02-281-1/+1
| | | | svn path=/trunk/; revision=666
* Require at least gtk+ 1.2 (pointless getting bug reports with an oldGregory McLean1999-02-272-2/+6
| | | | | | | | | 1998-02-27 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting bug reports with an old glib/gtk/gdk set..) svn path=/trunk/; revision=665