The Great ChangeLog Renaming
[packages] / xemacs-packages / debug / ChangeLog.XEmacs
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.20 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.19 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13         * debug-toolbar.el: Restore CVS keyword expansion.
14         * pdb.el: Ditto.
15
16 2006-05-17  Norbert Koch  <viteno@xemacs.org>
17
18         * Makefile (VERSION): XEmacs package 1.18 released.
19
20 2006-05-13  Jerry James  <james@xemacs.org>
21
22         * gud.el (gdb-call-showing-gud): comint-input-sender is a variable
23         referring to a function, not a function.
24
25 2003-10-31  Norbert Koch  <viteno@xemacs.org>
26
27         * Makefile (VERSION): XEmacs package 1.17 released.
28
29 2003-03-30  Steve Youngs  <youngs@xemacs.org>
30
31         * Makefile (EARLY_GENERATED_LISP): Revert previous change.
32
33 2003-03-22  Steve Youngs  <youngs@xemacs.org>
34
35         * Makefile (EARLY_GENERATED_LISP): Explicitly set so we don't try
36         to build custom-loads, this package doesn't have any.
37
38 2003-03-09  Ben Wing  <ben@xemacs.org>
39
40         * Makefile:
41         Delete explicit compile:: and binkit: rules.
42
43 2002-11-29  Ben Wing  <ben@xemacs.org>
44
45         * .cvsignore: Remove files now handled automatically by CVS.
46         * Makefile: Use `compile' instead of hard-coded `all'.
47
48 2002-10-15  Ville Skyttä  <scop@xemacs.org>
49
50         * Makefile (srckit): Remove.
51
52 2002-09-25  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
53
54         * Makefile (VERSION): XEmacs package 1.16 released.
55
56 2002-09-22  Scott Douglass  <sdouglass@arm.com>
57
58         * gdb.el (gdb-filter-insert): Fix broken comint-kill-output
59         behavior in gdb-mode.
60
61 2002-07-15  Adrian Aichner  <adrian@xemacs.org>
62
63         * pdb.el: It's XEmacs, not Xemacs.
64
65 2002-05-01  Steve Youngs  <youngs@xemacs.org>
66
67         * Makefile (VERSION): XEmacs package 1.15 released.
68
69         * package-info.in: Add debug-toolbar.
70
71         * Makefile (ELCS): Add debug-toolbar.elc.
72
73         * pdb.el (pdb-install-toolbar): Require debug-toolbar.
74         (pdb-toolbar): Rename eos* to debug*
75
76         * gdbsrc.el (gdbsrc-toolbar): Rename eos* to debug*.
77
78         * gdb.el ((featurep 'toolbar)): Require debug-toolbar.
79         (gdb-toolbar): Rename eos* to debug*.
80         (gdb-set-buffer): Ditto.
81
82         * debug-toolbar.el: New file.
83
84 2000-11-07  Martin Buchholz  <martin@xemacs.org>
85
86         * gdbsrc.el: Doc fixes.
87
88 2000-10-05  Martin Buchholz  <martin@xemacs.org>
89
90         * *: Mega typo fix.
91
92 1999-10-14  Rodney Stromlund  <Rodney.Stromlund@wnco.com>
93
94         * gud.el (gud-format-command): int-to-string the line number
95         before using it in concat (this is the "%l" expression).
96
97 1999-09-03  Justin Vallon  <vallon@bear.com>
98
99         * gud.el: Allow a lambda (ie: functionp) in gud-overload-functions.
100
101 1999-05-12  Sam Mikes  <smikes@alumni.hmc.edu>
102  
103         * gud.el: (gud-format-command) use `int-to-string' in concat         
104
105 1999-05-04  Karl M. Hegbloom  <psu25682@odin.cc.pdx.edu>
106
107         * Makefile (ELCS): Add gdbsrc.elc
108
109 1999-03-15  Adrian Aichner  <aichner@ecf.teradyne.com>
110
111         * gud.el (gud-format-command): Convert int-to-string before using
112         it in concat.  This makes "C-x SPC runs `gud-break'" work in
113         perl source code.
114
115 1998-12-08  Adrian Aichner  <aichner@ecf.teradyne.com>
116
117         * gud.el (gud-perldb-marker-filter): Matching an optional DRIVE:
118         prefix in path for Windows.  Adjusting sub-expression match
119         numbers accordingly.
120
121 1998-11-18  Charles G Waldman  <cgw@pgt.com>
122
123         * pdb.el:  fix gud-pdb-marker-filter so that pdb works
124         on Windows (backslash delimiters), and on directory names
125         containing spaces and hyphens.  Make pdb startup use
126         completing read.
127
128 1998-07-09  SL Baur  <steve@altair.xemacs.org>
129
130         * package-info.in: Update provides.
131
132 1998-06-01  SL Baur  <steve@altair.xemacs.org>
133
134         * pdb.el: New file, courtesy of Wolfgang Weitz
135
136 1998-04-24  SL Baur  <steve@altair.xemacs.org>
137
138         * gdb.el:
139         * gdbsrc.el: Improve selection of window for display.
140         From David Hughes <djh@videonetworks.com>
141
142 1998-01-24  SL Baur  <steve@altair.xemacs.org>
143
144         * Makefile (VERSION): Update to package standard 1.0.
145
146 1998-01-12  SL Baur  <steve@altair.xemacs.org>
147
148         * Makefile (all): Created.