diff options
| author | Kim F. Storm | 2006-04-26 08:56:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-04-26 08:56:23 +0000 |
| commit | 5a56121fef704458d7fd24c36a4b3f96eac8d10c (patch) | |
| tree | a81125e01350048ab496c476372ff7476641ab01 | |
| parent | 0db097a55749dc040ef5d8daec7d7806cbb4281c (diff) | |
| download | emacs-5a56121fef704458d7fd24c36a4b3f96eac8d10c.tar.gz emacs-5a56121fef704458d7fd24c36a4b3f96eac8d10c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 234a8445845..d2d3cd6f9b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2006-04-26 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * subr.el (posn-string, posn-image, posn-object): Doc fix. | ||
| 4 | |||
| 1 | 2006-04-26 Masatake YAMATO <jet@gyve.org> | 5 | 2006-04-26 Masatake YAMATO <jet@gyve.org> |
| 2 | 6 | ||
| 3 | * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table): | 7 | * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table): |
| 4 | Add support for "//" style comments. Remove `b' flag | 8 | Add support for "//" style comments. Remove `b' flag |
| 5 | from ?* in `asm-mode-syntax-table'. | 9 | from ?* in `asm-mode-syntax-table'. |
| 6 | 10 | ||