aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-12-05 20:32:26 +0000
committerStefan Monnier2002-12-05 20:32:26 +0000
commitff5aed9364223df656938c7119aa190ce878f691 (patch)
tree9dda4e82db98ddc2c7b52582815efa459b4da9a6
parentf5f574114778ac1c22a2ad0d9e43bb8bac5a0d2f (diff)
downloademacs-ff5aed9364223df656938c7119aa190ce878f691.tar.gz
emacs-ff5aed9364223df656938c7119aa190ce878f691.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eaaab0ce0f2..a4830ced892 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,49 @@
12002-12-05 Stefan Monnier <monnier@cs.yale.edu>
2
3 * calendar/calendar.el (facemenu-unlisted-faces): Only update
4 after facemenu is loaded.
5 (calendar-font-lock-keywords): Accept non-ASCII month names.
6 Use regexp-opt.
7
8 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
9 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
10 (gdba): Call `gdb' and then make modifications.
11 Always call gdb-clear-inferior-io rather than just "the first time".
12 (gud-break, gud-remove): Definitions moved to inside gdba.
13 (gdb-target-name): Remove. Use gud-target-name instead.
14 (gdba-complete-filter, gdba-common-init): Remove.
15 The changes were integrated into the generic code.
16
17 * gud.el: Use match-string.
18 (gud-menu-map): Re-fix gdb-running to gud-running.
19 Activate up/down and finish for pdb.
20 (gud-def): Use backquotes.
21 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
22 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
23 (gud-gdb-complete-break, gud-gdb-complete-list):
24 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
25 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
26 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
27 Add a `filter' argument and run it on `string'.
28 (gud-gdb-run-command-fetch-lines): Use it instead of
29 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
30 Return the fetched lines.
31 (gud-gdb-complete-command): Use it instead of cooking up
32 something by hand using gud-gdb-complete-filter.
33 (gud-gdb-get-stackframe): Use the new calling convention of
34 gud-gdb-run-command-fetch-lines.
35 (gud-gdb-fetched-stack-frame-list): Remove.
36 (gud-gdb-speedbar-stack-filter): Remove.
37 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
38 (gud-bashdb-command-name): Add "--debugger" argument here.
39 (bashdb): Use default gud-find-file and don't bother with
40 a massage-args function now that --debugger is make explicit.
41 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
42 (bashdb): Don't provide.
43 (gud-target-name): New var.
44 (gud-common-init): Set it.
45 Also reset gud-running and gud-last-last-frame.
46
12002-12-05 Dave Love <fx@gnu.org> 472002-12-05 Dave Love <fx@gnu.org>
2 48
3 * international/utf-8-subst.el: Update safe-chars of mule-utf-8, 49 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,