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 769: 53a6d938a94b
parent 768: a5f3d5b1fda0
child 770: 64208ff4c5e1
Added some files to CLEANFILES defaultmoo-0.6.2
mun...@mlap
4 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  
m4  
moo  
templates  
tests  
.hgignore 288 B 4 years ago Added activestrings/Makefile.incl
.hgtags 260 B 4 years ago Added tag moo-0.6.1 for changeset…
AUTHORS 39 B 5 years ago Initial import
COPYING 17.6 KB 5 years ago Initial import
ChangeLog 0 B 5 years ago Initial import
INSTALL 9.3 KB 5 years ago Initial import
Makefile.am 3.2 KB 4 years ago Be careful with dist lists
NEWS 0 B 5 years ago Initial import
README 0 B 5 years ago Initial import
autogen.sh 733 B 4 years ago Empty changelog
configure.ac 4.1 KB 4 years ago Changed version to 0.6.2
cygwin-configure 1.5 KB 4 years ago r1457@localhost: muntyan | 2005-12-21 10:02:20 -0600
mingw-configure 2.1 KB 4 years ago Moved win-gtk
moo.kdevelop 11.7 KB 4 years ago Added moo_term_set_colors() for changing palette; made…
moo.proj 1.6 KB 4 years ago Empty changelog
mooedit.kdevelop 10.5 KB 4 years ago Empty changelog
mooterm.kdevelop 11.0 KB 4 years ago [celeron-berlios @ 1250]

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.