index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
gud.el
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Small speedbar-related clean-up
Glenn Morris
2013-05-21
1
-8
/
+27
*
Silence some compiler warnings
Glenn Morris
2013-05-21
1
-1
/
+1
*
Silence byte-compiler warnings.
Juanma Barranquero
2013-05-08
1
-4
/
+1
*
Use add/remove-function to manipulate process-filters.
Stefan Monnier
2013-04-20
1
-6
/
+3
*
* lisp/progmodes/gud.el (gud-perldb-marker-filter): Understand position info
Dima Kogan
2013-04-19
1
-3
/
+27
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
* gud.el (gud-menu-map): Check gdb-active-process is bound. (Bug#12358)
Glenn Morris
2012-10-23
1
-2
/
+3
*
Fix how gdb-mi calls display-buffer to avoid switching frames.
Chong Yidong
2012-10-19
1
-34
/
+31
*
Clean up gdb-mi's usage of display-buffer.
Chong Yidong
2012-08-26
1
-5
/
+1
*
Fix and improve GUD Tooltip mode.
Eli Zaretskii
2012-08-14
1
-2
/
+5
*
More CL cleanups and reduction of use of cl.el.
Stefan Monnier
2012-07-11
1
-15
/
+13
*
* lisp/files.el (file-name-base): New convenience function.
Sam Steingold
2012-06-26
1
-4
/
+3
*
Tweaks to Customize interface. Set custom-reset-button-menu to t.
Chong Yidong
2012-04-22
1
-2
/
+3
*
* lisp/progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
Sam Steingold
2012-04-18
1
-2
/
+2
*
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-3
/
+3
*
* progmodes/gud.el (gud-pv): Use pv instead of pv1.
Andreas Schwab
2012-02-05
1
-1
/
+1
*
Fix pdb path handling.
Syver Enstad
2012-01-29
1
-2
/
+2
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Fix GDB/MI inline completion.
Chong Yidong
2011-12-25
1
-54
/
+50
*
Spelling fixes.
Paul Eggert
2011-12-11
1
-2
/
+2
*
Spelling fixes.
Paul Eggert
2011-11-26
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-24
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-2
/
+2
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-17
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-11
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-09
1
-1
/
+1
*
Fix more minor mode docstrings.
Chong Yidong
2011-10-19
1
-1
/
+4
*
Change modes that used same-window-* vars to use switch-to-buffer.
Chong Yidong
2011-09-11
1
-1
/
+1
*
Fix various uses of display-buffer and pop-to-buffer
Chong Yidong
2011-09-10
1
-14
/
+3
*
Tweaks to display-buffer default actions; remove same-window-* autoload forms.
Chong Yidong
2011-09-10
1
-4
/
+0
*
Merge from emacs-23; up to 2010-06-16T23:27:20Z!jay.p.belanger@gmail.com.
Glenn Morris
2011-07-05
1
-1
/
+2
|
\
|
*
* lisp/progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
Chong Yidong
2011-06-27
1
-1
/
+2
*
|
Don't quote lambda expressions with `quote'.
Stefan Monnier
2011-05-23
1
-5
/
+5
*
|
Declaration fixes.
Glenn Morris
2011-05-04
1
-2
/
+0
*
|
lisp/progmodes/*.el: Lexical-binding cleanup.
Juanma Barranquero
2011-04-22
1
-31
/
+29
*
|
* lisp/progmodes/gud.el (gud-gdb): Use completion-at-point instead of
Stefan Monnier
2011-04-14
1
-29
/
+53
*
|
* lisp/progmodes/gud.el (gdb-script-syntax-propertize-function):
Stefan Monnier
2011-03-06
1
-1
/
+3
*
|
* progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
Tom Tromey
2011-03-04
1
-1
/
+1
*
|
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
|
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
|
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Derive from prog-mode, use derived-mode-p, and fix up various
Stefan Monnier
2010-12-10
1
-5
/
+3
*
|
Move some autoloaded auto-mode-alist entries to files.el.
Glenn Morris
2010-09-23
1
-7
/
+0
*
|
New syntax-propertize functionality.
Stefan Monnier
2010-09-11
1
-10
/
+14
*
|
* progmodes/gud.el (gud-common-init): Check for remoteness of
Michael Albinus
2010-07-28
1
-2
/
+2
*
|
Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz:
Nick Roberts
2010-03-28
1
-118
/
+86
|
/
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
[prev]
[next]