diff options
| author | Glenn Morris | 2008-12-11 04:22:37 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-11 04:22:37 +0000 |
| commit | bc79ba50b57c9f14687b0819b291f1161d8554d7 (patch) | |
| tree | 6afc98ee94101d14ae53fac11a3f5ca4bc6a086d | |
| parent | ebcba96ba3e23cbb651a4050257b4d256cf1da45 (diff) | |
| download | emacs-bc79ba50b57c9f14687b0819b291f1161d8554d7.tar.gz emacs-bc79ba50b57c9f14687b0819b291f1161d8554d7.zip | |
Fix ruby-mode attribution.
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e02eafbd84..4e6b3c34ed9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,11 +6,14 @@ | |||
| 6 | 6 | ||
| 7 | * Makefile.in (ELCFILES): Add ruby-mode.elc. | 7 | * Makefile.in (ELCFILES): Add ruby-mode.elc. |
| 8 | 8 | ||
| 9 | * progmodes/ruby-mode.el: New file. | ||
| 10 | |||
| 11 | * term/xterm.el (xterm-remove-modify-other-keys): Fix error in | 9 | * term/xterm.el (xterm-remove-modify-other-keys): Fix error in |
| 12 | terminal variable assignment. | 10 | terminal variable assignment. |
| 13 | 11 | ||
| 12 | 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org> | ||
| 13 | Nobuyoshi Nakada <nobu@ruby-lang.org> | ||
| 14 | |||
| 15 | * progmodes/ruby-mode.el: New file. | ||
| 16 | |||
| 14 | 2008-12-10 Juanma Barranquero <lekktu@gmail.com> | 17 | 2008-12-10 Juanma Barranquero <lekktu@gmail.com> |
| 15 | 18 | ||
| 16 | * net/tramp.el (top): Don't fail if there is no current message. | 19 | * net/tramp.el (top): Don't fail if there is no current message. |