------------------------------------------------------------
revno: 87
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-08-31 18:58:22 +0300
message:
  # Added forgotten file in EXTRA_DIST.
  # Fixed needed GTK version in manual.
------------------------------------------------------------
revno: 86
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-08-31 18:40:59 +0300
message:
  (no message)
------------------------------------------------------------
revno: 85
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-08-31 18:30:34 +0300
message:
  # Make sure make recurses into all src/ subdirs (not for building, but for cleaning).
------------------------------------------------------------
revno: 84
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-08-31 18:29:01 +0300
message:
  - Remove extraneous debug messages.
------------------------------------------------------------
revno: 83
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2007-08-25 12:52:37 +0300
message:
  + Added some Bless API documentation.
------------------------------------------------------------
revno: 82
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-08-03 18:35:16 +0300
message:
  # Fixes in automake scripts (closes gna.org #9659)
------------------------------------------------------------
revno: 81
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-08-03 18:09:20 +0300
message:
  # Fixed typo bug (closes gna.org #9664)
------------------------------------------------------------
revno: 80
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2007-07-19 23:34:27 +0300
message:
  # doc/user/Makefile.am: Workaround for annoying $(wildcard) issue. Fixes gna.org #9543.
  # src/util/Makefile.am: Filename changed.
------------------------------------------------------------
revno: 79
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2007-07-19 22:25:45 +0300
message:
  # Fixes for bless.desktop. Closes gna.org patch #769.
------------------------------------------------------------
revno: 78
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2007-07-14 16:31:55 +0300
message:
  # Moved Area plugins to Bless.Gui.Areas.Plugins namespace.
------------------------------------------------------------
revno: 77
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-06-26 18:27:26 +0300
message:
  # Install Bless in more standard locations (patch by Emmanuel Fleury).
------------------------------------------------------------
revno: 76
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-06-26 18:06:57 +0300
message:
  # Added FileResourcePath.GetDataPath() to get the path of files in the bless data directory.
    So now the installation data path doesn't need to be <assembly_dir>/../data.
        
  # Changed files to use the new GetDataPath().
------------------------------------------------------------
revno: 75
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2007-06-13 15:20:53 +0300
message:
  # Beautified the source code
------------------------------------------------------------
revno: 74
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2007-06-13 13:27:11 +0300
message:
  # Plugin-ified Areas subsystem.
  # Moved XML area configuration code from Layout to each separate Area.
------------------------------------------------------------
revno: 73
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2007-06-13 13:21:45 +0300
message:
  + Bless builder can now detect cyclic module dependencies and exit with a meaningful message.
------------------------------------------------------------
revno: 72
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2007-06-13 13:13:55 +0300
message:
  # Update forgotten bless.spec, doc/user/Makefile.am
------------------------------------------------------------
revno: 71
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2007-06-13 13:02:15 +0300
message:
  # Make sure file names with underscores are displayed correctly in tab labels.
------------------------------------------------------------
revno: 70
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2007-06-13 12:56:37 +0300
message:
  # Properly handle local files with non-[URI compliant] characters (eg ':') (fixes gna.org #9313)
------------------------------------------------------------
revno: 69
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2007-06-02 19:16:32 +0300
message:
  # Updated documentation and build system for 0.5.1
------------------------------------------------------------
revno: 68
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2007-06-02 18:50:07 +0300
message:
  # Make sure the user can't perform an operation with an empty byte pattern.
  + Add icon for perform byte operation action item.
------------------------------------------------------------
revno: 67
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2007-06-02 18:13:24 +0300
message:
  # Fix for missing "Select All" label introduced by previous patch.
------------------------------------------------------------
revno: 66
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2007-05-19 14:34:01 +0300
message:
  - Removed 'Stock.SelectAll' so we don't depend on Gtk+ 2.10 yet.
------------------------------------------------------------
revno: 65
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-05-08 16:17:39 +0300
message:
  # Improved BitwiseOperations gui.
  + Added documentation for the bitwise operations in the manual.
------------------------------------------------------------
revno: 64
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-05-08 14:19:00 +0300
message:
  # General cleanup in Bless.Buffers.*
------------------------------------------------------------
revno: 63
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-05-08 13:46:55 +0300
message:
  # Changed MultiAction to use a generic List<>.
------------------------------------------------------------
revno: 62
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-05-08 13:16:11 +0300
message:
  # Make sure edit shortcuts (eg Ctrl-C) are working properly in the various text entries (fixes gna.org #9094)
------------------------------------------------------------
revno: 61
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-05-08 02:04:46 +0300
message:
  # Fixed "Replace All" bug caused by change in ByteBuffer.ReadAllowed semantics (fixes gna.org #9084)
------------------------------------------------------------
revno: 60
committer: alf82@freemail.gr
branch nick: bless
timestamp: Mon 2007-04-23 14:13:43 +0300
message:
  # Refactoring of MakePrivateCopyOfData()
  + Added SegmentCollection.GetRange()
------------------------------------------------------------
revno: 59
committer: alf82@freemail.gr
branch nick: bless
timestamp: Mon 2007-04-23 13:02:42 +0300
message:
  # Make sure undo/redo information stays valid after saving (fixes #8916)
------------------------------------------------------------
revno: 58
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2007-04-21 13:05:01 +0300
message:
  + Made Util.Deque and Util.List implement IEnumerable.
------------------------------------------------------------
revno: 57
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-04-20 16:03:49 +0300
message:
  # Workaround for string.IndexOf(...) bug in mono 1.1.x, when performing case-insensitive comparison. Fixes #8975.
------------------------------------------------------------
revno: 56
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-04-06 16:54:39 +0300
message:
  + Added plugin to perform bitwise operations
------------------------------------------------------------
revno: 55
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-04-06 14:28:14 +0300
message:
  # Made Util.List and Util.Deque generic
  # Fixed all code to use the generic classes
------------------------------------------------------------
revno: 54
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-04-06 13:56:07 +0300
message:
  # Changed IBuffer interface to make it more versatile
------------------------------------------------------------
revno: 53
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2007-04-05 15:52:05 +0300
message:
  # Make sure the infobar updates the selection even when the cursor hasn't moved
------------------------------------------------------------
revno: 52
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2007-04-05 15:46:05 +0300
message:
  + Added new progress display infrastructure
  + Added new UIService to hold UI related service
  # Changed save operations to use the new infrastructure
  # Save operations progress now displays the name of the file being saved
------------------------------------------------------------
revno: 51
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2007-04-05 13:14:24 +0300
message:
  + Added "select all" operation
  + Added Range property to ByteBuffer
------------------------------------------------------------
revno: 50
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-04-03 16:07:01 +0300
message:
  # Always copy data instead of assigning reference, because the referenced data may be change externally
------------------------------------------------------------
revno: 49
committer: alf82@freemail.gr
branch nick: bless
timestamp: Mon 2007-04-02 16:35:06 +0300
message:
  + Added right-click popup menu in DataView areas
------------------------------------------------------------
revno: 48
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-03-30 14:50:45 +0300
message:
  # Updated documentation and build system for 0.5.0
------------------------------------------------------------
revno: 47
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-03-30 14:39:13 +0300
message:
  - Removed el.po as it is not complete
------------------------------------------------------------
revno: 46
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-03-30 14:33:05 +0300
message:
  # We don't need to depend on Mono.Cairo.dll
------------------------------------------------------------
revno: 45
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-03-30 14:23:46 +0300
message:
  # Using Gtk.AboutDialog instead of custom one.
------------------------------------------------------------
revno: 44
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-03-27 16:26:06 +0300
message:
  # Try to highlight selection pattern matches only if selection has a reasonable size (<=1024 bytes)
------------------------------------------------------------
revno: 43
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-03-27 15:49:27 +0300
message:
  # More GC related cleanup.
------------------------------------------------------------
revno: 42
committer: alf82@freemail.gr
branch nick: bless
timestamp: Mon 2007-03-26 12:33:14 +0300
message:
  # Thoroughly cleanup resources to help the GC collect objects
------------------------------------------------------------
revno: 41
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-03-09 02:27:22 +0200
message:
  # Fixed bug: newly opened files that replaced empty views didn't correctly notify about changes (eg no undo/redo).
------------------------------------------------------------
revno: 40
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2007-03-08 14:34:19 +0200
message:
  # Fixed innocent gtk warnings
------------------------------------------------------------
revno: 39
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2007-03-08 13:51:13 +0200
message:
  # Make sure the PluginManager tries to load only .dll plugin files.
------------------------------------------------------------
revno: 38
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2007-03-08 13:46:21 +0200
message:
  # Documentation update for 0.5.0rc1
  # Require mono 1.1.14 and gtk# 2.8
  + Include autogen.sh in distribution package
------------------------------------------------------------
revno: 37
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2007-03-07 19:31:49 +0200
message:
  # Make sure bless can be built and executed in a path with spaces.
------------------------------------------------------------
revno: 36
committer: alf82@freemail.gr
branch nick: bless
timestamp: Tue 2007-01-23 11:03:53 +0200
message:
  # configure.ac: Make sure user has a proper mono and gmcs installed.
------------------------------------------------------------
revno: 35
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2007-01-05 10:57:19 +0200
message:
  + Added $(DESTDIR) support in Makefiles
------------------------------------------------------------
revno: 34
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-12-30 12:21:53 +0200
message:
  # Really minor fix.
------------------------------------------------------------
revno: 33
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-12-30 12:08:44 +0200
message:
  # Improved installability (for lack of better term)
------------------------------------------------------------
revno: 32
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-29 12:59:19 +0200
message:
  # Misc bug fixes.
  + Updated documentation.
------------------------------------------------------------
revno: 31
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-29 12:19:23 +0200
message:
  + BlessBuilder now passes command line options to MCS
------------------------------------------------------------
revno: 30
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-29 00:13:43 +0200
message:
  # Pre-release cleanup.
  + Improved user guide.
------------------------------------------------------------
revno: 29
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2006-12-28 22:59:35 +0200
message:
  # DataViewControl.cs: Fixed TAB key problem.
  + *Area.cs: Added support for numpad numerical entry.
------------------------------------------------------------
revno: 28
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2006-12-28 22:23:41 +0200
message:
  # Refactored DataViewControl event handling code.
------------------------------------------------------------
revno: 27
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sun 2006-12-24 14:14:16 +0200
message:
  + Added type('t') option support in export pattern commands
  + Added default values for various export pattern command options
  + Updated export section in manual
------------------------------------------------------------
revno: 26
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sun 2006-12-24 14:03:50 +0200
message:
  + BaseConverter.cs: Added option whether to use lowercase when converting.
------------------------------------------------------------
revno: 25
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-12-23 18:57:40 +0200
message:
  # Cleaned up console debug messages
------------------------------------------------------------
revno: 24
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-12-23 18:35:18 +0200
message:
  # Save memory by loading the same pixmaps only once.
  - Don't need to share layouts to conserve memory anymore
------------------------------------------------------------
revno: 23
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-12-23 12:23:03 +0200
message:
  # Applied patch from Thomas Liebetraut for garbled display problem (fixes gna.org #6158)
------------------------------------------------------------
revno: 22
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-12-23 11:57:25 +0200
message:
  # More compiler warning fixes
------------------------------------------------------------
revno: 21
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-12-23 11:45:04 +0200
message:
  # Fixed compiler warnings
------------------------------------------------------------
revno: 20
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-12-23 11:35:43 +0200
message:
  + Added ignore tag support in build system .bi files.
------------------------------------------------------------
revno: 19
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-22 17:59:56 +0200
message:
  # Improved Statistics plugin, but it is far from ready so it is disabled.
------------------------------------------------------------
revno: 18
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-22 17:28:08 +0200
message:
  # Updated documentation and build system for 0.5.0beta1
------------------------------------------------------------
revno: 17
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-22 17:10:39 +0200
message:
  # SelectRangePlugin.cs: Correctly calculate range with negative length.
  # DataView.cs: Make sure range is sorted beforing setting selection.
------------------------------------------------------------
revno: 16
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-22 14:24:02 +0200
message:
  + Added HistoryPlugin and improved history infrastructure
------------------------------------------------------------
revno: 15
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-22 03:41:47 +0200
message:
  # Improved pre-build and i18n support.
------------------------------------------------------------
revno: 14
committer: alf82@freemail.gr
branch nick: bless
timestamp: Thu 2006-12-21 20:53:40 +0200
message:
  + Added "Temporary Directory" preference
------------------------------------------------------------
revno: 13
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2006-12-20 12:42:16 +0200
message:
  + Added forgotten Makefiles.
------------------------------------------------------------
revno: 12
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2006-12-20 12:34:57 +0200
message:
  + Added I18N
------------------------------------------------------------
revno: 11
committer: alf82@freemail.gr
branch nick: bless
timestamp: Mon 2006-12-18 15:12:53 +0200
message:
  - Removed obsolete widgets.
------------------------------------------------------------
revno: 10
committer: alf82@freemail.gr
branch nick: bless
timestamp: Mon 2006-12-18 12:48:23 +0200
message:
  + Store export patterns for later usage.
------------------------------------------------------------
revno: 9
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-12-15 12:31:58 +0200
message:
  + Added SelectRange plugin
------------------------------------------------------------
revno: 8
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2006-12-13 17:25:24 +0200
message:
  + Added export support
------------------------------------------------------------
revno: 7
committer: alf82@freemail.gr
branch nick: bless
timestamp: Wed 2006-12-13 17:22:12 +0200
message:
  + Added plugin dependency support
------------------------------------------------------------
revno: 6
committer: alf82@freemail.gr
branch nick: bless
timestamp: Mon 2006-12-04 00:46:54 +0200
message:
  + Changed BlessBuilder so that the user can specify the set of modules to build.
------------------------------------------------------------
revno: 5
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sun 2006-12-03 15:31:20 +0200
message:
  # Changed interface to BaseConverter.ConvertToString() to explicitly accept the
    minimum number of digits to use.
------------------------------------------------------------
revno: 4
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-11-17 10:50:31 +0200
message:
  # Changed module builder to use gmcs instead of mcs.
------------------------------------------------------------
revno: 3
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-11-17 10:48:43 +0200
message:
  # Cleaned up makefiles nad changed the to use the new 'buffers' directory.
------------------------------------------------------------
revno: 2
committer: alf82@freemail.gr
branch nick: bless
timestamp: Fri 2006-11-17 10:33:19 +0200
message:
  # Refactored Bless.Buffers
------------------------------------------------------------
revno: 1
committer: alf82@freemail.gr
branch nick: bless
timestamp: Sat 2006-10-28 13:11:00 +0300
message:
  + Initial commit
