summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2004-10-23 21:59:07 +0000
committerNick Roberts <nickrob@snap.net.nz>2004-10-23 21:59:07 +0000
commit135a6e29d56d5a14828ddb9da74da9fbb1125fc5 (patch)
tree2fc39f2f7543a4866e09757ae340209c21dc8755 /lisp
parent11741689a68735dcf11f83bcf90e6a04a5b75b6f (diff)
downloademacs-135a6e29d56d5a14828ddb9da74da9fbb1125fc5.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 85fa5318e5d..d4d95d30dcd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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