Mercurial > emacs
changeset 57660:75293ed8a80d
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 23 Oct 2004 21:59:07 +0000 |
parents | d3786cf47173 |
children | b59713cd72a2 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 23 21:39:13 2004 +0000 +++ b/lisp/ChangeLog Sat Oct 23 21:59:07 2004 +0000 @@ -1,3 +1,20 @@ +2004-10-24 Masatake YAMATO <jet@gyve.org> + + * progmodes/asm-mode.el: Use font-lock-variable-name-face for + registers. + +2004-10-24 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run + kill-all-local-variables. + (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode) + (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use + kill-all-local-variables and provide mode-hooks. + (gdb-assembler-font-lock-keywords): New font lock keywords + definition. + (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'. + Suggested by Masatake YAMATO <jet@gyve.org>. + 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net> * simple.el (process-file): New function, similar to call-process