diff options
| author | Stefan Monnier | 2014-03-20 12:00:17 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-03-20 12:00:17 -0400 |
| commit | 049fac7c941e4b7afad0471c209dc15193460282 (patch) | |
| tree | c19fe03babc072525b5eddd0d137560c72c2d1f1 /src/ChangeLog | |
| parent | caecb91c581d4ec0fc008a35005d8009f43087ee (diff) | |
| download | emacs-049fac7c941e4b7afad0471c209dc15193460282.tar.gz emacs-049fac7c941e4b7afad0471c209dc15193460282.zip | |
* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
the docstring of functions advised before dumping.
* src/doc.c (store_function_docstring): Warn when we don't know where to
put a docstring.
(Fsubstitute_command_keys): Don't advertise the fact that
text-properties are dropped, since we think it's a bug that we'll fix
in 24.5.
Fixes: debbugs:16993
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 93d1ba247b1..f67923bf417 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * doc.c (store_function_docstring): Warn when we don't know where to | ||
| 4 | put a docstring. | ||
| 5 | (Fsubstitute_command_keys): Don't advertise the fact that | ||
| 6 | text-properties are dropped, since we think it's a bug that we'll fix | ||
| 7 | in 24.5. | ||
| 8 | |||
| 3 | * frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date. | 9 | * frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date. |
| 4 | * xterm.c (handle_one_xevent) <MapNotify>: Don't garbage the frame. | 10 | * xterm.c (handle_one_xevent) <MapNotify>: Don't garbage the frame. |
| 5 | * frame.c (frame_garbaged): Make "docstring" more precise. | 11 | * frame.c (frame_garbaged): Make "docstring" more precise. |