aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.Paul Eggert2014-02-041-0/+6
* Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii2014-02-041-0/+20
* * keyboard.c (kbd_buffer_get_event): Read file notification eventsMichael Albinus2014-02-041-0/+8
* Improve window dividers code.Martin Rudalics2014-02-041-0/+15
* * eval.c (call_debugger): Grow specpdl if the debugger wasDmitry Antipov2014-02-031-0/+3
* * print.c (Fexternal_debugging_output): Add cast to pacifyDmitry Antipov2014-02-031-0/+5
* In Fx_create_frame of w32fns.c process frame alpha earlier. (Bug#16619)Martin Rudalics2014-02-021-0/+5
* Attempt to solve bug #16615 by using a more accurate function prototype.Eli Zaretskii2014-02-011-0/+3
* Fix bug #16448 with non-ASCII error messages in batch mode.Eli Zaretskii2014-02-011-0/+4
* Fix bug #16558 with w32-shell-execute on remote file names.Eli Zaretskii2014-02-011-0/+6
* ChangeLog fixesGlenn Morris2014-01-301-5/+2
* Don't ignore SIGPROF in subprocessesAndreas Schwab2014-01-301-0/+5
* * xmenu.c (create_and_show_popup_menu): Port comment to C89.Paul Eggert2014-01-291-0/+4
* Fix printing empty Lisp strings.Eli Zaretskii2014-01-291-0/+3
* Fix bug #16576 with PRINTCHARFUN that conses output a lot.Eli Zaretskii2014-01-291-0/+6
* merge trunkKenichi Handa2014-01-291-0/+33
|\
| * In x_set_tool_bar_lines of w32fns.c don't clear area on frames that are not v...Martin Rudalics2014-01-291-0/+5
| * * xmenu.c (create_and_show_popup_menu): Handle case when no keyJan Djärv2014-01-291-0/+5
| * Fix Fwindow_text_pixel_size and fit-frame-to-buffer.Martin Rudalics2014-01-281-0/+10
| * * xfaces.c (free_frame_faces): Adjust comment.Dmitry Antipov2014-01-281-0/+1
| * * terminal.c (initial_free_frame_resources): New function.Dmitry Antipov2014-01-281-0/+7
| * * data.c (Fstring_to_number): Document results if unparsable.Paul Eggert2014-01-261-0/+5
* | Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa2014-01-291-0/+13
|/
* * xterm.c (x_focus_changed): Check for non-X terminal-frameJan Djärv2014-01-261-0/+4
* When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert2014-01-251-0/+8
* Fix crash with insert-file-contents and misdecoded text.Paul Eggert2014-01-251-0/+6
* Fix handling of face attributes in Fx_create_frame (Bug#16529).Martin Rudalics2014-01-251-0/+7
* Fix bug #16517 with display change on MS-Windows while in full-screen mode.Fabrice Popineau2014-01-251-0/+6
* Fix bug #16479 with client connections while TTY menu is open.Eli Zaretskii2014-01-251-0/+7
* * src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change.Stefan Monnier2014-01-241-0/+4
* Fix bool-vector-count-population bug on MinGW64.Paul Eggert2014-01-241-0/+6
* * xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction): AvoidDmitry Antipov2014-01-241-0/+7
* Minor cleanup of previous change.Paul Eggert2014-01-231-0/+6
* Fix two memory leaks discovered with Valgrind.Dmitry Antipov2014-01-231-0/+6
* Fixes in window size functions around Bug#16430 and Bug#16470.Martin Rudalics2014-01-221-0/+13
* Fix bug #16509 with segfault in an assertion when exiting due to missing font.Eli Zaretskii2014-01-211-0/+5
* * buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov2014-01-211-0/+7
* Fix spelling of "GNUstep"Glenn Morris2014-01-201-12/+12
* Apply previous change even if valgrind is not in use, since it avoids undefin...Paul Eggert2014-01-201-5/+2
* Pacify valgrind by initializing buffer redisplay bit.Paul Eggert2014-01-201-0/+8
* Revert some of the CANNOT_DUMP fix.Paul Eggert2014-01-191-0/+5
* Fix Cygwin w32 build broken by last commit in w32font.c.Eli Zaretskii2014-01-191-0/+10
* composite.c (composition_update_it): Fix previous change.Kenichi Handa2014-01-191-0/+4
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-181-0/+17
* ChangeLog and Author: header comment fixesGlenn Morris2014-01-171-1/+1
* Provisional fix for bug #16479 with client connecting while in a TTY menu.Eli Zaretskii2014-01-171-0/+7
* src/ChangeLog: Fix typos.Eli Zaretskii2014-01-151-2/+2
* ChangeLog fixesGlenn Morris2014-01-141-2/+1
* Fix MinGW64 porting problem with _setjmp.Paul Eggert2014-01-131-0/+8
* Correctly handle reaching the end of the interval tree. (Bug#15344)Daniel Colascione2014-01-131-0/+5
|\