diff options
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). |