diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e726990cacf..6fdc2d08718 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/prog-mode.el (prog-mode-hook): Replace reference to | ||
| 4 | Text mode in docstring (bug#18464). | ||
| 5 | |||
| 1 | 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * progmodes/perl-mode.el (perl-syntax-propertize-function): | 8 | * progmodes/perl-mode.el (perl-syntax-propertize-function): |
| @@ -41,8 +46,7 @@ | |||
| 41 | 46 | ||
| 42 | * image-mode.el (image-toggle-display-image): If we have a | 47 | * image-mode.el (image-toggle-display-image): If we have a |
| 43 | `fit-width' or a `fit-height', don't limit the size of the image | 48 | `fit-width' or a `fit-height', don't limit the size of the image |
| 44 | to the window size, because that doesn't preserve the aspect | 49 | to the window size, because that doesn't preserve the aspect ratio. |
| 45 | ratio. | ||
| 46 | * image-mode.el: Move defvars earlier to avoid a byte-compilation | 50 | * image-mode.el: Move defvars earlier to avoid a byte-compilation |
| 47 | warning. | 51 | warning. |
| 48 | 52 | ||