Vincent van Adrighem
47e518d612
nl.po Translation update committed for Jeroen van der Vegt
...
2002-01-23 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu >
* nl.po Translation update committed for
Jeroen van der Vegt
2002-01-24 00:36:34 +00:00
Kevin Vandersloot
4e4cf10334
Put in error message telling people not to use HEAD for the time being
...
2002-01-10 Kevin Vandersloot <kfv101@psu.edu >
* configure.in: Put in error message telling people
not to use HEAD for the time being untill I merger the
porting branch
libgtop-GNOME-2-0-port-branchpoint
2002-01-10 21:31:09 +00:00
Darin Adler
b02653eef9
Fix install problem. Don't check this into cvs.
...
* Makefile.am: Fix install problem.
* ltmain.sh: Don't check this into cvs.
2002-01-09 19:28:50 +00:00
Darin Adler
bfb2d1b25c
Fix build breakage caused by bad MAKEINFO change.
...
* Makefile.am: Fix build breakage caused by bad MAKEINFO change.
2002-01-09 18:35:28 +00:00
Owen Taylor
1042379d6d
Argument to free can't be const!
...
Mon Nov 26 20:11:31 2001 Owen Taylor <otaylor@redhat.com >
* lib/xmalloc.c include/glibtop/xmalloc.h: (glibtop_free_r):
Argument to free can't be const!
* include/glibtop/glibtop-client/backend.h
lib/glibtop-backend.c lib/glibtop-client.c: Include
glib-object.h, not gobject/gobject.h.
2001-11-27 01:15:03 +00:00
Valek Frob
240d07da28
Updated russian translation.
2001-10-14 12:05:33 +00:00
Bastien Nocera
fb2247a58b
- Renamed libgtop.pc to libgtop-2.0.pc
2001-10-13 13:43:19 +00:00
Bastien Nocera
c04ee88f00
- fixes for glib-1.3.9
2001-10-13 13:33:02 +00:00
Kwok-Koon Cheung
1b44968284
New traditional Chinese translation.
2001-09-10 19:34:18 +00:00
Kjartan Maraas
47bad7fac1
Added "nn" to ALL_LINGUAS.
...
2001-07-23 Kjartan Maraas <kmaraas@gnome.org >
* configure.in: Added "nn" to ALL_LINGUAS.
2001-07-24 23:05:50 +00:00
Kjartan Maraas
7691d85225
Added Norwegian (nynorsk) translation. Updated Norwegian (bokmål)
...
2001-07-25 Kjartan Maraas <kmaraas@gnome.org >
* nn.po: Added Norwegian (nynorsk) translation.
* no.po: Updated Norwegian (bokmål) translation.
2001-07-24 23:04:51 +00:00
Pablo Saratxaga
d0863b7406
Updated Azeri file
2001-06-07 15:41:52 +00:00
Pablo Saratxaga
7afa0e0be7
fixed header
2001-05-26 09:07:54 +00:00
Pablo Saratxaga
0c260bfef1
updted Azeri file
2001-05-05 10:02:28 +00:00
Andraz Tori
312baf1bc2
Updated Slovenian translation
2001-05-03 21:59:26 +00:00
Andraz Tori
1dc0883059
Updated Slovenian translation
2001-05-02 17:21:34 +00:00
Martin Baulig
222b93c33f
We always have libxml installed.
2001-04-20 22:35:57 +00:00
Martin Baulig
db93479a51
*** empty log message ***
2001-04-20 22:31:42 +00:00
Martin Baulig
236d2b18e7
Install this as a backend.
...
2001-04-21 Martin Baulig <baulig@suse.de >
* Makefile.am: Install this as a backend.
* libgtop-common.backend, backend.c: New files.
* inodedb.c: Removed; moved to ~/lib.
2001-04-20 22:31:26 +00:00
Martin Baulig
08956770d2
Removed all sysdeps checks.
...
2001-04-21 Martin Baulig <baulig@suse.de >
* configure.in: Removed all sysdeps checks.
* lib/sysdeps-init*.c: Removed.
* lib/inodedb.c: Moved here from sysdeps/common/inodedb.c.
* glibtop-config.h: Removed.
2001-04-20 22:29:59 +00:00
Martin Baulig
7a7c6baf55
Moved all sysdeps code to the new libgtop-backends module.
...
2001-04-20 Martin Baulig <baulig@suse.de >
Moved all sysdeps code to the new libgtop-backends module.
* sysdeps/freesd/*: Removed.
* sysdeps/kernel/*: Removed.
* sysdeps/linux/*: Removed.
* sysdeps/osf1/*: Removed.
* sysdeps/solaris/*: Removed.
* sysdeps/stub/*: Removed.
* sysdeps/stub_suid/*: Removed.
* sysdeps/sun4/*: Removed.
2001-04-20 21:06:35 +00:00
Martin Baulig
5bfb085021
Added xmalloc.c and error.c.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* lib/Makefile.am (libgtop_la_SOURCES): Added xmalloc.c and
error.c.
2001-04-20 20:53:00 +00:00
Martin Baulig
dfb9d6f967
Added `glibtop_closure *' argument.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* include/glibtop/glibtop-server.h (glibtop_init_func_t):
Added `glibtop_closure *' argument.
* include/glibtop/glibtop-backend-info.h
(glibtop_backend_close_func_t): Third argument is now
`glibtop_closure *'.
* include/glibtop/call-vector.pl: Reflect latest API changes.
2001-04-20 20:52:20 +00:00
Martin Baulig
530cc00ae7
Use G_BEGIN_DECLS and G_END_DECLS instead of LIBGTOP_BEGIN/END_DECLS.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* include/glibtop/*.h: Use G_BEGIN_DECLS and G_END_DECLS
instead of LIBGTOP_BEGIN/END_DECLS.
2001-04-20 20:50:01 +00:00
Martin Baulig
a3557112a7
Typedef this as an opaque struct.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* include/glibtop/glibtop-server.h (glibtop_closure):
Typedef this as an opaque struct.
2001-04-20 19:48:57 +00:00
Martin Baulig
3f34aafc6e
New file.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* include/glibtop/closure.h: New file.
2001-04-20 18:15:55 +00:00
Martin Baulig
d6630b9f7a
Changed void *closure' to
glibtop_closure *closure'.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* include/glibtop/*.h (glibtop_get_*_s, glibtop_get_*_pl):
Changed `void *closure' to `glibtop_closure *closure'.
* include/glibtop/*.h
(glibtop_init_*_s): Added `glibtop_closure *closure' argument.
(glibtop_init_*_p): Changed `glibtop *server' to
`glibtop_server *server' and added `glibtop_closure *closure'.
2001-04-20 18:09:15 +00:00
Martin Baulig
3b7c109916
Removed this typedef. (glibtop_server): Made the _priv' field a
void *'.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* include/glibtop/glibtop-server.h
(glibtop_server_private): Removed this typedef.
(glibtop_server): Made the `_priv' field a `void *'.
* glibtop-server-private.h: Moved to lib/.
* lib/glibtop-server-private.h
(glibtop_server_private): Moved this typedef here.
2001-04-20 17:48:55 +00:00
Martin Baulig
c5fcc9aad6
Removed this typedef. (glibtop_server): Made the _priv' field a
void *'.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* include/glibtop/glibtop-server.h
(glibtop_server_private): Removed this typedef.
(glibtop_server): Made the `_priv' field a `void *'.
2001-04-20 17:38:28 +00:00
Martin Baulig
f4fc67f85c
Added `void *closure' argument to all sysdeps functions.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* include/glibtop/*.h (glibtop_get_*_s, glibtop_get_*_pl):
Added `void *closure' argument to all sysdeps functions.
* include/glibtop/open.h (glibtop_open_s, glibtop_open_p):
Removed the `const char *program_name' argument and added
`void *closure'.
2001-04-20 17:12:11 +00:00
Martin Baulig
bcc4ec968e
Install errors.h.
2001-04-20 16:24:46 +00:00
Martin Baulig
543b3b9160
Added pkg-config file.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* libgtop.pc.in: Added pkg-config file.
2001-04-20 15:57:50 +00:00
Martin Baulig
aac46b6daf
*** empty log message ***
2001-04-20 15:48:09 +00:00
Martin Baulig
407514e4d7
Things are such much easier with the new g_signal_newc().
2001-04-20 15:47:25 +00:00
Martin Baulig
1491ccc594
Fixed libgnomesupport check.
2001-04-20 15:46:25 +00:00
Martin Baulig
14b462fdc5
Put this here.
...
2001-04-20 Martin Baulig <baulig@suse.de >
* acinclude.m4 (GNOME_FILEUTILS_CHECKS): Put this here.
2001-04-20 15:45:35 +00:00
John Gotts
1c64d5c704
Improved spec file as per feedback in gnome-devel-list.
2001-04-05 00:10:16 +00:00
Pablo Saratxaga
21ecc84514
Fixed header of Romanian file
2001-03-28 09:30:56 +00:00
Andraz Tori
b7acfa6441
Updated Slovenian translation
2001-03-25 13:11:22 +00:00
Fatih Demir
de0391e6a4
Completed tr.po by Gorkem
2001-03-25 10:57:00 +00:00
Fatih Demir
56e7068a8b
Updated tr.po
2001-03-23 21:32:00 +00:00
Marius Andreiana
ed9140570e
Added partial ro (Romanian) translation
2001-03-17 13:33:36 +00:00
Marius Andreiana
ae5ecfe538
Added partially ro (Romanian) translation
2001-03-17 13:33:06 +00:00
Pablo Saratxaga
fdd8cb8d27
updatd Azeri file
2001-03-15 16:22:11 +00:00
Stano Visnovsky
2c986b988f
Fixed Slovak translation from Marcel Telka
2001-03-14 12:08:32 +00:00
Stano Visnovsky
46cf060788
Updated Slovak translation from Marcel Telka <marcel@telka.sk>
2001-03-13 11:55:18 +00:00
jjranta
6ded77b938
Updated Finnish translation by Pauli Virtanen
2001-03-12 18:34:31 +00:00
Andraz Tori
b730035db5
Updated Slovenian translation
2001-03-01 23:29:27 +00:00
Andraz Tori
38755e23a3
Updated Slovenian translation
2001-02-19 23:07:25 +00:00
Simos Xenitellis
94a24147c7
Updated Greek translation
2001-02-19 16:32:42 +00:00