]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
14 years ago* removed spurious newline
capitaomorte [Fri, 13 Nov 2009 10:31:57 +0000 (10:31 +0000)]
* removed spurious newline

14 years ago* Fixed a bug where using `yas/also-auto-indent-first-line' would
capitaomorte [Fri, 13 Nov 2009 10:31:39 +0000 (10:31 +0000)]
* Fixed a bug where using `yas/also-auto-indent-first-line' would
  likely mess up undo.

14 years agoFixed the naming problem
capitaomorte [Fri, 6 Nov 2009 17:12:03 +0000 (17:12 +0000)]
Fixed the naming problem

14 years agohad forgotten to add this useful snippet
capitaomorte [Fri, 6 Nov 2009 13:49:28 +0000 (13:49 +0000)]
had forgotten to add this useful snippet

14 years ago* Fixed the "direct-keymaps" bug with `emulation-mode-map-alists'
capitaomorte [Wed, 4 Nov 2009 15:51:43 +0000 (15:51 +0000)]
* Fixed the "direct-keymaps" bug with `emulation-mode-map-alists'

* Fixed a bug when evaluating primary field expressions

* Completed importation of TextMate HTML snippets, some TextMate HTML commands missing.

14 years ago* Corrected some little snippet loading bugs
capitaomorte [Tue, 3 Nov 2009 18:24:11 +0000 (18:24 +0000)]
* Corrected some little snippet loading bugs

* Removed the indentation hack introduced by the previous rev because
it looks dangerous and there are better ways.

* Direct keybindings display correctly in menu.

* Preparing to fix the yas/snippet-keymaps bug which is basically the
  same as autopair.el's issue.

14 years ago* Working on the html-bundle. Major work done, details missing...
capitaomorte [Mon, 2 Nov 2009 18:08:20 +0000 (18:08 +0000)]
* Working on the html-bundle. Major work done, details missing...
* Fixed an aesthetic describe-key bug.
* A serious "kill-line from snippet field" bug lurks somewhere

14 years agoChanged name from untitled top option(..).yasnippet
Rob Christie [Mon, 2 Nov 2009 01:34:40 +0000 (01:34 +0000)]
Changed name from untitled top option(..).yasnippet

14 years agoFiles ruby-mode snippets updated to work with yasnippet.
Rob Christie [Mon, 2 Nov 2009 01:34:29 +0000 (01:34 +0000)]
Files ruby-mode snippets updated to work with yasnippet.

14 years agoEach Element ruby snippets updated to work with yasnippet.
Rob Christie [Mon, 2 Nov 2009 01:34:10 +0000 (01:34 +0000)]
Each Element ruby snippets updated to work with yasnippet.

14 years ago* The c-mode stdmap snippet had slipped the rename of issue 113
capitaomorte [Fri, 30 Oct 2009 16:22:39 +0000 (16:22 +0000)]
* The c-mode stdmap snippet had slipped the rename of issue 113

14 years ago* Applied rest of rename plan for issue 113, some changed manually
capitaomorte [Fri, 30 Oct 2009 09:28:38 +0000 (09:28 +0000)]
* Applied rest of rename plan for issue 113, some changed manually
* Some manual tweaking will be needed

14 years ago* Fix issue 113: invalid filenames on Windows. Thanks claudio.bley!
capitaomorte [Thu, 29 Oct 2009 18:01:40 +0000 (18:01 +0000)]
* Fix issue 113: invalid filenames on Windows. Thanks claudio.bley!

14 years agoUpdates to imported ruby-mode block snippets.
Rob Christie [Thu, 22 Oct 2009 14:06:52 +0000 (14:06 +0000)]
Updates to imported ruby-mode block snippets.

14 years ago* Imported ""# condition:" directive to all snippets
capitaomorte [Sun, 18 Oct 2009 22:18:07 +0000 (22:18 +0000)]
* Imported ""# condition:" directive to all snippets

* Start writing the insert tag snippet-command

14 years ago* Commands are now identified by a new "# type: command" directive.
capitaomorte [Fri, 16 Oct 2009 14:56:49 +0000 (14:56 +0000)]
* Commands are now identified by a new "# type: command" directive.

14 years ago* First implementation of snippet-commands, looks promising.
capitaomorte [Thu, 15 Oct 2009 17:22:51 +0000 (17:22 +0000)]
* First implementation of snippet-commands, looks promising.

* Optimization: read lisp expressions only once, eval many times.

* auto-load .yas-setup.el instead of setup.el to prevent loading it as
  a snippet

14 years ago* Finished commiting Rob Christie's patches to the ruby snippets (add
capitaomorte [Thu, 15 Oct 2009 14:08:17 +0000 (14:08 +0000)]
* Finished commiting Rob Christie's patches to the ruby snippets (add
  setup.el, delete the # => snippet)

* Tweaked some ruby snippets

* Disabled bindings for some TextMate text-mode snippets

14 years ago* Small change to textmate_import.rb to import (commented) "scope" directive
capitaomorte [Tue, 13 Oct 2009 13:28:14 +0000 (13:28 +0000)]
* Small change to textmate_import.rb to import (commented) "scope" directive
* Reimported the HTML and Ruby bundle with the previous fix
* Applied Rob Christie's patches of issues 109 and 110

  0001-Deleted-because-this-is-supported-via-dwim-with-rcod.patch
  0002-Updated-snippets.patch
  0003-Added-setup.el-file-that-must-be-loaded-prior-to-loa.patch
  0004-ruby-mode-class-and-module-snippets-updated.patch
  0005-changes-to-counting-snippets-and-some-declaration-sn.patch

  patching some things manually. Thanks a lot Rob!

14 years ago* Slightly nicer (yas/debug-tables) function, helpful for debugging as
capitaomorte [Tue, 6 Oct 2009 16:36:57 +0000 (16:36 +0000)]
* Slightly nicer (yas/debug-tables) function, helpful for debugging as
  the name clearly suggests

14 years ago* Redesigned direct keybinding slightly
capitaomorte [Thu, 1 Oct 2009 22:57:02 +0000 (22:57 +0000)]
* Redesigned direct keybinding slightly

* Fixed some bugs

* Added fancy docs for functions redefining bindings

14 years ago* Redid implementation of directs keybindings, looks good, but still
capitaomorte [Sat, 26 Sep 2009 12:36:14 +0000 (12:36 +0000)]
* Redid implementation of directs keybindings, looks good, but still
  work in progress.

* Still to decide when to call (or if to call)
  `yas/snippet-keybindings-reload'.

* Split `yas/store' into yas/remove-snippet and
  yas/add-snippet. Better, but still needs more work.

* Commented and beautified some existings comments.

* Bumped version to 0.7

14 years agoupdated the faq with results from the tab key issue
capitaomorte [Fri, 25 Sep 2009 09:05:50 +0000 (09:05 +0000)]
updated the faq with results from the tab key issue

14 years ago* proof-reading the documentation
capitaomorte [Thu, 24 Sep 2009 15:59:45 +0000 (15:59 +0000)]
* proof-reading the documentation
* added link to the new screencast

14 years ago* minor adjustments to bundle generation.
capitaomorte [Sun, 13 Sep 2009 16:56:23 +0000 (16:56 +0000)]
* minor adjustments to bundle generation.
* *NOW* will probably tag 0.6.1c

14 years ago* Adjusting the yas/trigger-key mechanism, now can be set after require but before...
capitaomorte [Sun, 13 Sep 2009 14:34:12 +0000 (14:34 +0000)]
* Adjusting the yas/trigger-key mechanism, now can be set after require but before yas/initialize.
* Indented the buffe
* Some cleanup to the yas/minor-mode-keymap initialization mechanism
* Some commenting

14 years ago* Yet another adjustment to issue 93
capitaomorte [Fri, 11 Sep 2009 15:46:07 +0000 (15:46 +0000)]
* Yet another adjustment to issue 93

14 years ago* More adjustments to fixing issue 93
capitaomorte [Thu, 10 Sep 2009 22:41:22 +0000 (22:41 +0000)]
* More adjustments to fixing issue 93

14 years agoLast commit before branching for 0.6.1c
capitaomorte [Wed, 9 Sep 2009 22:58:38 +0000 (22:58 +0000)]
Last commit before branching for 0.6.1c

14 years ago* Adjustments to fix made for issue 90, faq updated
capitaomorte [Wed, 9 Sep 2009 16:55:56 +0000 (16:55 +0000)]
* Adjustments to fix made for issue 90, faq updated
* Added google analytics tracking to html docs (experimental)

14 years ago* Remove useless debug line from python def snippet
capitaomorte [Wed, 9 Sep 2009 06:42:18 +0000 (06:42 +0000)]
* Remove useless debug line from python def snippet

14 years ago* Fixed issue 99 (Raking bundle and loading it doesn't correctly create menu.)
capitaomorte [Mon, 7 Sep 2009 08:55:51 +0000 (08:55 +0000)]
* Fixed issue 99 (Raking bundle and loading it doesn't correctly create menu.)

14 years ago*fix a small type "command2" => command-2
capitaomorte [Sat, 5 Sep 2009 16:49:43 +0000 (16:49 +0000)]
*fix a small type "command2" => command-2

14 years ago* Fixed issue 98, issue 93 and issues related to the customization group
capitaomorte [Sat, 5 Sep 2009 14:44:18 +0000 (14:44 +0000)]
* Fixed issue 98, issue 93 and issues related to the customization group
* Added workaround for issue 97 in the FAQ
* Minor updates in the documentation

14 years agoFixing some issues, might be broken
capitaomorte [Fri, 4 Sep 2009 12:07:06 +0000 (12:07 +0000)]
Fixing some issues, might be broken

14 years ago* Fixed two bugs in issue 90 and issue 88
capitaomorte [Wed, 2 Sep 2009 19:56:41 +0000 (19:56 +0000)]
* Fixed two bugs in issue 90 and issue 88

14 years ago* Fix issue 88
capitaomorte [Wed, 2 Sep 2009 18:58:30 +0000 (18:58 +0000)]
* Fix issue 88
* Implement enhacement of issue 90

14 years ago* Fix issue 91.
capitaomorte [Wed, 2 Sep 2009 17:13:12 +0000 (17:13 +0000)]
* Fix issue 91.

14 years ago* Working on the issues regarding customization of yas/trigger-key and
capitaomorte [Wed, 2 Sep 2009 16:50:37 +0000 (16:50 +0000)]
* Working on the issues regarding customization of yas/trigger-key and
  yas/root-directory. Still not quite fixed.

14 years ago* Fixed issue 87. Needs testing
capitaomorte [Wed, 2 Sep 2009 07:10:17 +0000 (07:10 +0000)]
* Fixed issue 87. Needs testing

14 years ago* BROKEN!: currently working on the bug with customization variables
capitaomorte [Tue, 1 Sep 2009 16:50:41 +0000 (16:50 +0000)]
* BROKEN!: currently working on the bug with customization variables
  not being set effectively.

14 years agoTweaking the TextMate C snippets
capitaomorte [Sun, 30 Aug 2009 22:16:44 +0000 (22:16 +0000)]
Tweaking the TextMate C snippets

14 years ago* update changelog doc for trunk
capitaomorte [Sat, 29 Aug 2009 22:11:10 +0000 (22:11 +0000)]
* update changelog doc for trunk

14 years agoLast commit before tagging and releasing
capitaomorte [Sat, 29 Aug 2009 17:59:02 +0000 (17:59 +0000)]
Last commit before tagging and releasing

14 years agoMinor doc update and a symbolic link to index.html which I don't know if works
capitaomorte [Sat, 29 Aug 2009 10:55:59 +0000 (10:55 +0000)]
Minor doc update and a symbolic link to index.html which I don't know if works

14 years ago* More adjustments in issue 84, fix issue 78, and faq update for issue 71
capitaomorte [Fri, 28 Aug 2009 14:49:44 +0000 (14:49 +0000)]
* More adjustments in issue 84, fix issue 78, and faq update for issue 71

14 years ago* Almost fix issue 84 I think....
capitaomorte [Thu, 27 Aug 2009 17:10:14 +0000 (17:10 +0000)]
* Almost fix issue 84 I think....

14 years ago* Fix issue 80 (buffer needs widening before any indentation)
capitaomorte [Wed, 26 Aug 2009 21:57:34 +0000 (21:57 +0000)]
* Fix issue 80 (buffer needs widening before any indentation)

* Fix issue 81 (refactored "trouble-markers" fix in
  yas/indent-according-to-mode. Reapplied to $> indentation)

* Probably fix issues 82 and 83 (could not reproduce, probably fixed by 80 and 81)

14 years agoAdded warning about applicability to the documentation
capitaomorte [Wed, 26 Aug 2009 15:34:37 +0000 (15:34 +0000)]
Added warning about applicability to the documentation

14 years agoFixed textmate_import.rb slightly and added doc for it
capitaomorte [Wed, 26 Aug 2009 13:06:00 +0000 (13:06 +0000)]
Fixed textmate_import.rb slightly and added doc for it

14 years agoput textmate import stuff in 'extras' directory
capitaomorte [Wed, 26 Aug 2009 07:00:56 +0000 (07:00 +0000)]
put textmate import stuff in 'extras' directory

14 years agoput textmate import stuff in extras directory
capitaomorte [Wed, 26 Aug 2009 07:00:27 +0000 (07:00 +0000)]
put textmate import stuff in extras directory

14 years agotextmate_import.rb now reads info.plist and creates groups (still buggy)
capitaomorte [Tue, 25 Aug 2009 06:49:08 +0000 (06:49 +0000)]
textmate_import.rb now reads info.plist and creates groups (still buggy)

14 years agodoc almost complete. Drawing closer to 0.6.1b
capitaomorte [Sun, 23 Aug 2009 19:52:33 +0000 (19:52 +0000)]
doc almost complete. Drawing closer to 0.6.1b

14 years agosmall changes to snippet_copier.rb including not converting bindings by default
capitaomorte [Fri, 21 Aug 2009 15:47:00 +0000 (15:47 +0000)]
small changes to snippet_copier.rb including not converting bindings by default

14 years agowrote more documentation, still a bit to go...
capitaomorte [Thu, 20 Aug 2009 17:03:51 +0000 (17:03 +0000)]
wrote more documentation, still a bit to go...

14 years agoadded skeleton of new documentation
capitaomorte [Wed, 19 Aug 2009 16:19:06 +0000 (16:19 +0000)]
added skeleton of new documentation

14 years ago* Bring back `yas/dont-activate'
capitaomorte [Mon, 17 Aug 2009 14:11:53 +0000 (14:11 +0000)]
* Bring back `yas/dont-activate'

* Fix issue 74. (Thanks to martin.k...@gmail.com)

14 years ago* Snippet table store is now based on two hash tables (keyhash and
capitaomorte [Sun, 16 Aug 2009 13:32:19 +0000 (13:32 +0000)]
* Snippet table store is now based on two hash tables (keyhash and
  namehash) instead of a hash table and an alist (this is still not ideal).

* `yas/wrap-around-region' can now also be 'cua' (undocumented feature)

* More cleanup

14 years ago* Corrected a typo in line 766
capitaomorte [Fri, 14 Aug 2009 10:56:57 +0000 (10:56 +0000)]
* Corrected a typo in line 766

14 years ago* another little fix and more cleanup
capitaomorte [Thu, 13 Aug 2009 22:44:38 +0000 (22:44 +0000)]
* another little fix and more cleanup

14 years ago* fix more bugs
capitaomorte [Thu, 13 Aug 2009 22:17:41 +0000 (22:17 +0000)]
* fix more bugs
* cleanup just a little bit

14 years ago* Fixed more bugs, probably more hiding in 3300+ lines
capitaomorte [Thu, 13 Aug 2009 01:46:52 +0000 (01:46 +0000)]
* Fixed more bugs, probably more hiding in 3300+ lines

14 years ago* Fix more bugs, still some more to go
capitaomorte [Thu, 13 Aug 2009 01:26:07 +0000 (01:26 +0000)]
* Fix more bugs, still some more to go
* For example the inexisting parent-mode when a mode has groups
* Display triggerkey in menu entries if the snippet has a trigger key

14 years ago* Corrected snippet expansion bug introduced by previous indenting fix...
capitaomorte [Wed, 12 Aug 2009 23:37:53 +0000 (23:37 +0000)]
* Corrected snippet expansion  bug introduced by previous indenting fix...

14 years ago* much nicer menu... work in progress...
capitaomorte [Wed, 12 Aug 2009 15:00:55 +0000 (15:00 +0000)]
* much nicer menu... work in progress...

14 years ago* Fixed a serious nconc (circular-list) bug that lead to infinite loops
capitaomorte [Wed, 12 Aug 2009 13:50:03 +0000 (13:50 +0000)]
* Fixed a serious nconc (circular-list) bug that lead to infinite loops

* Implemented a .yas-make-groups hidden file (already had
  .yas-parents) to make groups from directory hierarchy. (as opposed
  to making parents)

* yas/ignore-filenames-as-triggers can be used to, well, do what it says

* yas/prefix is bound when a snippet is expanded from a keybinding

14 years ago* Implement per-snippet keybinding using "keybinding: " keyword
capitaomorte [Tue, 11 Aug 2009 14:33:06 +0000 (14:33 +0000)]
* Implement per-snippet keybinding using "keybinding: " keyword
* Fix random bugs
* Fix some whitespace
* `yas/use-menu' can now be 'real-modes' or 'abbreviate'

* Changed prototype of `yas/expand-snippet' to be more user-friendly
  (this breaks backward compatibility)
* Renamed keyword "env" to "expand-env"

* TODO: fix more bugs, write more documentation

14 years ago* fixed a big bug when compiling bundle
capitaomorte [Sat, 8 Aug 2009 23:28:12 +0000 (23:28 +0000)]
* fixed a big bug when compiling bundle

14 years ago* Fix issue 72 with snippet conditions
capitaomorte [Sat, 8 Aug 2009 22:48:21 +0000 (22:48 +0000)]
* Fix issue 72 with snippet conditions
* Implemented abbreviated menu in `yas/use-menu'

14 years agoFixed some bug with multiple parent modes and commiting fixed printf snippet
capitaomorte [Fri, 31 Jul 2009 00:08:00 +0000 (00:08 +0000)]
Fixed some bug with multiple parent modes and commiting fixed printf snippet

14 years ago* Full support for multiple parent-modes, including in menu
capitaomorte [Thu, 30 Jul 2009 18:29:35 +0000 (18:29 +0000)]
* Full support for multiple parent-modes, including in menu
* TODO: write `yas/new-snippet'
* TODO: update documentation thoroughly

14 years ago* Redesigned directory-guessing mechanism, but kept backward
capitaomorte [Wed, 29 Jul 2009 12:54:54 +0000 (12:54 +0000)]
* Redesigned directory-guessing mechanism, but kept backward
  compatibility

* A mode can now have multiple parent modes using a hidden
  ".yas-parents" file.

* Fixed issue 70.

* Removed a useless condition-case.

* More fixes

14 years ago* fixed Issue 69
capitaomorte [Mon, 27 Jul 2009 23:24:20 +0000 (23:24 +0000)]
* fixed Issue 69
  (http://code.google.com/p/yasnippet/issues/detail?id=69)
* evaporating control-overlay cause problems for zero-length snippets
* some cleanup

14 years agoReleasing 0.6.0c with some bugfixes
capitaomorte [Mon, 27 Jul 2009 17:37:50 +0000 (17:37 +0000)]
Releasing 0.6.0c with some bugfixes

14 years ago * fixed issue 68
capitaomorte [Mon, 27 Jul 2009 10:47:13 +0000 (10:47 +0000)]
 * fixed issue 68
   (http://code.google.com/p/yasnippet/issues/detail?id=68)

14 years ago* Now byte compiles correctly and with no warnings
capitaomorte [Sun, 26 Jul 2009 22:11:04 +0000 (22:11 +0000)]
* Now byte compiles correctly and with no warnings
* added :compile task to Rakefile
   (reported by Christoph Conrad)

14 years ago* added `yas/also-auto-indent-first-line' defcustom
capitaomorte [Sun, 26 Jul 2009 15:27:26 +0000 (15:27 +0000)]
* added `yas/also-auto-indent-first-line' defcustom
* added `yas/minor-mode-menu' defvar to prevent possible backtrace
   (reported by Christoph Conrad)

14 years ago* Empty fields that are the last of the list *and* match the
capitaomorte [Sat, 25 Jul 2009 16:26:27 +0000 (16:26 +0000)]
* Empty fields that are the last of the list *and* match the
  snippet's exit are skipped automatically.
* Added a printf snippet to show off.
* The printf snippet also exhibits the back-adjacent mirror bug

14 years agofix title in doc/faq
capitaomorte [Sat, 25 Jul 2009 12:18:22 +0000 (12:18 +0000)]
fix title in doc/faq

14 years agofix the date in the changelog
capitaomorte [Sat, 25 Jul 2009 12:12:30 +0000 (12:12 +0000)]
fix the date in the changelog

14 years agoThe TRY-JT-nested-placeholders branch replaces the trunk
capitaomorte [Sat, 25 Jul 2009 11:44:22 +0000 (11:44 +0000)]
The TRY-JT-nested-placeholders branch replaces the trunk

14 years agoLast commit before releasing 0.6.0
capitaomorte [Sat, 25 Jul 2009 11:14:22 +0000 (11:14 +0000)]
Last commit before releasing 0.6.0

14 years ago* escaping now works inside lisp expressions
capitaomorte [Sat, 25 Jul 2009 10:50:40 +0000 (10:50 +0000)]
* escaping now works inside lisp expressions
* new keybindings
* minor fixes
* more doc

14 years agoCleaning up before release commit...
capitaomorte [Fri, 24 Jul 2009 19:29:36 +0000 (19:29 +0000)]
Cleaning up before release commit...

14 years ago* Release notes and issue list updated
capitaomorte [Fri, 24 Jul 2009 15:41:12 +0000 (15:41 +0000)]
* Release notes and issue list updated
* Little problems fixed
* ruby mode cls snippet fixed

14 years ago* Fixed html auto-indent (redesigned yas/indent slightly to collect
capitaomorte [Fri, 24 Jul 2009 15:06:09 +0000 (15:06 +0000)]
* Fixed html auto-indent (redesigned yas/indent slightly to collect
  all the snipept markers then restore them.

14 years ago* fixed small problem with the `yas/multi-dollar-lisp-expression-regexp'
capitaomorte [Fri, 24 Jul 2009 10:24:01 +0000 (10:24 +0000)]
* fixed small problem with the `yas/multi-dollar-lisp-expression-regexp'
* only move to the first snippet field after pushing snippet undo actions

14 years ago* small adjustments to yas/choose-value and yas/verify-value
capitaomorte [Thu, 23 Jul 2009 21:59:37 +0000 (21:59 +0000)]
* small adjustments to yas/choose-value and yas/verify-value

14 years ago* added yas/tryout-snippet
capitaomorte [Thu, 23 Jul 2009 13:30:02 +0000 (13:30 +0000)]
* added yas/tryout-snippet

* corrected some overlay problems, but the remaining known problems are going to remain for a while...

14 years agotaking care of some details
capitaomorte [Wed, 22 Jul 2009 16:25:12 +0000 (16:25 +0000)]
taking care of some details

14 years agocouldn't forward-merge again the python-mode snippet directory, so just added the...
capitaomorte [Wed, 22 Jul 2009 10:41:07 +0000 (10:41 +0000)]
couldn't forward-merge again the python-mode snippet directory, so just added the prop snippet again manually

14 years agoreverse-merged the python-mode snippet directory, will forward merge the trunk again
capitaomorte [Wed, 22 Jul 2009 10:38:44 +0000 (10:38 +0000)]
reverse-merged the python-mode snippet directory, will forward merge the trunk again

14 years ago* all prompt fuctions working (tried a bit in text emacs)
capitaomorte [Tue, 21 Jul 2009 13:03:13 +0000 (13:03 +0000)]
* all prompt fuctions working (tried a bit in text emacs)
* compile-bundle now includes dropdown-list.el and works (in text mode at least)

14 years ago* Finally, the last details, I think, commenting, etc...
capitaomorte [Tue, 21 Jul 2009 12:31:23 +0000 (12:31 +0000)]
* Finally, the last details, I think, commenting, etc...

14 years ago* more little bugs with field deletions and adjancencies fixed...
capitaomorte [Tue, 21 Jul 2009 10:06:11 +0000 (10:06 +0000)]
* more little bugs with field deletions and adjancencies fixed...

* also the menu problem is fixed now

14 years ago* little bugs and the adjacent field problem fixed
capitaomorte [Mon, 20 Jul 2009 22:08:53 +0000 (22:08 +0000)]
* little bugs and the adjacent field problem fixed

14 years ago* went back to the previous "advance" strategy and have it seems I
capitaomorte [Mon, 20 Jul 2009 16:39:33 +0000 (16:39 +0000)]
* went back to the previous "advance" strategy and have it seems I
  have isolated the bug...

14 years ago* the marker-insertion-type thing is very very tricky with undo. Will
capitaomorte [Mon, 20 Jul 2009 16:27:12 +0000 (16:27 +0000)]
* the marker-insertion-type thing is very very tricky with undo. Will
  probably have to go back to my "advance-maybe" strategy (which has
  less bugs), but still I'm commiting this.

14 years ago* bugs fixed, the real testing starts now...
capitaomorte [Mon, 20 Jul 2009 14:26:47 +0000 (14:26 +0000)]
* bugs fixed, the real testing starts now...