aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * data.c (Fstring_to_number): Document results if unparsable.Paul Eggert2014-01-262-3/+8
* * 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
|/
* Make GTK+ menus work correctly with the Unity global menuDaniel Colascione2014-01-124-14/+44
|\
| * Fix changelogDaniel Colascione2014-01-121-0/+3
| * Make GTK+ menus work correctly with Unity global menuDaniel Colascione2014-01-124-14/+41
* | composite.c (composition_update_it): Fix indexing of LGSTRING_CHAR (Bug#15984).Kenichi Handa2014-01-132-1/+6
* | Fix minor build problems related to MinGW64.Fabrice Popineau2014-01-112-0/+11
* | Fix bug #16347 with updating redisplay of company-mode's "tooltip".Eli Zaretskii2014-01-112-1/+14
* | src/xdisp.c (try_window_id): Update commentary.Eli Zaretskii2014-01-111-2/+9
* | Fix doc-string of frame_resize_pixelwise.Martin Rudalics2014-01-112-4/+13
* | Fix handling of internal borders (Bug#16348).Martin Rudalics2014-01-118-35/+106
* | ChangeLog fixesGlenn Morris2014-01-103-14/+14
|/
* Spelling fixes.Paul Eggert2014-01-091-1/+1
* Fix misdisplay of interlaced GIFs with libgif5.Paul Eggert2014-01-072-1/+7
* Fix bug #16129 with slow and incorrect redisplay in follow-mode.Eli Zaretskii2014-01-062-1/+7