diff options
| author | Juanma Barranquero | 2003-01-23 09:12:03 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-01-23 09:12:03 +0000 |
| commit | 18255677080f78d5a654d5eccb02a7b0fb2e5c4f (patch) | |
| tree | 45c7dfdd4552ecd63e8fd920e90bb5a63ff29924 /lisp/ChangeLog | |
| parent | 99f01c91bc65227544638a2ad436bb076cb4e00e (diff) | |
| download | emacs-18255677080f78d5a654d5eccb02a7b0fb2e5c4f.tar.gz emacs-18255677080f78d5a654d5eccb02a7b0fb2e5c4f.zip | |
(asm-mode): Added syntax table entries for /* */ comments.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2abf062c8b3..c052e0806b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-01-23 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * progmodes/asm-mode.el (asm-mode): Added syntax table entries for | ||
| 4 | /* */ comments. | ||
| 5 | |||
| 1 | 2003-01-23 Kenichi Handa <handa@m17n.org> | 6 | 2003-01-23 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * files.el (insert-directory): Read the output of "ls" by | 8 | * files.el (insert-directory): Read the output of "ls" by |
| @@ -82,7 +87,7 @@ | |||
| 82 | * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings | 87 | * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings |
| 83 | to C-c C-i. Duplicate its bindings with last char a ctl char. | 88 | to C-c C-i. Duplicate its bindings with last char a ctl char. |
| 84 | Also change C-c f to C-c C-f. | 89 | Also change C-c f to C-c C-f. |
| 85 | 90 | ||
| 86 | 2003-01-20 Markus Rost <rost@math.ohio-state.edu> | 91 | 2003-01-20 Markus Rost <rost@math.ohio-state.edu> |
| 87 | 92 | ||
| 88 | * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default | 93 | * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default |
| @@ -206,7 +211,7 @@ | |||
| 206 | * loadup.el: Include lisp/textmodes in load-path for bootstrap | 211 | * loadup.el: Include lisp/textmodes in load-path for bootstrap |
| 207 | emacs, to resolve ispell menu reference. | 212 | emacs, to resolve ispell menu reference. |
| 208 | 213 | ||
| 209 | 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change) | 214 | 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change) |
| 210 | 215 | ||
| 211 | * international/mule.el (optimize-char-coding-system-table): | 216 | * international/mule.el (optimize-char-coding-system-table): |
| 212 | Optimize it. | 217 | Optimize it. |
| @@ -906,7 +911,7 @@ | |||
| 906 | (tooltip-gud-process-output): Undo previous change. | 911 | (tooltip-gud-process-output): Undo previous change. |
| 907 | (tooltip-strip-annotations): Remove. | 912 | (tooltip-strip-annotations): Remove. |
| 908 | 913 | ||
| 909 | 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org> | 914 | 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org> |
| 910 | 915 | ||
| 911 | * gud.el (gud-menu-map): Add jdb support for "run". | 916 | * gud.el (gud-menu-map): Add jdb support for "run". |
| 912 | (gud-jdb-find-source-using-classpath): Use 'identity. | 917 | (gud-jdb-find-source-using-classpath): Use 'identity. |
| @@ -1276,7 +1281,7 @@ | |||
| 1276 | * files.el (find-file-read-args): Reenable wildcard processing | 1281 | * files.el (find-file-read-args): Reenable wildcard processing |
| 1277 | unconditionally. | 1282 | unconditionally. |
| 1278 | 1283 | ||
| 1279 | 2002-12-06 Robert J. Chassell <bob@rattlesnake.com> | 1284 | 2002-12-06 Robert J. Chassell <bob@rattlesnake.com> |
| 1280 | 1285 | ||
| 1281 | * textmodes/texinfmt.el (texinfo-format-scan): Handle new | 1286 | * textmodes/texinfmt.el (texinfo-format-scan): Handle new |
| 1282 | functions for copyright notice and copying permissions. | 1287 | functions for copyright notice and copying permissions. |