2011-06-22 13:54  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r95] NEWS, configure.ac:
	  
	  release 0.1.1

2011-06-22 13:53  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r94] src/repair-dialog.c:
	  
	  Make the UI response faster

2011-06-22 13:03  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r93] src/repair-dialog.c:
	  
	  Fix segfaults on clicking subdir check button in the middle of
	  process
	  
	  If the "Include subdirectories" check button is clicked again,
	  while repair
	  dialog scans subdirectory, the repair dialog dies. When the
	  "Include
	  subdirectories" check button toggled, we should reset the update
	  context.

2011-06-22 12:25  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r91] configure.ac:
	  
	  release 0.1.0

2011-06-22 12:24  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r90] NEWS:
	  
	  Update documents

2011-06-22 12:23  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r89] po/es.po, po/fr.po, po/it.po, po/ko.po, po/uk.po:
	  
	  Update po files

2011-06-22 12:22  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r88] po/POTFILES.in:
	  
	  Add new source files

2011-06-21 14:24  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r87] src/encoding-dialog.c, src/nautilus-filename-repairer.c,
	  src/repair-dialog.c:
	  
	  Update dialog messages
	  
	  Error message dialogs now use secondary text of GtkMessageDialog.
	  The titles of error dialogs have been removed according to the
	  GNOME HIG.
	  
	  It is not safe that renaming cause overwriting, so I removed the
	  code to
	  overwrite.

2011-06-19 14:37  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r86] src/encoding-dialog.c, src/nautilus-filename-repairer.c,
	  src/repair-dialog.c:
	  
	  Add title strings to error message dialogs

2011-06-19 14:28  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r85] src/Makefile.am:
	  
	  Include ui files in source package

2011-06-19 14:19  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r84] src/encoding-dialog.c, src/repair-dialog.c, src/repairer.c:
	  
	  Use config.h

2011-06-19 08:14  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r83] src/encoding-dialog.c, src/encoding-dialog.h,
	  src/repair-dialog.c, src/repair-dialog.h, src/repairer.c:
	  
	  Add the copyright notice

2011-06-19 08:07  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r82] src/Makefile.am, src/encoding-dialog.c,
	  src/encoding-dialog.h, src/encoding-dialog.ui,
	  src/repair-dialog.c:
	  
	  Add a feature to select arbitrary encoding
	  
	  Now, users can add an encoding which doesn't exist in encoding
	  combo box
	  by selecting the last item in it.

2011-06-19 07:58  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r81] src/repairer.c:
	  
	  Update dialog title

2011-06-18 04:48  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r80] src/repair-dialog.c:
	  
	  Need to update ui on sync mode

2011-06-16 15:05  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r79] src/nautilus-filename-repairer.c:
	  
	  Refactor menu creating code
	  
	  Remove unused codepages from encoding list.
	  Reorganize menu creating code.
	  Remove duplicate submenu items.

2011-06-11 15:39  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r78] src/nautilus-filename-repairer.c:
	  
	  Remove some old codepages and update default encoding table

2011-06-11 13:37  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r77] src/repair-dialog.c:
	  
	  Use GtkTreeModel as the file list to repair
	  
	  The user confirmed the file list of GtkTreeModel.
	  So instead of rescaning the directory, use the list of
	  GtkTreeModel.
	  I think this is a more stable way.
	  
	  Add a error message dialog for file renaming failure.

2011-06-11 04:20  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r76] src/repair-dialog.ui:
	  
	  Reduce default dialog width to 400

2011-06-11 04:16  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r75] src/repair-dialog.c:
	  
	  Add a feature to fix a misconverted filename
	  
	  Some filenames are misconverted in wrong encoding.
	  In that case, the user can't read the filename even it is valid
	  utf8 form.
	  For such filenames, try to reconvert it with the user selected
	  encoding.

2011-06-08 14:42  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r74] src/repair-dialog.c:
	  
	  Deal with URI encoded filename or Unicode NFD form

2011-06-07 03:19  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r73] src/nautilus-filename-repairer-i18n.h, src/repair-dialog.c:
	  
	  Make encoding list of combo box translatable
	  
	  Also sort the table.

2011-06-07 03:00  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r72] src/repair-dialog.c:
	  
	  Detect default encoding for current locale on start

2011-06-06 14:23  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r71] src/Makefile.am, src/nautilus-filename-repairer.c,
	  src/repair-dialog.c, src/repair-dialog.h, src/repair-dialog.ui,
	  src/repairer.c:
	  
	  Add filename repair dialog
	  
	  * support multiple rename with repair dialog
	  * support recursive rename with repair dialog
	  * issue: #4
	  http://code.google.com/p/repairer/issues/detail?id=4

2011-03-30 12:57  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r70] po/LINGUAS, po/uk.po:
	  
	  Add Ukrainian translation
	  
	  Thanks to Serhij Dubyk / Сергій Дубик <dubyk * library.lviv.ua>

2011-03-26 12:04  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r69] src/nautilus-filename-repairer.c:
	  
	  Support Mac OS X filename

2011-03-23 14:58  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r68] configure.ac:
	  
	  #3 nautilus 3.0 support
	  
	  Remove GLIB, GTK version dependency from configure script.
	  The dependency on libnautilus-extension would be enough.

2009-12-05 03:26  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r67] po/es.po:
	  
	  update spanish translation

2009-11-01 09:50  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r65] configure.ac:
	  
	  release 0.0.6

2009-11-01 09:48  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r64] NEWS:
	  
	  update document

2009-11-01 09:28  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r63] README, svnauthors:
	  
	  update documents

2009-11-01 09:22  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r62] Makefile.am:
	  
	  add a rule to generate ChangeLog when the dist package is created

2009-11-01 08:24  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r61] po/es.po, po/fr.po, po/it.po, po/ko.po:
	  
	  update po files

2009-11-01 05:58  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r60] src/nautilus-filename-repairer.c:
	  
	  update error handling message dialog routine

2009-11-01 05:13  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r59] configure.ac, src/nautilus-filename-repairer.c:
	  
	  Update library dependency.
	  * use GIO
	  * use new version of libnautilus-extension
	  * don't use libgnome (now we don't need workaround code)
	  * remove version checking scripts.

2009-11-01 03:55  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r58] src/nautilus-filename-repairer.c:
	  
	  We don't need workaround code anymore
	  because now we use nautilus 2.22.0 or upper version.
	  --이 줄 이하 자동으로 제거됩니다--
	  
	  M src/nautilus-filename-repairer.c

2009-11-01 03:43  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r57] src/nautilus-filename-repairer.c:
	  
	  migrating to GIO
	  * use GIO instead of Gnome VFS which is not used anymore in
	  Nautilus.
	  * issue #1 Migrate to gio
	  from
	  http://kldp.net/tracker/index.php?func=detail&aid=305177&group_id=1205&atid=353052

2009-01-18 08:10  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r56] bootstrap.sh:
	  
	  create ChangeLog before running automake, or it cause error.

2008-09-28 03:15  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r55] po/es.po:
	  
	  update spanish translation
	  thanks to Francisco Javier Cuadrado <fcocuadrado@gmail.com>

2008-04-04 05:25  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r54] po/fr.po:
	  
	  update french translation

2008-04-01 13:07  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r50] configure.ac:
	  
	  release 0.0.5

2008-04-01 13:06  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r49] NEWS:
	  
	  update document

2008-03-31 10:20  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r48] po/LINGUAS, po/fr.po:
	  
	  add french translation
	  Thanks to Christophe Benz <christophe.benz@gmail.com>

2008-03-10 09:37  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r45] Makefile.am:
	  
	  update ChangeLog generating rule as PHONY target

2008-03-10 09:32  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r44] README:
	  
	  fix typo (#304719)

2008-03-10 09:29  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r43] configure.ac:
	  
	  release 0.0.4

2008-03-10 09:26  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r42] Makefile.am:
	  
	  update ChangeLog generating rule

2008-03-10 09:08  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r41] NEWS:
	  
	  update documents for 0.0.4

2008-03-05 07:05  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r40] po/LINGUAS, po/es.po:
	  
	  add Spanish translation.
	  Thanks to Fran <fcocuadrado@gmail.com>

2008-02-02 06:57  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r39] ., svnauthors:
	  
	  add ChangeLog to ignore list
	  add svnauthors file which is used to generate ChangeLog

2008-02-02 06:55  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r38] Makefile.am:
	  
	  ChangeLog file should be regeneratied when the $(top_srcdir) is
	  changed

2008-02-02 06:53  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r37] Makefile.am, bootstrap.sh:
	  
	  remove glib-gettextize

2008-02-02 06:38  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r36] bootstrap.sh:
	  
	  use glib-gettextize

2008-02-02 06:30  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r35] ., po, src:
	  
	  add svn:ignore list

2008-02-02 06:16  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r34] src/filename-repairer.c,
	  src/nautilus-filename-repairer-i18n.h,
	  src/nautilus-filename-repairer.c,
	  src/nautilus-filename-repairer.h:
	  
	  update license text to GPL2 (#304708)

2008-02-02 06:01  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r33] src/nautilus-filename-repairer.c:
	  
	  add legacy dos codepages.

2008-01-31 15:01  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r31] configure.ac:
	  
	  release 0.0.3

2008-01-31 02:02  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r30] NEWS, po/it.po, po/ko.po:
	  
	  update document: NEWs, po files

2008-01-31 01:56  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r29] src/nautilus-filename-repairer-i18n.h:
	  
	  undef gettext macros, to remove compiler warning

2008-01-31 01:55  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r28] configure.ac, src/filename-repairer.c,
	  src/nautilus-filename-repairer.c:
	  
	  update nautilus workround code:
	  Now, I do not use NEED_NAUTILUS_WORK_AROUND macro anymore.
	  I get the nautilus version on the fly using
	  gnome_program_get_app_version()
	  and apply the work around code.

2008-01-30 05:22  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r27] Makefile.am, configure.ac, src/Makefile.am:
	  
	  update install directory:
	  * add configure option: --with-nautilus-extension-dir
	  * add script to detect nautilus extension diretory, where it uses
	  pkg-config --variable=extensiondir libnautilus-extension
	  * add an option to ignore an error on distcheck

2008-01-24 01:07  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r26] src/nautilus-filename-repairer.c:
	  
	  revert to r13.
	  Because if it does not check the unescaped filename with original
	  on, it will
	  showes the context menu with even a normal filename.

2008-01-22 14:51  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r19] configure.ac:
	  
	  release 0.0.2

2008-01-22 14:50  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r18] Makefile.am:
	  
	  remove phony option (this results an error with make distcheck)

2008-01-22 14:08  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r17] NEWS, README:
	  
	  update document

2008-01-22 14:07  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r16] Makefile.am:
	  
	  change the target to create ChangeLog to PHONY

2008-01-22 14:06  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r15] po/it.po, po/ko.po:
	  
	  update translation

2008-01-22 13:57  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r14] src/nautilus-filename-repairer.c:
	  
	  remove uneeded strcmp() function.
	  If we got an unescaped filename, it can be used whether it is
	  same as original
	  one or not.

2008-01-22 13:54  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r13] src/nautilus-filename-repairer.c:
	  
	  reorder the encoding list

2008-01-21 15:12  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r12] src/nautilus-filename-repairer.c:
	  
	  update detecting encoding algorithm
	  change the default encoding to CP1252

2008-01-20 15:21  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r11] po/LINGUAS, po/it.po:
	  
	  add italian translation

2008-01-20 06:42  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r10] src/nautilus-filename-repairer.c:
	  
	  add URL encoded utf8 string also as a candidate.

2008-01-14 16:02  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r6] configure.ac:
	  
	  release 0.0.1

2008-01-14 15:49  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r5] po/ko.po:
	  
	  update ko.po

2008-01-14 15:48  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r4] src/filename-repairer.c,
	  src/nautilus-filename-repairer-i18n.h:
	  
	  update nls header

2008-01-14 15:04  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r3] configure.ac, src/nautilus-filename-repairer.c:
	  
	  add work around code for nautilus bug(#508878)
	  see: http://bugzilla.gnome.org/show_bug.cgi?id=508878

2008-01-14 14:35  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r2] Makefile.am:
	  
	  update rule to make ChangeLog

2008-01-14 14:04  Choe Hwanjin <choe.hwanjin@gmail.com>

	* [r1] ., AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README,
	  bootstrap.sh, configure.ac, po, po/ChangeLog, po/LINGUAS,
	  po/POTFILES.in, po/ko.po, src, src/Makefile.am,
	  src/filename-repairer.c, src/nautilus-filename-repairer-i18n.h,
	  src/nautilus-filename-repairer.c,
	  src/nautilus-filename-repairer.h:
	  
	  initial import

