muntyan / moo (http://mooedit.sourceforget.net/)

Main medit repository

Clone this repository (size: 14.5 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/muntyan/moo/
commit 2619: 13d4686a8d92
parent 2618: ac45ce3eb6b4
child 2620: a8ca45008d20
Added filter for bison output defaultggap-0.7.3
Yevgen Muntyan
3 years ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
moo /
filename size last modified message
build  
debian  
m4  
medit  
moo  
patch  
po  
templates  
tests  
winbuild  
.hgignore 1.1 KB 3 years ago Added FooCanvas
.hgtags 1.9 KB 3 years ago Added tag ggap-0.7.2 for changeset 24848fd1ef12
AUTHORS 34 B 3 years ago Changed email
COPYING 17.6 KB 4 years ago FSF address change
COPYING.lib 25.8 KB 4 years ago Changed license to LGPL
INSTALL 12.5 KB 3 years ago Updated a little, to make it true
Makefile.am 1.1 KB 3 years ago Old intltool doesn't like my makefile, create subdirs from…
NEWS 10.8 KB 3 years ago NEWS for 0.8.5
README 2.0 KB 3 years ago Release 0.8.1
THANKS 347 B 3 years ago added Dmytro Savchuk and Lontronics
TODO 26 B 3 years ago Save and load user-chosen encodings
autogen.sh 1.2 KB 3 years ago Use libtoolize --force
config.h.win32 7.5 KB 3 years ago Don't need AC_TYPE_SIGNAL thing
config.py.in 24 B 3 years ago Generate config.py with configure
configure.ac 2.3 KB 3 years ago Made MooTermPt public; removed MooTermWindow; made it…
cygwin-configure 2.3 KB 3 years ago Made MooTermPt public; removed MooTermWindow; made it…
makewin 6.4 KB 3 years ago Make mime.cache of moo.xml and freedesktop.org.xml
mingw-configure 4.9 KB 3 years ago Added some comments
moo.kdevelop 14.9 KB 3 years ago Made MooTermPt public; removed MooTermWindow; made it…
moo.mprj 1.3 KB 3 years ago Made MooTermPt public; removed MooTermWindow; made it…
mooedit.kdevelop 10.5 KB 4 years ago Empty changelog
mooterm.kdevelop 11.0 KB 4 years ago Cleaned up a bit

README

General Information
===================

medit is a GTK text editor. Started as an editor component of GGAP
(http://ggap.sourceforge.net/), it grew up to a real full-featured
text editor.

medit is free software, released under GNU GPL license. See the LICENSE
file in this distribution for details.

The web site is:
    http://mooedit.sourcefoge.net/
releases are located at:
    http://sourceforge.net/project/showfiles.php?group_id=167563


Installation
============

See INSTALL file in this distribution.


Bug reports and contact
=======================

Report bugs and file feature requests in medit bug base at
http://sourceforge.net/tracker/?group_id=167563&atid=843451 .
You can also send email to emuntyan@sourceforge.net if you don't feel like
using bug base, or have any questions/comments/beer.
medit IRC channel is #ggap at irc.freenode.net.

Provide information available from menu Help > System Info
along with bug report. See also INSTALL file for instructions on how to
build medit for better debugging information.


CVS
===

medit sources are tracked using mercurial, therefore there is no
CVS or SVN access. You may browse medit repository online at
http://bitbucket.org/muntyan/moo/. To check out a copy of medit
repository, install mercurial, and do
hg clone http://bitbucket.org/muntyan/moo/
This will create a new directory named 'moo' with medit sources inside.
To update them later on, do
hg pull; hg update
in this directory.