Commit Graph

959 Commits

Author SHA1 Message Date
Erik Osheim 883b8d51e5 comment-region fixes
--HG--
branch : pmacs2
2009-06-11 00:26:43 -04:00
Erik Osheim f6313f23c0 bug updates
--HG--
branch : pmacs2
2009-06-11 00:26:31 -04:00
Erik Osheim 954c383a29 fixed token names in mode.dir
--HG--
branch : pmacs2
2009-06-11 00:00:33 -04:00
Erik Osheim 675b40ad38 fixed get-token bug
--HG--
branch : pmacs2
2009-06-11 00:00:25 -04:00
Erik Osheim 4718ba3003 improved some mode.dir method names
--HG--
branch : pmacs2
2009-06-10 23:53:51 -04:00
Erik Osheim a4475951e7 closer color matching
--HG--
branch : pmacs2
2009-06-10 23:41:53 -04:00
Erik Osheim 6534ec0cdf python coloring bug
--HG--
branch : pmacs2
2009-06-10 19:58:44 -04:00
Erik Osheim c27e561865 fixed color initialization, other bugs
--HG--
branch : pmacs2
2009-06-10 17:55:33 -04:00
Erik Osheim c56299b992 fix bug with get-token in modes that don't do tokenization
--HG--
branch : pmacs2
2009-06-10 16:18:51 -04:00
Erik Osheim 7e36a08844 start of the color overhaul
--HG--
branch : pmacs2
2009-06-10 16:07:03 -04:00
Erik Osheim c36927cda1 trying to make colors more sane and get 256 colors working
--HG--
branch : pmacs2
2009-06-10 12:05:24 -04:00
Erik Osheim e89fb80ee4 more bug reporting
--HG--
branch : pmacs2
2009-06-10 00:07:50 -04:00
Erik Osheim 58a0069b97 merge
--HG--
branch : pmacs2
2009-06-09 23:59:47 -04:00
Erik Osheim 2aeb47389a fix wrapped lines in mutt's header
--HG--
branch : pmacs2
2009-06-09 23:59:19 -04:00
Erik Osheim 377c1775f8 initial unicode support
--HG--
branch : pmacs2
2009-06-09 23:37:43 -04:00
Erik Osheim 7088647a3f init log earlier to catch more errors
--HG--
branch : pmacs2
2009-06-09 11:00:41 -04:00
Erik Osheim 4f52a89a22 dir-grep improved; ignore_suffix improved
--HG--
branch : pmacs2
2009-06-09 02:12:07 -04:00
Erik Osheim 1120424255 --pipe seems to work now, thanks to /dev/tty
--HG--
branch : pmacs2
2009-06-09 01:50:43 -04:00
Erik Osheim caca90bb35 dysfunctional --pipe option added
--HG--
branch : pmacs2
2009-06-08 23:13:04 -04:00
Erik Osheim ed082bf7f9 fixed 8-bit bug with M-DELETE
--HG--
branch : pmacs2
2009-06-07 18:57:07 -04:00
Erik Osheim 247d5e079a report mode-detection enhancement
--HG--
branch : pmacs2
2009-06-04 21:24:20 -04:00
Erik Osheim a61bca0de8 small perl regex fix
--HG--
branch : pmacs2
2009-06-03 13:58:48 -04:00
Erik Osheim 846928a030 rst grammar fix--references
--HG--
branch : pmacs2
2009-05-29 00:10:31 -04:00
Erik Osheim 63196f5646 decorator support for python
--HG--
branch : pmacs2
2009-05-27 17:09:37 -04:00
Erik Osheim 540b1d75c4 fixed ignore_suffix bug
--HG--
branch : pmacs2
2009-05-27 15:28:04 -04:00
Erik Osheim 3d9936b8a7 fix when pycrypto not installed
--HG--
branch : pmacs2
2009-05-21 14:49:12 -04:00
Erik Osheim ef3dd28a33 fixed dumb bug and annoying import issues
--HG--
branch : pmacs2
2009-05-21 10:30:33 -04:00
Erik Osheim 254ba4b0bb refactor aes.py, aes-buffer to use pycrypto
--HG--
branch : pmacs2
2009-05-21 10:24:29 -04:00
Erik Osheim 8be0f59be1 hg-info started, but not perfect yet
--HG--
branch : pmacs2
2009-05-18 01:44:54 -04:00
Erik Osheim bf8beb2c12 hg-diff2 and hg-diff3 added
--HG--
branch : pmacs2
2009-05-18 00:12:10 -04:00
Erik Osheim b16714a5cc merge
--HG--
branch : pmacs2
2009-05-17 23:52:56 -04:00
Erik Osheim cfc92be7e4 updated documentation
--HG--
branch : pmacs2
2009-05-17 23:52:14 -04:00
Erik Osheim eb087a4e94 bash actions for sh-mode
--HG--
branch : pmacs2
2009-05-17 23:48:01 -04:00
Erik Osheim dd91be6169 avoid parsing bugs
--HG--
branch : pmacs2
2009-05-17 15:45:39 -04:00
Erik Osheim b92be6cc27 vc, svn and hg refactors; hg blame works
--HG--
branch : pmacs2
2009-05-14 23:59:13 -04:00
Erik Osheim 0fad7e130c abstract class HgBase introduced; methods updated
--HG--
branch : pmacs2
2009-05-14 19:48:40 -04:00
Erik Osheim b504d677eb some general vc refactors
--HG--
branch : pmacs2
2009-05-10 22:45:16 -04:00
Erik Osheim e495d8a65f some code clean-up and comment fixes
--HG--
branch : pmacs2
2009-05-10 02:01:33 -04:00
Erik Osheim 9d4dd2c2d8 fix bugs in vc-blame and create hg-blame
--HG--
branch : pmacs2
2009-05-10 02:01:09 -04:00
Erik Osheim 637aa1f610 created abstract base class vc-diff; refactored svn-diff
--HG--
branch : pmacs2
2009-05-10 01:45:57 -04:00
Erik Osheim c05127348e fix issues with the last commit
--HG--
branch : pmacs2
2009-05-09 22:57:05 -04:00
Erik Osheim e1296dcbae created stub classes for new hg methods
--HG--
branch : pmacs2
2009-05-09 19:41:42 -04:00
moculus e7db0e034c --HG--
branch : pmacs2
2009-05-06 21:17:43 +00:00
moculus 6d538a1b10 template toolkit updates
--HG--
branch : pmacs2
2009-05-06 18:39:26 +00:00
moculus ca649aa7e1 better comment regex
--HG--
branch : pmacs2
2009-05-06 04:34:23 +00:00
moculus b37debda45 --HG--
branch : pmacs2
2009-05-06 04:33:45 +00:00
moculus 2178fec1a6 --HG--
branch : pmacs2
2009-05-05 04:20:04 +00:00
moculus ef2c64067a implement buffer ignoring
--HG--
branch : pmacs2
2009-05-05 04:18:39 +00:00
moculus a937b50d1b python bugfix and svn cleanup
--HG--
branch : pmacs2
2009-05-05 00:33:49 +00:00
moculus affd8f13f4 --HG--
branch : pmacs2
2009-05-04 21:42:02 +00:00