summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-01-29* xmenu.c (create_and_show_popup_menu): Handle case when no keyJan Djärv
2014-01-28Fix Fwindow_text_pixel_size and fit-frame-to-buffer.Martin Rudalics
2014-01-28* xfaces.c (free_frame_faces): Adjust comment.Dmitry Antipov
2014-01-28* terminal.c (initial_free_frame_resources): New function.Dmitry Antipov
2014-01-26* data.c (Fstring_to_number): Document results if unparsable.Paul Eggert
2014-01-26* xterm.c (x_focus_changed): Check for non-X terminal-frameJan Djärv
2014-01-25When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert
2014-01-25Fix crash with insert-file-contents and misdecoded text.Paul Eggert
2014-01-25Fix handling of face attributes in Fx_create_frame (Bug#16529).Martin Rudalics
2014-01-25Fix bug #16517 with display change on MS-Windows while in full-screen mode.Fabrice Popineau
2014-01-25Fix bug #16479 with client connections while TTY menu is open.Eli Zaretskii
2014-01-24* src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change.Stefan Monnier
2014-01-24Fix bool-vector-count-population bug on MinGW64.Paul Eggert
2014-01-24* xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction): AvoidDmitry Antipov
2014-01-23Minor cleanup of previous change.Paul Eggert
2014-01-23Fix two memory leaks discovered with Valgrind.Dmitry Antipov
2014-01-22Fixes in window size functions around Bug#16430 and Bug#16470.Martin Rudalics
2014-01-21Fix bug #16509 with segfault in an assertion when exiting due to missing font.Eli Zaretskii
2014-01-21* buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov
2014-01-20Fix spelling of "GNUstep"Glenn Morris
2014-01-20Apply previous change even if valgrind is not in use, since it avoids undefin...Paul Eggert
2014-01-20Pacify valgrind by initializing buffer redisplay bit.Paul Eggert
2014-01-19Revert some of the CANNOT_DUMP fix.Paul Eggert
2014-01-19Fix Cygwin w32 build broken by last commit in w32font.c.Eli Zaretskii
2014-01-19composite.c (composition_update_it): Fix previous change.Kenichi Handa
2014-01-18Fix file name handling on MS-Windows 9X.Eli Zaretskii
2014-01-17ChangeLog and Author: header comment fixesGlenn Morris
2014-01-17Provisional fix for bug #16479 with client connecting while in a TTY menu.Eli Zaretskii
2014-01-15src/ChangeLog: Fix typos.Eli Zaretskii
2014-01-14ChangeLog fixesGlenn Morris
2014-01-13Fix MinGW64 porting problem with _setjmp.Paul Eggert
2014-01-13Correctly handle reaching the end of the interval tree. (Bug#15344)Daniel Colascione
2014-01-13Fix bug when resizing mini window (Bug#16424).Martin Rudalics
2014-01-13* macfont.m: Include termchar.h.Jan Djärv
2014-01-12Make GTK+ menus work correctly with the Unity global menuDaniel Colascione
2014-01-12Fix changelogDaniel Colascione
2014-01-12Make GTK+ menus work correctly with Unity global menuDaniel Colascione
2014-01-13composite.c (composition_update_it): Fix indexing of LGSTRING_CHAR (Bug#15984).Kenichi Handa
2014-01-11Fix minor build problems related to MinGW64.Fabrice Popineau
2014-01-11Fix bug #16347 with updating redisplay of company-mode's "tooltip".Eli Zaretskii
2014-01-11Fix doc-string of frame_resize_pixelwise.Martin Rudalics
2014-01-11Fix handling of internal borders (Bug#16348).Martin Rudalics
2014-01-10ChangeLog fixesGlenn Morris
2014-01-07Fix misdisplay of interlaced GIFs with libgif5.Paul Eggert
2014-01-06Fix bug #16129 with slow and incorrect redisplay in follow-mode.Eli Zaretskii
2014-01-04Spelling fixes.Paul Eggert
2014-01-04Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).Paul Eggert
2014-01-04Fix maximization behavior on Windows (Bug#16300).Martin Rudalics
2014-01-02Port to C89.Paul Eggert
2014-01-03Remove the dynamic-docstring-function feature.Chong Yidong