comparison lisp/ChangeLog @ 62045:b34037318c7e

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 03 May 2005 06:44:12 +0000
parents 82c6429cf333
children fa7d4d214722
comparison
equal deleted inserted replaced
62044:e79e289ac796 62045:b34037318c7e
1 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4 Remove these recent additions.
5 (c-mode): Restore to before 2005-04-28.
6
7 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8 recent addition.
9
10 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11 (gdb-define-alist): New variables.
12 (gdb-create-define-alist): New function.
13 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15 with string-to-number.
16 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17
18 * progmodes/gud.el: Replace string-to-int with string-to-number.
19 (gud-find-file): Handle gdb-define-alist.
20
21 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22
1 2005-05-02 Jay Belanger <belanger@truman.edu> 23 2005-05-02 Jay Belanger <belanger@truman.edu>
2 24
3 * calc/calc-aent.el (math-read-token): Replace `string-to-int' by 25 * calc/calc-aent.el (math-read-token): Replace `string-to-int' by
4 `string-to-number'. 26 `string-to-number'.
5 * calc/calc-bin.el (calc-word-size): Replace `string-to-int' by 27 * calc/calc-bin.el (calc-word-size): Replace `string-to-int' by