diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f6fac51a95..7fd32d19e3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-02-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | Fix 2011-02-02 changes. | ||
| 4 | |||
| 5 | * apropos.el (apropos-print): Call apropos-mode before setting up | ||
| 6 | buffer variables. Use inhibit-read-only. | ||
| 7 | |||
| 8 | * emacs-lisp/package.el (package--list-packages): Call | ||
| 9 | package-menu-mode before setting up buffer variables. | ||
| 10 | |||
| 11 | * play/solitaire.el (solitaire): Call solitaire-mode before | ||
| 12 | setting up buffer variables. Use inhibit-read-only. | ||
| 13 | |||
| 1 | 2011-02-18 Lawrence Mitchell <wence@gmx.li> | 14 | 2011-02-18 Lawrence Mitchell <wence@gmx.li> |
| 2 | 15 | ||
| 3 | * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053) | 16 | * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053) |