2001-06-01  Peter Teichman  <peter@ximian.com>

	* src/grec.c, src/gui.c, src/sound.c: purge c++ style comments

2001-05-29  Peter Teichman  <peter@ximian.com>

	* src/grec.c: fix a reference to a wrong variable
	* src/main.c: #include libgnomeui/gnome-window-icon.h
	* src/preferences.c: fix a couple printfs that had more arguments
	than they wanted
	* src/sound.c: remove g_free of an uninitialized variable.
	* These four changes are from a patch by 
	David Hampton <hampton@employees.org>
	
2001-05-28  Peter Teichman  <peter@ximian.com>

	* preferences.c: search the full path for the sox and gmix
	binaries

2001-05-26  Peter Teichman  <peter@ximian.com>

	* src/grec.c (on_record_activate_cb): Reset the recording time
	when a new record session is started

2001-01-07  Karl Eichwalder  <ke@suse.de>

	* Soundrecorder.desktop (Name, Comment): Sort alphabetically.

2001-01-06  Pablo Saratxaga <pablo@mandrakesoft.com>

	* src/gui.c: changed the author name to us-ascii charset in the
	  sources, with a comment to tell translators how to write it if
	  their languages accept the right chars.

2001-01-02  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* Soundrecorder.desktop: Corrected Slovak translation.

2000-12-06  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* Soundrecorder.desktop: Added Slovak translation.

2000-06-06  Kenneth Christainsen  <kenneth@gnu.org>

        * gnome-grecord.png: Added icon from tigert
	* Makefile.am: Modified for new icon
	* Soundrecorder.desktop: Added new icon

2000-06-05  Stanislav Brabec  <utx@penguin.cz>

	* Soundrecorder.desktop: Added Czech desktop entry.

2000-05-25  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/preferences.c: Added 'fullpath = FALSE' after the first check.

2000-05-25  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/main.c: Check if the sox command is a fullpath or not.

2000-05-25  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/main.c: Don't show the sox-warning-dialog.

2000-05-21  Jacob Berkman  <jacob@helixcode.com>

	* src/main.c (main): set the default icon

2000-05-20  Jacob Berkman  <jacob@helixcode.com>

	* src/preferences.c (load_config_file): don't hard code in the
	path of sox and gmix, since not everyone puts every binary in
	/usr/bin

2000-05-20  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/sound.c:
	  Include audiofile.h. 
	  Function get_play_time () now uses audiofile
	  and it calculates/shows the playtime correct now.

	* src/grec.c:
	  Removed the g_print's used for bugtracking.

2000-05-19  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c in function on_new_activate_cb ():
	  Call on_stop_activate_cb () if converter running. (Checks convert_is_running)

2000-05-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/sound.c: Include config.h. 'Topic' in grecord
	  no gets translated.

2000-05-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/prog.h:
	  Added 'gboolean convert_is_running'.

	* src/grec.c:
	  Use the varible in UpdateStatusbarRecord ()
	  to check if the converter is running. Just
	  return FALSE, instead of changing the sensitivity
	  of the widgets.

2000-05-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c: Commented out increase/decrease stuff
	  from effects (will finish that another day).
	
	  Fixed a spelling error in one of the comments.
	  Thanks to Fredrik Andersson for pointing this out.

2000-05-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c in function on_exit_activate_cb ():
	  Don't try to copy backupfile if it doesn't exist.

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/main.c: Fixed a string.

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: Also remove the backup file when exiting.

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: Not saving the changes now works, when
	  it asks you if you want to save the changes.

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.h src/grec.c:
	  Removed function delete_event_cb ().
	* src/gui.c:
	  Replaced function delete_event_cb () with on_exit_activate_cb () in
	  the signal connection.

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/sound.c:
	  More work in add_echo (). Should now work :)

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/gui.h src/gui.c:
	  Make the menu insensitive while loading (run_command ()),
	  so the user can't try to save etc.

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/grec.h src/gui.c src/sound.h src/sound.c:
	  Removed 'remove echo'-menuitem and the related functions. 

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: Removed some code that was commented,
	  changed a string (sorry translators).

2000-05-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c in function on_play_activate ():
	  Only one play_engine=TRUE.
	* src/sound.c:
	  Only make backup once.

2000-05-16  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/main.c: Fixed a string in the new error-dialog.

2000-05-16  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/main.c: Added dialog that warns you if it
	  can't find sox. Added a 'don't show this message again..' checkbutton.

2000-05-16  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: More checks when saving/opening files (more strings).
	  The filedialog doesn't crash anymore when pressing
	  ok with no file selected.

2000-05-16  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: Some memoryleaks fixed.
	  Fixed the saving-stuff, should always work ok now.

2000-05-14  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/preferences.c in function on_propertybox_apply_activate ():
	  Check if the user have read-write permissions for the temp directory.

2000-05-14  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: added vars play_id and record_id, values
	  set from gtk_timeout_add (). Used when calling
	  function gtk_timeout_remove ().
	  It now works to stop playing a file when repeting is set.

2000-05-13 Pablo Saratxaga <pablo@mandrakesoft.com>

	* src/Makefile.am,src/main.c: use GNOMELOCALEDIR
	* src/preferences.c: don't translate show_mess multiple times
	  (i18n patches from Gediminas Paulauskas <menesis@delfi.lt>)

2000-05-09  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c: Changed a string with 'MB' to 'Mb'.
	* src/grec.c in save_sound_file ():
	  Recorded files now get saved correctly, and it
	  tells you what it's doing.

2000-05-08  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c:
	  Strings with MB changed to Mb.

2000-05-08  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c
	  Changed string "GUI" to "User interface" so it will
	  be easier for translators.

2000-05-07  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c
	  Some GUI changes, some final messages changed (sorry translators).

2000-05-05  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c:
	  Fixed stuff in save_sound_file ().

2000-05-03  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c:
	  Remove old files when selecting new, and set the time to 00:00.

2000-05-03  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c
	  Make the right buttons get insensitive after pressing stop while recording.
	  Same thing when playing of file is finished.

2000-05-03  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c:
	  The right buttons get insensitive after pressing "new" just while playing.

2000-05-02  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/preferences.c:
	  Do not complain about 'command not' found if
	  just the command is given, not the whole path.

2000-04-30  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c:
	  Added extra space to the "path"-entries in preferences-dialog.
	  (for translations).
	
2000-04-29  Karl EICHWALDER  <ke@suse.de>

	* Soundrecorder.desktop: Add de.

2000-04-28  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c:
	  Commented out help stuff, because there are now documentation avalible yet.
	  Changed message "# of channels" to "mono/stereo", makes it a bit easier
	  to understand.

	* src/preferences.c:
	  Fixed the bug that didn't save the properties in the preferences-dialog
	  when you changed a tab.

	* src/grec.c:
	  Make the play-button sensitive again after adding echo.

	  Thanks to Richard Hult for finding the bugs.

2000-04-28  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c:
	  The function that checks if the sounddevice is ready or not,
	  now works (it calls esd_audio_open () and checks errno).

2000-04-24  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c:
	  The undoall function now uses the internal function
	  run_command ().

2000-04-24  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/sound.c:
	  It now also shows the time in the mainwindow when set_title is TRUE.

	* src/grec.c:
	  Update the new time when the recording is finished, instead of
	  just after the forking.
	
2000-04-24  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c:
	  Added some statusbar-messages used when recording/playing.

2000-04-24  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/grec.h:
	  Added function check_if_loading_finished ().
	  The loading process now get forked, instead of just
	  blocking the main loop.

2000-04-24  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/grec.h:
	  Renamed function save_wav_file () to save_sound_file ().

2000-04-24  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c:
	  Some messages changed (use the term "sound" instead of ".wav").
	  Marked a string for translation.

2000-04-24  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/grec.h:

	  Renamed function soundtype_supported () to soundfile_supported ().
	  More work in soundfile_supported (), it can now check if
	  the file is valid or not.
	  Some messages changed.

	* src/gui.c:

	  It doesn't check if the file is valid if you start grecord with
	  none arguments.
	  Some messages changed.

2000-04-24  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: Removed the function call to
	  afIdentifyFD ().

2000-04-23  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.h: Removed functon run_command_internaly (), because
	  it's now used anymore.

2000-04-23  Andreas hyden  <a.hyden@cyberpoint.se>

	* src/grec.c in function save_dialog ():
	 
	  Default save location for recorded files
	  are now your homedirectory.

2000-04-22  Fatih Demir	<kabalak@gmx.net>

	* Soundrecorder.desktop : Added [tr] .

2000-04-21  Andreas Hyden  <a.hyden@cyberpoint.se>

	* Makefile.am: Removed all subdirs but src, because
	  grecord is now a part of gnome-multimedia.

2000-04-21  Andreas Hyden  <a.hyden@cyberpoint.se>

	* Released Grecord 0.3.4.

2000-04-21  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/sound.c: Function run_command
	  now used when executing commands internaly (like sox).

2000-04-21  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c src/gui.h: Removed Info_label from
	  the mainwindow and from the grecord_widgets structure.
	  (Because it isn't used, and never will :)

2000-04-21  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/grec.h: Added function run_command,
	  which takes care of running the command, setting
	  sensitivity for the widgets and setting
	  some info in the gnome_appbar.

2000-04-21  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: Removed "file_changed=FALSE" from
	  some functions, and added it to save_filename ().
	  This make grecord not to think the file has been
	  saved, when you cancel the saving.

2000-04-19  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/sound.c src/gui.c src/gui.h
	  src/preferences.c:

	  Added structure grecord_widgets to gui.h, with
	  pointers to some of the widgets in the main window (gui.c).
	  
	  Widgets in grecord are no longer global (the struct takes care of that).

	  Added some functions to grec.c grec.h for making the toolbar buttons sensitive/insensitive.

2000-04-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: You can now disable "Stop recording on timeout".

2000-04-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: The recording now stops when
	  timeout is reached (if that option is used).

2000-04-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: The size-warningmessage now shows
	  the size of the file it warns about (not just "blah" :)

2000-04-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* Released Grecord 0.3.3.

2000-04-18  Andreas Hyden  <a.hyden@cyberpoint.se>

	* Makefile.am: Added grecord.spec to EXTRA_DIST.
	
2000-04-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* grecord.spec: Added, thanks to:
	  Marc Lavalle <odradek@videotron.ca>

2000-04-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/gui.c: Use the term sample instead of file.
	  (in the user interface).

2000-04-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c in function UpdateStatusbarPlay:
	  Fixed the bug with the progressbar and timestatus
	  where "jumping" to fast, when repeating where
	  enabled.

2000-04-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c in function UpdateStatusbarPlay:
	  Specified times of repeating now works.

	* src/gui.c:
	  Set the lowest value of the "repeat nr of times"
	  spinbutton to 1 (instead of 0).

2000-04-17  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c in function UpdateStatusbarPlay:
	  "Popup warning message when size is bigger than X MB"-option
	  now works.

2000-04-16  Andreas Hyden <a.hyden@cyberpoint.se>

	* Released Grecord 0.3.2.

2000-04-16  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/sound.c: Don't show the whole path in topic, just
	  the filename (and it doesn't crash, like it did before).

2000-04-16  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c in function UpdateStatusbarPlay:
	  Repeat playing forever now works.

2000-04-16  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: "Stop recording when size
	  of file becomes bigger than a specified vaule"
	  now works.

2000-04-16  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/properties.c: Renamed to preferences.c.
	* src/properties.h: Renamed to preferences.h.
	* po/POTFILES.in: Added src/sound.c.

2000-04-15  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/properties.c src/properties.h src/prog.h
	  src/gui.c src/gui.h src/grec.c src/grec.h:
	  
	  Changed stored numbers as int instead of char*.

2000-04-15  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c src/grec.h src/prog.h src/properties.h
	  src/properties.c src/gui.c src/gui.h: Added tab
	  "Playing" to preferences dialog. Added
	   "Repeat" checkbox and some other stuff.

2000-04-14  Andreas Hyden  <a.hyden@cyberpoint.se>

	* configure.in: Added nl and ru to ALL_LINGUAS.

2000-04-12  Andreas Hyden  <a.hyden@cyberpoint.se>

	Released Grecord 0.3.1

2000-04-12  Andreas Hyden  <a.hyden@cyberpoint.se>

	* AUTHORS, README: Changed my email.

2000-04-12  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/grec.c: It now checks if the file that
	  is going to be "echoed" exists. If not
	  it returns.

2000-04-12  Andreas Hyden  <a.hyden@cyberpoint.se>

	* grecord.keys.in: When opening a
	  .wav file from gmc it now plays the file.

2000-04-12  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/main.c src/grec.c src/grec.h
	  src/properties.c src/properties.h
	  src/prog.h src/gui.c src/gui.h:
	
	  Changed e-mail and the description in the license.

2000-04-12  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/main.c: You can now specify a file
	  to be opened, a file to be opened and played
	  and a file to be opened and recorded.

2000-04-12  Andreas Hyden  <a.hyden@cyberpoint.se>

	* configure.in: Changed to version 3.1.
	* src/sound.c: in function set_min_sec_time ():
	  Removed static from two vars, should not
	  crash anymore.
	  Show the whole path and file, instead
	  of just the filename (caused a crash).

2000-04-09  Andreas Hyden  <a.hyden@cyberpoint.se>

	* Released grecord 0.3.

2000-04-09  Andreas Hyden  <a.hyden@cyberpoint.se>

	* grec.c sound.c: Setting filename and time
	  on topic works again (without any segment fault).
	  The '/' doesn't show up in the topic anymore.

2000-04-09  Andreas Hyden  <a.hyden@cyberpoint.se>

	* grec.c: "Undo all changes" now works.

2000-04-09  Andreas Hyden  <a.hyden@cyberpoint.se>

	* support.c support.h: Removed, not needed.
	* gui.c: Changed GUI, added Undo, undo all
	  and Redo. Added effects to Edit-menu.
	* grec.c grec.h sound.c sound.h: Added echo, works and
	  bugfixes.
	* prog.h: Added some strings for new tempfiles.
	* main.c: Remove tempstrings. Two memoryleaks fixed.
	Other small bugfixes and changes.

2000-03-05  Andreas Hyden  <ahyden@staffanstorp.net>

	* grecord.mime grecord.keys.in added.

	* Makefile.am: Added mime stuff.
	Grecord now register .wav files.

2000-03-05  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/gui.c src/grec.c: Added "show time"
	and "show soundinfo" to the settings menu
	as toggle buttons. Works.

2000-03-03  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/sound.h src/sound.c src/grec.c src/gui.c:
	Shows the playtime of the current file in topic.

2000-03-02  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/grec.c src/grec.h: Removed function
	UpdateStatusbarStop ().
	Use function _exit() to kill child process.
	Now plays the whole file. Thanks to Richard Hult
	for helping.

2000-03-01  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/sound.h src/sound.c: Added function,
	taking seconds as argument, and shows the
	time in min and sec on the main window.
	
	* src/grec.c: Replaced some code in
	Update* functions with the new function.

2000-02-29  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/grec.c: Converting from raw to wav now
	following the configuration.

2000-02-28  Andreas Hyden  <ahyden@staffanstorp.net>

	* configure.in: Changed to version 0.3.

2000-02-28  Andreas Hyden  <ahyden@staffanstorp.net>

	Released Grecord 0.2.

2000-02-28  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/grec.c: When playing/recording finish,
	force the statusbar to go to 100%.

2000-02-27  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/grec.c: Stop during recording/playing
	when pressing "exit".

2000-02-27  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/grec.c: Avoid on_stop_activate_cb ()
	being called twice.

2000-02-27  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/grec.c: Stop during recording/playing
	when pressing "new", and avoid a crash.

2000-02-25  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/properties.c: Marked warningmessages
	for translation.

2000-02-25  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/grec.h src/grec.c: Added function
	UpdateStatusbarStop (). It's called
	once after the playing or the recording
	timeout.

2000-02-25  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/grec.c: In Update* functions:
	Showing time when recording and playing
	in minutes/seconds now works.

2000-02-23  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/gui.h src/gui.c src/properties.c:
	Soundinfo / time are show/not shown depending
	on the preferences.

2000-02-23  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/gui.c src/properties.h src/properties.c:
	Checkbuttons state in the GUI tab get saved.

2000-02-23  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/gui.c: Added tab "GUI" to preferences
	dialog and added to checkbuttons:
	Show time and Show sound information.
	Changed label in tab "Sound options" to "Sound".

2000-02-23  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/gui.h src/gui.c: Added labels to
	show time in mainwindow.
	* src/grec.c: Shows time when recording
	and playing files, in the UpdateBlabla
	functions.

2000-02-20  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/gui.c: Corrected 'New' in the
	GNOMEUIINFO stuff (menus).
	
2000-02-20  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/properties.c: Tempdirpath default
	is now /tmp again. Removed adding of
	a '/' in the tempdir.
	Memory leaks fixed.
	* src/grec.c: Use of the g_concat_dir_and_file ()
	instead of g_strconcat ().
	Memory leaks fixed.
	* src/gui.c: Memory leaks fixed.

2000-02-20  Andreas Hyden  <ahyden@staffanstorp.net>

	* src/properties.c: Checking for commands
	and tempdirectories before the actual
	saving.

2000-02-20  Andreas Hyden <ahyden@staffanstorp.net>

	* configure.in: Changed version to 0.2

2000-02-20  Andreas Hyden <ahyden@staffanstorp.net>

	* configure.in: Changed version to 0.1.1

2000-02-19  Andreas Hyden <ahyden@staffanstorp.net>

	* src/properties.c: Changed default temp
	path from /tmp to /tmp/ to avoid problems
	with a missing /.

2000-02-19  Andreas Hyden <ahyden@staffanstorp.net>

	* Initial release (0.1)
