Mercurial > emacs
comparison lisp/ChangeLog @ 57660:75293ed8a80d
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 23 Oct 2004 21:59:07 +0000 |
parents | 0a7db62fb4d8 |
children | 32d43bf87999 |
comparison
equal
deleted
inserted
replaced
57659:d3786cf47173 | 57660:75293ed8a80d |
---|---|
1 2004-10-24 Masatake YAMATO <jet@gyve.org> | |
2 | |
3 * progmodes/asm-mode.el: Use font-lock-variable-name-face for | |
4 registers. | |
5 | |
6 2004-10-24 Nick Roberts <nickrob@snap.net.nz> | |
7 | |
8 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run | |
9 kill-all-local-variables. | |
10 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode) | |
11 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use | |
12 kill-all-local-variables and provide mode-hooks. | |
13 (gdb-assembler-font-lock-keywords): New font lock keywords | |
14 definition. | |
15 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'. | |
16 Suggested by Masatake YAMATO <jet@gyve.org>. | |
17 | |
1 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net> | 18 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net> |
2 | 19 |
3 * simple.el (process-file): New function, similar to call-process | 20 * simple.el (process-file): New function, similar to call-process |
4 but supports file handlers. | 21 but supports file handlers. |
5 * vc.el (vc-do-command): Use it, instead of call-process. | 22 * vc.el (vc-do-command): Use it, instead of call-process. |