305 lines
9.7 KiB
Plaintext
305 lines
9.7 KiB
Plaintext
2006-08-24 Yevgen Muntyan <muntyan@math.tamu.edu>
|
|
* === Released 0.7.1 ===
|
|
|
|
Quick-fix release: fixed some build errors,
|
|
removed shell unix tools from win32 build.
|
|
|
|
2006-08-23 Yevgen Muntyan <muntyan@tamu.edu>
|
|
* === Released 0.7.0 ===
|
|
|
|
2006-08-23 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Disabled active strings and completion.
|
|
Made it possible to blacklist certain extensions, so no lang is picked up
|
|
for them.
|
|
|
|
2006-08-20 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed bug with simultaneous dragging icon and reordering tabs in notebook
|
|
|
|
2006-08-19 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Use globs for files to skip so it's consistent with files-to-process
|
|
|
|
2006-08-09 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Try UTF8, then locale, then ISO***
|
|
|
|
2006-08-03 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Started i18n stuff
|
|
|
|
2006-07-05 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added --mode argument to control project plugin; made it pass
|
|
--project argument to the plugin.
|
|
Pass timestap from STARTUP_ID to another instance in order not to
|
|
break focus stiealing prevention thing.
|
|
|
|
2006-06-26 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Make sure color scheme setting is applied before opening documents
|
|
|
|
2006-06-25 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Make document grab focus in open_file_line, to close the pane
|
|
|
|
2006-06-23 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Do not try to open special files; do not try different encodings
|
|
when error is not related to charset conversion
|
|
Fixed tab icon dnd which caused input lock in child windows
|
|
|
|
2006-06-19 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added New File action in file selector.
|
|
|
|
2006-06-17 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Made displayed tab width configurable.
|
|
|
|
2006-06-16 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed build error on FreeBSD when python is not used.
|
|
|
|
2006-06-16 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added check for UTF8 support in system libpcre.
|
|
|
|
2006-06-16 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Move window to current workspace when invoking running instance.
|
|
|
|
2006-06-15 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Updated printing.
|
|
|
|
2006-06-14 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Made codegen work with pygtk-2.6; made plugins work with pygtk-2.6.
|
|
|
|
2006-06-14 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Made terminal not show win32 error message when it can't start child
|
|
process due to missing dlls problem.
|
|
|
|
2006-06-14 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Close editor tabs by middle mouse button click.
|
|
|
|
2006-06-14 Thomas Gilgin <thomas_gilgin@users.sourceforge.net>
|
|
Made MSVC project work without tweaking global visual studio settings.
|
|
|
|
2006-06-14 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Made font selectors show only monospace fonts.
|
|
|
|
2006-06-13 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added configure option to work around bug in style engines thinking
|
|
"notebook" means GtkNotebook.
|
|
|
|
2006-06-13 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added visual studio project, made medit compile with MS compiler.
|
|
|
|
2006-06-13 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed bug in Search/Replace when replacement uses back references.
|
|
|
|
2006-06-11 Yevgen Muntyan <muntyan@tamu.edu>
|
|
pyconsole.py: do not use gobject.type_register() with new pygtk.
|
|
|
|
2006-06-11 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed win32 build error caused by using "stdout" and "stderr"
|
|
identifiers (Thomas Gilgin).
|
|
|
|
2006-06-11 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Find Current Word action (Thomas Gilgin).
|
|
|
|
2006-06-09 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Disabled Quick Search.
|
|
|
|
2006-06-09 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Improved terminal drawing.
|
|
|
|
2006-06-08 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Store clipboard contents on quit (Thomas Gilgin).
|
|
|
|
2006-06-08 Thomas Gilgin <thomas_gilgin@users.sourceforge.net>
|
|
medit devcpp project now works.
|
|
|
|
2006-06-04 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Made python output non-bufferred.
|
|
|
|
2006-06-04 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Really fixed crash on paste from another application.
|
|
|
|
2006-06-04 Yevgen Muntyan <muntyan@tamu.edu>
|
|
mootextfind.c: use saved search history (Thomas Gilgin).
|
|
|
|
2006-05-31 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed startup notification for single-app-instance case.
|
|
|
|
2006-05-29 Geoffrey French <geoffrey@no.spam>
|
|
pyconsole.py: added Console.exec_command() method.
|
|
|
|
2006-05-29 Geoffrey French <geoffrey@no.spam>
|
|
Prettified pyconsole, added "command" signal.
|
|
|
|
2006-05-27 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed LineContinue highlighting rule.
|
|
|
|
2006-05-27 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Python plugins now must subclass MooPlugin, no duck typing
|
|
anymore.
|
|
|
|
2006-05-27 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added plugins methods, analogous to GObject signals, so
|
|
the application can call those by name.
|
|
|
|
2006-05-26 Yevgen Muntyan <muntyan@tamu.edu>
|
|
* === Released 0.6.99 ===
|
|
|
|
2006-05-22 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added Open With submenu in file selector popup menu.
|
|
|
|
2006-05-21 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed bug with per-language settings lost on save.
|
|
|
|
2006-05-21 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added document list menu in editor windows.
|
|
|
|
2006-05-19 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed crash on paste from another application.
|
|
|
|
2006-05-16 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Improved entry completion behaviour.
|
|
|
|
2006-05-13 Yevgen Muntyan <muntyan@tamu.edu>
|
|
pystuff.py: Escape filename using quotes, not apostrophe.
|
|
|
|
2006-05-13 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Updated printing code for changes in gtk api.
|
|
|
|
2006-05-12 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Fixed MooIconView background bug.
|
|
|
|
2006-05-12 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added pygtk warning pattern for python output pane.
|
|
|
|
2006-05-10 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Added run-script command for MooApp: writing "s<script>\0" to input
|
|
pipe executes <script>.
|
|
|
|
2006-05-10 Yevgen Muntyan <muntyan@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 Andreas Hanke <a_ha@users.sourceforge.net>
|
|
Removed CFLAGS from AM_CFLAGS; fixed ACLOCAL_FLAGS business.
|
|
|
|
2006-05-08 Yevgen Muntyan <muntyan@tamu.edu>
|
|
Removed MooAction, using GtkAction now.
|
|
|
|
2006-05-08 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
* === 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 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
* === Released 0.6.97 ===
|
|
|
|
medit now uses system pcre library if present; FAM support is disabled.
|
|
|
|
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 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
* === Released 0.6.96 ===
|
|
|
|
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-30 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
* === Released 0.6.95 ===
|
|
|
|
Greatly improved syntax highlighting, zillion fixes.
|
|
|
|
2006-04-20 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
* === Released 0.6.9 ===
|
|
|
|
User-defined completion, tools, and context menus.
|
|
|
|
2006-04-09 Yevgen Muntyan <muntyan@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 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
* === Released 0.6.7 ===
|
|
|
|
Reverted changes in windows terminal.
|
|
|
|
2006-04-06 Yevgen Muntyan <muntyan@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 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
* === Released 0.6.5 ===
|
|
|
|
0.6.4 is broken
|
|
|
|
2006-03-29 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
* === Released 0.6.4 ===
|
|
|
|
MooEdit:
|
|
Implemented printing for gtk-2.10.
|
|
|
|
MooTerm:
|
|
Rewritten drawing.
|
|
|
|
MooFileView:
|
|
Made it work (to some extent) on windows.
|
|
|
|
2006-03-15 Yevgen Muntyan <muntyan@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.
|