aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore SIGPROF in subprocessesAndreas Schwab2014-01-303-0/+12
* * xmenu.c (create_and_show_popup_menu): Port comment to C89.Paul Eggert2014-01-292-1/+5
* Fix printing empty Lisp strings.Eli Zaretskii2014-01-292-2/+16
* src/indent.c (current_column_1): Correct commentary.Eli Zaretskii2014-01-291-1/+1
* Fix bug #16576 with PRINTCHARFUN that conses output a lot.Eli Zaretskii2014-01-292-12/+9
* merge trunkKenichi Handa2014-01-298-20/+56
|\
| * In x_set_tool_bar_lines of w32fns.c don't clear area on frames that are not v...Martin Rudalics2014-01-292-1/+6
| * * xmenu.c (create_and_show_popup_menu): Handle case when no keyJan Djärv2014-01-292-0/+7
| * Fix Fwindow_text_pixel_size and fit-frame-to-buffer.Martin Rudalics2014-01-282-13/+13
| * * xfaces.c (free_frame_faces): Adjust comment.Dmitry Antipov2014-01-282-1/+3
| * * terminal.c (initial_free_frame_resources): New function.Dmitry Antipov2014-01-282-1/+17
| * * lread.c (oblookup): Fix comment to match code.Paul Eggert2014-01-261-1/+2
| * * data.c (Fstring_to_number): Document results if unparsable.Paul Eggert2014-01-262-3/+8
* | Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa2014-01-294-4/+20
|/
* * xterm.c (x_focus_changed): Check for non-X terminal-frameJan Djärv2014-01-262-1/+7
* When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert2014-01-253-9/+17
* Fix ChangeLog typos.Juanma Barranquero2014-01-263-4/+4
* Fix crash with insert-file-contents and misdecoded text.Paul Eggert2014-01-252-0/+7
* Fix handling of face attributes in Fx_create_frame (Bug#16529).Martin Rudalics2014-01-252-17/+41
* Fix bug #16517 with display change on MS-Windows while in full-screen mode.Fabrice Popineau2014-01-252-0/+10
* Fix bug #16479 with client connections while TTY menu is open.Eli Zaretskii2014-01-252-1/+17
* * src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change.Stefan Monnier2014-01-243-4/+9
* Fix bool-vector-count-population bug on MinGW64.Paul Eggert2014-01-242-1/+7
* * editfns.c (Fconstrain_to_field): Fix typo in docstring.Bastien Guerry2014-01-241-1/+1
* * xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction): AvoidDmitry Antipov2014-01-242-0/+9
* Minor cleanup of previous change.Paul Eggert2014-01-232-3/+9
* Fix two memory leaks discovered with Valgrind.Dmitry Antipov2014-01-233-8/+20
* Fixes in window size functions around Bug#16430 and Bug#16470.Martin Rudalics2014-01-222-74/+126
* Fix bug #16509 with segfault in an assertion when exiting due to missing font.Eli Zaretskii2014-01-212-1/+8
* ChangeLog fixesGlenn Morris2014-01-212-0/+7
* * buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov2014-01-214-10/+25
* Fix spelling of "GNUstep"Glenn Morris2014-01-206-21/+21
* Apply previous change even if valgrind is not in use, since it avoids undefin...Paul Eggert2014-01-204-16/+9
* Pacify valgrind by initializing buffer redisplay bit.Paul Eggert2014-01-204-7/+20
* Revert some of the CANNOT_DUMP fix.Paul Eggert2014-01-192-3/+8
* Fix Cygwin w32 build broken by last commit in w32font.c.Eli Zaretskii2014-01-192-2/+28
* composite.c (composition_update_it): Fix previous change.Kenichi Handa2014-01-192-1/+5
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-185-41/+62
* 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-172-2/+17
* ChangeLog fixesGlenn Morris2014-01-163-2/+6
* ChangeLog fixesGlenn Morris2014-01-163-4/+4
* Spelling fixes.Paul Eggert2014-01-151-1/+1
* src/ChangeLog: Fix typos.Eli Zaretskii2014-01-151-2/+2
* ChangeLog fixesGlenn Morris2014-01-1410-54/+49
* Space before paren, updating recent change.Paul Eggert2014-01-141-1/+1
* Fix MinGW64 porting problem with _setjmp.Paul Eggert2014-01-132-13/+23
* Correctly handle reaching the end of the interval tree. (Bug#15344)Daniel Colascione2014-01-132-0/+18
|\
* | Fix bug when resizing mini window (Bug#16424).Martin Rudalics2014-01-132-2/+8
* | * macfont.m: Include termchar.h.Jan Djärv2014-01-132-12/+28
|/