08fb7329cb
Fixing the license text.
...
svn path=/trunk/; revision=14212
2001-10-27 16:59:46 +00:00
02dcd0aadf
Update the licensing information to require version 2 of the GPL
...
(instead of version 2 or any later version).
svn path=/trunk/; revision=14190
2001-10-27 00:25:49 +00:00
9bcfef421b
Walk a hierarchy using the "/subfolders/" convention and call a callback
...
* e-path.c (e_path_find_folders): Walk a hierarchy using the
"/subfolders/" convention and call a callback for each folder
found.
svn path=/trunk/; revision=9721
2001-05-08 22:05:00 +00:00
6d9167de80
Remove #include <glib.h> Shuffle some headers. Remove #include
...
2001-03-29 Kjartan Maraas <kmaraas@gnome.org >
* e-corba-utils.h: Remove #include <glib.h>
* e-dialog-widgets.c: Shuffle some headers.
* e-dialog-widgets.h: Remove #include <libgnomeui/gnome-propertybox.h>
* e-gtk-utils.c: #include <gtk/gtksignal.h>
* e-gtk-utils.h: Replace #include <gtk/gtk.h>
* e-gui-utils.c: Replace #include <gnome.h>
* e-html-utils.c: Shuffle headers.
* e-iterator.c: Replace #include <gtk/gtk.h>
* e-iterator.h: Replace #include <gtk/gtk.h>
* e-list-iterator.c: Remove #include <gtk/gtk.h>
* e-list-iterator.h: Replace #include <gtk/gtk.h>
* e-list.c: Remove #include <gtk/gtk.h>
* e-list.h: Replace #include <gtk/gtk.h>
* e-memory.c: #include <string.h> and <stdlib.h>
* e-msgport.c: Move around some includes. s/%d/%ld/g in a printf()
call to fix a warning.
* e-pilot-map.c: #include <string.h>. Replace #include <gnome.h>
* e-pilot-util.c: Remove #include <gnome.h>
* e-sexp.c: Remove #include <glib.h>
* e-sexp.h: Replace #include <gtk/gtk.h>
* e-time-utils.c: #include <string.h>
* md5-utils.c: Shuffle headers.
* test-ename-western-gtk.c: Replace #include <gnome.h>
* test-ename-western.c: Same here.
svn path=/trunk/; revision=9016
2001-03-29 18:07:13 +00:00
13afe78350
Fix a bug noticed by kmaraas
...
* e-path.c (e_path_to_physical): Fix a bug noticed by kmaraas
svn path=/trunk/; revision=8763
2001-03-16 21:00:39 +00:00
ca443fec62
New function to turn foo/bar into foo/subfolders/bar. The inverse function
...
* e-path.c (e_path_to_physical): New function to turn foo/bar into
foo/subfolders/bar. The inverse function doesn't exist yet because
I didn't need it. Also, if the shell were going to use this, we'd
need a few more tools...
* Makefile.am (libeutil_la_SOURCES): Add e-path.[ch]
svn path=/trunk/; revision=8467
2001-03-02 00:31:23 +00:00