Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > bce60cf52a6a00051bea43bc15d960be > files > 7

gnusim8085-1.3.6-1.fc14.i686.rpm

2010-02-27  Onkar Shinde  <onkarshinde@gmail.com>

	* po/Makevars*: Change the bug reporting address in Makevars. Delete
	redundant Makevars.template.
	* po/gnusim8085.pot: Update to reflect the new bug reporting address.
	* po/*.po: Add BSD (3-Clause) license header where it was missing. Auto update
	of all files as per latest source.
	* po/Makefile.in.in: Don't update pot file when doing make dist to avoid
	the pot file header being overwritten. Don't include gmo files in
	distribution. Instead generate them at install time. Include COPYING file
	in distribution.
	* po/COPYING: Add file specifying the 3-Clause BSD license of translations.
	* installer.nsi.in: Add more languages to installer.
	* NEWS: Add prefix to bug numbers to indicate they are from sourceforge.net.

2010-02-14  Onkar Shinde  <onkarshinde@gmail.com>

	* configure.in pixmaps/*, GNUSim8085.desktop.in, installer.nsi.in,
	src/interface.c, AUTHORS: New icon.

2010-01-31  Onkar Shinde  <onkarshinde@gmail.com>

	* src/interface.c, src/callbacks.*: Add basic printing support for program
	editor as well.
	* po/gnusim8085.pot: Update to include the tooltip for newly added button.

2010-01-30  Onkar Shinde  <onkarshinde@gmail.com>

	* src/interface.c, src/callbacks.*: Introduce a toolbar button to show/hide
	the data pane. This allows the user to have more screen space for program
	editing.
	* po/gnusim8085.pot: Update to include the tooltip for newly added button.
	* po/*.po, po/LINGUAS, AUTHORS: Arabic, Asturian, Esperanto, Italian
	translation.

2010-01-28  Onkar Shinde  <onkarshinde@gmail.com>

	* po/de.po, po/LINGUAS, AUTHORS: German translation.
	* src/file-op-gio.c: Use GIO APIs for saving assembly listing.

2010-01-26  Onkar Shinde  <onkarshinde@gmail.com>

	* configure.in, src/file-op-gio.*, src/Makefile.am: Experimental file
	handling with GIO APIs, disabled by default.
	* configure.in: Change website URL to www.gnusim8085.org.

2010-01-25  Onkar Shinde  <onkarshinde@gmail.com>

	* po/*.po, AUTHORS: Updated Gujarati and Spanish translation from
	launchpad.

2010-01-24  Onkar Shinde  <onkarshinde@gmail.com>

	* po/fr.po, po/LINGUAS, AUTHORS: French translation.

2010-01-17  Onkar Shinde  <onkarshinde@gmail.com>

	* doc/Makefile.am: Fix a small problem in man page installation.
	* configure.in: Remove some redundant path definitions. Fix PACKAGE_URL
	declaration.
	* pixmaps/Makefile.am: Use PACKAGE_PIXMAPS_DIR directly.
	* Makefile.am: Use docdir directly.
	* src/Makefile.am: Move PACKAGE_DOC_DIR definition here. It is only used
	in source code and no other place.
	* .gitignore: Ignore all .gmo files.
	* src/8085.h, src/interface.c, src/support.h: Mark menu labels and tooltips
	for translation. Call the GTK+ helper function for translation.
	* po/*.po, po/gnusim8085.pot: Update as per code changes.

2010-01-15  Onkar Shinde  <onkarshinde@gmail.com>

	* doc/Makefile.am: Better handling of installation of examples and manpage.
	* po/*: Spanish translation.

2009-12-29  Onkar Shinde  <onkarshinde@gmail.com>

	* configure.in: Define a variable if gtksourceview version is >= 2.8.
	* src/gui-editor.c: Improve the change by Sridhar to use different
	methods based on gtksourceview version.
	* src/interface.c: Use gtk_show_uri, in the hook for about dialog,
	when available (GTK+ >= 2.14.0).
	* configure.in, src/interface.c, src/asm-listing.c: Define website url
	in configure.in and use it everywhere instead of hard coded value.
	* src/gui-editor.c: Print website url in footer. Now that we have a footer
	reduce bottom margin.
	* po/*: Updated as per latest changes in code.

2009-12-28  Sridhar Ratnakumar <srid@nearfar.org>

	* src/gui-editor.c: Fix deprecation warning from GtkSourceView

2009-12-28  Onkar Shinde  <onkarshinde@gmail.com>

	* configure.in: Gettext version updated to 0.17. Removed a bunch of
	redundant declarations.
	* src/main.c: Change variables in gettext calls to match changes in
	configure.in.
	* src/Makefile.am: Fix setting of variable LOCALEDIR.
	* ABOUT-NLS, config.rpath, m4/*, po/Makefile.in.in, po/Makevars.template:
	Added/updated by gettextize.
	* src/interface.c: Fixed some translatable strings.
	* po/gnusim8085.pot: Auto update. Also fixed copyright in header.
	* po/LINGUAS, po/gu.po: Add initial Gujarati translation by Kartik Mistry.
	* po/Makefile.in.in: Clean up .gmo files in distclean target.
	* AUTHORS: Add Kartik to translators list.

2009-12-26  Onkar Shinde  <onkarshinde@gmail.com>

	* Makefile.am, autoclean.sh: Move the deletion of certain generated files
	to autoclean.sh. They should not be deleted in distclean target.

2009-12-25  Onkar Shinde  <onkarshinde@gmail.com>

	* src/bridge.c: Remove a code block that was not being used.
	* src/gui-app.c: Fix a compiler warning in dialog creation.
	* data/8085asm.lang: Add underscore ('_') to the regular expression for
	label. Fixes SF #2580092.
	* installer.nsi.in: First shot at installer with modern UI.
	Adds multi-language interface and 'Run program' finish page.
	* configure, autogen.sh, *Makefile.in, config.h.in: Delete the generated
	files that should not be in repository. Add minimal autogen.sh. Going
	forward when compiling from VCS ./autogen.sh needs to be run first.
	Source tar balls will still contain configure script.
	* configure.in: Add some checks suggested by autoscan. Use 'silent-rules'
	macro for automake when available (automake >= 1.11).
	Makes compiler output pretty.
	* Makefile.am: Delete the autogenerated files, *.gz and *.exe in
	distclean target.
	* .gitignore: Add appropriate files to the ignore list.

2009-12-24  Sridhar Ratnakumar  <sridhar.ratna@gmail.com>

	* src/file-op.[c,h], src/callback.c: Fix SF bug #2356534 - basic file
	handling errors (confirm before exit, etc..). Patch by Puneeth Bhat.
	* src/asm-listing.c: Add project webpage to listing (for network
	effects)

2009-12-24  Onkar Shinde  <onkarshinde@gmail.com>

	* installer.nsi.in: Add commands to make example files read only.
	Remove exclusion of svn directories. We are not using svn anymore. :-)
	* WINDOWS-PORT.txt: We need GTK+ 2.12 only. So modify download
	instructions accordingly.
	* src/interface.c: Fix button mnemonics not getting set on starting
	dialog in latest GTK version.

2009-12-23  Onkar Shinde  <onkarshinde@gmail.com>

	* src/callbacks.[c,h], src/gui-editor.[c,h], src/interface.c: Add basic
	printing support to assembly listing window. Print settings are not saved.
	* src/callbacks.c, src/asm-listing.c: Make the text view in assembly
	listing read only. Update the message at the top accordingly.
	* src/interface.c: Remove the images used in 'Registers' and 'Flag' boxes.
	They really have no significance.
	* po/gnusim8085.pot: Auto updated with 'make dist'.
	* doc/examples/*.asm: Replace unnecessary tabs with spaces. Makes
	programs easy on eyes in the small editor area.

2009-12-20  Onkar Shinde  <onkarshinde@gmail.com>

	* src/gui-keypad.c: Process keypad button events only when the mode is
	not debug. Fixes SF #2462607.
	* src/interface.c: Add certain size to assembler listing window. Fixes
	SF #1942893.
	* data/8085asm.lang: Add sp to the list of registers. Fixes SF #2582426.
	* Makefile.[am,in], GNUSim8085.desktop.in: Merge patches from Debian.

2009-12-19  Onkar Shinde  <onkarshinde@gmail.com>

	* src/gui-app.c, src/gui-keypad.c, src/gui-list-message.c,
	src/interface.c: Swap horizontal and vertical panes for better
	arrangement of widgets. Provides more vertical and slightly more
	horizontal area to the editor.

2009-07-16  Aanjhan Ranganathan  <aanjhan@tuxmaniac.com>

	* src/asm-genobj.c: iAdded more description invalid operand error
	message.
	* src/gui-list-message.c: Fixed wrong line highlight issue.

2008-12-21  Onkar Shinde  <onkarshinde@gmail.com>

	* AUTHORS: Add Krishna Bharadwaj to list of patch contributors.
	Modify Sridhar's email id.
	* src/support.[c,h]: Add function to read authors list from AUTHORS
	file. Remove unused functions.
	* src/interface.c: Call function to read authors from AUTHORS file.
	* po/gnusim8085.pot: Auto updated.
	* debian/: There is no point of maintaining our own version of
	packaging files. Hence remove the directory.

2008-12-20  Aanjhan Ranganathan  <aanjhan@tuxmaniac.com>

	* src/8085-instructions.c: fix DAD instruction carry set/reset
	bug. Thanks to Aditya M for the patch.
	* AUTHORS: Changed Onkar's email id.

2008-12-11  Onkar Shinde  <onkarshinde@gmail.com>
	* src/interface.c: Fix warnings about deprecated non-zero page size in
	spin button.
	* src/file-op.c: Set setting for overwrite confirmation. It will get
	used for 'Save As' action. Fix compiler warnings because of the
	ignored return values of some file related functions.
	* src/callbacks.c: Call gui_editor_show for listing window so syntax
	highlighting gets activated.
	* data/8085asm.lang: Make syntax highlighting case insensitive. Fix
	labels not getting highlighted in listing window. Fix hex opcodes or
	addresses not getting highlighted in listing window.
	* AUTHORS: Add Madhusudan and Aditya in list of patch contributors.
	* NEWS: Fix news file. We have not yet released 1.3.5.
	* TODO: Minor update.
	* GNUSim8085.prj, src/asm-id.h: Remove irrelevant scintilla
	references.

2008-09-22  Onkar Shinde  <onkarshinde@gmail.com>
	* configure.in: Add AC_CANONICAL_HOST so --host option actually gets
	used.
	* configure: Auto updated.
	* installer.nsi.in: We now don't need the workaround for gtksourceview
	win32 distribution problem.
	* NEWS: Add the release date and update features list.
	* TODO: Minor update.
	* WINDOWS-PORT.txt: Update the instructions to use gtksourceview 2.4.
	Also we now don't need to add target=win32 to the .pc file.

2008-09-18  Onkar Shinde  <onkarshinde@gmail.com>
	* src/file-op.c: Add file filter for extension .asm
	* src/gui-editor.c: Additional search path  of current directory for
	style file.
	* src/gui-view.[c,h], src/callbacks.c: Show updated register and flag
	with bold font, except when doing 'Reset All'.
	Known issue - last updated register and flag stays bold even after
	program has finished executing.
	* src/interface.c: Set scrollbar policy to automatic. Scrollbar is
	only shown when needed. Update icon for hex -> decimal conversion
	button.
	* data/8085asm.lang: Update the language definition as per
	specification version 2.0.
	* installer.nsi.in: Change installer title, start menu group and
	shortcut, default installation directory. Update file list to
	workaround problem with gtksourceview win32 distribution.
	* WINDOWS-PORT.txt: Minor updates.
	* NEWS: Update for yet unreleased 1.3.5 version.

2008-09-09  Onkar Shinde  <onkarshinde@gmail.com>
	* src/gui-editor.[c,h]: Use style scheme manager to set style search
	path and default style.
	* installer.nsi.in: Include file for style scheme "classic".

2008-09-07  Aanjhan Ranganathan  <aanjhan@tuxmaniac.com>

	* src/asm-id.c: Added mneumonic descriptions.
	* Fixes SF bug #1875401.

2008-09-07  Onkar Shinde  <onkarshinde@gmail.com>
	* pixmaps/gnusim8085_icon.ico: Add icon for Windows
	* src/support.c: Additional logic for icon file lookup. Works when
	running directly from svn and also in Windows.
	* installer.nsi.in: Use .ico file as icon for installer. Use .ico
	instead of .png for menu shortcut.

2008-09-04  Onkar Shinde  <onkarshinde@gmail.com>
	* configure.in: Add installer.nsi.in
	* installer.nsi.in: Template for generating installer script to be
	used with NSIS.
	* WINDOWS-PORT.txt: Updated with status about installer.
	* configure, Makefile.in: Auto updated.

2008-09-03  Onkar Shinde  <onkarshinde@gmail.com>
	* configure.in: Update to check gtksourceview2 >= 2.2 and gtk >= 2.12.
	Also removed libgnomeui variables.
	* GNUSim8085.desktop.in: Fix some of the problems reported by
	desktop-file-validate.
	* Makefile.am: Install desktop file in universal location used by
	freedesktop specification.
	* WINDOWS-PORT.txt: Updated as per current status.
	* src/8085-instructions.h: Fix array overflow by incrasing array size.
	* src/asm-id.[c,h]: Add element in IdOpcode structure for description.
	* src/gui-editor.[c,h]: Move the gtksourceview2.
	* src/interface.c, src/gui-keypad.c: Move to new GtkToolTip api from
	gtk 2.12 for easy tooltip management.
	* src/Makefile.am: Replace gtksourceview cflags and libs with
	gtksourceview2.
	* data/8085asm.lang: Add an id for new search gtksourceview2 search
	api.
	* data/Makefile.am: Install .lang file in our own directory.
	* aclocal.m4, config.h.in, configure, Makefile.in, data/Makefile.in,
	doc/Makefile.in, pixmaps/Makefile.in, src/Makefile.in: Auto updated.

2008-08-28  Aanjhan Ranganathan  <aanjhan@tuxmaniac.com>
	* configure, Makefile.in, aclocal.m4, src/Makefile.in: Auto
	updated by autotools removing libgnomeui dep for Windows.
	* WINDOWS-PORT.txt: Removed configure changes from the to do list.
	* Bump application version to 1.3.5

2008-08-05  Aanjhan Ranganathan <aanjhan@tuxmaniac.com>
	* Bump Application version to 1.3.4
	* Fixes SF bug #1936852. Thanks to Missouga Dongi 

2008-05-29  Aanjhan Ranganathan <aanjhan@tuxmaniac.com>
	* Fixes SF bug #1966993. Thanks to Marcelo Souza 

2008-02-18  Aanjhan Ranganathan  <aanjhan@tuxmaniac.com>

	* Bump application version to 1.3.3
	* Merge changes for Windows port done by Srid

2008-02-07  Sridhar Ratnakumar <srid@nearfar.org>

	* file-op.[c,h] - Fix the file selectors to show ALL files.
	* 8085.c,interface.[c,h],main.c,support.[c,h] - Removed GNOME
	dependency.

2008-01-29  Onkar Shinde  <onkarshinde@users.sourceforge.net>

        * src/*.h, src/main.c - Remove unneeded headers. Adjust sources
	for using i10n functions from libc.
	* src/Makefile.* - Small correction

2007-12-06  Onkar Shinde  <onkarshinde@users.sourceforge.net>

	* Makefile.am (ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath, m4/ChangeLog. Removed macros
	directory.
	* configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1. Removed
	macros directory.
	* configure, Makefile.in, aclocal.m4, src/Makefile.in: Auto
	updated by autotools.
	* ABOUT-NLS, config.rpath: Added/changed by gettextize.
	* src/Makefile.am,src/main.c: Changes as per gettext manual.
	* m4/: Added by gettextize. Refer to corresponding ChangeLog
	* po/*: Refer to corresponding ChangeLog

2007-12-05  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* configure.in, Makefile.am: Use external gettext functions provided
	by libc. Don't build files in intl/ directory.
	* configure, Makefile.in, src/Makefile.in, pixmaps/Makefile.in,
	doc/Makefile.in, data/Makefile.in, macros/Makefile.in, config.h.in,
	aclocal.m4: Automatically updated by autotools
	* src/8085-instructions.c: Remove redefinition of _(X)
	* intl/: Delete directory as it won't be used anymore.

2007-12-05  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* GNUSim8085.prj, po/POTFILES.in: Removed redundant file
	support-common.h. 
	* src/*: Removed redundant file support-common.h. Moved non-local
	imports to header files.

2007-12-04  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* configure*: Lowered libgnomeui_required to 2.14.0. Fixes
	#1815280.
	* Makefile.*: Changed install location of .desktop file to
	${datadir}/applications which is used by freedesktop compatible
	desktop environments.
	* AUTHORS: Added 'Fernando Munoz' in 'Patch Contributors' list.
	Changed Onkar's and Sridhar's email address.
	* GNUSim8085.desktop.in: Remove deprecated and invalid
	fields. Added categories for application.
	* src/interface.c: Added 'Patch Contributors' list to about
	dialog.  Changed Onkar's and Sridhar's email address.
	* src/file-op.c: Incorporated Fernando's patch for file
	dialogs. Fixes #1683318.

2007-10-16  Onkar Shinde  <onkarshinde@users.sourceforge.net>
        * configure*: Lower the versions of dependencies to the actual
	required. Bump application version to 1.3.2.
	* aclocal.m4: Automatically updated
	* debian/patches/*: Remove patches used for fixing debian build
	and dependencies' versions.
	* src/*: Remove ambiguous message about keypad stability. Fix bug
	#1683342.
	* data/8085asm.lang: Fix bug #1683228.
	* po/*: Fix debian build. .pot file automatically updated.

2007-09-22  Onkar Shinde  <onkarshinde@users.sourceforge.net>
        * debian/*: Multiple changes and patches to fix debian build and
	lower build dependency to the actual required. No changes to
	source.

2007-08-31  Onkar Shinde  <onkarshinde@users.sourceforge.net>
        * src/interface.c: Some cleanup in dialogs. Also don't use hard
	coded stock ids.

2007-08-24  Onkar Shinde  <onkarshinde@users.sourceforge.net>
        * src/*.(c,h): Changes some GNOME widgets to GTK widgets.
	* configure*, **/Makefile*, aclocal.m4: Check proper versions
	while checking development packages, more verbose errors.

2007-07-07  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* data/8085asm.lang: Corrected expression for dz and cmc
	* src/: Replace most GNOME UI widgets with GTK+ widgets. Move
	non-local header includes to local header files instead of source
	files. Replace occurrences of tabs ('\t') with space (' ').

2007-03-19  Aanjhan Ranganathan <aanjhan@users.sourceforge.net>
        * data/8085asm.lang: Added the patch submitted by Fernando Munoz.

2007-02-11  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* src/interface.c, src/bridge.c: Disable 'Stop Debug' menu and button
	when not in debug mode. Fixes bug #1656194
	* src/gui-editor.h, src/gui-editor.c: Scrolling in debug mode, proper
	line highlighting. Fixes bug #1656191
	* src/interface.c, po/gnusim8085.pot: Register and flag names are not
	tranlatable now.

2007-02-08  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* src/gui-editor.h, src/gui-editor.c: Make breakpoints work

2007-01-27  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* src/gui-editor.h, src/gui-editor.c: Line highlight in debug mode

2007-01-21  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* src/interface.c, src/interface.h, src/callback.c: Change the way
	about dialog is shown. Fixes bug #1556427.

2007-01-17  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* src/gui-editor.h, src/gui-editor.c: Add scroll window and make it
	parent of text widget, add method to set font, default to "Monospace
	12"
	* src/gui-app.c, src/callbacks.c: Pack scroll window instead of text
	widget

2007-01-14  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* debian/: Files needed for creating debian packages
	* configure.in, configure, Makefile.am, Makefile.in, data/: Install
	.lang file in ${prefix}/share/gtksourceview-1.0/language-specs
	directory, add it to package distribution
	* po/: gettext domain name is changed, so .pot file is updated
	* License.txt: Deleted as GNUSim8085 doesn't use scintilla anymore

2007-01-07  Aanjhan Ranganathan <aanjhan@users.sourceforge.net>
	* auto-tools: Moved to Auto make 1.9
	* Makefile.am: Will automaticaly copy the .lang file to the /usr/share
	/gtksourceview-1.0/language-specs directory

2007-01-04  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* src/gui-editor.h, src/gui-editor.c: Syntax highlighting code
	* data/8085asm.lang: Language specification file to use with
	gtksourceview
	* GNUSim8085.desktop.in: Revert last change which caused icon not to
	show in menu entry

2006-12-31  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* src/gui-editor.h, src/gui-editor.c: Replaced scintilla widget with
	gtksourceview widget, basic editing is working
	* src/: Removed scintilla source files
	* src/Makefile.am, po/POTFILES.in: Remove scintilla source file names
	* configure.in: Updated version, added check for gtksourceview,
	changed doc directory path
	* configure: Updated by autoconf
	* config.h.in: Automatically updated
	* Makefile.am: Changed doc directory path, updated doc file list
	* Makefile.in, src/Makefile.in, pixmaps/Makefile.in, doc/Makefile.in,
	macros/Makefile.in: Updated by automake
	* GNUSim8085.desktop.in: Changed icon path
	* doc/gnusim8085.1: Minor correction
	* TODO: Updated according to current state of application

2006-9-18 Aanjhan Ranganathan <aanjhan@gmail.com>
	* Fixed Bug related to DAA(reopened). Thanks to Dinesh
	* Fixed the PCHL Bug.

2006-9-13  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* Fixed some assertion failures while closing window
	* Some clenup

2006-9-11 Aanjhan Ranganathan <aanjhan@gmail.com>
	* Solved bug on DAA Instruction

2006-9-11  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* Use gtk stock items for some of the menus
	* Change configure script to check GTK+ >= 2.6.0

2006-8-07  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* Fixed a bug with menus being disabled while debugging
	* Addded url handler for about dialog
	* Disable file actions and reset actions while debugging

2006-8-05  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* Migrated menus and toolbar from GnomeUIInfo to GtkAction,
	GtkActionGroup, GtkUIManager system.
	* As result of the above, keyboard shortcuts actually work.
	* Changed keyboard shortcuts for some menus.

2006-7-31  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* Replaced GtkFileSelecton with GtkFileChooserDialog.
	* Replaced GnomeAbout with GtkAboutDialog.
	* Compilation will need GTK+ 2.6 at least.

2006-7-20  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* Apply patch 964792 submitted by Alexander Shigin. Corrects 'PUSH
	PSW' instruction behaviour.

2006-7-20  Onkar Shinde  <onkarshinde@users.sourceforge.net>
	* Update to scintilla 1.66
	* Updated build scripts

2004-01-25  Sridhar Ratnakumar  <srid@nearfar.org>
	* 8085-instructions.h: removed 'extern' just before
	G_END_DECLS (fixes string.h bug)
	* *.*: _() macro, now working
	* glade: icon for all dialogs

2004-01-01  Sridhar Ratnakumar  <srid@nearfar.org>
	* gui-app.c: removed gdk* functions
	* *.c: encapsulated all strings in _() macro for translation

2003-12-30  Sridhar Ratnakumar  <srid@nearfar.org>
	* 8085-instructions.c: In _eef_inst_func_47, fixed ~(instead of !)
	* 8085-instructions.c: In _eef_is_carry, return value of op '-'
	changed
	* 8085-instructions.c: ADD, ADC, SUB, SBB M bug fixed
	* file-op.c: In fs_cb_save_listing, invalid cast of button to
	fileselection fixed
	* glade: changed main windows title acc. to gnome hig
	* 8085-instructions.c: Oops! XCHG was not at all implemented. Now
	done.
	* glade: Hacked glade sources and saved the changes in
	tools/glade_reinsert.c

2003-12-28  Sridhar Ratnakumar  <srid@nearfar.org>
	* asm-id.c: Fixed *ACI* bug
	* 8085-instructions.c: ACI int-len 1 -> 2
	* 8085-instructions.c: Fixed add(sub)-with-carry function

2003-12-07  Sridhar Ratnakumar  <srid@nearfar.org>
	* 8085-instructions.c: Added warning messages for unimplemented
	instructions

2003-12-07  Sridhar Ratnakumar  <srid@nearfar.org>
	* gui-keypad.c: fixed crash bug in cb_clicked (which is why that
	large gap!)
	* gui-editor.*: added gui_editor_grab_focus
	* asm-id-info.*: added to project
	* *: modified all files to reflect the new mail-id
	* asm-ds-limits.h: opcode length = 5 (smaller size!)
	
2003-11-21  Sridhar Ratnakumar  <srid@nearfar.org>
	* gui-input-symbol.c: added gui_input_reg()
	* asm-id.*: added util funcs
	* gui-keypad.c: 90% completed
	* scintilla sources: funcs to insert text
	* project: added dependency "libiconv" - otherwise i get linker
	error FIXME

2003-11-11  Sridhar Ratnakumar  <srid@nearfar.org>
	* asm-id.c: removed double semi-colon (thanks Shaun)

2003-11-04  Sridhar Ratnakumar  <srid@nearfar.org>
	* *: Fixed anjuta project to include doc files
	
2003-11-03  Sridhar Ratnakumar  <srid@nearfar.org>
	* file-op.c: on creating new file template code is set
	* *.*: autoconf is working properly in slackware

2003-11-02  Sridhar Ratnakumar  <srid@nearfar.org>
	* file-op.c: dialogs will now be modal
	* callbacks.c: removed funcs file_ok_sel, i_save
	* warnings: suppressed all warnings (platform: slackware 9)
	* *.c: changed g_sprintf to g_snprinf, so more stable software!
	* main.c: filename can be passed in command line!

2003-10-24  Sridhar Ratnakumar  <srid@nearfar.org>
	* gui-input-symbol.c: made it working ;-)g
	* file-op.c: changed error messages format

2003-10-09  Sridhar Ratnakumar  <srid@nearfar.org>
	* gui-keypad.[ch]: added files

2003-10-04  Sridhar Ratnakumar  <srid@nearfar.org>
	* :moved all *.h files in include/ to src/

2003-09-31  Sridhar Ratnakumar  <srid@nearfar.org>
	* 8085-instructions.c: shld, ral, rar, stc - modified

2003-08-26  Sridhar Ratnakumar  <srid@nearfar.org>
	* bridge.c: clear the stack
	* gui-list-stack.c: stack view is working (in beta)
	* gui-list-stack.c: <-- started working after beta release -->
	* gui-list-stack.c: code rewrite for attaining efficient execution
	by updating stack view only during breakpoints or trace.
	* asm-ds-symtable.[ch]: added listing_no member to AsmSymEntry and
	modified appropriate functions
	* asm-ds-symtable.[ch]: added functionality to search for symbol
	given data(addr)
	* asm-gensym.c: Due to above modifications, this is also modified
	* gui-list-stack.c: print function(call) name in view
	* [*].c: replaced "gnome_error_dialog" with "gtk_message_dialog"
	* gui-list-stack.c: fixed add() 8bit - 16bit data

2003-08-13  Sridhar Ratnakumar  <srid@nearfar.org>

	* 8085-asm.c: Show success msg after assembling
	* gui-list-data.c: changed globals to static
	* 8085-[ins*].c: added support for stack change callback

2003-08-04  Sridhar Ratnakumar  <srid@nearfar.org>

	* file-op.c: Each file-selection dialog has its own title
	* bridge.c: addes statusbar information display
	* gui-view.c: fixed io-mem-update bug.

2003-08-03  Sridhar Ratnakumar  <srid@nearfar.org>

	* asm-gen[sym,obj].c: fixed assembler syntax - "equ" symbol - used
	with pseudo ops also
	* sci*face.cc: fixed "last char not begin saved" bug - (len ==>
	len + 1)
	* file-op.c: fixed "critical save bugs" (sometimes extra lines, or
	stripped lines!)
	* glade: changed text in about dialog
	* :-- Added copyright messages to all source files written my me!
	* bridge.c: fixed: breakpoints are considered only when not
	stepping!

2003-07-31  Sridhar Ratnakumar  <srid@nearfar.org>

	* bridge.c: Implemented "step in", "step out"
	* callbacks.c: glade update
	* main.c: Added widgets for dec-hex converstion
	* gui-list-stack.[ch]: Added source for stack trace
	* scintilla-interface.cc: Fixed - automatic view update on cursor
	change
	* main.c: added start-with dialog
	* bridge.c: Fixed - file-op widgets disable on debug
	* glade: removed "run to cursor" functionality - considered
	redundant
	* file-op.c: added automatic breakpoint syntax for assembly code
	* scintilla: archives (binaries) are replaced with sources (lesser
	package size!)

2003-07-25  Sridhar Ratnakumar  <srid@nearfar.org>

	* :Released 1.1 (first stable release) with lot of bugs, of
	course! (coded in just 2 days!)