2010-01-02 Colin Watson * Makefile.am (CLEANFILES): Add telegnome.desktop. 2009-04-28 Colin Watson * src/prefs.c (prefs_show, construct_channels_page, edit_channel): Convert from GTK+ signals to GLib signals. * src/gui.c (new_toolbar): Likewise (albeit in commented-out code). 2009-04-28 Colin Watson Update intltool handling. * telegnome.desktop: Rename to ... * telegnome.desktop.in: ... this. Move translations to ... * po/fr.po, po/nl.po, po/pt_BR.po: ... here. * Makefile.am (EXTRA_DIST): Replace telegnome.desktop with telegnome.desktop.in. Add intltool-extract.in, intltool-merge.in, and intltool-update.in. (DISTCLEANFILES): Add intltool-extract, intltool-merge, and intltool-update. Use @INTLTOOL_DESKTOP_RULE@. * configure.ac: Call IT_PROG_INTLTOOL. * po/LINGUAS: Reformat to one language per line. Add pt_BR. * po/POTFILES.in: Add telegnome.desktop.in. * po/*.po: Update. * .gitignore, po/.gitignore: Update. 2009-04-28 Colin Watson * telegnome.desktop: Add Categories field. 2009-04-28 Colin Watson * Makefile.am (EXTRA_DIST): Add MAINTAINERS and telegnome.doap. 2009-04-28 Colin Watson * src/gui.c (new_gui), src/prefs.c (tele_view_update_page): Convert from gnome_pixmap_file to gnome_program_locate_file. 2009-04-28 Colin Watson Clean up most uses of deprecated GNOME APIs. There are still a few difficult ones left. * src/channel.c: Include and rather than . * src/channel.h: Include rather than . * src/gui.c: Include , , , and rather than . * src/gui.h: Include and rather than . * src/http.c: Remove unnecessary inclusion. * src/main.c: Include , , and rather than . Remove unnecessary inclusion. * src/pixpack.h: Include rather than . Remove unnecessary inclusion. * src/prefs.c: Include , , , and "main.h". * src/prefs.h: Include rather than . * src/view.c: Include . * src/view.h: Include rather than and . * src/channel.c (channel_new_from_config, channel_save_to_config): Use g_string_printf rather than g_string_sprintf. * src/gui.c (new_gui, new_toolbar, create_channel_menu, new_entry): Convert from GTK+ signals to GLib signals. * src/prefs.c (fill_channel_list): Use GDestroyNotify rather than GtkDestroyNotify. * src/gui.c (gui_restore_session, cb_toggle_paging, gui_pager_timer, refresh_timer): Convert from GtkProgress to GtkProgressBar. * src/gui.h (struct _Gui): Adjust type of progress element. * src/gui.c (create_channel_menu): Use gtk_menu_shell_append rather than gtk_menu_append. (refresh_channel_menu): Use gtk_menu_shell_insert rather than gtk_menu_bar_insert. * src/pixpack.c (pixpack_get_type, pixpack_class_init): Convert from GtkType to GType. * src/pixpack.h (PIXPACK, PIXPACK_CLASS, IS_PIXPACK, IS_PIXPACK_CLASS): Likewise. (pixpack_get_type): Update prototype. * src/prefs.c (set_tooltip): Remove (gtk_widget_set_tooltip_text is sufficient now). (construct_misc_page): Convert from GtkTooltips to GtkTooltip. * src/prefs.h (set_tooltip): Remove prototype. * src/prefs.c: Use gtk_entry_new/gtk_entry_set_max_length rather than gtk_entry_new_with_max_length. * src/prefs.h (TELEGNOME_CANVAS_WIDTH, TELEGNOME_CANVAS_HEIGHT): Remove. 2009-04-28 Colin Watson * Makefile.am (EXTRA_DIST): config.rpath no longer appears to exist, so don't distribute it. * configure.ac (ALL_LINGUAS): Remove; moved to ... * po/LINGUAS: ... here. New file. 2009-04-28 Colin Watson * .gitignore, doc/.gitignore, doc/C/.gitignore, po/.gitignore, src/.gitignore: Add ignores, ported from Subversion. 2009-04-28 Colin Watson * configure.in: Rename to ... * configure.ac: ... this. * autogen.sh: Account for renaming. Create m4 directory if necessary. 2009-04-28 Colin Watson * telegnome.doap: New file. 2008-06-29 Piotr Drąg * configure.in: Add pl to ALL_LINGUAS. * po/pl.po: Add Polish translation. 2008-05-06 Colin Watson * src/pixpack.c (pixpack_get_type): Fix build where GtkType != guint (Debian bug #479740). 2008-05-04 Colin Watson * Makefile.am: Install telegnome.desktop in $(datadir)/applications, not $(datadir)/gnome/apps/Internet. 2008-05-04 Colin Watson * Makefile.am: Move gnome-doc-utils.make to MAINTAINERCLEANFILES. 2008-05-04 Colin Watson * configure.in: Version 0.1.1 (post-release increment).