Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-12 | reorganize app default files | Peter Breitenlohner | |
2008-11-10 | avoid race condition for parallel jobs | Peter Breitenlohner | |
2008-11-07 | Xedit version 1.1.2.xedit-1.1.2 | Paulo Cesar Pereira de Andrade | |
Also update to use ``git log'' instead of ``git-log'', to match newer versions of git. | |||
2008-11-07 | enabled VPATH build | Peter Breitenlohner | |
2008-08-04 | Fixed filename conflict during compilation on case-insensitive file systems. | Jeremy Huddleston | |
2008-07-31 | Correct make dist and update to xedit-1.1.1.xedit-1.1.1 | Paulo Cesar Pereira de Andrade | |
2008-07-02 | Add python mode. | Paulo Cesar Pereira de Andrade | |
This mode adds syntax highlight and automatic indentation. Unlike most other modes with automatic indentation, this mode most only reads one line back to figure the proper indentation. Some features include: o When the first character in a line is typped, it automatically moves it to the proper tab stop. o Increments one indentation level if line ends in ':'. o Properly handle vector/hash table declarations. | |||
2008-07-02 | Support multiple make jobs. | Paulo Cesar Pereira de Andrade | |
Minor patch to avoid requiring xedit to have some special rule in a buildsystem that defaults to something like "make -j 16". | |||
2008-07-02 | Add perl and "auto tools" modes. | Paulo Cesar Pereira de Andrade | |
Auto mode has only syntax highlight mode; needs some tweaking to ignore "'" characters where they are allowed, i.e. usually descriptions. Perl mode has syntax highlight and indentation support. May need some tweaking for some files where it may parse back too much lines before assuming the indentation is correct. | |||
2008-07-02 | Add a tags interface to xedit. | Paulo Cesar Pereira de Andrade | |
To use the tags, first create a tags file with a command like "ctags -R". The interface can be disabled with resources, see the updated man page. Tag files are searched descending to the root directory. Multiple tags files are properly handled, and multiple symbol definitions can be searched. | |||
2008-07-02 | Add a generic hash table interface to replace the other implementations. | Paulo Cesar Pereira de Andrade | |
2008-07-02 | Update build for sane defaults. | Paulo Cesar Pereira de Andrade | |
Check for existing system functions. Don't add test program sources with main functions to libraries. Build test programs. | |||
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2006-04-03 | Bug #6480: Cygwin build fix. (Yaakov Selkowitz)XORG-7_0_99_901 | Adam Jackson | |
2005-12-07 | Change to use the app-defaults default dir configured in libXt.MODULAR_COPY | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-10-18 | Change default install dir for app-default files from | Alan Coopersmith | |
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization | |||
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-16 | Change man sources from xedit.1 to xedit.man to allow the man page to be | Kevin E Martin | |
processed. Move man page to top level dir to pass check-tarball test. | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-10-05 | Add missing files to EXTRA_DIST | Kevin E Martin | |
2005-09-28 | Don't override , automake predefines it. | Adam Jackson | |
2005-09-27 | Only add -DINCLUDE_XPRINT_SUPPORT if the Xaw version supports it. | Kristian Høgsberg | |
2005-08-28 | Install the lisp files. | Matthieu Herrb | |
2005-07-23 | Fix DEP_* reference | Matthieu Herrb | |
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-12 | Build system for xprint | Søren Sandmann Pedersen | |