aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2004-10-25 16:05:27 +0000
committerStefan Monnier <[email protected]>2004-10-25 16:05:27 +0000
commitf328b6c4eed8aa79b2bbf40624814f310a5883ae (patch)
tree1094821a8fa79d1e009e43de3b2ebae5d5b20297
parentacd4089b007a703da522dc7daf82276af67d972b (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog23
1 files changed, 12 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c9795d42f..b7885b0229 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -17,8 +17,7 @@
2004-10-24 Luc Teirlinck <[email protected]>
- * indent.el (set-left-margin, set-right-margin): Delete redundant
- code.
+ * indent.el (set-left-margin, set-right-margin): Delete redundant code.
(increase-right-margin): Remove erroneous call to `interactive-p'.
2004-10-24 Kim F. Storm <[email protected]>
@@ -39,24 +38,23 @@
2004-10-24 Masatake YAMATO <[email protected]>
- * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
- periods and underscores in a function name.
+ * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
+ Handle periods and underscores in a function name.
Remove the address fontification.
2004-10-24 Masatake YAMATO <[email protected]>
- * progmodes/asm-mode.el (asm-font-lock-keywords): Use
- font-lock-variable-name-face for registers.
+ * progmodes/asm-mode.el (asm-font-lock-keywords):
+ Use font-lock-variable-name-face for registers.
2004-10-24 Nick Roberts <[email protected]>
* 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-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 <[email protected]>.
@@ -101,13 +99,16 @@
2004-10-21 Jay Belanger <[email protected]>
* calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
- Declared these variables with defvar.
+ Declare these variables with defvar.
* calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
is bound, only check to see if it is bound.
2004-10-21 Stefan Monnier <[email protected]>
+ * textmodes/tex-mode.el (tex-compilation-parse-errors):
+ Don't output messages.
+
* calc/calc-help.el (calc-describe-bindings): Fix last change.
2004-10-21 John Paul Wallington <[email protected]>