2004-11-22  Danilo Šegan  <dsegan@gmx.net>

	* help/sr/sr.po: Added.
	* help/sr/figures/gnome-hello.png: Added.

	* help/C/gnome-hello-C.omf: Removed.

	* help/gnome-hello.omf.in: Added.

	* help/Makefile.am: Use gnome-doc-utils.

	* configure.ac: Added GNOME_DOC_INIT.

2004-11-22  Danilo Šegan  <dsegan@gmx.net>

	* src/menus.c (create_ui_manager): Add call to
	gtk_action_group_set_translation_domain().

2004-11-18  Mariano Suárez-Alvarez  <mariano@gnome.org>

	* autogen.sh: use gnome-common's autogen.sh, using automake-1.8.
	* configure.ac: update requirements, ask for a recent gtk, and bump
	the version a bit to reflect the changes.
	* .cvsignore, src/.cvsignore: update.

2004-11-18  Mariano Suárez-Alvarez  <mariano@gnome.org>

	* src/app.c: do not use GnomeApp but a regular window. 
	* src/menus.c: use GtkUIManager instead of GnomeUIInfo and friends.
	Use the GtkAboutDialog instead of the Gnome counterpart.

	Generally, update the coding style to be more gtkish, remove some
	0 bit comments, and do some other minor changes.
	
2004-10-07  James Henstridge  <james@jamesh.id.au>

	* src/app.c (hello_app_new): remove bogus gtk_widget_set_parent()
	call.

	* src/hello.c (main): abort()ing on bad user input is bad.

	* src/menus.c (about_cb): use gtk_window_present() if the window
	already exists.
	Load the logo from the icon theme.

	* src/hello.c (main): use gtk_window_set_default_icon_name() to
	set the default window icon from the icon theme.

	* src/Makefile.am (INCLUDES): don't bother defining GNOMELOCALEDIR
	here, since it is handled in the configure script now.

	* gnome-hello.desktop.in (Icon): leave the extension off the icon
	name.

	* pixmaps/Makefile.am: install the icon into the icon theme.

	* Makefile.am (CLEANFILES, DISTCLEANFILES): remove some files
	during clean and distclean.

	* configure.ac: update configure script.  Remove some calls that
	are unneeded with Automake >= 1.7.
	Use AM_GLIB_DEFINE_LOCALEDIR to define the locale dir.

	* autogen.sh: handle non-srcdir builds, and use gnome-doc-common
	to pull in xmldocs.make and omf.make, pass $ACLOCAL_FLAGS to
	aclocal.

2004-05-01  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-04-10  Gareth Owen  <gowen72@yahoo.com>

	* configure.ac: Added en_GB to ALL_LINGUAS

2004-03-04  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.ac: Added "pa" (Punjabi) to ALL_LINGUAS.

2004-02-24  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac (ALL_LINGUAS): Added "ca" (Catalan) to ALL_LINGUAS.

2004-02-06  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.ac: Added "hr" (Croatian) to ALL_LINGUAS.

2003-12-04  Sanlig Badral  <badral@openmn.org>

	* configure.ac: Added Mongolian "mn" to ALL_LINGUAS.

2003-09-18 	Mohammad DAMT  <mdamt@bisnisweb.com> 

	* configure.ac: Added Indonesian ('id') to ALL_LINGUAS 
	* po/id.po:	Added Indonesian translation 

2003-08-03  Carlos Perelló Marín <carlos@gnome.org>

	* ABOUT-NLS: Removed, it should not be at cvs.gnome.org

2003-07-18  Murray Cumming  <murrayc@usa.net>

	* Copied in new copies of omf.make and xmldocs.make.
	* docs/C/Makefile.am and docs/es/Makefile.am: Including the new
	xmldocs.make instead of the ancient and non-existant sgmldocs.make.
	* Makefile: Copied in the distcleancheck_listfiles magic lines from
	the same file in gedit.
	* Still gives the scroollkeeper errors during distcheck.

2003-07-14  Murray Cumming  <murrayc@usa.net>

	* autogen.sh:
	- Put libtoolize back, to unbreak the build. libtool is for use of 
	libraries as well as for creating libraries.
	- Used regular aclocal and automake, because I think the problems
	that required the -1.4 versions are now solved.
	- We now seem to get scrollkeeper errors that stop distcheck from
	working, so I hope someone finds an explanation or solution for that.
	* omf-install/Makefile.am: Copied the contents from 
	gedit/omf-install/Makefile.am which I think has a good chance of
	being up-to-date. The distcheck error is still there though.

2003-06-03  Malcolm Tredinnick <malcolm@commsecure.com.au>
	
	* autogen.sh: No need to call libtoolize, since we're not
	building a library.

	* .cvsignore: Update.

2003-05-06  Danilo Šegan  <dsegan@gmx.net>

	* configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-04-26  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.ac: Added 'ja' into ALL_LINGUAS.

2003-03-10  Gil "Dolfin" Osher <dolfin@rpg.org.il>

	* configure.ac: Added Hebrew (he) to ALL_LINGUAS.

2003-02-20  Dmitry G. Mastrukov  <dmitry@taurussoft.org>

	* configure.ac: Added Belarusian to ALL_LINGUAS.

2003-02-02  Daniel Yacob  <locales@geez.org>

	* configure.ac: Added Amharic (am) to ALL_LINGUAS

2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.ac: Added Azeri (az), Finnish (fi) and Latvian (lv)
	 to ALL_LINGUAS.

2.0.1:
	
2003-01-17  Murray Cumming  <murrayc@usa.net>

	* src/menu.c: Connect the toolbar New item to the same callback as the
	menu New item.

2003-01-16  Murray Cumming  <murrayc@usa.net>

	* Updated autogen.sh to be a standalone script, with some
	comments about the specific steps and versions used.
	* The macros and intl directories are no longer needed, so
	they are not checked out of CVS - they were cvs shared
	directories.
	* configure.in: Use the 3rd argument of "AC_DEFINE" instead of
	acconfig.h,

2002-12-11  Christian Neumair  <chris@gnome-de.org>

	* help/.cvsignore, help/C/.cvsignore: Added.
	* .cvsignore: Updated.
	* config.h.in: Removed.

2002-12-09  Miloslav Trmac  <mitr@volny.cz>

	* configure.in>: Added cs (Czech) to ALL_LINGUAS

Thu Sep  5 20:57:59 MDT 2002 John Fleck <jfleck@inkstain.net>

	* help/C/gnome-hello.xml
	finished updating the help doc to match the template,
	added screenshot!

2002-09-02  Glynn Foster  <glynn.foster@sun.com>

	* gnome-hello.desktop.in: Update to give a better name
	and better category I guess :/

2002-02-09 John Fleck (jfleck@inkstain.net)

	* help/C/gnome-hello.xml
	converting doc to <article> so you can actually read it

2002-09-02 John Fleck (jfleck@inkstain.net)

	adding G2 docs build stuff
	adding:
	* omf.make
	* xmldocs.make
	* help/
	* help/Makefile.am
	* help/C/Makefile.am
	* help/C/
	* help/C/gnome-hello-C.omf
	* help/C/gnome-hello.xml
	* help/C/legal.xml
	* help/C/figures/
	* help/C/figures/gnome-hello.png
	remove
	* sgmldocs.make
	change
	* configure.in
	* Makefile.am

2002-09-02  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, NEWS, README, acconfig.h, autogen.sh, config.h.in,
	 configure.in: Updates to build.

	* pixmaps/Makefile.am, src/Makefile.am, src/hello.c, src/menus.c,
	gnome-hello.desktop.in: Now use the new intltool stuff for 
	desktop files. Include Categories keyword. Add window icon. Update
	build stuff.

2002-08-28  Gustavo Noronha Silva  <kov@debian.org>

	* configure.in (ALL_LINGUAS): Added Brazilian Portuguese (pt_BR).

2002-08-01  Christopher R. Gabriel  <cgabriel@cgabriel.org>

	* configure.in: (ALL_LINGUAS) Added italian (it).

2002-06-17  Yanko Kaneti  <yaneti@declera.com>

	* configure.in: (ALL_LINGUAS) Added Bulgarian (bg).

2002-06-03  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Vietnamese (vi) to ALL_LINGUAS.

2002-02-06  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "zh_TW" to ALL_LINGUAS.

2002-01-21  Wang Jian  <lark@linux.net.cn>

	* configure.in: Added "zh_CN" to ALL_LINGUAS.

2002-01-20  Hasbullah Bin Pit <sebol@ikhlas.com>

	* configure.ini: Added Malay (ms)to ALL_LINGUAS.
	* po/ms.po: Added Malay Translation.

2002-01-16  Roy-Magne Mo  <rmo@sunnmore.net>

	* configure.in: Added nn to ALL_LINGUAS

2002-01-03  Josh Barrow  <drleary@mac.com>

	* src/Makefile.am:
	* src/app.c: (hello_app_new):
	* src/menus.c: (nothing_cb):
	Changed to use the non-deprecated, preferred way of flight.

2001-12-17  Duarte Loreto <happyguy_pt@hotmail.com>

        * configure.in: Added Portuguese to ALL_LINGUAS.

2001-11-24  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added "az" and "wa" to ALL_LINGUAS.

2001-10-18  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in: Added "sk" to ALL_LINGUAS.

2001-10-15  Glynn Foster <glynn.foster@sun.com>

	* doc/C/Makefile.am, doc/es/Makefile.am:
	  Added figs variable to the Makefile, it complains
	  if it is missing ;(

2001-10-10  Bastien Nocera  <hadess@hadess.net>

	* src/hello.c: (main): poptGetArgs wants const, but we modify it
	  so just cast the output as a writable variable, fixes 1 (one)
	  warning ;)

2001-09-30  Glynn Foster <glynn.foster@sun.com>
	
	* Apparently I forgot to commit sgmldocs.make.
	  Hey, it was Friday, give me a break :P

2001-09-28  Glynn Foster <glynn.foster@sun.com>

	* Give the docs proper categories

2001-09-28  Glynn Foster <glynn.foster@sun.com>

	* Forgot the omf files on previous commit.

2001-09-28  Glynn Foster <glynn.foster@sun.com>

	* doc/C/Makefile.am:
	* doc/C/gnome-hello-C.omf:
	* doc/es/Makefile.am:
	* doc/es/gnome-hello-es.omf:
	* sgmldocs.make:
	  More stuff to have scrollkeeper support. I think
	  it's mostly working now.

2001-09-27  Glynn Foster <glynn.foster@sun.com>

	* src/menus.c: (about_cb): Fixed up the about
	  dialog a bit although default background is 
          broken in libgnomeui at the momment.
	
	* configure.in: Added check for scrollkeeper.
	* doc/C/gnome-hello.sgml, doc/es/gnome-hello.sgml:
	  Convert to Docbook 4.1
	* omf-install/Makefile.am: Added scrollkeeper stuff.
	  Thanks to Greg LeBlanc for this :)

2001-09-27  Glynn Foster <glynn.foster@sun.com>

	* configure.in, Makefile.am: Remove building
	  of intl and silly AC_SUBST bits that aren't
	  needed.

2001-09-27  Glynn Foster <glynn.foster@sun.com>

       * ABOUT-NLS: updated
       * Makefile.am, autogen.sh, config.h.in
       * configure.in, src/Makefile.am
       * src/app.c, src/hello.c, src/menus.c:
         Ported to GNOME 2.0. Probably still a few bugs
         remaining.

2001-09-27  Glynn Foster <glynn.foster@sun.com>

	* Tagged GNOME_HELLO_PRE_2_0 tag and branched
	  for gnome-hello-1-4.

1999-10-19  Yuri Syrota  <rasta@renome.rovno.ua>

	* configure.in (ALL_LINGUAS): Added Ukrainian (uk)

1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>

	* configure.in (ALL_LINGUAS): Added Galician (gl)

1999-09-26  Havoc Pennington  <hp@pobox.com>

	* Makefile.am (EXTRA_DIST): Put autogen.sh in the distribution.

1999-09-25  Kjartan MAraas  <kmaraas@online.no>

	* configure.in: Added da to ALL_LINGUAS.
	
1999-08-25  Havoc Pennington  <hp@pobox.com>

	* src/hello.c (session_die): "die" signal has no return value.
	Doh.

1999-07-30  Sergey Panov  <sipan@mit.edu>

        * configure.in: Added ru to ALL_LINGUAS

1999-07-25  Karsten Weiss  <karsten@addx.au.s.shuttle.de>

	* configure.in: Added de.po

1999-06-29  Tomas Ogren  <stric@ing.umu.se>e

	* src/Makefile.am: We want a 'gnome-hello' binary, not 'hello'
	* src/menus.c: Use gnome_ok_dialog_parented(...,...) instead of
	gnome_ok_dialog(...) + gnome_dialog_set_parent(...,...);

1999-06-28  Tomas Ogren  <stric@ing.umu.se>

	* configure.in: Added sv.po
	* po/sv.po: New file

1999-06-28  Tomas Ogren  <stric@ing.umu.se>

	* app.c, menus.c: Put config.h before gnome.h

1999-06-27  Havoc Pennington  <hp@pobox.com>

	* hello.c: Put config.h before gnome.h. Doh.

1999-06-27  Havoc Pennington  <hp@pobox.com>

	* Initial import of version that went into GTK+/Gnome Application 
	Development, first edition. All ChangeLog entries above this
	adapt the program to new GNOME versions, fix bugs, or otherwise
	enhance it.

	

