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 3215: 97d566a2aff9
parent 3214: 267ec3bed5f3
child 3216: 39d73d66f57e
NEWS for 0.9.1 release default0.9.1-rc
Yevgen Muntyan
2 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  
doc  
guibuild  
m4  
medit  
moo  
po  
po-gsv  
tests  
.hgignore 1.5 KB 2 years ago Use -Wno-missing-field-initializers
.hgtags 2.3 KB 2 years ago Added tag ggap-0.8.0 for changeset 9d61f711fc70
AUTHORS 34 B 3 years ago Changed email
COPYING 25.8 KB 3 years ago Changed license to LGPL
COPYING.GPL 17.6 KB 3 years ago Changed license to LGPL
INSTALL 13.1 KB 2 years ago Note about terminal plugin
LICENSE 4.2 KB 2 years ago Added version numbers
Makefile.am 1.5 KB 2 years ago Added --disable-nls option to work around intltool behaviour
NEWS 16.4 KB 2 years ago NEWS for 0.9.1 release
README 1.8 KB 3 years ago Changed IRC channel name
THANKS 439 B 2 years ago added the Czech guy
autogen.sh 1.6 KB 2 years ago Run glibtoolize on darwin
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.5 KB 2 years ago Call AM_INIT_AUTOMAKE without arguments
cygwin-configure 2.5 KB 2 years ago It's WTFPL stupid!
makewin 6.2 KB 3 years ago Install libs into appropriate dirs on mingw, delete installe…
mingw-configure 5.9 KB 2 years ago Use WIN32_ prefix with PYTHON_FOO variables
moo.mprj 1.6 KB 2 years ago Align labels nicer

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.