medit/ChangeLog

158 lines
4.8 KiB
Plaintext
Raw Normal View History

2006-05-21 16:10:48 -07:00
2006-05-21 Yevgen Muntyan <muntyan@math.tamu.edu>
Added document list menu in editor windows.
2006-05-19 Yevgen Muntyan <muntyan@math.tamu.edu>
Fixed crash on paste from another application.
2006-05-16 Yevgen Muntyan <muntyan@math.tamu.edu>
Improved entry completion behaviour.
2006-05-13 Yevgen Muntyan <muntyan@math.tamu.edu>
pystuff.py: Escape filename using quotes, not apostrophe.
2006-05-13 Yevgen Muntyan <muntyan@math.tamu.edu>
Updated printing code for changes in gtk api.
2006-05-12 Yevgen Muntyan <muntyan@math.tamu.edu>
Fixed MooIconView background bug.
2006-05-12 Yevgen Muntyan <muntyan@math.tamu.edu>
Added pygtk warning pattern for python output pane.
2006-05-10 Yevgen Muntyan <muntyan@math.tamu.edu>
Added run-script command for MooApp: writing "s<script>\0" to input
pipe executes <script>.
2006-05-10 16:03:33 -07:00
2006-05-10 Yevgen Muntyan <muntyan@math.tamu.edu>
There is a single win32 installer now, and medit picks up python if it's present
on startup: medit is not linked to pythonxx.dll, python support has been moved
into pymo2x plugins.
2006-05-09 20:29:41 -07:00
2006-05-09 Andreas Hanke <a_ha@users.sourceforge.net>
2006-05-09 19:22:17 -07:00
Removed CFLAGS from AM_CFLAGS; fixed ACLOCAL_FLAGS business.
2006-05-08 21:57:16 -07:00
2006-05-08 Yevgen Muntyan <muntyan@math.tamu.edu>
Removed MooAction, using GtkAction now.
2006-05-08 Yevgen Muntyan <muntyan@math.tamu.edu>
2006-05-08 12:21:18 -07:00
* === Released 0.6.98 ===
Added printing support for gtk-2.9.
Printing support in gtk is not stable yet, and will likely change
in future, therefore printing in medit must be explicitely enabled by
--enable-printing argument to configure.
Fixed drawing bug when opening big files.
Made window panes save their position after changing it by drag-n-drop.
Build fixes on AMD Linux, other bug fixes.
2006-05-04 00:43:38 -07:00
2006-05-04 Yevgen Muntyan <muntyan@math.tamu.edu>
* === Released 0.6.97 ===
medit now uses system pcre library if present; FAM support is disabled.
2006-05-04 00:43:38 -07:00
Allow adding tools into different menus.
Added gnuplot syntax highlighting.
Fixed python output pane: it now jumps to correct line in error
messages, and it uses Stop button.
Added gui for setting per-language settings in Preferences dialog.
Dropping a file into the text area opens file now, instead of pasting uri.
"medit filename" from command line creates new file if the argument is not
an existing file.
2006-04-30 13:09:41 -07:00
2006-04-30 Yevgen Muntyan <muntyan@math.tamu.edu>
2006-04-30 13:18:10 -07:00
* === Released 0.6.96 ===
2006-04-30 13:09:41 -07:00
Fixed bugs:
Build problems on AMD64 - David Hough.
Missing #include <time.h> - Nick Treleaven, David Hough.
Problem with hidden toolbar showing up anyway - Andrey Fedoseev.
Missing window icon - Andrey Fedoseev.
2006-04-29 23:53:46 -07:00
2006-04-30 Yevgen Muntyan <muntyan@math.tamu.edu>
2006-04-29 23:02:19 -07:00
* === Released 0.6.95 ===
Greatly improved syntax highlighting, zillion fixes.
2006-04-20 12:20:39 -07:00
2006-04-20 Yevgen Muntyan <muntyan@math.tamu.edu>
* === Released 0.6.9 ===
User-defined completion, tools, and context menus.
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.
2006-04-20 12:20:39 -07:00
2006-04-09 03:49:22 -07:00
Active strings, user-defined commands:
2006-04-20 12:20:39 -07:00
Added support for python scripts and shell commands.
2006-04-09 03:49:22 -07:00
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 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>
* === 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-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.