2006-04-09 03:49:22 -07:00
|
|
|
2006-04-09 Yevgen Muntyan <muntyan@math.tamu.edu>
|
|
|
|
|
|
|
|
* === Released 0.6.8 ===
|
|
|
|
|
|
|
|
Finally unbroke windows terminal, and finally fixed
|
|
|
|
bug with terminal eating 100% of cpu time.
|
|
|
|
|
|
|
|
Active strings, user-defined commands:
|
|
|
|
Added support for python scripts and shell commands.
|
|
|
|
|
2006-04-06 14:31:02 -07:00
|
|
|
2006-04-06 Yevgen Muntyan <muntyan@math.tamu.edu>
|
|
|
|
|
|
|
|
* === Released 0.6.7 ===
|
|
|
|
|
|
|
|
Reverted changes in windows terminal.
|
|
|
|
|
2006-04-06 01:32:16 -07:00
|
|
|
2006-04-06 Yevgen Muntyan <muntyan@math.tamu.edu>
|
|
|
|
|
|
|
|
* === Released 0.6.6 ===
|
|
|
|
|
|
|
|
Lot of bugs fixed, lot of bugs introduced.
|
|
|
|
|
|
|
|
MooEdit:
|
|
|
|
Made quick search work.
|
|
|
|
Line ends type is detected automatically, and
|
|
|
|
used when saving file.
|
|
|
|
|
2006-03-29 01:26:54 -08:00
|
|
|
2006-03-29 Yevgen Muntyan <muntyan@math.tamu.edu>
|
|
|
|
|
2006-04-06 01:32:16 -07:00
|
|
|
* === Released 0.6.5 ===
|
|
|
|
|
2006-03-29 01:26:54 -08:00
|
|
|
0.6.4 is broken
|
|
|
|
|
2006-03-29 01:08:32 -08:00
|
|
|
2006-03-29 Yevgen Muntyan <muntyan@math.tamu.edu>
|
|
|
|
|
|
|
|
* === Released 0.6.4 ===
|
|
|
|
|
|
|
|
MooEdit:
|
|
|
|
Implemented printing for gtk-2.10.
|
|
|
|
|
|
|
|
MooTerm:
|
|
|
|
Rewritten drawing.
|
2006-04-06 01:32:16 -07:00
|
|
|
|
2006-03-29 01:08:32 -08:00
|
|
|
MooFileView:
|
|
|
|
Made it work (to some extent) on windows.
|
|
|
|
|
2006-03-15 14:38:47 -08:00
|
|
|
2006-03-15 Yevgen Muntyan <muntyan@math.tamu.edu>
|
|
|
|
|
|
|
|
* === Released 0.6.3 ===
|
|
|
|
|
|
|
|
Added customizable menus, with user-defined actions using MooScript.
|
|
|
|
|
|
|
|
MooApp:
|
|
|
|
Fixed input pipe eating all cpu time.
|
|
|
|
Use recursive g_remove on windows for removing directories, to avoid
|
|
|
|
shell api asking user if he wants t remove temporary directory.
|
|
|
|
Custom About dialog.
|
|
|
|
|
|
|
|
MooEdit:
|
|
|
|
Reenabled force-tag-redraw hack in highlighter, due to GTK bug.
|
|
|
|
Fixed unreal slowness of highlighting matching brackets.
|
|
|
|
|
|
|
|
MooTerm:
|
|
|
|
Made moo_term_get_selection_bounds() public.
|
|
|
|
|
|
|
|
MooFileView:
|
|
|
|
Unbroke get_parent_folder
|
|
|
|
|
|
|
|
Python module:
|
|
|
|
Made moo module behave like a package.
|
|
|
|
Made atributes of TermIter and TermTextAttr writable.
|
|
|
|
Added file-like objects which use g_print* for sys.stdout and sys.stderr.
|