diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c489bd362b1..fafeb959d43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Make registers and delete-selection-mode work on rectangles. | ||
| 4 | * register.el (describe-register-1): Don't modify the register's value. | ||
| 5 | (copy-to-register): Obey region-extract-function. | ||
| 6 | * delsel.el (delete-active-region): Obey region-extract-function. | ||
| 7 | |||
| 1 | 2013-12-08 Leo Liu <sdl.web@gmail.com> | 8 | 2013-12-08 Leo Liu <sdl.web@gmail.com> |
| 2 | 9 | ||
| 3 | * progmodes/flymake.el (flymake, flymake-error-bitmap) | 10 | * progmodes/flymake.el (flymake, flymake-error-bitmap) |
| @@ -29,8 +36,7 @@ | |||
| 29 | 36 | ||
| 30 | 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | 37 | 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 31 | 38 | ||
| 32 | * net/shr.el (shr-tag-img): Don't bug out on <img src=""> | 39 | * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data. |
| 33 | data. | ||
| 34 | 40 | ||
| 35 | 2013-12-06 Michael Albinus <michael.albinus@gmx.de> | 41 | 2013-12-06 Michael Albinus <michael.albinus@gmx.de> |
| 36 | 42 | ||
| @@ -42,8 +48,8 @@ | |||
| 42 | 48 | ||
| 43 | 2013-12-06 Dmitry Gutov <dgutov@yandex.ru> | 49 | 2013-12-06 Dmitry Gutov <dgutov@yandex.ru> |
| 44 | 50 | ||
| 45 | * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Touch | 51 | * progmodes/ruby-mode.el (ruby-syntax-propertize-function): |
| 46 | up the last change. | 52 | Touch up the last change. |
| 47 | 53 | ||
| 48 | 2013-12-06 Leo Liu <sdl.web@gmail.com> | 54 | 2013-12-06 Leo Liu <sdl.web@gmail.com> |
| 49 | 55 | ||
| @@ -73,8 +79,8 @@ | |||
| 73 | 79 | ||
| 74 | 2013-12-06 Dmitry Gutov <dgutov@yandex.ru> | 80 | 2013-12-06 Dmitry Gutov <dgutov@yandex.ru> |
| 75 | 81 | ||
| 76 | * progmodes/octave.el (inferior-octave-completion-table): Turn | 82 | * progmodes/octave.el (inferior-octave-completion-table): |
| 77 | back into function, use `completion-table-with-cache' | 83 | Turn back into function, use `completion-table-with-cache' |
| 78 | (Bug#11906). Update all references. | 84 | (Bug#11906). Update all references. |
| 79 | 85 | ||
| 80 | * minibuffer.el (completion-table-with-cache): New function. | 86 | * minibuffer.el (completion-table-with-cache): New function. |