2004-07-09 11:00  olivier

	* configure, configure.ac, po/xffm.pot: Update versions.

2004-07-09 09:53  olivier

	* ChangeLog: Update ChangeLogs for 4.0.6

2004-07-08 21:53  olivier

	* ltmain.sh: Update tree for 4.0.6 release

2004-07-06 17:58  pollux

	* configure, configure.ac, po/eu.gmo, po/eu.po: add basque
	  translation from ^pi^ <pi@beobide.net>

2004-06-27 18:34  edscott

	* plugin-mcs/xffm_settings_dialog.c: apply Aurelien Foret's patch

2004-06-23 04:52  edscott

	* libs/settings.c, plugin-mcs/xffm_settings_dialog.c: XFFM_USE_SUDO
	  was missing from the mcs-manager plugin.

2004-06-11 13:04  pollux

	* configure, configure.ac, ltmain.sh, po/et.gmo, po/et.po: Estonian
	  translations from Peeter Vois <peeter.vois@proekspert.ee> added

2004-06-01 15:23  edscott

	* smb/smb_misc.c, src/callbacks.c: fix bug 213 (crash on dummy
	  click in smb branch)

2004-05-04 00:16  olivier

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	  install-sh, ltmain.sh, mkinstalldirs, doc/Makefile.in,
	  doc/C/Makefile.in, doc/fr/Makefile.in, fgr/Makefile.in,
	  libs/Makefile.in, mime/Makefile.in, pixmaps/Makefile.in,
	  pixmaps/no_icons/Makefile.in, pixmaps/plain/Makefile.in,
	  plugin-mcs/Makefile.in, po/xffm.pot, scramble/Makefile.in,
	  smb/Makefile.in, src/Makefile.in, xfdiff4/Makefile.in: Update
	  zh_TW translations by umm <umm@pchome.com.tw>

2004-04-13 23:32  olivier

	* configure: Fix version number on some packages

2004-04-12 17:07  edscott

	* libs/dnd.c, src/callbacks.c: selection and drag with shift
	  pressed was still bugged. now definitely fixed (backporting bug
	  fixes is getting increasingly difficult)

2004-04-10 16:54  edscott

	* m4/debug.m4: enable use of gtk2.2 with gtk2.4

2004-04-10 16:27  edscott

	* fgr/: glob.c, globber.c, globber.h: code cleanup

2004-04-01 15:51  edscott

	* src/callbacks.c: fix bug of dnd not working with ctrl or shiftkey
	  press

2004-03-22 15:08  edscott

	* libs/misc.c, src/add_file.c: apply solaris compiler patch

2004-03-15 00:25  olivier

	* aclocal.m4, configure, configure.ac, po/ar.gmo, po/ar.po,
	  po/bg.gmo, po/bg.po, po/it.gmo, po/it.po: Add/update i18n for:
	  Bulgarian from Miroslav Yordanov <miordanov@i-space.org> and
	  Peter Slavov <peshka@i-space.org> Italian from Alex Dupre
	  <ale@FreeBSD.org> Arabic from Saleh Hathal
	  <hathalsal@hotmail.com>

2004-03-02 22:16  olivier

	* po/xffm.pot: Dummy

2004-02-28 18:24  olivier

	* ltmain.sh: sync for 4.0.4 release

2004-02-03 15:13  edscott

	* src/callbacks.c: get rid of gtk warning (bug 106)

2004-01-30 08:07  jasper

	* configure, configure.ac, ltmain.sh, po/es.gmo, po/es.po,
	  po/fa_IR.gmo, po/fa_IR.po, po/pt_BR.gmo, po/pt_BR.po,
	  po/zh_CN.gmo, po/zh_CN.po: Update translations for spanish,
	  persian, brasilian and chinese

2004-01-25 01:10  olivier

	* Makefile.in, aclocal.m4, compile, config.guess, config.h.in,
	  config.sub, configure, configure.ac, depcomp, install-sh,
	  ltmain.sh, missing, mkinstalldirs, doc/Makefile.in,
	  doc/C/Makefile.in, doc/fr/Makefile.in, fgr/Makefile.in,
	  libs/Makefile.in, mime/Makefile.in, pixmaps/Makefile.in,
	  pixmaps/no_icons/Makefile.in, pixmaps/plain/Makefile.in,
	  plugin-mcs/Makefile.in, po/fa_IR.gmo, po/fa_IR.po,
	  scramble/Makefile.in, smb/Makefile.in, src/Makefile.in,
	  xfdiff4/Makefile.in: Update libtool and other automake, autoconf
	  and gettext.

2004-01-22 03:07  edscott

	* src/callbacks.c: don't show smb password on status line. (bug 91)

2004-01-07 21:38  olivier

	* ChangeLog, po/ChangeLog: Huge update before 4.0.3 release,
	  mainly: ChangeLog update, Version number updates.

2004-01-07 19:58  olivier

	* po/xffm.pot: Fix spec files so that debug files aren't include on
	  Red Hat 9 and later

2004-01-06 19:48  olivier

	* po/xffm.pot: update theme

2004-01-05 20:43  edscott

	* glade_intl, xffm.glade, libs/cpy.c, libs/menu.c, src/glade_gui.c,
	  src/glade_gui.c.bak: allow disk-usage for multiple selections.
	  allow properties popup for multiple selections too.

2004-01-05 02:28  edscott

	* libs/ls.c: include more refined patch from bug number 62 for
	  sticky mode

2003-12-30 15:13  edscott

	* libs/misc.c: actually, 3 lines needed to be commented out for the
	  2 string removal.

2003-12-30 02:30  edscott

	* src/treeview.c: resolve bug 29 in the 4_0 branch.

2003-12-30 00:01  edscott

	* libs/preferences.i: zap the two extra translations from 4.0 tree

2003-12-29 23:51  edscott

	* smb/: master_lookup.c, smb_list.c, smb_open.c, smblookup.c:
	  backport fixes for samba-3.0.1 from 4.1 tree

2003-12-29 21:03  edscott

	* libs/tubo.c: restrict FreeBSD waitpid() bug workaround to #ifdef
	  __FreeBSD__ Probable cause of bugs 51, 53, 57, 58.

2003-12-29 20:25  edscott

	* src/callbacks.c: plug a small possible leak in the multiple
	  selection bugfix.

2003-12-29 20:12  edscott

	* libs/constants.h, libs/dnd.c, libs/dnd.h, libs/misc.c,
	  libs/monitor.c, libs/options.c, libs/preferences.i,
	  src/callbacks.c: fixed bug 54 (directories being selected on
	  open/close) changed selection method from mousemove to timeout:
	  works better and is less confusing.  Backported 4.1 option to
	  revert to classic gtk selection (default is not gtk-classic)
	  Backported 4.1 option to avoid rescaling fonts with icons
	  (default is no rescaling)

2003-12-29 16:58  edscott

	* libs/: icons.c, input.c: Do not crash when empty combo box input
	  by user, just silently continue.

2003-12-29 16:20  olivier

	* ChangeLog, configure, configure.ac, po/no.gmo, po/no.po: Update
	  version number, Update ChangeLog Fix missing CHARSET in potfiles

2003-12-29 13:16  jasper

	* configure, configure.ac, po/no.gmo, po/no.po, po/tr.gmo,
	  po/tr.po: Update Norwegian and Turkish translations

2003-12-28 21:28  olivier

	* po/xffm.pot: Fix removal of properties on unframed windows

2003-12-28 18:08  edscott

	* src/callbacks.c: event->state!=GDK_CONTROL_MASK is not entirely
	  correct, fails if other modifiers also set (like numlock).
	  !(event->state&GDK_CONTROL_MASK) should be used instead.

2003-12-28 18:01  edscott

	* libs/cpy.c: The envvar TERMCMD is not used in 4_0 (it replaces
	  TERM in 4.1)

2003-12-27 22:52  jasper

	* configure, configure.ac, po/pl.gmo, po/pl.po: Update Polish
	  translations

2003-12-18 00:00  olivier

	* ChangeLog: Update ChangeLog(s)

2003-12-16 23:36  olivier

	* configure, configure.ac: Resync, update version number

2003-12-16 15:56  edscott

	* libs/ls.c: resolve bug 45 (not showing sticky bits in mode
	  column)

2003-12-15 23:25  olivier

	* po/ca.gmo: Fix a (potential) crash in workspace plugins

2003-12-15 22:35  jasper

	* configure, configure.ac, po/az.gmo, po/az.po: Add Azerbaijani
	  translations

2003-12-10 14:49  edscott

	* src/treeview.c: fix potencial memory leak

2003-12-05 15:01  edscott

	* libs/tubo.c: kill and term when canceling.

2003-12-05 14:51  edscott

	* libs/tubo.c: waitpid() bug fix

2003-12-04 14:39  edscott

	* libs/settings.c: Do not write the env vars to xml rc file.

2003-12-02 16:00  edscott

	* libs/: cpy.c, run.c: applied patch by Bernhard (modified)

2003-12-01 14:39  jasper

	* AUTHORS.vi: Add AUTHORS.vi. No updates in the build-system yet.

2003-12-01 12:03  jasper

	* po/ca.po: Update catalan translations

2003-11-23 09:55  jasper

	* configure, configure.ac, po/sv.gmo, po/sv.po: Add swedish
	  translations

2003-11-20 21:38  edscott

	* src/treeview.c: plug small memory leak

2003-11-20 01:51  edscott

	* src/callbacks.c: missing function prototype added.

2003-11-17 20:59  edscott

	* libs/misc.c: allow keypad in autocompletion combo

2003-11-17 19:54  edscott

	* libs/dnd.c: close bug 6

2003-11-17 19:25  edscott

	* src/callbacks.c: close bug 4 and 5

2003-11-16 09:44  jasper

	* po/: cs.gmo, cs.po: Update Czech translations

2003-11-12 08:02  jasper

	* po/: ca.gmo, cs.gmo, de.gmo, es.gmo, es_MX.gmo, fr.gmo, hi.gmo,
	  hu.gmo, ja.gmo, lt.gmo, ms.gmo, nl.gmo, pt_PT.gmo, ta.gmo,
	  tr.gmo, uk.gmo, vi.gmo, zh_CN.gmo, zh_TW.gmo: Forgot gmo files
	  update

2003-11-11 19:35  jasper

	* po/: ca.po, cs.po, de.po, es.po, es_MX.po, fr.po, hi.po, hu.po,
	  ja.po, lt.po, ms.po, nl.po, pt_PT.po, ta.po, tr.po, uk.po, vi.po,
	  xffm.pot, zh_CN.po, zh_TW.po: Update po files, just in case
	  something changed ...

2003-11-11 02:07  edscott

	* libs/: properties.c, properties.h: Correction for properties in
	  4.0.1

2003-11-11 01:08  edscott

	* libs/: properties.c, properties.h: allow multiple selection for
	  properties

2003-11-10 23:03  edscott

	* libs/filter.c: fixed the duplicate smb elements reported by Craig
	  (

2003-11-09 21:27  edscott

	* libs/dnd.c: the new drag mode was broken after opening remote smb
	  node.

2003-11-09 20:09  jasper

	* configure, configure.ac, po/cs.gmo, po/cs.po: Add Check
	  translations

2003-11-09 18:48  edscott

	* libs/icons.c: unref icon pixbufs not being used.

2003-11-07 22:09  jasper

	* configure, configure.ac, doc/Makefile.am, doc/Makefile.in,
	  doc/C/xffm.html, doc/fr/Makefile.am, doc/fr/Makefile.in,
	  doc/fr/xffm.html, doc/fr/xffm.xml: Add French documentation

2003-11-06 19:38  edscott

	* libs/misc.c: fixed bug in compare function for combo list

2003-11-03 19:06  jasper

	* configure, configure.ac, po/uk.gmo, po/uk.po: Add Ukranian
	  translations

2003-11-02 00:28  olivier

	* aclocal.m4, configure, configure.ac, po/hi.gmo, po/hi.po: Add
	  Hindi translation

2003-11-01 21:12  edscott

	* aclocal.m4, configure, configure.ac: update version info to 4.0.1

2003-10-27 19:51  edscott

	* libs/entry.c, libs/icons.c, libs/monitor.c, smb/master_lookup.c,
	  smb/smb_list.c, smb/smblookup.c, src/add_folder.c,
	  src/callbacks.c: correct check for update condition.

2003-10-26 19:29  edscott

	* libs/input.h, libs/misc.c, libs/misc.h, libs/monitor.c,
	  libs/types.h, src/treeview.c: (fixed) monitor function was racing
	  to become recursive while processing pending gtk.

2003-10-25 05:37  edscott

	* src/treeview.c: fixed resort on clicking name column not working
	  (code line out of place).

2003-10-25 05:21  edscott

	* libs/monitor.c: disable monitor while input is active since the
	  filter is hidden and will not be processed.

2003-10-25 04:28  edscott

	* libs/dnd.c, src/callbacks.c: fixed a minor bug with popup menu
	  and new selection scheme.

2003-10-25 00:31  jasper

	* configure, configure.ac, po/vi.gmo, po/vi.po:
	  Add vietnamese translations by Lam Vinh Nien <nienvl@yahoo.ca>.

2003-10-21 19:39  jasper

	* po/: zh_TW.gmo, zh_TW.po: Update chinese traditional translations

2003-10-20 18:59  edscott

	* libs/dnd.c: forgot to refresh after drop (with new dnd policy)

2003-10-19 17:38  edscott

	* src/callbacks.c: gtk-bug workaround: click on expander passes
	  button-press but not button-release

2003-10-19 07:59  edscott

	* src/callbacks.c: avoid duplicate entries en dnd information on
	  resetting selection

2003-10-19 06:42  edscott

	* libs/dnd.c: prepend items to drag list so that last in is first
	  out.

2003-10-19 05:24  edscott

	* src/treeview.c: small detail missing here.

2003-10-19 04:41  edscott

	* libs/bookmarks.c, libs/dnd.c, libs/dnd.h, libs/goto.c,
	  libs/menu.c, libs/menu_callbacks.c, src/callbacks.c,
	  src/callbacks.h, src/treeview.c: Make reselection appear with
	  less mouse movement and don't do it on ctrl or shift click. Also
	  some missing details.

2003-10-18 21:17  edscott

	* libs/dnd.c, libs/dnd.h, libs/find.c, src/callbacks.c: fixed find
	  bug reported by danny.  fixed gtk bug which unselects on click
	  for drag

2003-10-13 20:30  jasper

	* ChangeLog: Update ChangeLog's after syncing with SF. Everything
	  should now be up-to-date.

2003-10-13 20:01  jasper

	* libs/: input.c, menu_callbacks.c, run.c:
	  Huge update to get new repository in sync with the one on SF. We
	  lose some CVS history here, but I will include the missing
	  ChangeLog entries here:

	  +++

	  2003-10-12 23:13  xfce

		  * xfce4/xfce4rc, xfwm4/src/client.c: Add --no-desktop to
	  default
		  nautilus entry Use Height/Width on Mwm hints updates

	  2003-10-10 23:51  edscott

		  * xffm/libs/: menu_callbacks.c, run.c: fixed another
	  g_strchug()
		  bug

	  2003-10-10 23:15  xfce

		  * xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so
	  that DPI
		  settings load even on workstations w/out cpp

	  2003-10-10 22:38  xfce

		  * xfwm4/: configure, configure.ac, themes/Makefile.am,
		  themes/Makefile.in, themes/tgc-large/Makefile.am,
		  themes/tgc-large/Makefile.in, themes/tgc-large/README,
		  themes/tgc-large/bottom-active.xpm,
		  themes/tgc-large/bottom-inactive.xpm,
		  themes/tgc-large/bottom-left-active.xpm,
		  themes/tgc-large/bottom-left-inactive.xpm,
		  themes/tgc-large/bottom-right-active.xpm,
		  themes/tgc-large/bottom-right-inactive.xpm,
		  themes/tgc-large/close-active.xpm,
		  themes/tgc-large/close-inactive.xpm,
		  themes/tgc-large/close-pressed.xpm,
		  themes/tgc-large/hide-active.xpm,
		  themes/tgc-large/hide-inactive.xpm,
		  themes/tgc-large/hide-pressed.xpm,
		  themes/tgc-large/left-active.xpm,
		  themes/tgc-large/left-inactive.xpm,
		  themes/tgc-large/maximize-active.xpm,
		  themes/tgc-large/maximize-inactive.xpm,
		  themes/tgc-large/maximize-pressed.xpm,
		  themes/tgc-large/maximize-toggled-active.xpm,
		  themes/tgc-large/maximize-toggled-inactive.xpm,
		  themes/tgc-large/maximize-toggled-pressed.xpm,
		  themes/tgc-large/menu-active.xpm,
		  themes/tgc-large/menu-inactive.xpm,
		  themes/tgc-large/menu-pressed.xpm,
		  themes/tgc-large/right-active.xpm,
		  themes/tgc-large/right-inactive.xpm,
		  themes/tgc-large/shade-active.xpm,
		  themes/tgc-large/shade-inactive.xpm,
		  themes/tgc-large/shade-pressed.xpm,
		  themes/tgc-large/shade-toggled-active.xpm,
		  themes/tgc-large/shade-toggled-inactive.xpm,
		  themes/tgc-large/shade-toggled-pressed.xpm,
		  themes/tgc-large/stick-active.xpm,
		  themes/tgc-large/stick-inactive.xpm,
		  themes/tgc-large/stick-pressed.xpm,
		  themes/tgc-large/stick-toggled-active.xpm,
		  themes/tgc-large/stick-toggled-inactive.xpm,
		  themes/tgc-large/stick-toggled-pressed.xpm,
		  themes/tgc-large/themerc,
	  themes/tgc-large/title-1-active.xpm,
		  themes/tgc-large/title-1-inactive.xpm,
		  themes/tgc-large/title-2-active.xpm,
		  themes/tgc-large/title-2-inactive.xpm,
		  themes/tgc-large/title-3-active.xpm,
		  themes/tgc-large/title-3-inactive.xpm,
		  themes/tgc-large/title-4-active.xpm,
		  themes/tgc-large/title-4-inactive.xpm,
		  themes/tgc-large/title-5-active.xpm,
		  themes/tgc-large/title-5-inactive.xpm,
		  themes/tgc-large/top-left-active.xpm,
		  themes/tgc-large/top-left-inactive.xpm,
		  themes/tgc-large/top-right-active.xpm,
		  themes/tgc-large/top-right-inactive.xpm: Add tgc-large as
	  in HEAD
		  branch

	  2003-10-10 22:06  xfce

		  * libxfcegui4/libxfcegui4/netk-pager.c,
		  xfwm4/themes/default/bottom-active.xpm,
		  xfwm4/themes/default/bottom-inactive.xpm,
		  xfwm4/themes/default/bottom-left-active.xpm,
		  xfwm4/themes/default/bottom-left-inactive.xpm,
		  xfwm4/themes/default/bottom-right-active.xpm,
		  xfwm4/themes/default/bottom-right-inactive.xpm,
		  xfwm4/themes/default/close-active.xpm,
		  xfwm4/themes/default/close-inactive.xpm,
		  xfwm4/themes/default/close-pressed.xpm,
		  xfwm4/themes/default/hide-active.xpm,
		  xfwm4/themes/default/hide-inactive.xpm,
		  xfwm4/themes/default/hide-pressed.xpm,
		  xfwm4/themes/default/left-active.xpm,
		  xfwm4/themes/default/left-inactive.xpm,
		  xfwm4/themes/default/maximize-active.xpm,
		  xfwm4/themes/default/maximize-inactive.xpm,
		  xfwm4/themes/default/maximize-pressed.xpm,
		  xfwm4/themes/default/maximize-toggled-active.xpm,
		  xfwm4/themes/default/maximize-toggled-inactive.xpm,
		  xfwm4/themes/default/maximize-toggled-pressed.xpm,
		  xfwm4/themes/default/menu-active.xpm,
		  xfwm4/themes/default/menu-inactive.xpm,
		  xfwm4/themes/default/menu-pressed.xpm,
		  xfwm4/themes/default/right-active.xpm,
		  xfwm4/themes/default/right-inactive.xpm,
		  xfwm4/themes/default/shade-active.xpm,
		  xfwm4/themes/default/shade-inactive.xpm,
		  xfwm4/themes/default/shade-pressed.xpm,
		  xfwm4/themes/default/shade-toggled-active.xpm,
		  xfwm4/themes/default/shade-toggled-inactive.xpm,
		  xfwm4/themes/default/shade-toggled-pressed.xpm,
		  xfwm4/themes/default/stick-active.xpm,
		  xfwm4/themes/default/stick-inactive.xpm,
		  xfwm4/themes/default/stick-pressed.xpm,
		  xfwm4/themes/default/stick-toggled-active.xpm,
		  xfwm4/themes/default/stick-toggled-inactive.xpm,
		  xfwm4/themes/default/stick-toggled-pressed.xpm,
		  xfwm4/themes/default/title-1-active.xpm,
		  xfwm4/themes/default/title-1-inactive.xpm,
		  xfwm4/themes/default/title-2-active.xpm,
		  xfwm4/themes/default/title-2-inactive.xpm,
		  xfwm4/themes/default/title-3-active.xpm,
		  xfwm4/themes/default/title-3-inactive.xpm,
		  xfwm4/themes/default/title-4-active.xpm,
		  xfwm4/themes/default/title-4-inactive.xpm,
		  xfwm4/themes/default/title-5-active.xpm,
		  xfwm4/themes/default/title-5-inactive.xpm,
		  xfwm4/themes/default/top-left-active.xpm,
		  xfwm4/themes/default/top-left-inactive.xpm,
		  xfwm4/themes/default/top-right-active.xpm,
		  xfwm4/themes/default/top-right-inactive.xpm: Basically
	  revert to
		  "pre" xfwm4 default style that looked better than 4.0.0

	  2003-10-10 20:21  huysmans

		  * xfce4/plugins/pager/pager.c: Fix resizing bug

	  2003-10-08 23:35  xfce

		  * xfwm4/src/: client.c, events.c, settings.c: Fix
	  raise/lower patch

	  2003-10-08 22:34  xfce

		  * xfwm4/: src/settings.c, themes/default.keys/keythemerc:
	  Fix
		  raise/lower key shortcut

	  2003-10-07 22:37  xfce

		  * xffm/libs/input.c: With gtk 2.2.3/2.2.4 the
		  gtk_getentrytext_function does not return "" but NULL.

	  2003-10-07 22:31  xfce

		  * xfwm4/themes/tgc-large/: Makefile.am, Makefile.in,
	  README,
		  bottom-active.xpm, bottom-inactive.xpm,
	  bottom-left-active.xpm,
		  bottom-left-inactive.xpm, bottom-right-active.xpm,
		  bottom-right-inactive.xpm, close-active.xpm,
	  close-inactive.xpm,
		  close-pressed.xpm, hide-active.xpm, hide-inactive.xpm,
		  hide-pressed.xpm, left-active.xpm, left-inactive.xpm,
		  maximize-active.xpm, maximize-inactive.xpm,
	  maximize-pressed.xpm,
		  maximize-toggled-active.xpm,
	  maximize-toggled-inactive.xpm,
		  maximize-toggled-pressed.xpm, menu-active.xpm,
	  menu-inactive.xpm,
		  menu-pressed.xpm, right-active.xpm, right-inactive.xpm,
		  shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm,
		  shade-toggled-active.xpm, shade-toggled-inactive.xpm,
		  shade-toggled-pressed.xpm, stick-active.xpm,
	  stick-inactive.xpm,
		  stick-pressed.xpm, stick-toggled-active.xpm,
		  stick-toggled-inactive.xpm, stick-toggled-pressed.xpm,
	  themerc,
		  title-1-active.xpm, title-1-inactive.xpm,
	  title-2-active.xpm,
		  title-2-inactive.xpm, title-3-active.xpm,
	  title-3-inactive.xpm,
		  title-4-active.xpm, title-4-inactive.xpm,
	  title-5-active.xpm,
		  title-5-inactive.xpm, top-left-active.xpm,
	  top-left-inactive.xpm,
		  top-right-active.xpm, top-right-inactive.xpm: Change
	  default theme,
		  keep old 4.0 theme as default-4.0 and add tgc-large theme
	  Include
		  improvements for fullscreen mode for gst from Arwed von
	  Merkatz
		  <v.merkatz@gmx.net>

	  2003-10-07 22:14  xfce

		  * xffm/libs/run.c, xfwm4/ChangeLog, xfwm4/configure,
		  xfwm4/configure.ac, xfwm4/src/client.c,
	  xfwm4/src/events.c: Include
		  changes for gst fullscreen mode as suggested by Arwed von
	  Merkatz
		  <v.merkatz@gmx.net> Include fix for "run..." in xffm from
	  Edscott

	  +++

2003-09-27 13:20  huysmans

	* configure, configure.ac, po/ta.gmo, po/ta.po: Update tamil
	  translations

