diff options
| author | Glenn Morris | 2014-05-07 20:41:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-07 20:41:21 -0700 |
| commit | fb3f83f5fd9e80347c8b8e36f6eaefbb912fe57b (patch) | |
| tree | f106c360c3aef01bcacdc77b66b7c5b20261502e /src/ChangeLog | |
| parent | 1ba38c429fa6ce17568771ef51c8e53b1a72bb94 (diff) | |
| parent | 606695a67801acfd1792110e4ea3228b50b0117d (diff) | |
| download | emacs-fb3f83f5fd9e80347c8b8e36f6eaefbb912fe57b.tar.gz emacs-fb3f83f5fd9e80347c8b8e36f6eaefbb912fe57b.zip | |
Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.org
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3aef0c729f6..72e78724bab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2014-05-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * minibuf.c (read_minibuf): Avoid C99ism in previous patch (Bug#17430). | ||
| 4 | |||
| 5 | 2014-05-08 Jarek Czekalski <jarekczek@poczta.onet.pl> | ||
| 6 | |||
| 7 | Fix initialization of minibuffer history variable (Bug#17430). | ||
| 8 | * minibuf.c (read_minibuf): Initialize histval to Qnil if unbound. | ||
| 9 | Move the initialization up to prevent any "value void" message. | ||
| 10 | |||
| 11 | 2014-05-08 Samuel Bronson <naesten@gmail.com> | ||
| 12 | |||
| 13 | * keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_level | ||
| 14 | are matched (bug#17413). | ||
| 15 | |||
| 16 | 2014-05-08 Jarek Czekalski <jarekczek@poczta.onet.pl> | ||
| 17 | |||
| 18 | Stop tooltips pulling Emacs window to front (Bug#17408). | ||
| 19 | * w32fns.c (Fx_show_tip): Add SWP_NOOWNERZORDER flag to | ||
| 20 | SetWindowPos invocations. | ||
| 21 | |||
| 22 | 2014-05-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 23 | |||
| 24 | * nsselect.m (Fx_selection_exists_p): Just return Qnil if window system | ||
| 25 | not initialized (Bug#17398). | ||
| 26 | |||
| 1 | 2014-05-07 Paul Eggert <eggert@cs.ucla.edu> | 27 | 2014-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 28 | ||
| 3 | * image.c: Include <png.h> before <setjmp.h> (Bug#17429). | 29 | * image.c: Include <png.h> before <setjmp.h> (Bug#17429). |