diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a1eef95d776..481c3cbc04a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * simple.el (deactivate-mark, activate-mark): Force-mode-line-update | ||
| 4 | (bug#16382). | ||
| 5 | (activate-mark): Add `no-tmm' argument. | ||
| 6 | (set-mark, push-mark-command): Use it instead of running | ||
| 7 | activate-mark-hook by hand. | ||
| 8 | |||
| 1 | 2014-01-08 Eric S. Raymond <esr@thyrsus.com> | 9 | 2014-01-08 Eric S. Raymond <esr@thyrsus.com> |
| 2 | 10 | ||
| 3 | In preparation for the move to git, sanitize out some | 11 | In preparation for the move to git, sanitize out some |
| @@ -11,8 +19,8 @@ | |||
| 11 | 19 | ||
| 12 | 2014-01-08 David Engster <deng@randomsample.de> | 20 | 2014-01-08 David Engster <deng@randomsample.de> |
| 13 | 21 | ||
| 14 | * help-fns.el (help-fns-describe-function-functions): New | 22 | * help-fns.el (help-fns-describe-function-functions): |
| 15 | variable to call functions for augmenting help buffers. | 23 | New variable to call functions for augmenting help buffers. |
| 16 | (describe-function-1): Remove explicit calls to | 24 | (describe-function-1): Remove explicit calls to |
| 17 | `help-fns--compiler-macro', `help-fns--parent-mode' and | 25 | `help-fns--compiler-macro', `help-fns--parent-mode' and |
| 18 | `help-fns--obsolete'. Put them in above new variable instead, and | 26 | `help-fns--obsolete'. Put them in above new variable instead, and |
| @@ -20,13 +28,13 @@ | |||
| 20 | * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from | 28 | * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from |
| 21 | `eieio-describe-class'. Not meant for interactive use anymore, | 29 | `eieio-describe-class'. Not meant for interactive use anymore, |
| 22 | but to augment existing help buffers. Remove optional second | 30 | but to augment existing help buffers. Remove optional second |
| 23 | argument. Create proper button for file location. Rewrite | 31 | argument. Create proper button for file location. |
| 24 | function to use `insert' instead of `princ' and `prin1' where | 32 | Rewrite function to use `insert' instead of `princ' and `prin1' where |
| 25 | possible. | 33 | possible. |
| 26 | (eieio-help-class-slots): Rename from `eieio-describe-class-slots'. | 34 | (eieio-help-class-slots): Rename from `eieio-describe-class-slots'. |
| 27 | (eieio-method-def, eieio-class-def): Move further up. | 35 | (eieio-method-def, eieio-class-def): Move further up. |
| 28 | (describe-method, describe-generic, eieio-describe-method): Remove | 36 | (describe-method, describe-generic, eieio-describe-method): |
| 29 | aliases. | 37 | Remove aliases. |
| 30 | (eieio-help-constructor, eieio-help-generic): Rename from | 38 | (eieio-help-constructor, eieio-help-generic): Rename from |
| 31 | `eieio-describe-constructor' and `eieio-describe-generic', resp. | 39 | `eieio-describe-constructor' and `eieio-describe-generic', resp. |
| 32 | Rewrite to use `insert' in the current buffer and use proper help | 40 | Rewrite to use `insert' in the current buffer and use proper help |
| @@ -36,8 +44,8 @@ | |||
| 36 | arguments. | 44 | arguments. |
| 37 | (eieio-help-mode-augmentation-maybee): Remove. | 45 | (eieio-help-mode-augmentation-maybee): Remove. |
| 38 | (eieio-describe-class-sb): Use `describe-function'. | 46 | (eieio-describe-class-sb): Use `describe-function'. |
| 39 | * emacs-lisp/eieio.el (help-fns-describe-function-functions): Add | 47 | * emacs-lisp/eieio.el (help-fns-describe-function-functions): |
| 40 | `eieio-help-generic' and `eieio-help-constructor'. | 48 | Add `eieio-help-generic' and `eieio-help-constructor'. |
| 41 | 49 | ||
| 42 | 2014-01-08 Paul Eggert <eggert@cs.ucla.edu> | 50 | 2014-01-08 Paul Eggert <eggert@cs.ucla.edu> |
| 43 | 51 | ||