summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-04-20 14:22:13 +0100
committerBastien Nocera <hadess@hadess.net>2009-04-20 14:22:13 +0100
commitee7d2c9264f5b5bc7d11a71bba6dade1abedb9b7 (patch)
tree31047234c3ef1a3725f01a05c22e41ee79c81040
parent41582ab82cc8da820a653aa11305cb1260a780be (diff)
downloadnautilus-sendto-NAUTILUS_SENDTO_1_1_4_1.tar.gz
More build fixesNAUTILUS_SENDTO_1_1_4_1
-rw-r--r--.gitignore5
-rw-r--r--ChangeLog1267
-rw-r--r--Makefile.am8
-rw-r--r--NEWS9
-rw-r--r--configure.in2
-rw-r--r--po/ChangeLog951
6 files changed, 23 insertions, 2219 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..67ef8ea
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+*.gmo
+*.lo
+*.la
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 52d9ace..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,1267 +0,0 @@
-========= nautilus-sendto 1.1.4 =========
-
-2009-04-17 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: 1.1.4
-
-2009-04-09 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/nautilus-sendto-plugin.c (save_online_buddies):
- Don't crash when writing the buddies list fails (eg. full filesystem),
- spotted by Stu Tomlinson <stu@nosnilmot.com>
- See: https://bugzilla.redhat.com/show_bug.cgi?id=491458
-
-2009-04-08 Bastien Nocera <hadess@hadess.net>
-
- * Makefile.am:
- * configure.in:
- * gaim_plugin/.cvsignore:
- * gaim_plugin/Makefile.am:
- * gaim_plugin/nautilus-sendto-plugin.c:
- * src/plugins/gaim/Makefile.am:
- * src/plugins/gaim/gaim.c: 2 years after the rename, removing
- the GAIM plugin(s), nobody should be using them anymore
-
-2009-04-08 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/nautilus-sendto-plugin.c (get_buddies_path),
- (get_online_buddies), (save_online_buddies), (init_plugin_stuff),
- (send_file), (process_file), (take_spool_files), (plugin_load),
- (plugin_unload), (force_load_once), (init_plugin): Loads of
- cleanups, and use GLib functions when possible
-
-2009-04-08 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/Makefile.am: Fix linkage, and add
- more warnings to the build
-
-========= nautilus-sendto 1.1.3 =========
-
-2009-04-03 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: 1.1.3
-
-2009-03-18 Jonny Lamb <jonny.lamb@collabora.co.uk>
-
- * src/plugins/empathy/empathy.c: Fix a couple of warnings and use
- EmpathyContactSelector. (Closes: #567065)
-
-2009-03-05 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/nautilus-sendto-plugin.c (save_online_buddies),
- (send_file), (take_spool_files): Fix a few warnings
-
-2009-02-28 Jonny Lamb <jonny.lamb@collabora.co.uk>
-
- * src/plugins/empathy/empathy.c: Use tp-glib enums instead of hardcoded
- values. (Closes: #573545)
-
-2009-02-27 Jonny Lamb <jonny.lamb@collabora.co.uk>
-
- * configure.in: Bumped dependency on libempathy.
- * src/plugins/empathy/empathy.c: Moved plugin to use the new channel
- dispatcher in libempathy. (Closes: #567596)
-
-========= nautilus-sendto 1.1.2 =========
-
-2009-02-23 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: 1.1.2
- * evolution/Makefile.am: Fix distcheck
-
-2009-02-23 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth/bluetooth.c (save_last_used_obex_device),
- (validate_destination): When the device UUIDs are available and
- don't match on first look, call DiscoverServices() to see if
- different ones are available, original patch from Mario Limonciello
- <mario_limonciello@dell.com> (Closes: #571367)
-
-2009-02-23 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/pidgin/pidgin.c (add_pidgin_contacts_to_model):
- Patch from Serkan Kaba <serkan@gentoo.org> to add support
- for the "Pecan" Pidgin MSN plugin (Closes: #572760)
-
-2009-02-18 Bastien Nocera <hadess@hadess.net>
-
- * Makefile.am:
- * configure.in:
- * evolution/Makefile.am:
- * evolution/nautilus-sendto.c (popup_free),
- (org_gnome_evolution_send_file_attachments),
- (org_gnome_evolution_send_file_part), (send_file):
- * evolution/org-gnome-evolution-send-attachments-to.eplug.xml:
- * evolution/plugin.mk: If evolution-plugin is available, compile
- a plugin for Evolution to allow sending arbitrary attachments through
- nautilus-sendto (Closes: #511685)
-
-2009-02-10 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth/bluetooth.c (validate_destination):
- Also look for 0x1105 in the UUIDs, patch from
- Mario Limonciello <mario_limonciello@dell.com>
- (Closes: #567485)
-
-2009-02-09 Bastien Nocera <hadess@hadess.net>
-
- * configure.in:
- * src/plugins/balsa/*:
- * src/plugins/sylpheed-claws/*:
- * src/plugins/thunderbird/*: Remove the separate mailer
- plugins, and only use the evolution one instead
-
- * src/plugins/evolution/evolution.c (get_evo_cmd), (init),
- (get_evo_mailto), (get_balsa_mailto), (get_thunderbird_mailto),
- (get_sylpheed_mailto), (send_files), (destroy):
- Try to guess the default mailer from the GNOME default mailto:
- handler. When the mailer can't be guessed, fallback to using
- evolution instead.
- When the mailer is known, use its specific function to
- create the arugments that will allow sending files.
-
- (Closes: #318052)
-
-2009-02-06 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/nst-common.c (copy_fobject), (copy_files_to):
- * src/plugins/nst-common.h: Add helper functions to copy
- files (or directories) recursively to a destination
-
- * configure.in: Changes for the above, and do enable the
- burn plugin when dependencies are available
-
- * src/plugins/Makefile.am: Changes for the above
-
- * src/plugins/removable-devices/Makefile.am:
- * src/plugins/removable-devices/removable-devices.c (send_files):
- Use the helper function
-
- * src/plugins/nautilus-burn/Makefile.am:
- * src/plugins/nautilus-burn/nautilus-burn.c (send_files):
- Use the helper function, and launch nautilus to show burn:///
- after copying the files
-
- (Closes: #556774)
-
-2009-02-06 Bastien Nocera <hadess@hadess.net>
-
- * configure.in:
- * src/plugins/removable-devices/Makefile.am:
- * src/plugins/removable-devices/removable-devices.c
- (cb_mount_removed), (cb_mount_changed), (cb_mount_added), (init),
- (get_contacts_widget), (copy_fobject), (send_files), (destroy):
- Patch from Maxim Ermilov <zaspire@rambler.ru> adding a "Removable
- Devices" plugin (Closes: #453758)
-
-2009-02-06 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-plugin.h: Make it possible
- for plugins to tell us whether they support sending
- directories
-
- * src/plugins/balsa/balsa.c (send_files):
- * src/plugins/bluetooth/bluetooth.c:
- * src/plugins/empathy/empathy.c:
- * src/plugins/evolution/evolution.c:
- * src/plugins/gaim/gaim.c:
- * src/plugins/gajim/gajim.c:
- * src/plugins/nautilus-burn/nautilus-burn.c:
- * src/plugins/pidgin/pidgin.c:
- * src/plugins/sylpheed-claws/sylpheed-claws.c:
- * src/plugins/thunderbird/thunderbird.c:
- * src/plugins/upnp/upnp.c: Update for the above
-
- * src/nautilus-sendto-command.c (send_button_cb),
- (send_if_no_pack_cb), (option_changed), (set_contact_widgets),
- (set_model_for_options_combobox), (pack_entry_changed_cb),
- (nautilus_sendto_create_ui), (nautilus_sendto_init):
- Don't automatically force packing directories into archives,
- as some plugins support being given directories
- (Closes: #568423)
-
- Also fix a few warnings in the balsa plugin, don't make the
- bluetooth plugin unloadable anymore, kill useless --default-dir
- command-line option
-
-2009-02-05 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth/bluetooth.c (get_device_name_from_address),
- (add_last_used_device_to_list), (validate_destination):
- Fix possible memory leak when getting a device's name,
- Be more lax when checking whether the target device supports
- Obex Push, say that it does support Obex Push when:
- - it can't be found in the known devices list
- - the device has no UUIDs exported
- (Closes: #567485)
-
-2009-01-30 Bastien Nocera <hadess@hadess.net>
-
- * gaim_plugin/nautilus-sendto-plugin.c (take_spool_files):
- * pidgin_plugin/nautilus-sendto-plugin.c (take_spool_files):
- Fix plugin_spool memleaks, spotted by Daniel Atallah
- (Closes: #569417)
-
-2009-01-16 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c (nautilus_sendto_init):
- Fix filenames and URIs being mixed in the filelist, spotted
- by Andrew Prunicki <prunand@iit.edu>
-
-========= nautilus-sendto 1.1.1 =========
-
-2009-01-10 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: 1.1.1
-
-2009-01-07 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c (nautilus_sendto_init):
- When going through the filenames from the command-line,
- get FUSE filenames for the files when possible, so
- we can send files from remote locations (Closes: #543965)
-
-2009-01-07 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth/bluetooth.c (add_phone_to_list),
- (add_device_to_list), (add_last_used_device_to_list),
- (device_found), (get_contacts_widget): Use the Icon device
- property to show a nice icon when sending to Bluetooth devices
- (Closes: #553497)
-
-2009-01-07 Bastien Nocera <hadess@hadess.net>
-
- * configure.in: Add comment about why the burn
- plugin is disabled
-
-2009-01-07 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/pidgin/pidgin.c (init),
- (add_pidgin_contacts_to_model), (customize), (get_contacts_widget),
- (send_files), (free_contact), (destroy): Patch from
- Roman Ovseytsev <romovs@gmail.com> to sort the contact
- list alphabetically (Closes: #514709)
-
-2009-01-07 Bastien Nocera <hadess@hadess.net>
-
- * configure.in:
- * src/nautilus-sendto-command.c
- (nautilus_sendto_plugin_dir_process),
- (nautilus_sendto_plugin_init):
- * src/plugins/Makefile.am:
- * src/plugins/balsa.c:
- * src/plugins/balsa/Makefile.am:
- * src/plugins/balsa/balsa.c:
- * src/plugins/bluetooth-marshal.list:
- * src/plugins/bluetooth.c:
- * src/plugins/bluetooth/Makefile.am:
- * src/plugins/bluetooth/bluetooth.c:
- * src/plugins/e-contact-entry.c:
- * src/plugins/e-contact-entry.h:
- * src/plugins/econtactentry-marshal.list:
- * src/plugins/empathy.c:
- * src/plugins/empathy/Makefile.am:
- * src/plugins/empathy/empathy.c:
- * src/plugins/evolution.c:
- * src/plugins/evolution/Makefile.am:
- * src/plugins/evolution/evolution.c:
- * src/plugins/gaim.c:
- * src/plugins/gaim/Makefile.am:
- * src/plugins/gaim/gaim.c:
- * src/plugins/gajim.c:
- * src/plugins/gajim/Makefile.am:
- * src/plugins/gajim/gajim.c:
- * src/plugins/nautilus-burn.c:
- * src/plugins/nautilus-burn/Makefile.am:
- * src/plugins/nautilus-burn/nautilus-burn.c:
- * src/plugins/pidgin.c:
- * src/plugins/pidgin/Makefile.am:
- * src/plugins/pidgin/pidgin.c:
- * src/plugins/sylpheed-claws.c:
- * src/plugins/sylpheed-claws/Makefile.am:
- * src/plugins/sylpheed-claws/sylpheed-claws.c:
- * src/plugins/thunderbird.c:
- * src/plugins/thunderbird/Makefile.am:
- * src/plugins/thunderbird/thunderbird.c:
- * src/plugins/update-from-egg.sh:
- * src/plugins/upnp.c:
- * src/plugins/upnp/Makefile.am:
- * src/plugins/upnp/upnp.c: Add a better way to enable/disable
- plugins in nautilus-sendto, ripped from Totem (Closes: #525020)
-
-2009-01-06 Bastien Nocera <hadess@hadess.net>
-
- * configure.in:
- * src/plugins/Makefile.am:
- * src/plugins/nautilus-burn.c (init), (get_contacts_widget),
- (send_files), (destroy): Add a nautilus-cd-burner plugin,
- to send files to burn:///, patch from
- Jader Henrique da Silva <vovozito@gmail.com>
-
-2009-01-06 Bastien Nocera <hadess@hadess.net>
-
- * configure.in: Update minimum reqs so we can not compile
- the empathy plugin with older versions of empathy
-
-2008-12-29 Jonny Lamb <jonny.lamb@collabora.co.uk>
-
- * configure.in:
- * src/plugins/Makefile.am:
- * src/plugins/empathy.c: Added empathy plugin.
-
-2008-12-19 Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
-
- * src/nautilus-sendto-command.c (send_button_cb):
- Replace g_timeout_add with g_timeout_add_seconds which uses less
- energy.
- (Closes: #565085)
-
-2008-12-19 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c (set_contact_widgets):
- Try to avoid the handlers internal to the plugin not being run
- on occasions, as they were racing with the "activate" handler
- (Closes: #561487)
-
-2008-12-18 Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
-
- * src/plugins/bluetooth.c: Propose last used bluetooth device as
- default device. Bug #546571.
-
-2008-12-15 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/e-contact-entry.c:
- * src/plugins/e-contact-entry.h: Update from SVN
-
-2008-10-16 Christian Persch <chpe@gnome.org>
-
- * src/plugins/e-contact-entry.c: Use printf safely. Bug #556617.
-
-2008-10-16 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c (nautilus_sendto_plugin_init):
- Check whether nautilus-sendto-command.c exists to check whether we're
- in the sources, otherwise it whinges when run from any sources that
- have a "plugins" subdir
-
-2008-10-14 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
-
- * configure.in:
- * src/plugins/Makefile.am:
- * src/plugins/upnp.c:
- Add a plugin based on GUPnP that upload files to UPnP Media Servers. It
- launches 'gupnp-upload' for the actual file transfer, which is a part of
- gupnp-tools package. (Closes: #553661)
-
-2008-09-29 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth.c (add_phone_to_list),
- (add_device_to_list), (device_found):
- Use the Alias property instead of the "Name", as it stops
- bluetooth addresses from showing up unmodified in the UI
-
-008-09-24 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/evolution.c (contacts_selected_cb):
- Fix (null) print when selecting a contact without
- a full name, or any other information
-
-========= nautilus-sendto 1.1.0 =========
-
-2008-09-23 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: 1.1.0
-
-2008-09-23 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth-marshal.list:
- * src/plugins/bluetooth.c (init), (add_device_to_list),
- (add_known_devices_to_list), (device_found),
- (start_device_scanning), (validate_destination), (destroy):
- Update for BlueZ 4.x API (Closes: #522405)
-
-2008-08-20 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth.c (validate_destination), (destroy):
- Fix a few leaks checking whether the target device supports
- Obex Push, call it Obex Push as well, and destroy whatever we
- create in the destroy() call
-
-========= nautilus-sendto 1.0.1 =========
-
-2008-07-23 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: 1.0.1
-
-2008-07-20 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c (nautilus_sendto_init):
- Make sure ampersands are escaped even if we're passed a URI
- (Closes: #543327)
-
-2008-07-03 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/evolution.c (contacts_selected_cb):
- When selecting a contact, use the identifier as the email if it's
- provided, otherwise we'll always be selecting the default email
- address (Closes: #541309)
-
-2008-06-12 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: 1.0.0
-
-2008-05-29 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/evolution.c (contacts_selected_cb): When a contact is
- selected, try getting the name from different fields, and don't use
- E_CONTACT_NAME_OR_ORG, as it could add a comma in the name, causing
- problems when sending e-mails. Should fix:
- https://bugzilla.redhat.com/show_bug.cgi?id=448880
-
-2008-05-28 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/nautilus-sendto-plugin.c (force_load_once),
- (init_plugin): Patch from Stu Tomlinson <stu@nosnilmot.com> to force
- load the Pidgin plugin on startup (see:
- https://bugzilla.redhat.com/show_bug.cgi?id=242289)
-
-2008-05-27 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/evolution.c (error_cb), (get_contacts_widget):
- A bit of debugging, print any errors we might get from the
- contact entry
-
-2008-05-27 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/nautilus-sendto-plugin.c: Revert making the plugin
- invisible, it apparently makes it impossible to disable/enable the
- plugin, even though it should be enabled by default...
- https://bugzilla.redhat.com/show_bug.cgi?id=242289#c7
-
-2008-04-24 Bastien Nocera <hadess@hadess.net>
-
- * gaim_plugin/nautilus-sendto-plugin.c:
- * pidgin_plugin/nautilus-sendto-plugin.c:
- * src/nautilus-sendto-command.c:
- * src/nautilus-sendto-plugin.h:
- * src/plugins/balsa.c:
- * src/plugins/bluetooth.c:
- * src/plugins/e-contact-entry.c:
- * src/plugins/e-contact-entry.h:
- * src/plugins/evolution.c:
- * src/plugins/gaim.c:
- * src/plugins/gajim.c:
- * src/plugins/pidgin.c:
- * src/plugins/sylpheed-claws.c:
- * src/plugins/thunderbird.c: Update FSF address
-
-2008-04-23 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c (pack_files), (send_button_cb),
- (toggle_pack_check), (pack_entry_changed_cb),
- (nautilus_sendto_create_ui): Make the send button unsensitive when
- packing in a file is enabled and there's no filename for the archive,
- remove a really crappy string and a useful dialogue (Closes: #521999)
-
-2008-04-23 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-nste.c (nautilus_nste_get_file_items):
- s/Send to.../Send To.../ (Closes: #529281)
- Note that this doesn't require new translations, as there's already a
- "Send To..." translated
-
-2008-04-21 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/nautilus-sendto-plugin.c (plugin_unload):
- Make the plugin invisible, so that it's loaded automatically on
- startup, and users don't need to enable it by hand
- https://bugzilla.redhat.com/show_bug.cgi?id=242289
-
-2008-04-21 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/nautilus-sendto-plugin.c (save_online_buddies),
- (plugin_load), (plugin_unload): Register to the changes in the
- buddy list instead of loading it every 5 seconds (Closes: #490551)
-
-2008-04-08 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c (option_changed),
- (set_contact_widgets): Fix the mnemonic for "Send to"
- not working (Closes: #526258)
-
-2008-03-27 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: 0.14.0
-
-2008-03-27 Bastien Nocera <hadess@hadess.net>
-
- * configure.in: Allow distributors to override the
- default thunderbird binary name with
- --with-thunderbird-name=XXX, enable the thunderbird
- plugin by default
-
- * src/nautilus-sendto-command.c (send_button_cb):
- Fix a memory leak
-
- * src/plugins/thunderbird.c (init), (send_files):
- Attachments are passed as URIs, so quote them as
- expected
-
- (Closes: #356258)
-
-2008-03-26 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/e-contact-entry.c: Update from SVN and
- fix a warning
- * src/plugins/evolution.c (send_files):
- Quote the e-mail address we pass to evolution, as some
- people might use "Surname, Name <address>" instead of
- just "address"
- (Closes: https://bugzilla.redhat.com/show_bug.cgi?id=438695)
-
-2008-03-01 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto.glade: Patch from
- Michael Monreal <michael.monreal@gmx.net>
- to fix the application icon not being set
- (Closes: #519105)
-
-2008-03-01 Bastien Nocera <hadess@hadess.net>
-
- * configure.in: Some cleanups
-
- * src/plugins/balsa.c:
- * src/plugins/bluetooth.c:
- * src/plugins/evolution.c:
- * src/plugins/sylpheed-claws.c:
- * src/plugins/thunderbird.c: Change the stock mail
- icon to be "emblem-mail", and the bluetooth one to
- "bluetooth" (Closes: #519094)
-
-2008-02-07 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: release 0.13.2
-
-2008-02-01 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth.c: (init): Fix crash when sending
- files via Bluetooth due to a shadowing declaration,
- spotted by Kjell Braden <fnord@pentabarf.de> (Closes: #512254)
-
-2008-01-28 Marco Barisione <marco@barisione.org>
-
- * src/nautilus-sendto.glade:
- * src/nautilus-nste.c: (nautilus_nste_get_file_items): use the
- document-send icon in the dialog and in the nautilus menu
-
-2008-01-21 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: release 0.13.1
-
-2008-01-21 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-nste.c: Remove gnome-vfs headers, they're unused
-
-2008-01-20 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: release 0.13
-
-2008-01-20 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: (nautilus_sendto_plugin_init):
- Try loading files from the uninstalled path when running in the
- source tree
- * src/plugins/evolution.c: (contacts_selected_cb),
- (state_change_cb), (send_files), (destroy): Save the contact name
- when it's selected, and use it in the command-line so it appears
- in the evolution To: line (Closes: #378108)
-
-2008-01-20 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/pidgin.c: (add_pidgin_contacts_to_model):
- Add support for Bonjour local contacts (Closes: #506818)
-
-2008-01-20 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto.glade: Fix conflicting mnemonics
- (Closes: #500409)
-
-2008-01-20 Bastien Nocera <hadess@hadess.net>
-
- * configure.in:
- * src/Makefile.am: Fix installation of the nautilus extension
- in the right directory for the gio version (Closes: #509969)
-
-2008-01-18 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth.c: (init), (send_files):
- Allow using bluetooth-sendto as well as gnome-obex-sendto
-
-2007-12-29 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/pidgin.c: (add_pidgin_contacts_to_model):
- Patch from drago01@gmail.com to find ICQ users in the
- Pidgin plugin (Closes: #506176)
-
-2007-12-29 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/update-from-egg.sh:
- * src/plugins/e-contact-entry.[ch]:
- * src/plugins/econtactentry-marshal.list: Added files
- from contact-lookup-applet
-
- * configure.in:
- * src/plugins/Makefile.am:
- * src/plugins/evolution.c: (init), (contacts_selected_cb),
- (state_change_cb), (add_sources), (sources_changed_cb),
- (setup_source_changes), (get_contacts_widget), (send_files),
- (destroy): remove loads of Evolution code and use EContactEntry
- from contact-lookup-applet instead, removing a lot of code from
- our maintainership
-
-2007-11-19 Bastien Nocera <hadess@hadess.net>
-
- * pidgin_plugin/nautilus-sendto-plugin.c: (save_online_buddies):
- Patch from Fred Hsueh <fred.hsueh@gmail.com> to fix loading the
- Pidgin plugin (Closes: #466427)
-
-2007-10-07 Bastien Nocera <hadess@hadess.net>
-
- * MAINTAINERS: upd
- * src/plugins/pidgin.c: really add src/plugins/pidgin.c
-
-2007-08-22 Sebastien Bacher <seb128@ubuntu.com>
-
- * src/nautilus-sendto.glade: doesn't translate the formats list
- (Closes: #441458)
-
-2007-08-18 Marco Barisione <marco@barisione.org>
-
- * src/nautilus-sendto-command.c: (send_button_cb): status_label_clear
- was called passing the status label instead of the NS_ui causing a
- segmentation fault (Closes: #467716)
-
- * src/nautilus-sendto-command.c: (status_label_clear),
- (send_button_cb): set the timeout ID to 0 in status_label_clear to
- avoid useless duplicate calls
-
-2007-08-14 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/evolution.c: (add_evolution_contacts_to_model):
- Patch from Oystein Gisnas <oystein@gisnas.net> to avoid
- crashes when an addressbook sources isn't supported
- (Closes: #433084)
-
-2007-08-13 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: release 0.12
-
-2007-08-13 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/thunderbird.c: (send_files): gtk_entry_get_text
- might return NULL, so don't crash when the person didn't enter
- any e-mail address (Closes: #384433)
-
-2007-08-13 Bastien Nocera <hadess@hadess.net>
-
- * nautilus-sendto.1: Fix application name, as spotted by
- Oystein Gisnas (Closes: #348816)
-
-2007-08-13 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth.c: (init): Patch from Matthias Clasen
- <mclasen@redhat.com> to avoid crashing when DefaultAdapter()
- fails (Closes: #437257)
-
-2007-08-13 Bastien Nocera <hadess@hadess.net>
-
- * gaim_plugin/nautilus-sendto-plugin.c: (save_online_buddies):
- Patch from Sebastien Bacher <seb128@debian.org> to avoid GAIM
- not being able to startup on a read-only filesystem (Closes: #431158)
- * pidgin_plugin/nautilus-sendto-plugin.c: (save_online_buddies):
- Apply a similar patch for the Pidgin plugin
-
-2007-08-13 Bastien Nocera <hadess@hadess.net>
-
- * configure.in: release 0.11
- * NEWS: upd
-
-2007-05-27 Oystein Gisnas <oystein@gisnas.net>
-
- * configure.in:
- * src/plugins/Makefile.am:
- * src/plugins/pidgin.c:
- * pidgin_plugin/Makefile.am:
- * pidgin_plugin/nautilus-sendto-plugin.c:
- * Makefile.am:
- Add support for Pidgin. Rename buddy list file to
- pidgin_buddies_online to allow coexistence with Gaim.
-
-2007-06-21 Christian Persch <chpe@gnome.org>
-
- * src/nautilus-sendto-command.c: (status_label_clear),
- (send_button_cb), (set_contact_widgets),
- (nautilus_sendto_create_ui):
- * src/nautilus-sendto.glade: HIG love. Bug #428195.
-
-2007-06-21 Christian Persch <chpe@gnome.org>
-
- * configure.in:
- * po/LINGUAS:
- * src/Makefile.am:
- * src/plugins/Makefile.am: Use po/LINGUAS, and don't define
- directories in configure. Bug #428198.
-
-2007-05-23 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth.c: (remote_device_found):
- DiscoverDevices will resolve names for us, so no need
- to call GetRemoteName, just listen to the RemoteNameUpdated
- signal
-
-2007-03-28 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth.c: (start_device_scanning):
- Fix stupid typo, otherwise DiscoverDevices might not work
-
-2007-03-12 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth-marshal.list: Add the missing
- bluetooth-marshal.list to SVN, duh!
-
-2007-03-11 Bastien Nocera <hadess@hadess.net>
-
- * NEWS: upd
- * configure.in: version 0.10 released
-
-2007-03-11 Bastien Nocera <hadess@hadess.net>
-
- * src/Makefile.am: add -no-undefined to avoid undefined
- symbols on load
- * src/nautilus-nste.c: (nautilus_nste_instance_init),
- (nautilus_nste_get_type), (nautilus_nste_register_type):
- Revert G_DEFINE_TYPE cleanup, it breaks loading the
- extension (Closes: #416738)
-
-2007-03-10 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/gajim.c:
- * src/plugins/thunderbird.c: (send_files): Fix compilation
-
-2007-03-09 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/gaim.c: (add_gaim_contacts_to_model): fix some
- compilation warnings
- * NEWS: upd
- * configure.in: version 0.9 released
-
-2007-03-09 Bastien Nocera <hadess@hadess.net>
-
- * configure.in:
- * src/plugins/bluetooth.c: (init), (start_device_scanning),
- (get_contacts_widget): remove gnome-bluetooth dependency, we
- don't need a spinner for that (Closes: #415414)
-
-2007-03-09 Bastien Nocera <hadess@hadess.net>
-
- * configure.in: require glib 2.6.0 for Goption, split
- nautilus-sendto (the binary) and the nautilus extension
- requirements
-
- * src/Makefile.am: don't link the nautilus-sendto binary to
- all the same library nautilus extensions need
-
- * src/nautilus-nste.c: (nautilus_nste_init): fix up indentation,
- use G_DEFINE_TYPE to remove some gunky code
-
- * src/nautilus-sendto-command.c: (pack_files),
- (set_contact_widgets), (set_model_for_options_combobox),
- (nautilus_sendto_plugin_init), (nautilus_sendto_init), (main):
- Use GOption (Closes: #415412), remove libgnome dependency,
- don't crash without any plugins and show an error message
-
- * src/nautilus-sendto-plugin.h: remove gnome dependency
- * src/nautilus-sendto.glade: ditto
- * src/plugins/balsa.c:
- * src/plugins/bluetooth.c: (init):
- * src/plugins/evolution.c:
- * src/plugins/gaim.c:
- * src/plugins/gajim.c: (_foreach_contact),
- (_handle_dbus_exception), (_get_contacts), (init), (send_files):
- * src/plugins/sylpheed-claws.c:
- * src/plugins/thunderbird.c: fix i18n, and headers inclusion,
- don't show an error on the command-line when no Bluetooth
- adapters are present
-
-2007-03-06 Bastien Nocera <hadess@hadess.net>
-
- * configure.in:
- * src/Makefile.am:
- * src/plugins/Makefile.am: use gnome-common macros to get
- more warnings whilst compiling
-
- * src/nautilus-nste.c: (sendto_callback),
- (nautilus_nste_get_file_items):
- * src/nautilus-sendto-command.c: (pack_files), (send_button_cb),
- (nautilus_sendto_plugin_init):
- * src/nautilus-sendto-plugin.h:
- * src/plugins/bluetooth.c: (add_phone_to_list),
- (get_contacts_widget), (send_files):
- * src/plugins/evolution.c: (send_files):
- * src/plugins/sylpheed-claws.c: (send_files):
- Fix plenty of warnings (Closes: #349045)
-
-2007-03-06 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-nste.c: (nautilus_nste_get_file_items):
- Patch from Alberto Ruiz <aruiz@gnome.org> to remove duplicate code
- (Closes: #395848)
-
-2007-03-06 Bastien Nocera <hadess@hadess.net>
-
- * configure.in: require dbus-glib for the bluetooth plugin
- * src/nautilus-sendto-plugin.h:
- * src/nautilus-sendto-command.c: (status_label_clear),
- (send_button_cb), (set_model_for_options_combobox),
- (nautilus_sendto_create_ui):
- Add support for the plugins validating the destination,
- show error message when validating the destination fails,
- remove use of nautilus-sendto-force.glade,
- fix problems with extra contact widgets showing up when
- the default plugin isn't the first one in the list
-
- * src/plugins/balsa.c:
- * src/plugins/evolution.c:
- * src/plugins/gajim.c:
- * src/plugins/sylpheed-claws.c:
- * src/plugins/thunderbird.c:
- Modify files for the validation function
-
- * src/Makefile.am: remove nautilus-sendto-force.glade
- * src/nautilus-sendto-force.glade: Removed as per above
-
- * src/nautilus-sendto.glade: some HIG changes
-
- * src/plugins/Makefile.am:
- * src/plugins/bluetooth.c: use BlueZ over D-Bus to discover
- known devices (Closes: #380408, #341193)
-
- * src/plugins/gaim.c: (init): fix memory leak
-
-2007-02-12 Matic Zgur <mr.zgur@gmail.com>
-
- * configure.in: Added 'sl' to ALL_LINGUAS.
-
-2007-01-03 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/sylpheed-claws.c: (get_claws_command), (init),
- (send_files): Patch from Colin Leroy <colin@colino.net>
- to refactor the binary name search for the Sylpheed Claws
- plugin (Closes: #386767)
-
-2006-12-11 Ales Nyakhaychyk <nab@mail.by>
-
- * configure.in: Add 'be' in ALL_LINGUAS
-
-2006-10-11 Roberto Majadas <telemaco@openshine.com>
-
- * Changes in my email adress
- * updated version to nautilus-sendto (0.8)
-
-2006-10-07 Roberto Majadas <telemaco@openshine.com>
-
- * gaim_plugin/nautilus-sendto-plugin.c: Fix build error in gaim2
- * src/plugins/evolution.c: Added patch that close "Bug 348941 Evolution Autocompletion not offered for all Address Books" . Thanks ?ystein Gisn?s, Karsten Br?ckelmann
- * nautilus-sendto.1: Added man-page . Thanks ?ystein Gisn?s
-
-2006-10-02 Priit Laes <plaes@cvs.gnome.org>
-
- * configure.in: Added 'et' in ALL_LINGUAS
-
-2006-09-11 Pema Geyleg <pgeyleg@gmail.com>
-
- * configure.in: Added 'dz' in ALL_LINGUAS
-
-2006-08-21 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/sylpheed-claws.c: (send_files): Make sure we pass
- real URIs to the sylpheed plugin, patch from Colin Leroy
- <colin@colino.net> (Closes: #347777)
-
-2006-08-21 Bastien Nocera <hadess@hadess.net>
-
- * .cvsignore: upd
-
-2006-08-21 Bastien Nocera <hadess@hadess.net>
-
- * Makefile.am:
- * configure.in:
- * nst.schemas.in:
- * src/nautilus-sendto-command.c: (pack_files), (send_button_cb),
- (set_model_for_options_combobox), (nautilus_sendto_create_ui),
- (main):
- * src/nautilus-sendto-plugin.h:
- * src/plugins/balsa.c:
- * src/plugins/bluetooth.c:
- * src/plugins/evolution.c:
- * src/plugins/gaim.c:
- * src/plugins/gajim.c:
- * src/plugins/sylpheed-claws.c:
- * src/plugins/thunderbird.c:
- Patch from Colin Leroy <colin@colino.net> to remember the last
- selected medium used to send files, as well as the packing preference
- used (Closes: #337559)
-
-2006-07-17 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: (pack_files): Patch from Colin
- Leroy <colin@colino.net> to pass a URI to the plugin when sending
- an archive instead of a filename (Closes: #347392)
-
-2006-07-17 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: (send_button_cb): Patch from Colin
- Leroy <colin@colino.net> to fix a few leaks (Closes: #347391)
-
-2006-07-17 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: (get_filename_from_list),
- (nautilus_sendto_create_ui): Patch from Colin Leroy <colin@colino.net>
- to try a good guess at an archive name depending on the filenames
- to be sent (Closes: #337558)
-
-2006-07-12 Roberto Majadas <telemaco@openshine.com>
-
- * src/plugins/gajim.c: Added the patch of Dimitur Kiro , BUG #346750 and BUG #346862
-
-
-2006-06-30 Francisco Javier F. Serrador <serrador@openshine.com>
-
- * src/plugins/gajim.c (send_files): Corrected some typos
-
-2006-06-24 Roberto Majadas <telemaco@openshine.com>
-
- * autogen.sh: added version 1.9 of automake
- * src/plugins/gajim.c: Added support full support for gajim. Thanks Dimitur Kirov
- * src/plugins/balsa.c: Added initial support for balsa. Thanks Peter Enseleit
- * src/plugins/sylpheed-claws.c: Added full support for sylpheed-claws . Thanks Peter Enseleit
- * src/plugins/thunderbird.c: Added initial support for thunderbird.
- * src/configure.in : Added plugins
- * src/plugins/Makefile.am : Added plugins
-
-2006-06-05 Bastien Nocera <hadess@hadess.net>
-
- * src/plugins/bluetooth.c: (init): remove useless debug print,
- check that "gnome-obex-send" is available when initialising the
- Bluetooth plugin, fix C99 declaration
-
-2006-04-18 Kjartan Maraas <kmaraas@gnome.org>
-
- * configure.in: Remove obsolete entry for no_NO
- * po/no.po: And the translation.
-
-2006-04-16 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: mark a few more functions as static
-
-2006-04-16 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: (pack_files),
- (send_if_no_pack_cb), (set_contact_widgets),
- (nautilus_sendto_create_ui), (nautilus_sendto_plugin_init),
- (nautilus_sendto_init):
- Pass filenames not URIs to file-roller, mark a couple of function as
- static, focus the filename widget when activating the recipient entry
- if "Send packed in" is enabled (Closes: #330137), don't crash on
- startup when a module can't be loaded, fix sending filenames without
- ampersands
-
-2006-04-12 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: (escape_ampersands),
- (nautilus_sendto_init): escape ampersands in filenames passed on the
- command-line
-
-2006-04-07 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-nste.c: (sendto_callback):
- * src/nautilus-sendto-command.c: (nautilus_sendto_plugin_init),
- (nautilus_sendto_init), (main):
- * src/plugins/bluetooth.c: (send_files):
- * src/plugins/evolution.c: (send_files):
- * src/plugins/gaim.c: (send_files):
- Show the help when started without any arguments, or no filenames,
- Pass URIs from the nautilus plugin to nautilus-sendto, pass URIs to
- the plugins, fixes sending and receiving files with special characters
- (Closes: #318428)
- Check that filenames passed are not absolute before prepending
- the current path, or the "default_dir" (Closes: #335255)
-
-2006-04-06 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-nste.c: (nautilus_nste_get_file_items):
- don't create a menu item if nautilus didn't give us any files
- (Closes: #323703)
-
-2006-04-06 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: (nautilus_sendto_create_ui): Patch
- from Ruben Vermeersch <ruben@lambda1.be> to send files when enter is
- pressed in the archive name entry (Closes: #330137)
-
-2006-04-06 Bastien Nocera <hadess@hadess.net>
-
- * src/nautilus-sendto-command.c: (nautilus_sendto_plugin_init):
- Use g_str_has_suffix instead of our home-made str_has_suffix, and
- use g_dir_open instead of opendir
- * src/plugins/Makefile.am: namespace the plugins so as to avoid
- clashes with system libraries, confusing the hell out of libtool
- (libbluetooth.so is the generated library, as well as the system
- bluetooth library)
- * src/plugins/bluetooth.c: (init): use GError properly
- * src/plugins/evolution.c: (add_evolution_contacts_to_model): fix
- a compilation warning
- * src/plugins/gaim.c:
- * src/nautilus-sendto-plugin.h:
- Update the plugin struct to allow plugins not to be unloaded, fixes
- the crashes on startup when the bluetooth plugin fails to initialise
- (Closes: #334587)
-
-2006-04-04 Gora Mohanty <gmohanty@cvs.gnome.org>
-
- * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
-
-2006-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net>
-
- * configure.in: Added 'th' (Thai) to ALL_LINGUAS.
-
-2006-01-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
-
- * configure.in: Add ru to ALL_LINGUAS.
-
-2005-12-28 Roberto Majadas <telemaco@gnome.org>
-
- * src/nautilus-sendto[-force].glade: Some changes in UI
-
-2005-12-27 Roberto Majadas <telemaco@gnome.org>
-
- * src/plugins/evolution.c: Fix (I think so) the nautilus-sendto crash. Thanks Peter Johanson. [Bug 317081]
-
- * src/plugins/bluetooth.c: Added ubuntu bluetooth patch to nautilus sendto [Bug 324278]
-
- * src/plugins/Makefile.am: Now nautilus sendto compile evolution plugin if evolution is available
-
- * configure.in: Force the dependencies to gnome2.13-14
-
- * src/nautilus-sendto-command.c: [Bug 321063 Crash if no plugins] Thanks Alex Larsson
-
-2005-12-12 Bastien Nocera <hadess@hadess.net>
-
- * configure.in: Added it to ALL_LINGUAS
-
-2005-10-12 Pawan Chitrakar <pchitrakar@gmail.com>
-
- * configure.in: Added ne in ALL_LINGUAS
-
-2005-08-20 Yair Hershkovitz <yairhr@gmail.com>
-
- * configure.in: Added "he" to ALL_LINGUAS.
-
-2005-08-04 Maxim Dziumanenko <mvd@mylinux.ua>
-
- * configure.in: Added 'uk' to ALL_LINGUAS.
-
-2005-08-2 Roberto Majadas <telemaco@gnome.org>
-
- * New version of nautilus-sendto (0.4)
-
-2005-07-31 Roberto Majadas <telemaco@gnome.org>
-
- * Add a patch from Ruben Vermeersch for mayor use of glib instead libc
- THANKS RUBEN !! :)
-
-2005-06-23 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
-
- * configure.in: Added 'gl' to ALL_LINGUAS.
-
-2005-06-12 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * src/nautilus-sendto-command.c : Fix a bug with the contacts
- widgets
-
-2005-06-12 Bastien Nocera <hadess@hadess.net>
-
- * gaim_plugin/.cvsignore:
- * src/.cvsignore:
- * src/plugins/.cvsignore: spring cleaning
-
-2005-06-12 Bastien Nocera <hadess@hadess.net>
-
- * AUTHORS: add myself for the bluetooth plugin
-
-2005-06-12 Bastien Nocera <hadess@hadess.net>
-
- Reviewed by: Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * src/nautilus-sendto-command.c: (nautilus_sendto_init): don't try
- to copy an empty file if --default-dir isn't passed as an argument
-
- * configure.in:
- * src/plugins/Makefile.am:
- * src/plugins/bluetooth.c:
-
- Check for gnome-bluetooth, and add a Bluetooth (OBEX) plugin,
- it replaces gnome-bluetooth's nautilus extension
-
- * src/plugins/evolution.c: (send_files): spurious white spaces
- * src/plugins/gaim.c: make a private function as static
-
-2005-05-05 Josep Puigdemont <josep.puigdemont@gmail.com>
-
- * configure.in: Added "ca" to ALL_LINGUAS.
-
-2005-04-26 Artur Flinta <aflinta@cvs.gnome.org>
-
- * configure.in: Added "pl" to ALL_LINGUAS.
-
-2005-04-01 Steve Murphy <murf@e-tools.com>
-
- * configure.in: Added "rw" to ALL_LINGUAS.
-
-2005-03-05 Abel Cheung <maddog@linuxhall.org>
-
- * configure.in: Added "mk" "nb" "no" "vi" "zh_TW" to ALL_LINGUAS.
-
-2005-02-19 Christophe Merlet <redfox@redfoxcenter.org>
-
- * configure.in: Added "fr" (French) to ALL_LINGUAS.
-
-2005-02-13 David Lodge <dave@cirt.net>
-
- * configure.in: Added "en_GB" to ALL_LINGUAS.
-
-2005-01-27 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * gaim_plugin/nautilus-sendto-plugin.c
- src/nautilus-sendto-command.c
- src/plugins/evolution.c
- src/plugins/gaim.c : Some void's added , thanks Gary Ekker.
-
-2005-01-17 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * configure.in
- src/plugins/Makefile.am : Add support for libebook for diferent versions
-
-2005-01-17 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * src/plugins/evolution.c (send_files): Erase error dialog. Now if you don't write
- email address , nst open evolution without address
-
-2005-01-16 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * configure.in : add dependecy with libnautilus-extension
- * src/nautilus-nste.[ch]
- src/nautilus-sendto-module.c : new nautilus extension
- * src/nautilus-sendto[-force].glade : HIG
- * src/libmain.c
- src/nautilus-sendto-component.[hc]
- src/Nautilus_Sendto_Component.server.in.in : remove old stuff
-
-2005-01-03 Christian Rose <menthos@menthos.com>
-
- * configure.in: Added "sv" to ALL_LINGUAS.
-
-2004-12-15 Kostas Papadimas <pkst@gnome.org>
-
- * configure.in: Added "el" (Greek) to ALL_LINGUAS.
-
-2004-12-13 I?aki Larra?aga <dooteo@euskalgnu.org>
-
- * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
-
-2004-12-12 Martin Willemoes Hansen <mwh@sysrq.dk>
-
- * configure.in Added Danish (da) to ALL_LINGUAS.
-
-2004-12-11 Žygimantas Beručka <uid0@akl.lt>
-
- * configure.in: Added Lithuanian (lt) to ALL_LINGUAS.
-
-2004-12-10 Alexander Shopov <ash@contact.bg>
-
- * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
-
-2004-12-10 Duarte Loreto <happyguy_pt@hotmail.com>
-
- * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
-
-2004-12-08 Tommi Vainikainen <thv@iki.fi>
-
- * src/nautilus-sendto.glade, src/nautilus-sendto-force.glade:
- Fixed typo (Sendo To... -> Send To...)
- * configure.in (ALL_LINGUAS): Added fi.
-
-2004-12-07 Amanpreet Singh Alam <amanpreetalam@yahoo.com
-
- *configure.on: Add pa to ALL_LINGUAS
-
-2004-12-05 Marcel Telka <marcel@telka.sk>
-
- * configure.in (ALL_LINGUAS): Added sk.
-
-2004-11-27 Changwoo Ryu <cwryu@debian.org>
-
- * configure.in: Added ko to ALL_LINGUAS.
-
-2004-11-15 Raphael Higino <raphaelh@cvs.gnome.org>
-
- * configure.in: Added pt_BR to ALL_LINGUAS.
-
-2004-11-14 Hendrik Richter <hendrik@gnome-de.org>
-
- * configure.in: Added de to ALL_LINGUAS.
-
-2004-11-09 Adam Weinberger <adamw@gnome.org>
-
- * configure.in: Added en_CA to ALL_LINGUAS.
-
-2004-11-09 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * Makefile.am configure.in
- gaim_plugin/Makefile.am
- src/plugins/Makefile.am : Added gaim detection in compile time
- * src/plugins/evolution.c : Added gettext support
- * src/nautilus-sendto-command.c : Fix some bugs in the errors' dialogs
-
-2004-11-08 Takeshi AIHANA <aihana@gnome.gr.jp>
-
- * .cvsignore: Added to skip any files.
- * configure.in: Added Japanese 'ja' to ALL_LINGUAS.
-
-2004-09-28 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * configure.in : Version : 0.2-1
- * gaim_plugin/nautilus-sendto-plugin.c : Changes in gaim1.0 api
- * src/plugins/evolution.c : Added support for evolution-2.0
-
-2004-09-27 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * configure.in : Version : 0.2
-
-2004-08-22 Roberto Majadas <roberto.majadas@hispalinux.es>
-
- * configure.in: Version : 0.1
-
-
diff --git a/Makefile.am b/Makefile.am
index 7b1053b..cc4f35b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,8 @@ EXTRA_DIST = \
AUTHORS \
NEWS \
README \
+ ChangeLog \
+ ChangeLog.pre-1.1.4.1 \
intltool-merge.in \
intltool-update.in \
intltool-extract.in \
@@ -36,6 +38,12 @@ schemadir = $(sysconfdir)/gconf/schemas
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@
+# Build ChangeLog from GIT history
+ChangeLog:
+ @if test -f $(top_srcdir)/.git/HEAD; then \
+ git log --stat --after="Fri Apr 17 16:36:52 2009" > $@; \
+ fi
+
install-data-local:
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
diff --git a/NEWS b/NEWS
index 510d762..81367dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+===============
+Version 1.1.4.1
+===============
+
+Nautilus Sendto
+
+Bug fixes:
+ - Fix infinite loop in the Pidgin plugin
+
=============
Version 1.1.4
=============
diff --git a/configure.in b/configure.in
index 8d8a6bf..c18b19b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 1.1.4, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 1.1.4.1, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 76bc1cf..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,951 +0,0 @@
-2009-04-13 Mario Blättermann <mariobl@svn.gnome.org>
-
- * de.po: Updated German translation
-
-2009-04-08 Bastien Nocera <hadess@hadess.net>
-
- * POTFILES.in: Remove gaim plugin(s)
-
-2009-03-31 Petr Kovar <pknbe@volny.cz>
-
- * cs.po: Updated Czech translation by Kamil Paral.
-
-2009-03-28 Takeshi AIHANA <takeshi.aihana@gmail.com>
-
- * ja.po: Updated Japanese translation.
-
-2009-03-20 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2009-03-18 Manoj Kumar Giri <mgiri@redhat.com>
-
- * or.po: Updated Oriya Translation.
-
-2009-03-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
-
- * eu.po: Updated Basque translation.
-
-2009-03-16 Duarte Loreto <happyguy_pt@hotmail.com>
-
- * pt.po: Updated Portuguese translation by António Lima
- <amrlima@gmail.com>.
-
-2009-03-14 Žygimantas Beručka <zygis@gnome.org>
-
- * lt.po: Updated Lithuanian translation.
-
-2009-03-13 Kenneth Nielsen <k.nielsen81@gmail.com>
-
- * da.po: Updated Danish translation by Mads Lundby
-
-2009-03-09 Tomasz Dominikowski <tdominikowski@aviary.pl>
-
- * pl.po: Updated Polish translation
-
-2009-03-08 Jorge Gonzalez <jorgegonz@svn.gnome.org>
-
- * es.po: Updated Spanish translation
-
-2009-03-08 Milo Casagrande <milo@ubuntu.com>
-
- * it.po: Updated Italian translation by Gianvito Cavasoli.
-
-2009-03-06 Og Maciel <ogmaciel@gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2009-03-06 Sandeep Shedmake <sshedmak@redhat.com>
-
- * mr.po: Updated Marathi Translations.
-
-2009-03-03 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2009-02-27 Claude Paroz <claude@2xlibre.net>
-
- * fr.po: Updated French translation.
-
-2009-02-24 Kenneth Nielsen <k.nielsen81@gmail.com>
-
- * da.po: Updated Danish translation by Mads Lundby
-
-2009-02-22 Timo Jyrinki <timo.jyrinki@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2009-02-20 Priit Laes <plaes at svn dot gnome dot org>
-
- * et.po: Translation updated by Mattias Põldaru
-
-2009-02-20 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Translation updated.
-
-2009-02-18 Bastien Nocera <hadess@hadess.net>
-
- * POTFILES.in: Update for latest changes
-
-2009-02-08 Kenneth Nielsen <k.nielsen81@gmail.com>
-
- * da.po: Updated Danish translation by Mads Lundby
-
-2009-01-18 Jorge Gonzalez <jorgegonz@svn.gnome.org>
-
- * es.po: Updated Spanish translation.
-
-2009-01-14 Og Maciel <ogmaciel@gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation by
- Henrique P. Machado.
-
-2009-01-13 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-07 Bastien Nocera <hadess@hadess.net>
-
- * POTFILES.in: Update for latest additions
-
-2008-11-29 Mario Blättermann <mariobl@svn.gnome.org>
-
- * de.po: Updated German translation
-
-2008-11-20 Tomasz Dominikowski <tdominikowski@aviary.pl>
-
- * pl.po: Updated Polish translation
-
-2008-11-06 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Translation updated by Kalman Kemenczy.
-
-2008-10-31 Žygimantas Beručka <zygis@gnome.org>
-
- * lt.po: Updated Lithuanian translation.
-
-2008-10-23 Andre Klapper <a9016009@gmx.de>
-
- * LINGUAS: Added ast.
- * ast.po: Added Asturian translation on behalf of Mikel González.
-
-2008-10-19 Ihar Hrachyshka <booxter@lacinka.org>
-
- * be@latin.po: Updated Belarusian Latin translation by Ihar Hrachyshka.
-
-2008-10-09 Jonh Wendell <jwendell@gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation by Fábio Nogueira.
-
-2008-10-04 Simos Xenitellis <simos@gnome.org>
-
- * el.po: Updated Greek translation by Athanasios Lefteris.
-
-2008-09-28 Luca Ferretti <elle.uca@libero.it>
-
- * it.po: Updated Italian translation by Gianvito Cavasoli.
-
-2008-09-28 Jorge Gonzalez <jorgegonz@svn.gnome.org>
-
- * es.po: Updated Spanish translation
-
-2008-09-28 Takeshi AIHANA <takeshi.aihana@gmail.com>
-
- * ja.po: Updated Japanese translation.
-
-2008-09-25 Claude Paroz <claude@2xlibre.net>
-
- * fr.po: Updated French translation.
-
-2008-09-25 Ilkka Tuohela <hile@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2008-09-24 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2008-09-21 Wadim Dziedzic <wdziedzic@aviary.pl>
-
- * pl.po: Updated Polish translation
-
-2008-09-18 Ilkka Tuohela <hile@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2008-09-15 Og Maciel <ogmaciel@gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation by Vladimir Melo.
-
-2008-08-27 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
-
- * eu.po: Updated Basque translation.
-
-2008-08-25 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2008-08-22 Jorge Gonzalez <jorgegonz@svn.gnome.org>
-
- * es.po: Updated Spanish translation
-
-2008-08-15 Christian Kirbach <Christian.Kirbach@googlemail.com>
-
- * de.po: Updated German translations provided by Gerhard Stein.
-
-2008-07-31 Djihed Afifi <djihed@gmail.com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2008-07-09 Gintautas Miliauskas <gintas@akl.lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2008-07-08 Leonid Kanter <leon@asplinux.ru>
-
- * ru.po: Updated Russian translation
-
-2008-07-06 Yair Hershkovitz <yairhr@gmail.com>
-
- * he.po: Updated Hebrew translation.
-
-2008-06-15 Yannig Marchegay <yannig@marchegay.org>
-
- * oc.po: Updated Occitan translation.
-
-2008-06-07 Kjartan Maraas <kmaraas@gnome.org>
-
- * nb.po: Updated Norwegian bokmål translation.
-
-2008-03-25 Marcel Telka <marcel@telka.sk>
-
- * sk.po: Updated Slovak translation by Peter Tuhársky.
-
-2008-03-25 Wouter Bolsterlee <wbolster@svn.gnome.org>
-
- * nl.po: Updated Dutch translation by Wouter Bolsterlee.
-
-2008-03-25 Gil Forcada <gforcada@gnome.org>
-
- * ca.po: Small fix thanks to Sílvia Miranda.
-
-2008-03-24 Jovan Naumovski <jovan@lugola.net>
-
- * mk.po: Updated Macedonian translation.
-
-2008-03-16 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Translation updated
-
-2008-03-11 Gil Forcada <gforcada@gnome.org>
-
- * ca.po: Some fixes by Sílvia Miranda and David Planella.
-
-2008-03-11 Alexander Nyakhaychyk <nab@mail.by>
-
- * be.po: Updated Belarusian Translation.
-
-2008-03-09 Philip Withnall <pwithnall@svn.gnome.org>
-
- * en_GB.po: Updated British English translation.
-
-2008-03-08 Gintautas Miliauskas <gintas@akl.lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2008-03-06 Stéphane Raimbault <stephane.raimbault@gmail.com>
-
- * fr.po: Updated French translation by Claude Paroz.
-
-2008-03-04 Gil Forcada <gforcada@gnome.org>
-
- * ca.po: Updated Catalan translation.
-
-2008-02-28 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2008-02-19 Ilkka Tuohela <hile@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2008-02-18 Pawan Chitrakar <chautari@gmail.com>
-
- * ne.po: Updated Nepali Translation.
-
-2008-02-14 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
-
- * eu.po: Updated Basque translation.
-
-2008-02-10 Petr Kovar <pknbe@volny.cz>
-
- * cs.po: Updated Czech translation by Kamil Paral.
-
-2008-02-07 Artur Flinta <aflinta@svn.gnome.org>
-
- * pl.po: Updated Polish translation by GNOME PL Team.
-
-2008-02-07 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2008-02-01 Ihar Hrachyshka <booxter@lacinka.org>
-
- * be@latin.po: Updated Belarusian Latin translation.
-
-2008-01-29 Jorge Gonzalez <jorgegonz@svn.gnome.org>
-
- * es.po: Updated Spanish translation by Jesse Aviles
-
-2008-01-20 Jonh Wendell <jwendell@gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation by Luiz Armesto.
-
-2008-01-20 Bastien Nocera <hadess@hadess.net>
-
- * POTFILES.in: Add another file to translate
-
-2008-01-11 Changwoo Ryu <cwryu@debian.org>
-
- * ko.po: Updated Korean translation by Namhyung Kim.
-
-2007-12-31 Yannig Marchegay <yannig@marchegay.org>
-
- * oc.po: Updated Occitan translation.
-
-2007-12-31 Wadim Dziedzic <wadimd@svn.gnome.org>
-
- * pl.po: Updated polish translation
-
-2007-12-01 Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-
- * be@latin.po: Updated Belarusian Latin translation.
-
-2007-11-24 Claude Paroz <claude@2xlibre.net>
-
- * fr.po: Updated French translation.
-
-2007-11-21 Jorge Gonzalez <jorgegonz@svn.gnome.org>
-
- * es.po: Updated Spanish translation
-
-2007-11-20 Kostas Papadimas <pkst@gnome.org>
-
- * el.po: Updated Greek translation by Athanasios Lefteris <alefteris@gmail.com>
-
-2007-11-19 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2007-11-16 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
-
- * gl.po: Updated Galician Translation.
- * POTFILES.in: Updated.
-
-2007-11-02 Kjartan Maraas <kmaraas@gnome.org>
-
- * nb.po: Updated Norwegian bokmål translation.
-
-2007-10-31 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Translation updated
-
-2007-10-27 Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-
- * be@latin.po: Added Belarusian Latin translation.
-
-2007-10-08 Ilkka Tuohela <hile@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2007-09-23 Gil Forcada <gforcada@svn.gnome.org>
-
- * ca.po: Updated Catalan translation.
-
-2007-09-15 Andre Klapper <a9016009@gmx.de>
-
- * sk.po: Updated Slovak translation on behalf of Peter Tuharsky
- <tuharsky@misbb.sk>.
-
-2007-09-13 Mugurel Tudor <mugurelu@gnome.ro>
-
- * LINGUAS: added ro
- * ro.po: Added Romanian translation
- by Alexandru Szasz <alexxed@gmail.com>
-
-2007-09-07 Jonh Wendell <jwendell@gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation by Og Maciel.
-
-2007-08-22 Takeshi AIHANA <takeshi.aihana@gmail.com>
-
- * ja.po: Updated Japanese translation.
-
-2007-08-16 Adam Weinberger <adamw@gnome.org>
-
- * POTFILES.in: Added missing file.
- * en_CA.po: Updated Canadian English translation.
-
-2007-08-09 Inaki Larranaga Murgoitio
-
- * eu.po: Updated Basque translation.
-
-2007-08-06 Ilkka Tuohela <hile@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2007-07-17 Žygimantas Beručka <zygis@gnome.org>
-
- * lt.po: Updated Lithuanian translation.
-
-2007-07-04 Pema Geyleg <pema.geyleg@gmail.com>
-
- * dz.po: Updated dzongkha translation
-
-2007-06-28 Jorge Gonzalez <jorgegonz@svn.gnome.org>
-
- * es.po: Updated Spanish translation
-
-2007-06-27 Artur Flinta <aflinta@svn.gnome.org>
-
- * pl.po: Updated Polish translation by GNOME PL Team.
-
-2007-06-22 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2007-05-24 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Translation updated.
-
-2007-05-06 Jorge Gonzalez <jorgegonz@svn.gnome.org>
-
- * es.po: Updated Spanish translation
-
-2007-05-2 Djihed Afifi <djihed@gmail.com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2007-04-14 Djihed Afifi <djihed@gmail.com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2007-03-26 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
-
- * gl.po: Updated Galician Translation.
-
-2007-03-26 Pema Geyleg <pema.geyleg@gmail.com>
-
- * dz.po: Updated dzongkha translation.
-
-2007-03-24 Takeshi AIHANA <takeshi.aihana@gmail.com>
-
- * ja.po: Updated Japanese translation.
-
-2007-03-20 Josep Puigdemont i Casamajó <josep.puigdemont@gmail.com>
-
- * ca.po: Updated Catalan translation by
- Gil Forcada <gilforcada@guifi.net>.
-
-2007-03-14 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2007-03-13 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Translation updated.
-
-2007-03-11 David Lodge <dave@cirt.net>
-
- * en_GB.po: Updated English (British) translation
-
-2007-03-11 Stéphane Raimbault <stephane.raimbault@gmail.com>
-
- * fr.po: Updated French translation by Claude Paroz.
-
-2007-03-09 Raphael Higino <raphaelh@svn.gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation
- by Luiz Fernando da Silva Armesto <luiz.armesto@gmail.com>.
-
-2007-03-06 Bastien Nocera <hadess@hadess.net>
-
- * POTFILES.in: update for added/removed files, add
- nst.schemas.in (Closes: #375982)
-
-2007-03-5 Djihed Afifi <djihed@gmail.com>
-
- * ar.po: Updated Arabic Translation by Djihed Afifi.
-
-2007-03-01 Stéphane Raimbault <stephane.raimbault@gmail.com>
-
- * fr.po: Updated French translation by Jonathan Ernst.
-
-2007-02-23 Peter Bach <bach.peter@gmail.com>
-
- * da.po: Updated Danish translation
-
-2007-02-17 Alexander Shopov <ash@contact.bg>
-
- * bg.po: Updated Bulgarian translation by
- Yavor Doganov <yavor@doganov.org>
-
-2007-02-12 Matic Zgur <mr.zgur@gmail.com>
-
- * sl.po: Added Slovenian translation.
-
-2007-01-23 David Lodge <dave@cirt.net>
-
- * en_GB.po: Updated English (British) translation
-
-2007-01-11 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2006-12-11 Ales Nyakhaychyk <nab@mail.by>
-
- * be.po: Added Belarusian Translation
- by Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-
-2006-12-02 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
-
- * gl.po: Updated Galician Translation.
-
-2006-11-25 Djihed Afifi" <djihed@gmail.com>
-
- * ar.po: Updated Arabic Translation.
-
-2006-11-18 Djihed Afifi <djihed@gmail.com>
-
- * ar.po: Added Arabic Translation.
- * LINGUAS: Added ar.
-
-2006-11-6 Vladimer Sichinava <vsichi@gnome.org>
-
- * ka.po: Updated Georgian translation
-
-2006-10-31 Pema Geyleg <pgeyleg@gmail.com>
-
- * dz.po: Updated Dzongkha Translation.
-
-2006-10-21 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Translation updated.
-
-2006-10-02 Priit Laes <plaes@cvs.gnome.org>
-
- * et.po: Translation added by Ivar Smolin.
-
-2006-10-01 Christophe Merlet <redfox@redfoxcenter.org>
-
- * fr.po: Updated French translation from
- Jonathan Ernst <jonathan@ernstfamily.ch>.
-
-2006-09-25 Pawan Chitrakar <pchitrakar@gmail.com>
-
- * ne.po: Updated Nepali Translation
-
-2006-09-11 David Lodge <dave@cirt.net>
-
- * en_GB.po: Updated British (English) translation.
-
-2006-09-11 Pema Geyleg <pgeyleg@gmail.com>
-
- * dz.po: Added Dzongkha Translation.
-
-2006-09-03 Josep Puigdemont i Casamajó <josep.puigdemont@gmail.com>
-
- * ca.po: Updated Catalan translation by
- Gil Forcada <gilforcada@guifi.net>.
-
-2006-08-26 Clytie Siddall <clytie@riverland.net.au>
-
- * vi.po: Updated Vietnamese translation.
-
-2006-08-20 Wouter Bolsterlee <uws+gnome@xs4all.nl>
-
- * nl.po: Translation updated by Wouter Bolsterlee.
-
-2006-08-10 Øivind Hoel <ohoel@cvs.gnome.org>
-
- * nb.po: Updated Norwegian Bokmål translation.
-
-2006-08-02 Takeshi AIHANA <takeshi.aihana@gmail.com>
-
- * ja.po: Updated Japanese translation.
-
-2006-07-17 Inaki Larranaga <dooteo@euskalgnu.org>
-
- * eu.po: Updated Basque translation.
-
-2006-07-16 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2006-07-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
-
- * ru.po: Updated Russian translation by
- Valek Filippov <frob@df.ru>.
-
-2006-07-02 Ilkka Tuohela <hile@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2006-07-01 Žygimantas Beručka <zygis@gnome.org>
-
- * lt.po: Updated Lithuanian translation.
-
-2006-06-30 Theppitak Karoonboonyanan <thep@linux.thai.net>
-
- * th.po: Updated Thai translation.
-
-2006-06-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
-
- * es.po: Updated Spanish translation.
-
-2006-06-26 Daniel Nylander <po@danielnylander.se>
-
- * sv.po: Updated Swedish translation.
-
-2006-06-25 Roberto Majadas <telemaco@openshine.com>
-
- * POTFILES.in: Added balsa.c gajim.c sylpheed-claws.c thunderbird.c
-
-2006-06-15 Hendrik Richter <hendrikr@gnome.org>
-
- * de.po: Updated German translation.
-
-2006-04-07 Bastien Nocera <hadess@hadess.net>
-
- * *.po: correct the ellipsis as per the changes in the source
-
-2006-04-04 Gora Mohanty <gmohanty@cvs.gnome.org>
-
- * or.po: Added Oriya translation.
-
-2006-03-20 Žygimantas Beručka <zygis@gnome.org>
-
- * lt.po: Updated Lithuanian translation.
-
-2006-03-13 Benoît Dejean <benoit@placenet.org>
-
- * fr.po: Updated French translation.
-
-2006-02-23 Clytie Siddall <clytie@riverland.net.au>
-
- * ka.po: Added Georgian translation by Alexander Didebulidze <didebuli@in.tum.de>.
-
-2006-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net>
-
- * th.po: Added Thai translation by
- Isriya Paireepairit <markpeak@gmail.com>.
-
-2006-01-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
-
- * ru.po: Added Russian translation by Leonid Kanter.
-
-2005-12-12 Bastien Nocera <hadess@hadess.net>
-
- * it.po: Added Italian translation from Paolo Rampino <info@clickma.it>
-
-2005-12-01 Alexander Shopov <ash@contact.bg>
-
- * bg.po: Updated Bulgarian translation by
- Alexander Shopov <ash@contact.bg>
-
-2005-10-12 Pawan Chitrakar <pchitrakar@gmail.com>
-
- * ne.po: Added Nepali Translation
-
-2005-10-02 Kjartan Maraas <kmaraas@gnome.org>
-
- * nb.po: Added Norwegian bokmål translation.
- * no.po: Same
-
-2005-09-23 Žygimantas Beručka <zygis@gnome.org>
-
- * lt.po: Updated Lithuanian translation.
-
-2005-09-16 Clytie Siddall <clytie@riverland.net.au>
-
- * vi.po: Updated Vietnamese translation.
-
-2005-09-09 Inaki Larranaga <dooteo@euskalgnu.org>
-
- * eu.po: Updated Basque translation.
-
-2005-09-07 Laurent Dhima <laurenti@alblinux.net>
-
- * sq.po: Updated Albanian translation by Elian Myftiu.
-
-2005-08-30 Josep Puigdemont <josep.puigdemont@gmail.com>
-
- * ca.po: Updated Catalan translation.
-
-2005-08-28 Kostas Papadimas <pkst@gnome.org>
-
- * el.po: Updated Greek translation.
-
-2005-08-24 Vincent van Adrighem <adrighem@gnome.org>
-
- * nl.po: Translation updated by Reinout van Schouwen.
-
-2005-08-20 Yair Hershkovitz <yairhr@gmail.com>
-
- * he.po: Added Hebrew translation by Yuval Tanai.
-
-2005-08-13 Clytie Siddall <clytie@riverland.net.au>
-
- * vi.po: Updated Vietnamese translation.
-
-2005-08-04 Abel Cheung <abelcheung@gmail.com>
-
- * zh_TW.po: Fix language team reference and my email address.
-
-2005-08-04 Maxim Dziumanenko <mvd@mylinux.ua>
-
- * uk.po: Added Ukrainian translation.
-
-2005-08-04 Takeshi AIHANA <aihana@gnome.gr.jp>
-
- * ja.po: Updated Japanese translation.
-
-2005-08-03 Tommi Vainikainen <thv@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2005-07-23 Funda Wang <fundawang@linux.net.cn>
-
- * zh_CN.po: Updated Simplified Chinese translation.
-
-2005-07-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
-
- * es.po: Updated Spanish translation.
-
-2005-07-10 Miloslav Trmac <mitr@volny.cz>
-
- * cs.po: Updated Czech translation.
-
-2005-07-05 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Hungarian translation updated.
-
-2005-06-23 Adam Weinberger <adamw@gnome.org>
-
- * en_CA.po: Updated Canadian English translation.
-
-2005-06-23 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
-
- * gl.po: Updated Galician Translation.
-
-2005-06-21 Marcel Telka <marcel@telka.sk>
-
- * sk.po: Updated Slovak translation.
-
-2005-06-20 Christian Rose <menthos@menthos.com>
-
- * POTFILES.in: Sorted and added missing file entry.
- * sv.po: Updated Swedish translation.
-
-2005-05-16 Iaki Larraaga <dooteo@euskalgnu.org>
-
- * eu.po: Updated Basque translation.
-
-2005-05-05 Josep Puigdemont <josep.puigdemont@gmail.com>
-
- * ca.po: Added Catalan translation by Gil Forcada.
-
-2005-05-03 Kostas Papadimas <pkst@gnome.org>
-
- * el.po: Updated Greek translation.
-
-2005-04-27 Artur Flinta <aflinta@cvs.gnome.org>
-
- * pl.po: Updated Polish translation by GNOME PL Team.
-
-2005-04-01 Steve Murphy <murf@e-tools.com>
-
- * rw.po: Added Kinyarwanda translation.
-
-2005-03-18 Gabor Kelemen <kelemeng@gnome.hu>
-
- * hu.po: Hungarian translation updated by Szabolcs Varga.
-
-2005-03-16 Adam Weinberger <adamw@gnome.org>
-
- * en_CA.po: Updated Canadian English translation.
-
-2005-03-05 Abel Cheung <maddog@linuxhall.org>
-
- * zh_TW.po: New traditional Chinese translation from GNOME HK Team
-
-2005-02-19 Christophe Merlet <redfox@redfoxcenter.org>
-
- * fr.po: Added French translation from
- Jean-Michel Ardantz <jmardantz@ifrance.com>.
-
-2005-02-13 David Lodge <dave@cirt.net>
-
- * en_GB.po: Added British translation.
-
-2005-02-07 Laurent Dhima <laurenti@alblinux.net>
-
- * sq.po: Added Albanian translation by Elian Myftiu.
-
-2005-02-02 Vincent van Adrighem <adrighem@gnome.org>
-
- * nl.po: Translation updated by Reinout van Schouwen.
-
-2005-02-01 Martin Willemoes Hansen <mwh@sysrq.dk>
-
- * da.po: Updated Danish translation.
-
-2005-01-22 Raphael Higino <raphaelh@cvs.gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2005-01-22 Žygimantas Beručka <uid0@akl.lt>
-
- * lt.po: Updated Lithuanian translation.
- * ChangeLog: Converted back to UTF-8. Please keep it this way. ;)
-
-2005-01-22 Funda Wang <fundawang@linux.net.cn>
-
- * zh_CN.po: Updated Simplified Chinese translation.
-
-2005-01-20 Miloslav Trmac <mitr@volny.cz>
-
- * cs.po: Updated Czech translation.
-
-2005-01-20 Frank Arnold <farnold@cvs.gnome.org>
-
- * de.po: Updated German translation.
-
-2005-01-20 Tommi Vainikainen <thv@iki.fi>
-
- * fi.po: Updated Finnish translation.
-
-2005-01-20 Alexander Shopov <ash@contact.bg>
-
- * bg.po: Updated Bulgarian translation by
- Vladimir Petkov <vpetkov@i-space.org>
-
-2005-01-19 Kjartan Maraas <kmaraas@gnome.org>
-
- * nb.po: Add.
- * no.po: Add.
-
-2005-01-19 Takeshi AIHANA <aihana@gnome.gr.jp>
-
- * ja.po: Updated Japanese translation.
-
-2005-01-19 Marcel Telka <marcel@telka.sk>
-
- * sk.po: Added Slovak translation.
-
-2005-01-18 Francisco Javier Fernandez <cyphra@vir.tecknolabs.com>
-
- * es.po: Updated Spanish translation.
-
-2005-01-18 Adam Weinberger <adamw@gnome.org>
-
- * en_CA.po: Updated Canadian English translation.
-
-2005-01-05 Martin Willemoes Hansen <mwh@sysrq.dk>
-
- * da.po: Updated Danish translation.
-
-2005-01-03 Christian Rose <menthos@menthos.com>
-
- * .cvsignore: Added a lot of missing entries.
- * POTFILES.in: Sorted and added comment.
- * sv.po: Added Swedish translation.
-
-2004-12-15 Kostas Papadimas <pkst@gnome.org>
-
- * el.po: Updated Greek translation.
-
-2004-12-15 Kostas Papadimas <pkst@gnome.org>
-
- * el.po: Added Greek translation.
-
-2004-12-13 Iñaki Larrañaga <dooteo@euskalgnu.org>
-
- * eu.po: Added Basque translation.
-
-2004-12-12 Martin Willemoes Hansen <mwh@sysrq.dk>
-
- * da.po: Added Danish translation.
-
-2004-12-11 Ŝygimantas Beručka <uid0@akl.lt>
-
- * lt.po: Added Lithuanian translation.
-
-2004-12-10 Alexander Shopov <ash@contact.bg>
-
- * bg.po: Fixed a stupid typo
-
-2004-12-10 Alexander Shopov <ash@contact.bg>
-
- * bg.po: Added Bulgarian translation by
- Vladimir Petkov <vpetkov@i-space.org>
-
-2004-12-10 Duarte Loreto <happyguy_pt@hotmail.com>
-
- * pt.po: Added Portuguese translation.
-
-2004-12-08 Tommi Vainikainen <thv@iki.fi>
-
- * fi.po: Added Finnish translation.
-
-2004-12-05 Marcel Telka <marcel@telka.sk>
-
- * sk.po: Added Slovak translation.
-
-2004-11-29 Funda Wang <fundawang@linux.net.cn>
-
- * zh_CN.po: Added Simplified Chinese translation.
-
-2004-11-27 Changwoo Ryu <cwryu@debian.org>
-
- * ko.po: Added Korean translation by Young-Ho Cha.
-
-2004-11-18 Laszlo Dvornik <dvornik@gnome.hu>
-
- * hu.po: Hungarian translation added by Gabor Kelemen.
-
-2004-11-16 Hendrik Richter <hendrik@gnome-de.org>
-
- * de.po: Added German translation.
-
-2004-11-15 Raphael Higino <raphaelh@cvs.gnome.org>
-
- * pt_BR.po: Added Brazilian Portuguese translation.
-
-2004-11-14 Hendrik Richter <hendrik@gnome-de.org>
-
- * de.po: Updated German translation
- by Frank Arnold <frank@scirocco-5v-turbo.de>
-
-2004-11-09 Adam Weinberger <adamw@gnome.org>
-
- * en_CA.po: Added Canadian English translation.
-
-2004-11-09 Miloslav Trmac <mitr@volny.cz>
-
- * cs.po: Added Czech translation.
-
-2004-11-08 Vincent van Adrighem <adrighem@gnome.org>
-
- * nl.po: Translation added by Reinout van Schouwen.
-
-2004-11-08 Takeshi AIHANA <aihana@gnome.gr.jp>
-
- * .cvsignore: Added to skip any files.
-
- * ja.po: Added Japanese translation.
-
-2004-11-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
-
- * es.po: Added Spanish translation.
-