]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
10 years ago3rd travis try via el-get
rocky [Fri, 14 Feb 2014 19:29:42 +0000 (14:29 -0500)]
3rd travis try via el-get

10 years ago2nd try via el-get at travis
rocky [Fri, 14 Feb 2014 19:18:38 +0000 (14:18 -0500)]
2nd try via el-get at travis

10 years agoSee if travis works via el-get
rocky [Fri, 14 Feb 2014 19:11:21 +0000 (14:11 -0500)]
See if travis works via el-get

10 years agoYet another attempt to get package-requires correct for MELPA
rocky [Thu, 13 Feb 2014 02:26:17 +0000 (21:26 -0500)]
Yet another attempt to get package-requires correct for MELPA

10 years agoExtraneous ' on loc-change symbol
rocky [Wed, 12 Feb 2014 19:42:22 +0000 (14:42 -0500)]
Extraneous ' on loc-change symbol

10 years agoRemove debugger-name and cmd-args fields from srcbuf. If you need it, get it from...
rocky [Wed, 12 Feb 2014 02:52:07 +0000 (21:52 -0500)]
Remove debugger-name and cmd-args fields from srcbuf. If you need it, get it from the command buffer.

10 years agocore.el: nil out breakpoints.
rocky [Wed, 12 Feb 2014 01:43:27 +0000 (20:43 -0500)]
core.el: nil out breakpoints.
test-regexp-bashdb.el: was picking up wrong regexp pat in test

10 years agocorrect regexp for matching a bashdb deleted breakpoint.
rocky [Tue, 11 Feb 2014 00:09:09 +0000 (19:09 -0500)]
correct regexp for matching a bashdb deleted breakpoint.

10 years agoPackage names should be symbols, not strings.
rocky [Mon, 10 Feb 2014 17:20:41 +0000 (12:20 -0500)]
Package names should be symbols, not strings.

10 years agoMessed up on let syntax.
rocky [Mon, 10 Feb 2014 03:43:03 +0000 (22:43 -0500)]
Messed up on let syntax.

10 years agorealgud.el: forgot quotes fournd required package name. cmds.el: reduce warnings.
rocky [Mon, 10 Feb 2014 02:17:11 +0000 (21:17 -0500)]
realgud.el: forgot quotes fournd required package name. cmds.el: reduce warnings.

10 years agoelisp-comp: recompile only if necessary. realgud.el: add dependent packages. rest...
rocky [Sun, 9 Feb 2014 23:46:57 +0000 (18:46 -0500)]
elisp-comp: recompile only if necessary. realgud.el: add dependent packages. rest: reduce warnings by adding declare-function.

10 years agoGive a message when we try we run deletel breakpoint on a line with no breakpoints...
rocky [Sun, 9 Feb 2014 22:18:05 +0000 (17:18 -0500)]
Give a message when we try we run deletel breakpoint on a line with no breakpoints on it

10 years agosource.el: realgud-srcbuf-init-or-update - add source buffer to command buffers's...
rocky [Sat, 8 Feb 2014 22:42:18 +0000 (17:42 -0500)]
source.el: realgud-srcbuf-init-or-update - add source buffer to command buffers's list of source buffers. cmds.el: delete can sometimes prompt.

10 years agoAdd [delete] as a breakpoint delete key
rocky [Fri, 7 Feb 2014 04:45:39 +0000 (23:45 -0500)]
Add [delete] as a breakpoint delete key

10 years agoMake realgud-cmd-delete really work when tied to a key.
rocky [Fri, 7 Feb 2014 04:36:49 +0000 (23:36 -0500)]
Make realgud-cmd-delete really work when tied to a key.

10 years agoWork on "delete" shortkey
rocky [Fri, 7 Feb 2014 03:25:59 +0000 (22:25 -0500)]
Work on "delete" shortkey

10 years agoAdd interface for debugger "delete" "enable" and "disable"
rocky [Thu, 6 Feb 2014 09:13:19 +0000 (04:13 -0500)]
Add interface for debugger "delete" "enable" and "disable"

10 years agoReduce warnings. See previous commit
rocky [Thu, 6 Feb 2014 08:52:17 +0000 (03:52 -0500)]
Reduce warnings. See previous commit

10 years agoTry to reduce some of the warnings. I hate the Emacs compiler's spurious warnings.
rocky [Thu, 6 Feb 2014 08:39:45 +0000 (03:39 -0500)]
Try to reduce some of the warnings. I hate the Emacs compiler's spurious warnings.

10 years agoDeleting breakpoints now implemented.
rocky [Thu, 6 Feb 2014 02:38:39 +0000 (21:38 -0500)]
Deleting breakpoints now implemented.

10 years agoWork in Progress. Move a little forward on parsing breakpoint deletions
rocky [Wed, 5 Feb 2014 19:50:41 +0000 (14:50 -0500)]
Work in Progress. Move a little forward on parsing breakpoint deletions

10 years agoModify "Failed to invoke shell command" to be more explicit about args
rocky [Wed, 5 Feb 2014 18:07:01 +0000 (13:07 -0500)]
Modify "Failed to invoke shell command" to be more explicit about args

10 years agoreduce gratuitous warnings which prevented us from catching a real one that we 've...
rocky [Sun, 22 Dec 2013 10:49:38 +0000 (05:49 -0500)]
reduce gratuitous warnings which prevented us from catching a real one that we 've just also fixed.

10 years agoReduce warnings
rocky [Fri, 13 Dec 2013 20:13:04 +0000 (15:13 -0500)]
Reduce warnings

10 years agoReduce warnings focused mostly in directory debugger
rocky [Thu, 12 Dec 2013 22:07:28 +0000 (17:07 -0500)]
Reduce warnings focused mostly in directory debugger

10 years agoReduce warnings in tests.
rocky [Wed, 11 Dec 2013 22:30:34 +0000 (17:30 -0500)]
Reduce warnings in tests.

10 years agoRemove more warnings in test programs
rocky [Wed, 11 Dec 2013 00:39:13 +0000 (19:39 -0500)]
Remove more warnings in test programs

10 years agoMostly more declare-function statements
rocky [Tue, 10 Dec 2013 22:06:26 +0000 (17:06 -0500)]
Mostly more declare-function statements

10 years agoAdd gub panic backtrace line
rocky [Sat, 7 Dec 2013 19:17:15 +0000 (14:17 -0500)]
Add gub panic backtrace line

10 years agoReduce the number of warnings in the test directiory. One legit bug in realgud/bashdb...
rocky [Mon, 2 Dec 2013 21:48:51 +0000 (16:48 -0500)]
Reduce the number of warnings in the test directiory. One legit bug in realgud/bashdb/init.el was found/fixed though.

10 years agoFix gub parse args - this time, for sure! Fix tests to reduce warnings although they...
rocky [Mon, 2 Dec 2013 01:02:17 +0000 (20:02 -0500)]
Fix gub parse args - this time, for sure! Fix tests to reduce warnings although they are still run rampant.

10 years agocore.el: fix bugs in parsing gub command.
rocky [Sun, 1 Dec 2013 21:51:07 +0000 (16:51 -0500)]
core.el: fix bugs in parsing gub command.
gub.el: Set default gub command to something reasonable
track-mode.el: remove some warnings by defining non-local functions

10 years agoAdd golang backtrace regexp
rocky [Sun, 1 Dec 2013 16:08:27 +0000 (11:08 -0500)]
Add golang backtrace regexp

10 years agoFix up spelling when giving an error and regularize options given to emacs between...
rocky [Mon, 18 Nov 2013 13:05:59 +0000 (08:05 -0500)]
Fix up spelling when giving an error and regularize options given to emacs between compute-lispdir.sh and configure.ac

10 years agoI hate travis
rocky [Sun, 17 Nov 2013 18:50:16 +0000 (13:50 -0500)]
I hate travis

10 years agocarton is now called cask? (travis yet again)
rocky [Sun, 17 Nov 2013 17:59:11 +0000 (12:59 -0500)]
carton is now called cask? (travis yet again)

10 years agoWrong path for cask in .travis
rocky [Sun, 17 Nov 2013 17:55:50 +0000 (12:55 -0500)]
Wrong path for cask in .travis

10 years agoWrong version number for emacs in .travis
rocky [Sun, 17 Nov 2013 17:51:43 +0000 (12:51 -0500)]
Wrong version number for emacs in .travis

10 years agoLooks like "carton" install now uses python rather than sh
rocky [Sun, 17 Nov 2013 17:46:51 +0000 (12:46 -0500)]
Looks like "carton" install now uses python rather than sh

10 years agoI said use 24.3 for emacs testing
rocky [Sun, 17 Nov 2013 17:40:37 +0000 (12:40 -0500)]
I said use 24.3 for emacs testing

10 years agoTry only emacs 24 for now. See github.com/magit for how we might use emacs 23
rocky [Sun, 17 Nov 2013 17:24:32 +0000 (12:24 -0500)]
Try only emacs 24 for now. See github.com/magit for how we might use emacs 23

10 years agorealgud.el: Don't try to load gub for now. It's broken and melpa doesn't know about...
rocky [Sun, 17 Nov 2013 16:15:48 +0000 (11:15 -0500)]
realgud.el: Don't try to load gub for now. It's broken and melpa doesn't know about it either.
install-from-git.sh remove old git repositories before (re-)pulling them. Use https protocol by default on git command.
configure.ac: add --with-emacs option. Check for cl-lib in emacs.

10 years agoMerge pull request #16 from elbeardmorez/ac-lispdir
R. Bernstein [Tue, 24 Sep 2013 00:58:48 +0000 (17:58 -0700)]
Merge pull request #16 from elbeardmorez/ac-lispdir

autoconf, fall back to default datadir install location

10 years agoautoconf, fall back to default datadir install location
Pete Beardmore [Mon, 23 Sep 2013 17:30:27 +0000 (18:30 +0100)]
autoconf, fall back to default datadir install location

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:52:46 +0000 (21:52 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:46:25 +0000 (21:46 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:41:44 +0000 (21:41 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:37:31 +0000 (21:37 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:32:43 +0000 (21:32 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:30:02 +0000 (21:30 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:23:28 +0000 (21:23 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:20:05 +0000 (21:20 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:18:47 +0000 (21:18 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:16:04 +0000 (21:16 -0400)]
More travis hacking.

10 years agoMore travis hacking.
rocky [Sun, 25 Aug 2013 01:12:28 +0000 (21:12 -0400)]
More travis hacking.

10 years agoCarton moved around stuff
rocky [Sun, 25 Aug 2013 01:05:17 +0000 (21:05 -0400)]
Carton moved around stuff

10 years agoMerge branch 'master' of github.com:rocky/emacs-dbgr
rocky [Sun, 25 Aug 2013 01:00:26 +0000 (21:00 -0400)]
Merge branch 'master' of github.com:rocky/emacs-dbgr

10 years agoAttempt to fix running trepanx-track-mode in shell. DRY code a little.
rocky [Sun, 25 Aug 2013 00:59:44 +0000 (20:59 -0400)]
Attempt to fix running trepanx-track-mode in shell. DRY code a little.

10 years agoInclude travis build status in README.md
rocky [Fri, 26 Jul 2013 08:27:01 +0000 (04:27 -0400)]
Include travis build status in README.md

10 years agoTravis 6th try
rocky [Fri, 26 Jul 2013 08:23:08 +0000 (04:23 -0400)]
Travis 6th try

10 years agoTravis 5th try
rocky [Fri, 26 Jul 2013 08:19:49 +0000 (04:19 -0400)]
Travis 5th try

10 years agoTravis 4th try
rocky [Fri, 26 Jul 2013 08:16:00 +0000 (04:16 -0400)]
Travis 4th try

10 years agoTravis 3rd try
rocky [Fri, 26 Jul 2013 08:12:39 +0000 (04:12 -0400)]
Travis 3rd try

10 years agoTravis 2nd try
rocky [Fri, 26 Jul 2013 08:08:32 +0000 (04:08 -0400)]
Travis 2nd try

10 years agoTry travis
rocky [Fri, 26 Jul 2013 07:59:41 +0000 (03:59 -0400)]
Try travis

10 years agoMerge branch 'master' of github.com:rocky/emacs-dbgr
rocky [Wed, 24 Jul 2013 02:31:57 +0000 (22:31 -0400)]
Merge branch 'master' of github.com:rocky/emacs-dbgr

10 years agoChange pattern for gub deleted breakpoint
rocky [Wed, 24 Jul 2013 02:31:33 +0000 (22:31 -0400)]
Change pattern for gub deleted breakpoint

10 years agoMerge branch 'master' of github.com:rocky/emacs-dbgr
rocky [Wed, 24 Jul 2013 02:29:15 +0000 (22:29 -0400)]
Merge branch 'master' of github.com:rocky/emacs-dbgr

10 years agoUse long command names in gub
rocky [Wed, 24 Jul 2013 02:29:12 +0000 (22:29 -0400)]
Use long command names in gub

11 years agoTop-level gub.sh to run the debugger from the outset now works.
rocky [Fri, 12 Jul 2013 21:59:11 +0000 (17:59 -0400)]
Top-level gub.sh to run the debugger from the outset now works.

11 years agoAttempt to fix up gub invocation
rocky [Fri, 12 Jul 2013 18:15:14 +0000 (14:15 -0400)]
Attempt to fix up gub invocation

11 years agoSmall changes: update version, list of debuggers supported and ignore package (*...
rocky [Wed, 10 Jul 2013 15:08:14 +0000 (11:08 -0400)]
Small changes: update version, list of debuggers supported and ignore package (*-pkg.el) files.

11 years agoTry using Carton instead of realgud-pkg.el as suggested by Steve Purcell
rocky [Wed, 10 Jul 2013 14:56:24 +0000 (10:56 -0400)]
Try using Carton instead of realgud-pkg.el as suggested by Steve Purcell

11 years agoMake MELPA happy at the expense of making emacs's byte compiler less happy.
rocky [Wed, 10 Jul 2013 08:14:52 +0000 (04:14 -0400)]
Make MELPA happy at the expense of making emacs's byte compiler less happy.

11 years agoMerge branch 'master' of github.com:rocky/emacs-dbgr
rocky [Tue, 2 Jul 2013 01:44:00 +0000 (21:44 -0400)]
Merge branch 'master' of github.com:rocky/emacs-dbgr

11 years agogub prompt changed. Address some of the too-numerous elisp-warnings
rocky [Tue, 2 Jul 2013 01:43:22 +0000 (21:43 -0400)]
gub prompt changed. Address some of the too-numerous elisp-warnings

11 years agoRemove more free-variable warnings
rocky [Mon, 1 Jul 2013 19:45:43 +0000 (15:45 -0400)]
Remove more free-variable warnings

11 years agoMore testing stuff
rocky [Mon, 1 Jul 2013 09:43:06 +0000 (05:43 -0400)]
More testing stuff

11 years agoReduce test warnings.
rocky [Mon, 1 Jul 2013 09:33:51 +0000 (05:33 -0400)]
Reduce test warnings.

11 years agoMore gub customization
rocky [Sun, 30 Jun 2013 20:55:04 +0000 (16:55 -0400)]
More gub customization

11 years agoDisallow filenames in location tracking that start with a blank.
rocky [Sun, 30 Jun 2013 20:26:56 +0000 (16:26 -0400)]
Disallow filenames in location tracking that start with a blank.

11 years agoSee above.
rocky [Sat, 29 Jun 2013 18:47:47 +0000 (14:47 -0400)]
See above.

11 years agoAdd C-x C-q to turn off shortkey mode.
rocky [Sat, 29 Jun 2013 18:03:23 +0000 (14:03 -0400)]
Add C-x C-q to turn off shortkey mode.

11 years agoCorrect gub regexp
rocky [Thu, 27 Jun 2013 17:56:42 +0000 (13:56 -0400)]
Correct gub regexp

11 years agoBetter (but not good) gub invocation settings
rocky [Thu, 27 Jun 2013 04:42:06 +0000 (00:42 -0400)]
Better (but not good) gub invocation settings

11 years agoStart Go language interpreter debugger gub.
rocky [Thu, 27 Jun 2013 01:10:18 +0000 (21:10 -0400)]
Start Go language interpreter debugger gub.

11 years agoAdd a coderwall endorse
rocky [Fri, 14 Jun 2013 15:51:43 +0000 (11:51 -0400)]
Add a coderwall endorse

11 years agoAdministration build stuff
rocky [Sat, 8 Jun 2013 23:19:25 +0000 (19:19 -0400)]
Administration build stuff

11 years agofile.el, test-file.el: when we remap files remember what we answered. debugger/*...
rocky [Sat, 8 Jun 2013 19:18:56 +0000 (15:18 -0400)]
file.el, test-file.el: when we remap files remember what we answered. debugger/*: make (interactive) and testing work together. track.el: start ansi-term tolerance.

11 years agoOne more typo
rocky [Sun, 7 Apr 2013 14:33:27 +0000 (10:33 -0400)]
One more typo

11 years agocompute-lispdir.sh, configure.ac: Figure out a reasonable lisp directory (--with...
rocky [Sat, 6 Apr 2013 16:38:57 +0000 (12:38 -0400)]
compute-lispdir.sh, configure.ac: Figure out a reasonable lisp directory (--with-lispdir). realgud/common/*.el: group is 'realgud, not 'dbgr

11 years agoAdd trepan2 for Python 2.x - -really copied/renamed from pydbgr.
rocky [Sat, 6 Apr 2013 12:22:38 +0000 (08:22 -0400)]
Add trepan2 for Python 2.x - -really copied/renamed from pydbgr.

11 years agoRevise description so it doesn't say the same thing as the summary.
rocky [Fri, 5 Apr 2013 01:47:39 +0000 (21:47 -0400)]
Revise description so it doesn't say the same thing as the summary.

11 years agorealgud-pkg.el: add dependency on cl-lib.
rocky [Fri, 5 Apr 2013 01:19:05 +0000 (21:19 -0400)]
realgud-pkg.el: add dependency on cl-lib.

11 years agorealgud.el: More doc tweaking. test-regexp-pydbgr.el: remove artifact from dbgr-...
rocky [Wed, 3 Apr 2013 02:48:33 +0000 (22:48 -0400)]
realgud.el: More doc tweaking. test-regexp-pydbgr.el: remove artifact from dbgr->realgud rename.

11 years agoSmall doc-like changes.
rocky [Tue, 2 Apr 2013 19:13:37 +0000 (15:13 -0400)]
Small doc-like changes.

11 years agoWhy did I take so long to include this THANKS file?
rocky [Mon, 1 Apr 2013 13:22:16 +0000 (09:22 -0400)]
Why did I take so long to include this THANKS file?

11 years agoMore name change artifacts
rocky [Mon, 1 Apr 2013 13:12:40 +0000 (09:12 -0400)]
More name change artifacts

11 years agoMerge pull request #14 from rocky/realgud
R. Bernstein [Mon, 1 Apr 2013 13:05:12 +0000 (06:05 -0700)]
Merge pull request #14 from rocky/realgud

Realgud