Mercurial > gftp.yaz
comparison lib/gftp.h @ 26:d74bfa342116
2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add intl,
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath mkinstalldirs.
* configure.in (AC_OUTPUT): Add intl/Makefile,
2002-09-24 Brian Masney <masneyb@gftp.org>
* lib/config_file.c - separated saving of bookmarks from
gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will
no longer be rewritten to disk every time gFTP exits
* src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of
gftp_write_config_file() when altering a bookmark
* configure.in - Fixed problem with the text port being compiled
against glib 1.2 if we wanted it to be compiled against glib 2.0
instead
* autogen.sh - add this build script
author | masneyb |
---|---|
date | Tue, 24 Sep 2002 12:18:40 +0000 |
parents | 3b2dcdefc7e9 |
children | c8ec7877432e |
comparison
equal
deleted
inserted
replaced
25:8ded3af0172c | 26:d74bfa342116 |
---|---|
481 | 481 |
482 void add_to_bookmark ( gftp_bookmarks *newentry ); | 482 void add_to_bookmark ( gftp_bookmarks *newentry ); |
483 | 483 |
484 void gftp_write_config_file ( void ); | 484 void gftp_write_config_file ( void ); |
485 | 485 |
486 void gftp_write_bookmarks_file ( void ); | |
487 | |
486 GHashTable * build_bookmarks_hash_table ( gftp_bookmarks * entry ); | 488 GHashTable * build_bookmarks_hash_table ( gftp_bookmarks * entry ); |
487 | 489 |
488 void print_bookmarks ( gftp_bookmarks * bookmarks ); | 490 void print_bookmarks ( gftp_bookmarks * bookmarks ); |
489 | 491 |
490 /* misc.c */ | 492 /* misc.c */ |