Mercurial > emacs
comparison lisp/ChangeLog @ 75366:b987d93ee842
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 21 Jan 2007 21:02:40 +0000 |
parents | 1e55e444c3d5 |
children | f636c357cd5d |
comparison
equal
deleted
inserted
replaced
75365:1ca329878d87 | 75366:b987d93ee842 |
---|---|
1 2007-01-21 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-ui.el (gdb-var-create-regexp) | |
4 (gdb-var-create-handler): Handle value field in GDB output of | |
5 -var-create. | |
6 (gdb-max-frames): New variable. | |
7 (gdb-stack-buffer, gdb-frames-select): Use it. | |
8 (gdb-info-stack-custom): Help user customize gdb-max-frames, | |
9 if necessary. | |
10 (gdb-get-frame-number): Simplify. | |
11 | |
1 2007-01-21 Glenn Morris <rgm@gnu.org> | 12 2007-01-21 Glenn Morris <rgm@gnu.org> |
2 | 13 |
3 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Update | 14 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Update |
4 copyrights. | 15 copyrights. |
5 | 16 |
25 colors). | 36 colors). |
26 (ps-do-despool): Ensure ps-printer-name has a valid value. | 37 (ps-do-despool): Ensure ps-printer-name has a valid value. |
27 | 38 |
28 2007-01-21 Nick Roberts <nickrob@snap.net.nz> | 39 2007-01-21 Nick Roberts <nickrob@snap.net.nz> |
29 | 40 |
30 * progmodes/gdb-ui.el (gdb-var-create-regexp) | 41 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring. |
31 (gdb-var-create-handler): Handle value field in GDB output of | 42 (gdb-debug-log-max): Rename from gdb-debug-ring-max. |
32 -var-create. | 43 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max |
33 (gdb-max-frames): New variable. | 44 mean unlimited. |
34 (gdb-stack-buffer, gdb-frames-select): Use it. | |
35 (gdb-info-stack-custom): Help user customize gdb-max-frames, | |
36 if necessary. | |
37 (gdb-get-frame-number): Simplify. | |
38 | 45 |
39 2007-01-20 Alan Mackenzie <acm@muc.de> | 46 2007-01-20 Alan Mackenzie <acm@muc.de> |
40 | 47 |
41 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do | 48 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do |
42 much more rigorous analysis of putative K&R regions. | 49 much more rigorous analysis of putative K&R regions. |