diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d78f156503f..e7c374e1e96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-04-26 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/octave.el (octave-submit-bug-report): Obsolete. | ||
| 4 | (octave-mode, inferior-octave-mode): Use setq-local. | ||
| 5 | (octave-not-in-string-or-comment-p): Renamed to | ||
| 6 | octave-in-string-or-comment-p. | ||
| 7 | (octave-in-comment-p, octave-in-string-p) | ||
| 8 | (octave-in-string-or-comment-p): Replace defsubst with defun. | ||
| 9 | |||
| 1 | 2013-04-25 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2013-04-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~. | 12 | * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~. |