diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 73228900df0..570e3e248cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,19 @@ | |||
| 1 | 2015-01-04 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | Unbreak `mouse-action' property in text buttons. | ||
| 4 | |||
| 5 | * button.el (push-button): Fix regression from 2012-12-06. | ||
| 6 | |||
| 7 | 2015-01-06 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * progmodes/sh-script.el (sh-mode): Doc fix. | ||
| 10 | (sh-basic-indent-line): Handle electric newline. (Bug#18756) | ||
| 11 | |||
| 12 | 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change) | ||
| 13 | |||
| 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 15 | ||
| 3 | Fix dired quoting bug with "Hit`N`Hide" | 16 | Fix dired quoting bug with "Hit`N`Hide". Fixes Bug#19498. |
| 4 | Fixes Bug#19498. | ||
| 5 | * files.el (shell-quote-wildcard-pattern): Also quote "`". | 17 | * files.el (shell-quote-wildcard-pattern): Also quote "`". |
| 6 | 18 | ||
| 7 | 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org> | 19 | 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org> |
| @@ -1763,8 +1775,7 @@ | |||
| 1763 | 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change) | 1775 | 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change) |
| 1764 | 1776 | ||
| 1765 | * emacs-lisp/package.el (package-menu-mode): Use an extra column | 1777 | * emacs-lisp/package.el (package-menu-mode): Use an extra column |
| 1766 | for the "Version" column, to accomodate date-and-time-based | 1778 | for the "Version" column, to accomodate date-and-time-based versions. |
| 1767 | versions. | ||
| 1768 | 1779 | ||
| 1769 | 2014-12-14 Cameron Desautels <camdez@gmail.com> | 1780 | 2014-12-14 Cameron Desautels <camdez@gmail.com> |
| 1770 | 1781 | ||