2005-09-28  iagorubio  <iagorubio@users.sourceforge.net>

	* src/utils.c:
	Fixed eol recognition functions to allow 0 bytes buffers, and to use sanest defaults on Win32.

	* src/document.c:
	Changes on document_open, document_add_file caused by a change of behaviour of mmap refusing to map 0 bytes files. In the other hand the code is sanest this way.

	* configure, configure.in, scintilla/gtk/Makefile.am, scintilla/gtk/Makefile.in, scintilla/gtk/scintilla-marshal.c, scintilla/gtk/scintilla-marshal.h, src/Makefile.am, src/Makefile.in:
	Added changes to build scripts submited by Yaakov Selkowitz to fix #1305356. This allows cssed to be bulid on Cygwin/X11 and other environments where srcdir != builddir.

2005-09-27  iagorubio  <iagorubio@users.sourceforge.net>

	* src/cssedwindow.c, src/document.c, src/filetype-css2.c, src/main.c:
	Temporary fixed the paned bug, using an idle call. It seems that there were events pending on size change, and the sizes got messed.

	* po/cssed.pot, po/de.po, po/es.po, po/fr.po, po/gl.po, po/it.po, po/ca.po:
	Updated language files.

	* src/filetype-css2.c:
	Added small delay to auto-completion to override it if the user continues typing.

	* src/configparser.c:
	Minimall format changes. Commint just to maintain cvs in  sync with incoming release.

	* src/callbacks.h, src/callbacks.c:
	On "Revert to Saved" now the document is not closed, but its contents are changed instead.

	* src/document-list.c: Fixed minimall leak when GError was set.

	* src/utils.c: Changed defaults for more sane ones.

	* src/selectorparser.c: Deleted outdated comments.

	* src/plugins-dialog.c: Fixed minimall leak when GError was set.

	* src/main.c: Worked around the paned bug, but not yet fixed.

	* src/interface.c: Minimall format changes. No code change right now.

	* src/filetype-python.c:
	Added auto-indent test code. Mostly if you adds an EOL it'll indent as last line.

	* src/cssedwindow.c: Worked around the paned bug, but not yet fixed.

	* src/document.c, src/document.h:
	Changed sizes to let it fit in 800x600. I'm sorry I always ended in the same issue, but I'm on 1600x1200. Added document_add_file func.

2005-09-19  iagorubio  <iagorubio@users.sourceforge.net>

	* configure, configure.in:
	Fixed spec file to push a new version and build scripts as well.

	* po/es.po: Updated language files.

	* redhat/cssed.spec, scintilla/gtk/Converter.h, scintilla/include/ScintillaWidget.h, scintilla/src/ContractionState.h, scintilla/src/DocumentAccessor.cxx, scintilla/src/DocumentAccessor.h, scintilla/src/KeyMap.h, scintilla/src/LexBaan.cxx, scintilla/src/LexBullant.cxx, scintilla/src/LexConf.cxx, scintilla/src/LexCrontab.cxx, scintilla/src/LexEiffel.cxx, scintilla/src/LexErlang.cxx, scintilla/src/LexFortran.cxx, scintilla/src/LexGui4Cli.cxx, scintilla/src/LexKix.cxx, scintilla/src/LexMatlab.cxx, scintilla/src/LexPS.cxx, scintilla/src/LexSpecman.cxx, scintilla/src/LexTeX.cxx, scintilla/src/LexVerilog.cxx, scintilla/src/LineMarker.h, scintilla/src/SVector.h, scintilla/src/SciTE.properties, scintilla/src/StyleContext.h, scintilla/src/UniConversion.h, src/Makefile.am, src/Makefile.in:
	Fixed spec file to push a new version and build scripts as well.

	* src/filetype-python.c:
	Added tab guides as tabs matters in python, this should be a global setting on next release.

2005-09-18  iagorubio  <iagorubio@users.sourceforge.net>

	* po/gl.po, po/it.po, po/cssed.pot, po/de.po, po/es.po, po/fr.po, po/ca.po:
	Updated language files.

	* redhat/cssed.spec: Updated versions in spec file.

	* src/document.c: Fixed small bug in calltip functions.

2005-09-16  iagorubio  <iagorubio@users.sourceforge.net>

	* po/es.po: Updated spanish language file.

	* src/Makefile.am, src/Makefile.in, src/file-type-manager.c, src/file-type-manager.h, src/filetype-c.c, src/filetype-css2.c, src/filetype-diff.c, src/filetype-hypertext.c, src/filetype-make.c, src/filetype-perl.c, src/filetype-phpscript.c, src/filetype-python.c, src/filetype-sh.c, src/filetype-sql.c, src/filetype-text.c, src/filetype-xml.c, src/filetypes.h, src/floating-list.c, src/interface.c, src/sciwrappers.c, src/sciwrappers.h, src/selectorparser.c, src/support.h, src/utils.c, src/utils.h:
	Added "default browser" support and configuration setup. Improved configuration file now also saves application's state (maximized|minimized). Improved some file type managers.

	* src/configdlg-interface.c, src/configparser.c, src/cssdialogs-callbacks.c, src/cssdialogs-functions.c, src/cssedwindow.c, src/cssedwindow.h, src/document.c, src/document.h:
	Added "default browser" support and configuration setup. Improved configuration file now also saves application's state (maximized|minimized).

	* src/configdlg-callbacks.c, src/configdlg-callbacks.h:
	Fixed bug #1292993

	* src/plugin.h: Added call tip support to plugable interface.

	* src/plugin.c, src/box-wizard.c, src/color-wizard.c:
	Fixed bug #1292993

	* src/callbacks.h, src/callbacks.c:
	Fixed regex replace. Added view help in default browser.

	* src/main.c: Minimal changes in included headers for Win32 version.

	* src/xpm-icons.h:
	Added better looking icons for bookmarks and markers.

	* src/filetype-java.c, src/filetype-java.h, src/filetype-js.c, src/filetype-js.h:
	Added java and javascript highlighting

	* include/plugin.h: Added call tip support to plugable interface.

	* scintilla/version.txt, scintilla/gtk/Makefile.am, scintilla/gtk/Makefile.in, scintilla/gtk/PlatGTK.cxx, scintilla/gtk/ScintillaGTK.cxx, scintilla/include/KeyWords.h, scintilla/include/Platform.h, scintilla/include/PropSet.h, scintilla/include/SString.h, scintilla/include/SciLexer.h, scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface, scintilla/src/LexCSS.cxx, scintilla/src/LexLisp.cxx, scintilla/src/LexLua.cxx, scintilla/src/LexMSSQL.cxx, scintilla/src/LexNsis.cxx, scintilla/src/LexOthers.cxx, scintilla/src/LexPOV.cxx, scintilla/src/LexPerl.cxx, scintilla/src/LexPython.cxx, scintilla/src/LexRuby.cxx, scintilla/src/LexSQL.cxx, scintilla/src/AutoComplete.cxx, scintilla/src/AutoComplete.h, scintilla/src/CallTip.cxx, scintilla/src/CallTip.h, scintilla/src/CellBuffer.cxx, scintilla/src/Document.cxx, scintilla/src/Document.h, scintilla/src/Editor.cxx, scintilla/src/Editor.h, scintilla/src/KeyWords.cxx, scintilla/src/LexAU3.cxx, scintilla/src/LexAVE.cxx, scintilla/src/LexBash.cxx, scintilla/src/LexBasic.cxx, scintilla/src/LexCLW.cxx, scintilla/src/LexCPP.cxx, scintilla/src/LexCaml.cxx, scintilla/src/LexGen.py, scintilla/src/LexHTML.cxx, scintilla/src/LexVB.cxx, scintilla/src/LineMarker.cxx, scintilla/src/PropSet.cxx, scintilla/src/RESearch.h, scintilla/src/ScintillaBase.cxx, scintilla/src/ScintillaBase.h, scintilla/src/XPM.cxx:
	Updated scintilla to 1.66

	* scintilla/src/LexCsound.cxx, scintilla/src/LexFlagship.cxx, scintilla/src/LexHaskell.cxx, scintilla/src/LexRebol.cxx, scintilla/src/LexSmalltalk.cxx, scintilla/src/LexTADS3.cxx:
	Added new lexers for other languages.

2005-08-29  iagorubio  <iagorubio@users.sourceforge.net>

	* src/cssparser.c:
	Fixed minimal leak not freeing the libcroco returned error stack.

2005-06-17  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.c, src/utils.c:
	Fixed small glitch on file chooser code - on "Save as " action.

2005-05-21  iagorubio  <iagorubio@users.sourceforge.net>

	* src/utils.c: Fixed some inconsistencies in file selector function.

	* src/configparser.c, src/filetype-css2.c, src/main.c, src/plugin.c, src/plugin.h, src/callbacks.c:
	Changes in plugin API and in CSS file type manager.

	* include/plugin.h:
	Changed return value of marker_next marker_prev functions. This won't break the API.

2005-05-08  iagorubio  <iagorubio@users.sourceforge.net>

	* po/gl.po, po/it.po, po/fr.po, po/de.po, po/es.po, po/cssed.pot, po/ca.po:
	Updated language files.

	* redhat/cssed.spec: Some changes to match Fedora's guidelines.

	* include/document.h, include/plugin.h, include/cssedwindow.h:
	Improved and extended the plugin's API. Some other minor changes.

	* pixmaps/cssed-about.png, pixmaps/cssed-icon.png:
	Updated icons to new version.

	* src/utils.h, src/interface.c, src/main.c, src/plugin.c, src/plugin.h, src/sciwrappers.c, src/utils.c, src/cssedwindow.c, src/cssedwindow.h, src/document.c, src/document.h, src/filetype-css2.c, src/callbacks.c:
	Improved and extended the plugin's API. Some other minor changes.

	* src/cssdialogs-hash.c:
	Some cosmetics, changed class - that's areserved word on - C++ with klass to ease reuse.

2005-03-26  iagorubio  <iagorubio@users.sourceforge.net>

	* src/cssedwindow.c:
	Improved the handlig of unsaved documents on window close.

	* src/cssedwindow.h, src/callbacks.c, src/cssedwindow.c:
	Commented out the now unused last_scan_dir field on CssedWindow struct

	* src/utils.c: Various improvements in the digest tree view.

2005-03-25  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.h, src/cssedwindow.c, src/doc-scanner.c, src/interface.c, src/callbacks.c:
	Various improvements in the digest tree view.

	* src/configparser.c, src/utils.c:
	Changed system dependant directory, to be the same configuration directory in both linux and windows.

	* src/debug.c: Fixed compilation failure on missing include file.

	* Makefile.am, Makefile.in, aclocal.m4, configure, configure.in:
	Updating build scripts, to reflect the addition of new files.

	* po/ca.po, po/de.po, po/es.po, po/fr.po, po/POTFILES.in, po/gl.po, po/it.po:
	Updating po files for translators. Don't update your files yet. They're still pending to be cleaned.

	* redhat/cssed.spec: Updated spec file to fedora core 3.

	* redhat/cssed-fc1.spec, redhat/cssed-0.3.0-0-fdr.2.spec:
	Removed old specs. I will remove all but the upstream one from now.

	* libcroco/Makefile.in, libcroco/parser/Makefile.am, libcroco/parser/Makefile.in, libcroco/parser/cr-om-parser.c:
	Fixed a bug on my changes to the library. One function was left with the old signature.

	* scintilla/Makefile.in, scintilla/gtk/scintilla-marshal.c, scintilla/gtk/scintilla-marshal.list, scintilla/gtk/Makefile.am, scintilla/gtk/Makefile.in, scintilla/gtk/PlatGTK.cxx, scintilla/gtk/ScintillaGTK.cxx, scintilla/include/Face.py, scintilla/include/HFacer.py, scintilla/include/Platform.h, scintilla/include/SciLexer.h, scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface, scintilla/include/ScintillaWidget.h, scintilla/src/LexOthers.cxx, scintilla/src/Editor.h, scintilla/src/KeyWords.cxx, scintilla/src/LexCPP.cxx, scintilla/src/LexHTML.cxx, scintilla/src/LexPython.cxx, scintilla/src/LexSQL.cxx, scintilla/src/LexTeX.cxx, scintilla/src/SciTE.properties, scintilla/src/ScintillaBase.cxx, scintilla/src/ScintillaBase.h, scintilla/src/StyleContext.h, scintilla/src/AutoComplete.cxx, scintilla/src/AutoComplete.h, scintilla/src/CellBuffer.cxx, scintilla/src/Document.cxx, scintilla/src/Document.h, scintilla/src/DocumentAccessor.cxx, scintilla/src/DocumentAccessor.h, scintilla/src/Editor.cxx:
	Updated to scintilla 163 pre-release.

	* scintilla/src/LexMPT.cxx, scintilla/src/LexMSSQL.cxx, scintilla/src/LexNsis.cxx, scintilla/src/LexPB.cxx, scintilla/src/LexPOV.cxx, scintilla/src/LexPS.cxx, scintilla/src/LexRuby.cxx, scintilla/src/LexScriptol.cxx, scintilla/src/LexSpecman.cxx, scintilla/src/LexVB.cxx, scintilla/src/LexVHDL.cxx, scintilla/src/LexVerilog.cxx, scintilla/src/LexYAML.cxx, scintilla/src/LexGui4Cli.cxx, scintilla/src/LexKix.cxx, scintilla/src/LexLout.cxx, scintilla/src/LexLua.cxx, scintilla/src/LexMMIXAL.cxx, scintilla/src/LexMatlab.cxx, scintilla/src/LexMetapost.cxx, scintilla/src/LexAU3.cxx, scintilla/src/LexAVE.cxx, scintilla/src/LexBaan.cxx, scintilla/src/LexBasic.cxx, scintilla/src/LexBullant.cxx, scintilla/src/LexCLW.cxx, scintilla/src/LexCaml.cxx, scintilla/src/LexEScript.cxx, scintilla/src/LexEiffel.cxx, scintilla/src/LexErlang.cxx, scintilla/src/LexForth.cxx, scintilla/src/LexFortran.cxx, scintilla/src/LexGen.py, scintilla/src/LexAPDL.cxx, scintilla/src/LexAsm.cxx, scintilla/src/LexAsn1.cxx, scintilla/src/LexAda.cxx:
	Added new lexers. Now we've got the all lexers in upstream scintilla.It's done because developers will have access to file type to create their own managers. They may need those lexers.

2005-03-24  iagorubio  <iagorubio@users.sourceforge.net>

	* src/gotoline-dialog.c, src/gotoline-dialog.h:
	New "go to line" dialog files.

	* src/debug.c:
	New debug output files, improved with source file name and line number.

	* src/file-type-manager.c, src/file-type-manager.h, src/filetype-hypertext.c, src/filetype-hypertext.h, src/filetype-make.c, src/filetype-make.h, src/filetype-perl.c, src/filetype-perl.h, src/filetype-phpscript.c, src/filetype-phpscript.h, src/filetype-python.c, src/filetype-python.h, src/filetype-sh.c, src/filetype-sh.h, src/filetype-sql.c, src/filetype-sql.h, src/filetype-text.c, src/filetype-text.h, src/filetype-xml.c, src/filetype-xml.h, src/filetypes.h, src/filetype-c.c, src/filetype-c.h, src/filetype-css2.c, src/filetype-css2.h, src/filetype-diff.c, src/filetype-diff.h:
	New file type management functions.

	* src/Makefile.am, src/Makefile.in, src/document.h, src/floating-list.c, src/interface.c, src/interface.h, src/main.c, src/plugin.c, src/sciwrappers.c, src/selectorparser.c, src/utils.c, src/callbacks.h, src/cssdialogs-menu.c, src/cssdialogs-menu.h, src/cssdialogs-strings.h, src/cssedwindow.c, src/cssedwindow.h, src/cssparser.c, src/cssparser.h, src/debug.h, src/doc-scanner.c, src/doc-scanner.h, src/document.c, src/callbacks.c:
	Changes in file opening and file type management. Now the CssedFileType is not an identifier but an object holding the properties and interface of a file type. Updated copyright,

	* src/xmlparser.c, src/configparser.c: Update to libxml.

	* src/cssdialogs-interface.h, src/floating-list.c, src/floating-list.h, src/main.c, src/plugin.c, src/plugin.h, src/plugins-dialog.c, src/plugins-dialog.h, src/selector-wizard.c, src/selector-wizard.h, src/selectorparser.c, src/selectorparser.h, src/support.h, src/utils.c, src/utils.h, src/box-wizard.c, src/box-wizard.h, src/color-wizard.c, src/color-wizard.h, src/configdlg-callbacks.c, src/configdlg-callbacks.h, src/configdlg-interface.c, src/configdlg-interface.h, src/cssdialogs-callbacks.c, src/cssdialogs-callbacks.h, src/cssdialogs-class.c, src/cssdialogs-class.h, src/cssdialogs-functions.c, src/cssdialogs-functions.h, src/cssdialogs-hash.c, src/cssdialogs-hash.h, src/cssdialogs-interface.c:
	Updated copyright (year).

	* src/sciwrappers.c, src/sciwrappers.h:
	Finally moved the scintilla wrappers to this file

	* src/configparser.c, src/configparser.h, src/document-list.c, src/document-list.h, src/xmlparser.c, src/xmlparser.h:
	Update to libxml.

2005-03-01  michga  <michga@users.sourceforge.net>

	* src/document.c, po/it.po, src/ChangeLog, src/Changelog, src/callbacks.c, src/cssedwindow.c, po/gl.po, po/de.po, po/es.po, po/fr.po, po/ChangeLog, po/ca.po, po/cssed.pot:
	Corrected misspelling; changed some strings to conform HUI,
	add conditional for Darwin; new pot file and fr.po, other to update

2005-02-23  iagorubio  <iagorubio@users.sourceforge.net>

	* src/interface.c, src/interface.h, src/main.c, src/plugin.c, src/utils.c, src/utils.h, src/xmlparser.c, src/document-list.c, src/document.h, src/callbacks.h, src/cssedwindow.c, src/cssedwindow.h, src/document.c, src/callbacks.c:
	Test update to check if the libxml port can be bogus on Mac before to continue. No error checking yet.

2005-02-20  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.c: Fixed problem with output list.

	* Makefile.in, configure, configure.in:
	Changed build scripts caused by libcroco update to 0.6.0. Adde dependency to libxml2.

	* libcroco/Makefile.in, libcroco/parser/Makefile.am, libcroco/parser/Makefile.in, libcroco/parser/cr-additional-sel.c, libcroco/parser/cr-additional-sel.h, libcroco/parser/cr-attr-sel.c, libcroco/parser/cr-attr-sel.h, libcroco/parser/cr-cascade.c, libcroco/parser/cr-cascade.h, libcroco/parser/cr-declaration.c, libcroco/parser/cr-declaration.h, libcroco/parser/cr-doc-handler.c, libcroco/parser/cr-doc-handler.h, libcroco/parser/cr-enc-handler.c, libcroco/parser/cr-enc-handler.h, libcroco/parser/cr-fonts.c, libcroco/parser/cr-fonts.h, libcroco/parser/cr-input.c, libcroco/parser/cr-input.h, libcroco/parser/cr-num.c, libcroco/parser/cr-num.h, libcroco/parser/cr-om-parser.c, libcroco/parser/cr-om-parser.h, libcroco/parser/cr-parser.c, libcroco/parser/cr-parser.h, libcroco/parser/cr-parsing-location.c, libcroco/parser/cr-parsing-location.h, libcroco/parser/cr-prop-list.c, libcroco/parser/cr-prop-list.h, libcroco/parser/cr-pseudo.c, libcroco/parser/cr-pseudo.h, libcroco/parser/cr-rgb.c, libcroco/parser/cr-rgb.h, libcroco/parser/cr-sel-eng.c, libcroco/parser/cr-sel-eng.h, libcroco/parser/cr-selector.c, libcroco/parser/cr-selector.h, libcroco/parser/cr-simple-sel.c, libcroco/parser/cr-simple-sel.h, libcroco/parser/cr-statement.c, libcroco/parser/cr-statement.h, libcroco/parser/cr-string.c, libcroco/parser/cr-string.h, libcroco/parser/cr-style.c, libcroco/parser/cr-style.h, libcroco/parser/cr-stylesheet.c, libcroco/parser/cr-stylesheet.h, libcroco/parser/cr-term.c, libcroco/parser/cr-term.h, libcroco/parser/cr-tknzr.c, libcroco/parser/cr-tknzr.h, libcroco/parser/cr-token.c, libcroco/parser/cr-token.h, libcroco/parser/cr-utils.c, libcroco/parser/cr-utils.h, libcroco/parser/libcroco-config.h, libcroco/parser/libcroco-config.h.in, libcroco/parser/libcroco.h:
	Updated libcroco to 0.6.0

	* scintilla/Makefile.in, scintilla/gtk/Makefile.am, scintilla/gtk/Makefile.in:
	Minor changes in build scripts.

	* scintilla/src/LexCSS.cxx:
	Minor changes on font-face and color management

	* src/callbacks.c, src/callbacks.h, src/cssparser.c, src/cssparser.h, src/debug.h, src/doc-scanner.c, src/document.c, src/document-list.c, src/document.h, src/Makefile.am, src/Makefile.in, src/interface.c, src/main.c, src/utils.c, src/utils.h:
	Fixed various issues with the libcroco update. Changed the Digest and output lists.

2005-02-18  michga  <michga@users.sourceforge.net>

	* src/ChangeLog, src/Changelog, src/cssdialogs-class.h, src/cssedwindow.h, src/document.h, src/interface.c, src/plugin.h, po/gl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/ChangeLog, po/cssed.pot:
	Changed accelerator for Plain text in Document submenu chocking with CPP.
	Integrated comments in headers for plugin doc.

2005-02-17  michga  <michga@users.sourceforge.net>

	* src/ChangeLog, src/Changelog, src/interface.c, po/gl.po, po/it.po, po/de.po, po/es.po, po/fr.po, po/ChangeLog, po/ca.po, po/cssed.pot:
	Added accelerator to Convert EOLs so that it does not chock with items in
	the main submenu.

2005-02-10  iagorubio  <iagorubio@users.sourceforge.net>

	* src/Makefile.in, src/utils.c, src/utils.h, src/document-list.c, src/interface.c, src/document.c:
	Some usability fixes reported by Michelle.

	* Makefile.in, configure.in, configure, aclocal.m4:
	Added configure check for gtk-2.6

2005-02-10  michga  <michga@users.sourceforge.net>

	* src/ChangeLog: Adding ChangeLog, removing Changelog

2005-02-09  michga  <michga@users.sourceforge.net>

	* src/interface.c, src/Changelog, po/it.po, po/gl.po, po/fr.po, po/es.po, po/de.po, po/cssed.pot, po/ca.po, po/ChangeLog:
	Moved documentlist to view menu
	Changed flag and clear flag menu item
	Updated po files accordingly

2005-02-09  iagorubio  <iagorubio@users.sourceforge.net>

	* po/ca.po: Fixed one string that was aborting compilation.

	* src/document.c:
	Fixed glitch on UTF8 detection reported by Michelle Garoche.

2005-02-09  michga  <michga@users.sourceforge.net>

	* po/it.po, src/Changelog, src/callbacks.c, src/document-list.c, src/interface.c, po/gl.po, po/fr.po, po/es.po, po/de.po, po/cssed.pot, configure.in, po/ChangeLog, po/ca.po, ChangeLog:
	Increased version in configure.in
	Updated pot and po files, added translator to ca, otherwise all strings
	are fuzzy.
	Translated fr.po, others are to be translated.
	Added conditional on DARWIN for tab colours in callbacks.c
	Corrected some misspelling in document-list.c
	Changed my email address in interface.c

2005-02-09  iagorubio  <iagorubio@users.sourceforge.net>

	* src/utils.c, src/utils.h, src/document-list.c, src/callbacks.h:
	Fixed glitch on gtk_file_chooser called from the document_list on gtk-2.4, reported by Michelle Garoche.

	* src/document-list.c, src/interface.c, src/callbacks.h, src/document-list.h, src/callbacks.c:
	Added new option to create a new blank document list.

	* src/document-list.c:
	Changes to conver the filenames to UTF-8 before writting the document list file.



2005-02-09  michga  <michele.garoche@easyconnect.fr>

	* configure.in
	
	Put version 0.3.1

2004-12-18  iagorubio  <iagorubio@users.sourceforge.net>

	* scintilla/src/LexHTML.cxx:
	Test fix for the problems reported by Axel Heyne on the scintilla list about highlighting problems.

	* src/document.c:
	Fixed problem that added an extra white char at end of file. This was specially bad with php library files, as the extra white char leads the server to push out the headers.

2004-12-15  iagorubio  <iagorubio@users.sourceforge.net>

	* scintilla/src/LexHTML.cxx, src/Makefile.am, src/Makefile.in, src/document-list.c, src/document-list.h, src/interface.c, src/callbacks.c, src/callbacks.h, src/cssedwindow.c, src/doc-scanner.c, src/document.c:
	Added document list, fixed problem with EOL modes, added capabilities to mark documents on different colors (flag).

2004-10-31  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.h, src/document.c, src/interface.c, src/callbacks.c:
	Added new "flag document" function, to allow the user to mark opened document's tabs with a given color.

	* redhat/cssed-0.3.0-0-fdr.2.spec: Added Obsoletes tag

	* scintilla/src/CellBuffer.h, scintilla/src/Document.cxx, scintilla/src/Document.h, scintilla/src/Editor.cxx, scintilla/src/Editor.h, scintilla/src/KeyWords.cxx, scintilla/src/LexCPP.cxx, scintilla/src/LexHTML.cxx, scintilla/src/LexLisp.cxx, scintilla/src/LexOthers.cxx, scintilla/src/LexPerl.cxx, scintilla/src/LexSQL.cxx, scintilla/src/PropSet.cxx, scintilla/src/ScintillaBase.cxx, scintilla/src/StyleContext.cxx, scintilla/src/StyleContext.h, scintilla/src/UniConversion.cxx, scintilla/src/CallTip.cxx, scintilla/src/CallTip.h, scintilla/src/CellBuffer.cxx, scintilla/include/KeyWords.h, scintilla/include/Platform.h, scintilla/include/PropSet.h, scintilla/include/SciLexer.h, scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface, scintilla/gtk/PlatGTK.cxx, scintilla/gtk/ScintillaGTK.cxx, scintilla/gtk/scintilla-marshal.c, scintilla/version.txt:
	Updated Scintilla to 1.62

2004-10-10 iagorubio <iagorubio@users.sourceforge.net> RELEASE 0.3.0

2004-10-07  iagorubio  <iagorubio@users.sourceforge.net>

	* redhat/cssed-0.3.0-0-fdr.2.spec, redhat/cssed-fc2.spec:
	Changed the fedora spec file name to follow fedora's gudelines.

2004-10-06  iagorubio  <iagorubio@users.sourceforge.net>

	* src/interface.c:
	Removed Alastair from the developers list as he have not been active.

2004-10-03  iagorubio  <iagorubio@users.sourceforge.net>

	* po/gl.po, po/it.po, po/es.po, po/fr.po, po/cssed.pot, po/de.po:
	Updated language files

	* src/document.c:
	Converted eols to LF. It was converted to CRLF on the Win32 port.

2004-10-02  iagorubio  <iagorubio@users.sourceforge.net>

	* ChangeLog: Fixed conflicts, last commit had conflict indicators.

	* ChangeLog: Fixed conflicts between local and cvs copies.

	* src/document.c:
	Added the "quality" and "pluginspage" attributes for the "embed" html tag highlighting.

	* src/document.c:
	Fixed bug in folding, that caused cssed to freeeze some seconds when cliked the Document menu on large documents. Added the "embed" html keyword for highlighting.


2004-09-30  iagorubio  <iagorubio@users.sourceforge.net>

	* Makefile.am, Makefile.in: Updated build files.

2004-09-29  iagorubio  <iagorubio@users.sourceforge.net>

	* po/gl.po, po/it.po, po/fr.po, po/de.po, po/es.po, po/cssed.pot:
	Updated language files. Merged conflicts between local and cvs files.

	* redhat/cssed-fc1.spec, redhat/cssed-fc2.spec, redhat/cssed.spec:
	Fixed problem with man pages, added specs for fc1 and fc2.

2004-09-27  michga  <michga@users.sourceforge.net>

	* ChangeLog: Integrated changes from 26/09/2004 form iago

	* src/Changelog, src/xmlparser.c, src/cssedwindow.c, src/document.c, src/callbacks.c:
	Correcting misspelling

	* po/ChangeLog, po/cssed.pot, po/de.po, po/es.po, po/gl.po, po/it.po, po/fr.po:
	Various corrections, new pot file

2004-09-26  iagorubio  <iagorubio@users.sourceforge.net>

	* configure.in, configure: Added check for gtk 2.4

	* src/callbacks.h, src/cssedwindow.c, src/cssedwindow.h, src/document.c, src/document.h, src/interface.c, src/plugin.c, src/plugin.h, src/plugins-dialog.c, src/selector-wizard.c, src/utils.h, src/callbacks.c:
	Varios minimal changes in selector scanner and UI, and added support for changing the character set.

	* redhat/cssed.spec:
	Updated spec file. Minor format changes. Capitalized the cssed's name first letter in the *.desktop file.

	* po/gl.po, po/it.po, po/cssed.pot, po/de.po, po/es.po, po/fr.po:
	Updated language files

2004-09-22  iagorubio  <iagorubio@users.sourceforge.net>

	* ChangeLog: Updated ChangeLog from cvs.

	* po/gl.po, po/it.po, po/de.po, po/es.po, po/fr.po, po/cssed.pot:
	Updating language files. Commited to avoid to merge it if any other developer changes something.

	* src/support.c, src/utils.c, src/utils.h, src/xmlparser.c, src/callbacks.c, src/color-wizard.c, src/configdlg-interface.c, src/configparser.c, src/cssdialogs-functions.c, src/cssdialogs-interface.c, src/cssdialogs-menu.c, src/cssparser.c, src/doc-scanner.c, src/document.c, src/floating-list.c, src/interface.c, src/main.c, src/plugin.c, src/plugins-dialog.c, src/selector-wizard.c, src/box-wizard.c:
	Various changes to compile in WIN32 (right now only tested with Microsoft compilers). Search for ifdef WIN32 to see the changes.

2004-09-20  michga  <michga@users.sourceforge.net>

	* src/Changelog, src/interface.c:
	Changing terminal size to fit on 800x600 screen

2004-09-20  iagorubio  <iagorubio@users.sourceforge.net>

	* src/plugin.c:
	Temporary change to add the plugin items to the secondary toolbar.

	* configure.in: Fixed typo.

	* configure.in, configure:
	Small changes to define DARWIN and WITH_HELP_MENUS at configure.in to make commit Michelle changes.

2004-09-20  michga  <michga@users.sourceforge.net>

	* po/cssed.pot, po/de.po, po/gl.po, po/it.po, po/ChangeLog, po/es.po, po/fr.po:
	Translation of help menus into French, new pot

	* src/Changelog, src/callbacks.c, src/callbacks.h, src/interface.c, src/main.c:
	Changes to integrate help menus

	* ChangeLog, configure.in: Added --with-help-menus option

2004-09-19  iagorubio  <iagorubio@users.sourceforge.net>

	* po/gl.po, po/it.po, po/de.po, po/es.po, po/fr.po:
	Updating language files. Commited to avoid to merge it if any other developer changes something.

2004-09-15  iagorubio  <iagorubio@users.sourceforge.net>

	* ChangeLog: Updated ChangeLog from cvs.

	* Makefile.am, Makefile.in, configure.in, configure:
	Updated build files

	* redhat/cssed.spec: Updated spec file to 0.3.0 .

	* po/fr.po, po/gl.po, po/it.po, po/de.po, po/es.po, po/cssed.pot:
	Merged CVS and local copy.

2004-09-13  michga  <michga@users.sourceforge.net>

	* src/cssdialogs-menu.c, src/Changelog:
	Changed erroneous string in cssdialogs-menu.c

	* po/fr.po, po/gl.po, po/it.po, po/de.po, po/es.po, po/ChangeLog, po/cssed.pot:
	Changed erroneous string in cssdialogs-menu.c + Spanish string when no match found in search

2004-09-13  michga  <michga@users.sourceforge.net>

	* configure.in:
	
	Added --with-help-menus
	
2004-09-15  iagorubio  <iagorubio@users.sourceforge.net>

	* Makefile.am, Makefile.in, configure.in, configure:
	Updated build files

	* redhat/cssed.spec: Updated spec file to 0.3.0 .

	* po/fr.po, po/gl.po, po/it.po, po/de.po, po/es.po, po/cssed.pot:
	Merged CVS and local copy.

2004-09-13  michga  <michga@users.sourceforge.net>

	* src/cssdialogs-menu.c, src/Changelog:
	Changed erroneous string in cssdialogs-menu.c

	* po/fr.po, po/gl.po, po/it.po, po/de.po, po/es.po, po/ChangeLog, po/cssed.pot:
	Changed erroneous string in cssdialogs-menu.c + Spanish string when no match found in search

2004-09-11  michga  <michga@users.sourceforge.net>

	* src/Changelog, src/callbacks.c, src/configparser.c, src/document.c:
	Correcting misspelling in various sources

	* po/ChangeLog, po/cssed.pot, po/gl.po, po/it.po, po/de.po, po/es.po, po/fr.po:
	Updating po files according to misspelling correction in sources

	* BUILD, ChangeLog: Corrected misspelling in BUILD

2004-09-11  iagorubio  <iagorubio@users.sourceforge.net>

	* ChangeLog: Updated ChangeLog from cvs.

	* libcroco/parser/Makefile.in:
	Rebuilt build scripts, changed configure.in to let it use the correct ctags binary on Linux, OsX and BSD.

	* po/gl.po, po/it.po, po/cssed.pot, po/de.po, po/es.po, po/fr.po:
	Updated translation files. Start of code freeze to new release.

	* src/callbacks.c, src/callbacks.h, src/document.c, src/interface.c:
	* src/callbacks.c src/callbacks.h:
	Added (on_menu_revert_to_saved_activate): To catch signal from the new menu.
	* src/document.c (create_and_attach_new_doc); Change code to put the caret at doc start when opening a new doc.
	* src/interface.c: Added new "Revert to saved" menu.

	* po/ChangeLog, po/Makefile.in.in:
	Made changes to tell xgettext there're UTF8 characters in some files.

2004-09-10  iagorubio  <iagorubio@users.sourceforge.net>

	* configure, configure.in:
	Made changes to fix configure on FreeBSD. It was failing due a bug in autoconf ( ?? It's what's reported by configure at least ).

2004-09-11  Michèle Garoche  <michele.garoche@easyconnect.fr>

	* BUILD
	
	fixed misspelling

2004-09-11  iagorubio  <iagorubio@users.sourceforge.net>

	* libcroco/parser/Makefile.in:
	Rebuilt build scripts, changed configure.in to let it use the correct ctags binary on Linux, OsX and BSD.

	* po/gl.po, po/it.po, po/cssed.pot, po/de.po, po/es.po, po/fr.po:
	Updated translation files. Start of code freeze to new release.

	* src/callbacks.c, src/callbacks.h, src/document.c, src/interface.c:
	* src/callbacks.c src/callbacks.h:
	Added (on_menu_revert_to_saved_activate): To catch signal from the new menu.
	* src/document.c (create_and_attach_new_doc); Change code to put the caret at doc start when opening a new doc.
	* src/interface.c: Added new "Revert to saved" menu.

	* po/ChangeLog, po/Makefile.in.in:
	Made changes to tell xgettext there're UTF8 characters in some files.

2004-09-10  iagorubio  <iagorubio@users.sourceforge.net>

	* configure, configure.in:
	Made changes to fix configure on FreeBSD. It was failing due a bug in autoconf ( ?? It's what's reported by configure at least ).

	* src/document.c (create_and_attach_new_named_doc):
	Added code to recognize utf8 text when opening.
	(create_new_doc) : Fixed some duplicated document configuration functions.
	(document_set_sh_style),
	(document_set_html_style),
	(document_set_sh_style),
	(document_set_py_style): Changed some keywords and colors for highlighting.

	* src/interface.c:
	Mergin differences between local copy and cvs (just some formatting).

2004-09-09  michga  <michga@users.sourceforge.net>

	* po/ChangeLog, po/fr.po:
	Corrected unwanted <span> in message when closing, changing ok translation

2004-09-09  iagorubio  <iagorubio@users.sourceforge.net>

	* src/main.c:
	Fixed error reported by Michelle Garoche about some needed variables not defined if -DWITH_IPC_QUEUE was not passed to gcc. This leads in not compiling on MacOsX.

	* include/cssedwindow.h:
	Added carriage return at end of file to stop gcc to scream about the lack of it.

2004-09-09  michga  <michga@users.sourceforge.net>

	* src/Changelog, src/interface.c:
	Corrected typo in interface.c widt lost, sorry

	* include/ChangeLog, include/cssdialogs-class.h, include/cssedwindow.h, include/document.h, include/plugin.h:
	Correcting misspelling in include/headers files

	* include/ChangeLog: Added ChangeLog

	* po/fr.po, po/gl.po, po/it.po, po/ChangeLog, po/cssed.pot, po/de.po, po/es.po:
	Updating po files according to change in interface.c

	* src/Changelog, src/interface.c:
	Correcting misspelling in interface.c dedication

	* src/Changelog, src/callbacks.c, src/color-wizard.c, src/configparser.c, src/cssdialogs-callbacks.c, src/cssdialogs-functions.c, src/cssdialogs-menu.c, src/cssparser.c, src/doc-scanner.c, src/document.c, src/interface.c, src/plugin.c, src/plugins-dialog.c, src/selector-wizard.c, src/support.c, src/utils.c, src/xmlparser.c:
	Improved English strings to be translated

	* po/cssed.pot, po/gl.po, po/it.po, po/de.po, po/es.po, po/fr.po, po/ChangeLog:
	Updated po files according to changes in src

2004-09-08  iagorubio  <iagorubio@users.sourceforge.net>

	* ChangeLog: Updated ChangeLog from CVS.

	* src/callbacks.c, src/callbacks.h, src/cssedwindow.h, src/document.c, src/document.h, src/interface.c:
	Added support for Makefile, Makefile.am and Makefile.in files.
	Added on_menuitem_highlighting_make_activate() as callback for highlighting->Makefile menu item.

	* ChangeLog: Fixed bad email adresses in ChangeLog.

	* ChangeLog: Updated ChangeLog from CVS.

	* src/plugin.c, src/utils.c, src/utils.h, src/callbacks.c, src/callbacks.h, src/cssdialogs-functions.c, src/cssdialogs-interface.c, src/cssedwindow.c, src/cssedwindow.h, src/cssparser.c, src/document.c, src/document.h, src/interface.c, src/main.c:
	Added support for diff and patch file types.
	Added create_yes_no_cancel_dialog as new message dialog with three choices.
	New file opening code, will try to open always the file with it's full path as name.
	Added "dedicate to.." section for this release in the about menu (still incomplete).

	* src/cssdialogs-callbacks.c: src/cssdialogs-callbacks.c:
		- Minor code cleanup. Deleted some old code.

	* src/callbacks.c: src/callbacks.c:
		- Minor changes in on_menu_close_all_activate to provide better usability.

2004-09-08  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.c, src/callbacks.h, src/cssedwindow.h, src/document.c, src/document.h, src/interface.c:
	Added support for Makefile, Makefile.am and Makefile.in files.
	Added on_menuitem_highlighting_make_activate() as callback for highlighting->Makefile menu item.

	* ChangeLog: Fixed bad email adresses in ChangeLog.

	* ChangeLog: Updated ChangeLog from CVS.

	* src/plugin.c, src/utils.c, src/utils.h, src/callbacks.c, src/callbacks.h, src/cssdialogs-functions.c, src/cssdialogs-interface.c, src/cssedwindow.c, src/cssedwindow.h, src/cssparser.c, src/document.c, src/document.h, src/interface.c, src/main.c:
	Added support for diff and patch file types.
	Added create_yes_no_cancel_dialog as new message dialog with three choices.
	New file opening code, will try to open always the file with it's full path as name.
	Added "dedicate to.." section for this release in the about menu (still incomplete).

	* src/cssdialogs-callbacks.c: src/cssdialogs-callbacks.c:
		- Minor code cleanup. Deleted some old code.

	* src/callbacks.c: src/callbacks.c:
		- Minor changes in on_menu_close_all_activate to provide better usability.

2004-09-08  iagorubio  <iagorubio@users.sourceforge.net>

	* src/plugin.c, src/utils.c, src/utils.h, src/callbacks.c, src/callbacks.h, src/cssdialogs-functions.c, src/cssdialogs-interface.c, src/cssedwindow.c, src/cssedwindow.h, src/cssparser.c, src/document.c, src/document.h, src/interface.c, src/main.c:
	Added support for diff and patch file types.
	Added create_yes_no_cancel_dialog as new message dialog with three choices.
	New file opening code, will try to open always the file with it's full path as name.
	Added "dedicate to.." section for this release in the about menu (still incomplete).

	* src/cssdialogs-callbacks.c: src/cssdialogs-callbacks.c:
		- Minor code cleanup. Deleted some old code.

	* src/callbacks.c: src/callbacks.c:
		- Minor changes in on_menu_close_all_activate to provide better usability.

2004-08-29  iagorubio  <iagorubio@users.sourceforge.net>

	* src/document.h, src/interface.c, src/plugin.c, src/plugin.h, src/callbacks.c, src/callbacks.h, src/cssedwindow.c, src/document.c:
	include/plugin.h, src/plugin.c:
		* added functions:
		void cssed_plugin_remove_page_with_widget_in_sidebar( CssedPlugin* plugin,GtkWidget* widget );
		gboolean cssed_plugin_select_page_with_widget_in_sidebar( CssedPlugin* plugin,GtkWidget* widget );
		gboolean cssed_plugin_select_page_with_widget_in_footer( CssedPlugin* plugin,GtkWidget* widget );

	src/callbacks.c, src/callbacks.h, src/interface.c
		* added support for menu items "Save all" and "Close all".
		* added functions:
		void on_menu_save_all_activate (GtkMenuItem * menuitem, gpointer user_data)
		void  on_menu_close_all_activate (GtkMenuItem * menuitem, gpointer user_data)
		void on_menu_guardar_activate (GtkMenuItem * menuitem, gpointer user_data)

	src/document.c, src/document.h
		* added support to make a given document the currently edited one. Needed by "Close all" and "Save all".
		* added functions:
		void document_set_current(CssedDoc* doc)

	* include/plugin.h: include/plugin.h, src/plugin.c:
		* added functions:
		void cssed_plugin_remove_page_with_widget_in_sidebar( CssedPlugin* plugin,GtkWidget* widget );
		gboolean cssed_plugin_select_page_with_widget_in_sidebar( CssedPlugin* plugin,GtkWidget* widget );
		gboolean cssed_plugin_select_page_with_widget_in_footer( CssedPlugin* plugin,GtkWidget* widget );

2004-08-21  iagorubio  <iagorubio@users.sourceforge.net>

	* include/SciLexer.h, include/Scintilla.h, include/ScintillaWidget.h, include/cssdialogs-class.h, include/cssedwindow.h, include/document.h, include/plugin.h:
	* Upgraded plugin headers
	* Minor modifications in plugin's API.

	* src/Makefile.am, src/Makefile.in, src/plugin.c, src/plugin.h, src/selectorparser.c, src/utils.c, src/xmlparser.c, src/cssedwindow.c, src/cssedwindow.h, src/document.c, src/document.h, src/floating-list.c, src/interface.c, src/callbacks.c, src/cssdialogs-callbacks.c, src/cssdialogs-interface.c:
	* Upgraded plugins support.
	* Added close button to all tabs.
	* Minor bug fixes.

	* Makefile.am, Makefile.in, configure, configure.in:
	Fixed some issues on building scripts. Removed duplicated compiler parameters.

	* cssed.pc.in: Added pkg-config file for plugins development.

	* po/cssed.pot, po/de.po, po/es.po, po/fr.po, po/gl.po, po/it.po:
	Updating language files.

	* libcroco/parser/Makefile.am:
	Fixed some issues on building scripts. Removed duplicated compiler parameters.

	* pixmaps/doc_close.png: Added image for new tab buttons.

2004-07-06  iagorubio  <iagorubio@users.sourceforge.net>

	* src/color-wizard.c, src/configdlg-interface.c, src/cssdialogs-functions.c, src/cssedwindow.c, src/cssedwindow.h, src/interface.c, src/plugins-dialog.c, src/selector-wizard.c, src/utils.c, src/box-wizard.c, src/callbacks.c:
	Fixed bug in digest list. Change some dialog to make then transient for main window or positioned at center of screen. Now it fits much better on xfce4.

	* src/interface.c:
	Fixed scrolling problems in vte terminal widget reported by P.J.Reed <speed@sakabatou.net>

2004-07-04  iagorubio  <iagorubio@users.sourceforge.net>

	* src/interface.h, src/main.c, src/plugin.c, src/plugin.h, src/plugins-dialog.c, src/plugins-dialog.h, src/selectorparser.c, src/selectorparser.h, src/utils.c, src/utils.h, src/xmlparser.c, src/xmlparser.h, src/callbacks.h, src/color-wizard.c, src/color-wizard.h, src/configdlg-callbacks.c, src/configdlg-interface.c, src/configdlg-interface.h, src/configparser.c, src/configparser.h, src/cssdialogs-callbacks.c, src/cssdialogs-class.h, src/cssdialogs-functions.c, src/cssdialogs-functions.h, src/cssdialogs-interface.c, src/cssdialogs-interface.h, src/cssdialogs-menu.c, src/cssdialogs-menu.h, src/cssedwindow.c, src/cssedwindow.h, src/cssparser.c, src/cssparser.h, src/doc-scanner.c, src/doc-scanner.h, src/document.c, src/document.h, src/floating-list.c, src/floating-list.h, src/interface.c, src/box-wizard.c, src/box-wizard.h, src/callbacks.c:
	Code cleanup. Now most objects - at least the most important ones - are opaque. Preparing to plugins interface.

	Fixed colversion from RGB to hexadecimal string color.

	Save button is stateful now - it'll be only enabled if the document have been modified.

	Other small bug fixes.

2004-06-16  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.c, src/interface.c, src/utils.c:
	Fixed small glitch in the scratch pad. Now new documents will become active.

2004-06-15  iagorubio  <iagorubio@users.sourceforge.net>

	* src/configdlg-interface.c, src/callbacks.c:
	Fixed the font dialogs to reflect the current document font.

2004-06-13  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.c, src/callbacks.h, src/cssedwindow.h, src/interface.c, src/plugin.c, src/utils.c, src/utils.h:
	Added code to order digest output by line or style. Scratch pad contents are saved now between sessions.

2004-06-11  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.h, src/cssdialogs-menu.c, src/cssedwindow.h, src/document.c, src/interface.c, src/callbacks.c:
	Changed the default scintilla editor pop menu.

2004-06-09  iagorubio  <iagorubio@users.sourceforge.net>

	* src/document.h, src/plugin.c, src/document.c:
	Small changes in styles and plugins

2004-06-08  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.c, src/document.c:
	Fixed bug that changed the file type when renaming a file.

	* src/Makefile.am, src/Makefile.in, src/callbacks.c, src/callbacks.h, src/cssdialogs-class.h, src/cssedwindow.c, src/cssedwindow.h, src/document.c, src/document.h, src/interface.c, src/main.c:
	Added code to remember last opened and saved files, added check to warn user when a file will be overwritten.

2004-06-06  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.c, src/callbacks.h, src/document.c, src/document.h, src/interface.c:
	Initiall support for XML files.

	* scintilla/src/LexFortran.cxx: Deleting unused lexers.

	* src/callbacks.c, src/callbacks.h, src/document.c, src/document.h, src/interface.c:
	Initiall support for Python, shell, Perl, C, CPP, files. Initiall codepage change support ( Default, UTF8, DBCS ).

	* scintilla/gtk/Makefile.am, scintilla/gtk/Makefile.in:
	Updating build files.

	* scintilla/src/KeyWords.cxx, scintilla/src/LexAda.cxx, scintilla/src/LexAsm.cxx, scintilla/src/LexRuby.cxx:
	Deleting unused lexers.

2004-06-03  iagorubio  <iagorubio@users.sourceforge.net>

	* ChangeLog: Initiall support for HTML, ASP, PHP files.

	* po/cssed.pot, po/de.po, po/es.po, po/fr.po, po/gl.po, po/it.po:
	Updating language files.

	* redhat/cssed.spec: Updating build files.

	* src/document.h, src/interface.c, src/callbacks.h, src/document.c, src/callbacks.c:
	Initiall support for HTML, ASP, PHP files.

2004-05-30  iagorubio  <iagorubio@users.sourceforge.net>

	* src/callbacks.c, src/callbacks.h, src/interface.c:
	Added "Close" entry to the "File" menu.

	* Makefile.am, Makefile.in: Updating build files.

	* src/interface.c:
	Added code to fill the search and search & replace dialog entries with the currently selected text.

2004-05-29  iagorubio  <iagorubio@users.sourceforge.net>

	* po/gl.po: Updating language files.

	* libcroco/Makefile.in, libcroco/parser/Makefile.in:
	Updating build files.

	* scintilla/Makefile.in, scintilla/README, scintilla/version.txt, src/Makefile.am, src/Makefile.in, src/callbacks.c, src/cssdialogs-class.h, src/document.c, src/document.h, src/plugin.c:
	Updated scintilla to 1.60

	* Makefile.in, configure, configure.in, aclocal.m4:
	Updating build files.

	* po/POTFILES.in, po/it.po, po/cssed.pot, po/de.po, po/es.po, po/fr.po:
	Updating language files.

	* po/ga.po: Deleting outdated files

	* scintilla/src/CallTip.cxx, scintilla/src/CellBuffer.cxx, scintilla/src/CellBuffer.h, scintilla/src/Document.cxx, scintilla/src/Document.h, scintilla/src/Editor.cxx, scintilla/src/Editor.h, scintilla/src/KeyWords.cxx, scintilla/src/LexAda.cxx, scintilla/src/LexAsm.cxx, scintilla/src/LexBash.cxx, scintilla/src/LexCPP.cxx, scintilla/src/LexConf.cxx, scintilla/src/LexCrontab.cxx, scintilla/src/LexFortran.cxx, scintilla/src/LexHTML.cxx, scintilla/src/LexLisp.cxx, scintilla/src/LexOthers.cxx, scintilla/src/LexPascal.cxx, scintilla/src/LexPerl.cxx, scintilla/src/LexPython.cxx, scintilla/src/LexRuby.cxx, scintilla/src/LexSQL.cxx, scintilla/src/LexTeX.cxx, scintilla/src/PropSet.cxx, scintilla/src/SciTE.properties, scintilla/src/ScintillaBase.cxx, scintilla/src/ScintillaBase.h, scintilla/src/Style.cxx, scintilla/src/Style.h, scintilla/src/ViewStyle.cxx, scintilla/src/ViewStyle.h, scintilla/src/XPM.cxx, scintilla/include/KeyWords.h, scintilla/include/Platform.h, scintilla/include/PropSet.h, scintilla/include/SString.h, scintilla/include/SciLexer.h, scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface, scintilla/gtk/Makefile.am, scintilla/gtk/Makefile.in, scintilla/gtk/PlatGTK.cxx, scintilla/gtk/ScintillaGTK.cxx, scintilla/gtk/scintilla-marshal.c, scintilla/gtk/scintilla-marshal.h, scintilla/gtk/scintilla-marshal.list, scintilla/gtk/Converter.h:
	Updated scintilla to 1.60

	* scintilla/README.original: Deleting outdated files

	* include/plugin.h: New plugin headers

2004-05-20  iagorubio  <iagorubio@users.sourceforge.net>

	* src/Makefile.in, scintilla/gtk/Makefile.in, scintilla/Makefile.in, libcroco/Makefile.in, Makefile.in, aclocal.m4, configure, configure.in, libcroco/parser/Makefile.in, po/cssed.pot, po/es.po, po/fr.po, redhat/cssed.spec, src/callbacks.c, src/callbacks.h, src/color-wizard.c, src/configdlg-interface.c, src/configparser.c, src/configparser.h, src/cssdialogs-callbacks.c, src/cssdialogs-class.h, src/cssdialogs-functions.c, src/cssdialogs-hash.c, src/Makefile.am, src/cssdialogs-interface.c, src/cssedwindow.h, src/cssparser.c, src/doc-scanner.c, src/document.c, src/document.h, src/floating-list.c, src/interface.c, src/main.c, src/selectorparser.c, src/utils.c, src/utils.h, src/xmlparser.c:
	Code cleanup start and plugable interface ( not finished yet ).

	* src/plugin.c, src/plugin.h, src/plugins-dialog.c, src/plugins-dialog.h:
	Added plugins support and plugable interface ( but not finished yet ).

2004-04-15  iagorubio  <iagorubio@users.sourceforge.net>

	* src/document.c, src/floating-list.c: Cleaned up old commented code.

2004-04-15  michga  <michga@users.sourceforge.net>

	* po/gl.po:
	Changing ga.po to gl.po, encoding to utf-8, adding language-team

2004-04-13  iagorubio  <iagorubio@users.sourceforge.net>

	* po/ga.po: Added new (unfinished) language file

	* src/cssdialogs-class.c, src/cssdialogs-class.h, src/cssdialogs-hash.c, src/cssdialogs-hash.h:
	Adding new files to define CssDialogsClass structure, added a has table to cointain those classes.

	* src/Makefile.am, src/Makefile.in, src/callbacks.c, src/cssedwindow.h, src/document.c, src/floating-list.c, src/main.c:
	Adding new files to define CssDialogsClass structure

2004-04-12  iagorubio  <iagorubio@users.sourceforge.net>

	* po/fr.po, po/cssed.pot, po/es.po: Updated language files

	* ChangeLog, configure: Updating build scripts.

2004-04-11  michga  <michga@users.sourceforge.net>

	* po/fr.po: Correcting fr.po color-wizard 657

2004-04-11  iagorubio  <iagorubio@users.sourceforge.net>

	* configure.in, cssed.1: Updated files to reflect incoming release.

	* src/cssdialogs-callbacks.c, src/cssdialogs-callbacks.h, src/cssdialogs-functions.c, src/cssdialogs-interface.c, src/cssdialogs-menu.c:
	Fixed some bugs, and the legth entries.

2004-04-12 Iago Rubio <iago.rubio@hispalinux.es>
	* SORRY: this ChangeLog will be no further maintained. 
	You can track changes in SourceForge's CVS, 
	http://sourceforge.net/projects/cssed

2004-02-26  Iago Rubio <iago.rubio@hispalinux.es>
	* src/configparser.c src/utils.c src/interface.c:
	Added code to save windows and panes size and position.
	
2004-02-05  Iago Rubio <iago.rubio@hispalinux.es>
	*src/interface.c src/callbacks.c : changed the vte code to fork the terminal
	in the user's SHELL environment var, instead of the hardcoded /bin/bash
	
2004-01-28  Iago Rubio <iago.rubio@hispalinux.es>
	* src/callbacks.c - added code to expand a folded declaration if you switch
	to the next/prev bookmark and it's into that declaration. 
	
	* src/callbacks.c src/interface.c - added better support for the embedded
	terminal window.

2004-01-27  Iago Rubio <iago.rubio@hispalinux.es>
	* configure.in - added languages and tested with es.po
	* scintilla/Makefile.am gtk/Makefile.am - added autotools script to build 
	scintilla.
	
	* src/callbacks.c - added code to expand a folded declaration if you switch
	to the next/prev bookmark and it's into that declaration. 
	
	* src/callbacks.c src/interface.c - added better support for the embedded
	terminal window.
	
2004-01-26  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c src/LexCSS.cxx - fixed - other - problem while highlighting
	the gray color.

2004-01-25  Iago Rubio <iago.rubio@hispalinux.es>
	* src/configparser.c src/csswindow.h  src/utils.c : finished with font.

2004-01-24  Iago Rubio <iago.rubio@hispalinux.es>
	* src/configparser.c - added a new attr <font size/> to save font size.
	* src/csswindow.h - added a font_size field to the window.config struct.
	* src/utils.c - added initiallization to the font_size field.

2004-01-23  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c src/document.h : added document_set-font to allow the user
	to change the font. Added menu item to fire this function
	* src/configparser.c - added a new tag <font /> to save font properties.
	* src/csswindow.h - added a font field to the window.config struct.
	* src/utils.c - added initiallization to the font field. 
	
	
2004-01-22  Iago Rubio <iago.rubio@hispalinux.es>
	* src/selector-wizard.c 
	* src/selector-wizard.h : added selector wizard and callbacks

2004-01-20  Iago Rubio <iago.rubio@hispalinux.es>
	* src/LexCSS.cxx - fixed problem in highlighting
	
	* po/es.po :  started translations.
	
2004-01-19  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c : changed margins widths.
	
	* src/csseddialogs-interface.c : cleaned translatable string to start
	translations.

2004-01-18  Iago Rubio <iago.rubio@hispalinux.es>
	* scintilla/src/LexCSS.cxx : fixed problem that don't allow the color
	gray to be colored as SCE_CSS_COLOR

	* configure.in : added some check for MacOsX systems althought it's
	not completly portable yet.
	
2004-01-16  Iago Rubio <iago.rubio@hispalinux.es>
	* src/callbacks.c - added code to set the window title bar to the file name 
	if doc is renamed.
	
	* src/selectorparser.c - fixed bug in selector scanner when a minus sign 
	found now taken as identifier first char.

2004-01-16  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c : added the active pseudoclass.

	* scintilla/LexCSS.cxx : fixed bad highlighting when using multiline
	selector/ids as in the style taken from Apache manual,
	
	tr.odd code.module a:hover,
	tr.odd code.module a:active,
	tr.header code.module a:hover,
	tr.header code.module a:active,
	div.note code.module a:hover,
	div.note code.module a:active,
	div.example code.module a:hover,
	div.example code.module a:active,
	div.warning code.module a:hover,
	div.warning code.module a:active,
	div#quickview code.module a:hover,
	div#quickview code.module a:active {
		background-color: #fff;
		color: #8b4513;
	}

2004-01-15  Iago Rubio <iago.rubio@hispalinux.es>
	* scintilla/src/LExCSS.cxx : fixed bug in function params. Bad highlighting
	when an url contains underscores.

2004-01-14  Iago Rubio <iago.rubio@hispalinux.es>
	* redhat/cssed.spec : changed RPM source to new build. Built new
	package pre0.1-3
	
2004-01-13  Iago Rubio <iago.rubio@hispalinux.es>
	* scr/document.c : changed document_set_validator_arrow_at_line to ensure
	the line is show it's not visible because it's folded.

	* src/cssedcfg-interface.c src/cssed-callbacks.c : added missing COMMENT
	style.

2004-01-12  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c src/inteface.c : connected click in the output list
	with callback to go to line number and show a arrow at bogus line, 
	created 	document_clear_validator_arrow
	document_set_validator_arrow_at_line
		
	* src/document.c : fixed small bug that make fail validation if the last
	production did not finish in new line. The validator expet to find "}\n"
	at the end of a declaration.
	
	* src/callbacks.c : fixed small bug that made cssed to ask to save a file
	on close, while the file was saved.

	* interface.c callbacks. callbacks.h : created two new functions to let
	the user enable or disable highlighting for a document.
	on_menuitem_highlighting_clear_activate	
	on_menuitem_highlighting_apply_activate

	* document.c : separated style colouring and default document settings 
	functions in document_set_default_configuration and document_set_css_style

2004-01-11  Iago Rubio <iago.rubio@hispalinux.es>
	* src/utils.c :  created the function save_config_to_file to save 
	configuration on exit.

	* src/callbacks.c : called save_config_to_file on close
	in callback on_menu_salir_activate ( salir = exit in Spanish ;-)
	
2004-01-10  Iago Rubio <iago.rubio@hispalinux.es>
	* src/xmlparser.c : fixed memory leaks in xmlparser.
	* src/utils.c utils.h : created gdk_color_to_scintilla_integer_color to
	color conversion between GdkColor an a RGB integer color.

	* src/configdlg-callbacks.c src/configdlg-callbacks.h : connected callbacks
	config_dialog_change_style_and_button_markup( GtkButton* button, gint* style)
	
	* src/configdlg-interface.c src/configdlg-interface.h : created
	cssed_window_config_copy_style_and_defaults to restore old configuration
	if the user cancels the configuration dialog.

2004-01-09  Iago Rubio <iago.rubio@hispalinux.es>
	* src/configdlg-interface.c:
	* src/configdlg-interface.h:	
	Added curret style colors to buttons with Pango, this must be tested
	further.
	
	* src/document.c : changed scintilla settings to fold comments.
	
	* src/main.c src/utils.c src/utils.h : move init_default_config from main.c
	to utils.c as will me used by another functions.
	
2004-01-08  Iago Rubio <iago.rubio@hispalinux.es>

	* src/configdlg-interface.c:
	* src/configdlg-interface.h:
	* src/configdlg-callbacks.c:
	* src/configdlg-callbacks.h:
	
	Created new configuration dialog.
	
2004-01-06  Iago Rubio <iago.rubio@hispalinux.es>
	
	* src/document.c src/cssedwindow.h src/callbacks.c : connected XML config
	parser with scintilla control configuration. Now the configuration
	is readen from the XML file and all new documents will use it.

2004-01-06  Iago Rubio <iago.rubio@hispalinux.es>
	* data/cssed-cfg.xml : initiall configuration file.
	
	* src/configparser.c : finished configuration XML parser for styles and
	default document state.
	
	* src/Makefile.am : added new files to build scripts
	( configurationparser.c configurationparser.h ).
	
	* src/callbacks.c inteface.c callbacks.h :  on_window_delete_event 
	connected to on_menu_salir_activate to check for unsaved documents.
 

2004-01-06  Iago Rubio <iago.rubio@hispalinux.es>
	* src/cssedwindow.h  : added configuration data to the Tcssed_window
	struct.
	
	* src/configparser.c : configuration XML file parser.
	
	* src/document.c : changed document_set_Css_style to get data from 
	window->config.

2004-01-05  Iago Rubio <iago.rubio@hispalinux.es>
	*  src/document.c src/callbacks.c : added code to ask to save files on 
	close.
	
	* src/utils.c : added new dialog to ask users if close files.

2004-01-04  Iago Rubio <iago.rubio@hispalinux.es>
	*  src/cssdialogs-menu.c : fixed minor bugs in CSS dialog. Just some 
	mistakes in	showing the proper dialog.
	
	*  src/document.c : created the functions
	document_get_folding_enabled
	document_fold_all
	document_unfold_all
	document_get_fold_expanded_at_line
	
	*src/interface.c : added menus "Fold all" and "Unfold all" and callbacks
	to make them work.

2004-01-03  Iago Rubio <iago.rubio@hispalinux.es>
	*  src/interface.c - added GtkWidget *menu_item_folding;
	*  src/cssedwindow.h - added to _cssed_window_dynamic_menu_items 
	the field menu_item_folding
	*  src/interface.c: added menu_item_folding to windowobj structure, 
	connected  menu_item_folding  "toggled" with on_menu_item_folding_toggled
	*  src/document.c - adde functions 
	sci_set_folding_margin_visible 
	sci_get_folding_margin_visibles
	sci_get_lines_count
	document_set_line_numbers_visible
	document_get_folding_margin_visible
	document_get_lines_count.
	
	Finished folding ( first try ).

2004-01-02  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c : changed folding markers colour to make them visible
	for all users. The last color used can cause problems.
	
	* src/document.c src/main.c : added support to open files from command line
	so cssed can be used from a file browser as Nautilus or Konqueror.


2004-01-01  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c: changged sci_set_css_style, folding is working now.
	* src/callbacks.c : changed the search and search and replace functions to 
	ensure the lines used are visible.
	
	* scintilla/gtk/deps.mak : change eols from cr/lf to lf. GNU make hates 
	DOS eols.
	
	* src/document.c : redo start to save data at opening so when opened a 
	document the last redo is not the opened doc but the empty document.
	This is confusing users, so the redo limit have changed to the opened 
	document not the empty one.
	
	* src/callbacks.c : fixed bug that made cssed always to write a NUL char
	on save. It caused problems with some text editor when tried to recongnize 
	document's character set.

2003-12-31  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c : fixed some repeated values in sci_set_css_style.
	* src/document.c : added some functions to deal with folding and lines	
	numbers visibility.
	
2003-12-30  Iago Rubio <iago.rubio@hispalinux.es>
	*src/document.c : fixed undo/redo in selector scanner changes.
	
	* scintilla/src/LexCSS.cxx : fixed problem with numbers and identifiers in 
	the last declaration line.
	
2003-12-29  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c: starting with folding .

2003-12-28  Iago Rubio <iago.rubio@hispalinux.es>
	* scintilla/src/LexCSS.cxx : changed to allow higlighting of attribute
	matching, lang() pseudo classes and multiline attribute matching.
	
	* scintilla/src/SciLexer.h : changed to add new #defines for the new styles.
	
2003-12-28  Iago Rubio <iago.rubio@hispalinux.es>
	* scintilla/src/LexCSS.cxx : changed to allow higlighting of glob pattern
	matching ( *.test {} )
	
2003-12-27  Iago Rubio <iago.rubio@hispalinux.es>
	* libcroco/parser/cr_parser.c:
	Change the cr_parser to let me take line number errors.
	* libcroco/parser/cr_parser.c line 48:
	moved _CRParserError struct to make it public and not opaque
	* libcroco/parser/cr_parser.c line 434:
	Added GList* cr_parser_get_error_stack(CRParser *a_this)
	* libcroco/parser/cr_parser.c 	line 1163 3418:
	commented cr_parser_dump_err_stack to let the err_list go to the end of
	parsing unchanged.
	* libcroco/parser/cr_parser.c lines 3038 - 3208 - 3252 - 3295 - 3338 - 4127:
	Added code to send line number to the new (*error) sac parser handler.
	* libcroco/parser/cr_doc_handler.c line 61:
	Change (*error) sack handler to send line number error to callback func.

	* data/cssed-def.xml: added pause-after and pause-before.
	
	* src/iterface.c src/callback.c src/callbacks.h: Added new menu items and
	callbacks to manage validation.
	
	* src/cssparser.c src/cssparser.h: created new files with the validator
	code.

	* src/Makefile.am : changed to add new files.
	
	* src/scintilla/LexCSS.cxx: added some support to highlight @page rules.

2003-12-26  Iago Rubio <iago.rubio@hispalinux.es>
	* scr/document.c src/xmlparser.c: changed some #defines and #includes to 
	start the port to BSD like machines, as FreeBSD and MacOsX.

2003-12-25  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c: fixed segfault when opening a 0 bytes file.
	
2003-12-24  Iago Rubio <iago.rubio@hispalinux.es>
	* src/document.c src/xmlparser.c: removed variable declarations emmbeded
	into functions to avoid problem reported by Dr. Craig Hollabaugh 
	<http://www.embeddedlinuxinterfacing.com/theauthor.shtml> in Debian 3.0
	systems with gcc 2.95.4

2003-12-23  Iago Rubio <iago.rubio@hispalinux.es>
	* configure.in:	Taken out gtk/gtk.h from the checked libraries,
	as it fails in MacOsX.
	
	* scintilla/gtk/makefile:Tweaked the scintilla makefile to try to
	 build on MacOsX. It used the command `whereis -b`and this option
	 don't exist in MacOsX `whereis` command.

2003-12-22  Iago Rubio <iago.rubio@hispalinux.es>

	* src/xmlparser.c: Fixed opening flags, to let use the cssed-def.xml
	file with 644 perms.
	
	* src/interface.c src/cssdialogs-menu.h cssdialogs-menu.c:
	Anned new functions and menu items to the CSS dialgos.
	
2003-12-21  Iago Rubio <iago.rubio@hispalinux.es>

	* src/interface.c src/cssdialogs-menu.h cssdialogs-menu.c:
	Added a new menu called "/CSS" to show all the css dialogs avaiable.
	Added accell keys to error dialog.
	
	* src/Makefile.am:
	Change build script to add new files.
	
2003-12-20  Iago Rubio <iago.rubio@hispalinux.es>

	* src/callbacks.c:
	Fixed undo/redo for search and replace. It was not working.

2003-12-19  Iago Rubio <iago.rubio@hispalinux.es>

	* src/configure.in:	
	Improved autoconf input script. To avoid some problem reported
	by Anita Lewis.
	
	
2003-12-18  Iago Rubio <iago.rubio@hispalinux.es>

	* scintilla/LexCSS.cxx document.c:
	Almost finished the syntax higlighting, .
	
	* src/document.c:
	Started with folding.
	
	* src/cssdialogs-interface.c src/cssdialogs-callbacks.c:
	 Change some fixed strings to the cssdialogs-strings.h to ease
	translation. 
	* scr/cssdialogs-strings.h src/Makefile.am:Added new file
	to the projects and changed Makefile.am to deal with this changes.
	
2003-12-17  Iago Rubio <iago.rubio@hispalinux.es>

	* scintilla/LexCSS.cxx document.c: Added support to colors
	and hexadecimal colors, functions, numbers and	valid units.

2003-12-16  Iago Rubio <iago.rubio@hispalinux.es>

	* scintilla/LexCSS.cxx document.c:
	Added better tokenization to syntax highlighting.

2003-12-15  Iago Rubio <iago.rubio@hispalinux.es>

	* scintilla/src/SciLexer.h scintilla/src/LexCSS.cxx document.c:
	Adding new kwywords list and states to improve the syntax higlighting.
	Changing the CSS Lexer to deal with those new states.
	
	* Makefile.am src/Makefile.am libcroco/Makefile.am :
	Changed build scripts to avoid install problems reported by Alastair.
	* libcroco/parser/Makefile.am configure.in :
	Changed build scripts to avoid install problems reported by Alastair.
	
2003-12-14  Iago Rubio <iago.rubio@hispalinux.es>

	* libcroco/*:
	Added some libcroco sources to build a validator
	
	* Makefile.am src/Makefile.am libcroco/Makefile.am :
	* libcroco/parser/Makefile.am configure.in :
	Changed build script to compile with libcroco support.
	
	* src/interface.c src/interface.h src/callbacks.c src/callbacks.h:
	Added new menu Utils/Validate and callbaks.
	The libcroco parser is working really fine, and we've got document
	validation now !!! :-) Yep, I'm a happy guy ;-)
	
	* src/document.c :	
	Fixed typing bug that make cssed to loose the last file
	line on file opening.


2003-12-13  Iago Rubio <iago.rubio@hispalinux.es>
	
	* src/interface.c :
	Changed the about box to avoid desktop dependences. cssed now depends on
	gtk+2.0 glib-2.0.

	* makefile.am makefile.in configure.in :
	Improved the build scripts, that didn't check for all required libs and 
	headers. Will be improved further.
	
	* src/interface.c :
	Added Alastair's patch to improve UI. It changed menus and toolbar
	layout.It also added tooltips to toolbar buttons.	

2003-12-12  Iago Rubio <iago.rubio@hispalinux.es>

	* src/selectorparser.c :
	Changes in the parser, there's a lot of work to do. The scanner
	right now, don't recognice some valid CSS sentences.
	The url( /the/url.something ) will not be well parsed and it will be bad
	written from the selector scanner list. (Fixed)
	
	* src/document.c :
	Fixed segfault in autocompletion. It didn't allocate the ammount of
	memory needed for the whole line, asuming the user was at the end of the 
	line when the autocompletion start char - ":"  - is written. My fault
	
	* src/interface.c :
	Small improvements in user interface. Menus reallocated and some
	acelerator keys added.
	
	* src/document.c src/document.h :
	Added some selection related functions and some utils.
	Alt + l - select the whole current line.

2003-12-11  Iago Rubio <iago.rubio@hispalinux.es>

	* src/cssdialogs_callbacks.h src/cssdialogs_callbacks.h:	
	Fixed some bad inserted values from dialog boxes.
	Improved undo and redo. Changed all callbacks.
	
	* src/document.c src/document.h:	
	Working with urndo/redo, thet's not well managed by cssed.
	Added:
	
	document_set_undo_collection
	document_get_undo_collection
	sci_set_undo_collection
	sci_get_undo_collection	
	document_write_error_to_program_output
	
	Now if there's output the notebook switch to
	the output tab. It must be anoying for some users so it must be a
	configurable preference.
	
	* src/selectorparser.c:
	Improved the scanner to show errors to users with line numbers.
	
	* src/callbacks :
	Created the function (on_current_css_render_values_edited)
	that write - formated - the edited text in the current css selector
	list ti's called in the "edited" GtkCellRender event.
	Right now, it strips out comments into a selector, and convert,
	single line selectors in multiple line ones.
	td { color:black; /* comment */background:inherit }
	will be written:
	td {
		color:black;
		background:inherit;
	}
	If you don't like this format changes, wait for the scanner to be
	finished.
	
	* src/utils,c src/utils.h :
	New funtion (allocated_buffer_add_string) will add a string to any
	allocated buffer, return it and dispose the old one. Don't use it
	to add a fixed string to any other fixed string, try g_strconcat()
	instead ;-)

2003-12-10  Iago Rubio <iago.rubio@hispalinux.es>

	* scr/interface.c src/interface.h src/scanselector.c:
	Working in the selector scanner, noW it's editable and updates it store,
	but don't update the document yet.
	
	A minimal GScanner is have been build in selectorparser.c to improve the
	parsing.
	
	The parser is now clever enough to tokenice the css buffer passed
	It check also if there is more than one sentence separator, and other
	bad CSS syntax. There's still a lot of work to do.

2003-12-09  Iago Rubio <iago.rubio@hispalinux.es>

	* redhat/cssed.spec:
	Built RPM spec and package. Added pixmaps for logo and about dialog.

2003-12-08  Iago Rubio <iago.rubio@hispalinux.es>

	* scr/interface.c src/callbacks.c:
	Fixed minor bugs in abour dialog and others.

2003-12-07  Iago Rubio <iago.rubio@hispalinux.es>

	* src/interface.c src/callbacks.c:	
	Fixed small memory leaks in file dialogs.

	* src/interface.c src/interface.h src/callbacks.c src/callbacks.h
	* src/document.c src/document.h :	 
	 Added new dialog border_style_dialog) but I'm sure it will be almost
	 unused. May be it will be deleted in the future.
	 
	Deleted the old colorselection dialog that was leaking memory.
	Change "view" menu to "Document" menu.
	Added boolean *doc->autocompletion to deal with autocompletion in a 
	document basis.
	Added autocompletion toggle menu item in "Document" menu to let the user
	select autocompletion or not in a document basis.
	Added callbacks to deal with new menu signals.
	Changed document.c to set show autocompletion list only if 
	*doc->autocompletion is TRUE.	
	Deleted WITH_AUTOCOMPLETION ifdefs.
	
2003-12-06  Iago Rubio <iago.rubio@hispalinux.es>

	* src/cssdialogs-callbacks.c src/cssdialogs-interface.c :
	Added functionality to the following callbacks
	on_button_text_shadow_value_dialog_add_clicked
	on_button_text_shadow_value_dialog_del_clicked	
	on_text_shadow_value_dialog_okbutton_clicked
	on_button_voice_family_value_dialog_add_clicked	
	on_button_voice_family_value_dialog_del_clicked
	on_voice_family_value_dialog_okbutton_clicked
	on_border_width_style_color_value_dialog_okbutton_clicked
	on_color_selector_dialog_okbutton_clicked
	Finished this boring task. All css dialog are working now :)
	
2003-12-05  Iago Rubio <iago.rubio@hispalinux.es>

	* src/cssdialogs-callbacks.c src/cssdialogs-interface.c:
	
	Following with dialog callback after completing the first version of 
	autocompletion.
	Added functionality to the following callbacks:
	on_number_value_dialog_okbutton_clicked	
	on_padding_property_dialog_okbutton_clicked  	
	on_pause_property_dialog_okbutton_clicked  	
	on_percentage_value_dialog_okbutton_clicked
	on_percentage_length_value_dialog_okbutton_clicked
	on_play_during_property_dialog_okbutton_clicked
	on_button_quotes_property_dialog_add_clicked
	on_button_quotes_property_dialog_del_clicked
	on_quotes_property_dialog_okbutton_clicked
	on_shape_value_dialog_okbutton_clicked
	on_size_length_value_dialog_okbutton_clicked
	
2003-12-04  Iago Rubio <iago.rubio@hispalinux.es>

	* src/cssdialogs-interface.c :	
	Changed all css dialogs ( in cssdialogs-interface.c ) to let the window
	manager position the dialogs. Now all dialogs are transient for the
	main window, so the window manager must do it's job to position
	them at center of the parent's window.
	
	* src/callbacks.c src/document.c src/callbacks.h:
	Fixed huge memory leaks in autocompletion. Memory was dispose on one
	widget's focus-out-event, but this event never arised.Now it's fixed 
	disposing memory on parent's unmap event. 
	
2003-12-03  Iago Rubio <iago.rubio@hispalinux.es>

	* src/interface.c src/callbacks.c src/document.c src/document.h: 
	* src/callbacks.h src/cssdialogs-interface.c:
	* src/cssdiallogs-callbacks.c:	  
	Almost finished autocompletion. Changed all css dialogs and callbacks.
	Now there is new boolean field in the _cssed_dialog_data struct named
	"add_property_string" if set to TRUE the dialog callbacks will insert
	the full string, I mean the "property : value;\n\t" pair formated, if
	set to FALSE only the "value" string is added.

	The css dialog selection function is now in document.c :
	fire_dialogs_from_string_or_write_output
	
	Autocompletion now works this way:
	When the atocompletion list if fired by "Alt + A" or the open brace
	insertion (it must be finished to don't insert nothing if into a
	 string) the user select any property and it's written to document, 
	when the user adds ":" being intoa selector, cssed will scan the
	 previous text (following CSS2 specification
	http://www.w3.org/TR/CSS2/ it must be the property identifier)
	and will try to find in the CSS treeview a matching string.
	If found, it will parser the third cell child nodes and show
	a pop menu will all possible values.  
	When the user select a menu item, the callback
	popmenu_autocomp_activated_cb()
	calls fire_dialogs_from_string_or_write_outputto show a dialog
	or insert a string. The same function is called from the treeview
	"row-activated" signal	callback.	
	
2003-12-02  Iago Rubio <iago.rubio@hispalinux.es>

	* All files:
	Added GPL notice.
	* src/interface.c src/callbacks.c src/document.c src/document.h:
	Added initiall support for autocompletion.
		

2003-12-01  Iago Rubio <iago.rubio@hispalinux.es>

	* src/callbacks.c src/document.c:
	Changed all error messages to match the new error dialog.
	Created document_write_error_to_program_output to show errors to users
	* src/callbacks.c src/cssdialogs-callbacks.c src/dialogs-interface.c: 
	Added functionality to the following callbacks:
	on_list_style_dialog_okbutton_clicked
	on_margin_property_dialog_okbutton_clicked
	on_margin_width_dialog_okbutton_clicked
	
2003-11-30  Iago Rubio <iago.rubio@hispalinux.es>
	
	* src/interface.c src/utils.c:
	Changed error message dialog to match the Gnome HIG.
	
	* src/callbacks.c :	
	Added functionality to some unused menus. The callbacks from this menus
	calls now the toolbar buttons ones. 
	on_menu_cortar_activate
	on_menu_copiar_activate
	on_menu_pegar_activate
	on_menu_borrar_activate  
	
	* src/document.c src/interface.c:
	Changed defaults: now editors are opened with line numbers (my choice).
	Now css properties tree is expanded on "0" node path.
	Translated some strings to english.
	
	* src/callbacks.c src/cssdialogs-callbacks.c src/dialogs-interface.c :
		Fixed memory leaks on dialog closing ( cssdialogs-interface.c )
	Now function on_css_dialog_close clean up reserved memory.
	Added functionality to the following callbacks:
	on_font_family_dialog_okbutton_clicked
	on_button_font_family_dialog_add_clicked
	on_button_font_family_dialog_del_clicked
	on_button_font_fam_dialog_set_toggled  
	on_font_size_dialog_okbutton_clicked
	on_frecuency_property_dialog_okbutton_clicked
	on_identifier_value_dialog_okbutton_clicked
	on_integer_value_dialog_okbutton_clicked
	on_length_value_dialog_okbutton_clicked
	
2003-11-29  Iago Rubio <iago.rubio@hispalinux.es>

	* src/callbacks.c src/cssdialogs-callbacks.c src/dialogs-interface.c :
	Added new improved color dialog with function
	create_color_selector_dialog 
	Added functionality to the following callbacks:
	on_border_width_properties_dialog_okbutton_clicked
	on_counter_property_dialog_okbutton_clicked
	on_font_property_dialog_okbutton_clicked
	on_button_font_set_add_clicked
	on_button_font_set_del_clicked
	
2003-11-28  Iago Rubio <iago.rubio@hispalinux.es>

	* src/callbacks.c src/cssdialogs-callbacks.c src/dialogs-interface.c :
	Added functionality to the following callbacks:
	on_dialog_counter_increment_reset_okbutton_clicked
	on_button_counter_increment_reset_del_clicked
	on_button_counter_increment_reset_add_clicked
	on_string_properties_dialog_okbutton_clicked
	on_uri_value_dialog_okbutton_clicked
	on_attr_value_dialog_okbutton_clicked
	
	Changed the functions:
	create_counter_increment_reset_dialog
	create_uri_value_dialog
	create_attr_value_dialog

2003-11-27  Iago Rubio <iago.rubio@hispalinux.es>

	* src/cssdialogs-callbacks.c:
	Added functionality to some callbacks:
	on_angle_property_dialog_ok_button_clicked
	on_background_property_dialog_okbutton_clicked
	on_border_properties_okbutton_clicked
	on_border_width_properties_dialog_okbutton_clicked

	* src/utils.c src/utils.h src/Makefile.am:
	Moved some funcions to this files. Changed Makefile.am
	to add this files.

	* src/cssdialogs-interface.c src/cssdialogs-interface.h:
	Changed params to all dialog creation functions and  callbacks, added
	a generic function to close and dispose mem from all dialogs.
	
2003-11-26  Iago Rubio <iago.rubio@hispalinux.es>

	* src/Makefile.am:
	Added new dialog files to Makefile. Now cssed builds with all
	css dialogs.
	
2003-11-26  Iago Rubio <iago.rubio@hispalinux.es>

	* src/document.h:
	Added new struct to deal with css dialogs data Tcssed_cssdialog_data.
	
2003-11-26  Iago Rubio <iago.rubio@hispalinux.es>

	* src/cssdialogs-callbacks.c src/cssdialogs_callbacks.h:
	* src/cssdialgos-interface.c src/cssdialogs-interface.h:
	Added 34 css properties dialogs to drive the css properties	
	insertion from the treeview dialog based. Now there's a
	dialog for each not fixed CSS2 property.
	
2003-11-26  Iago Rubio <iago.rubio@hispalinux.es>
	* all code added
	Start to track changes with an initiall build in sourceforge's CVS.
