summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-08-07* xterm.c (x_delete_terminal): Plug file descriptor leak.Paul Eggert
2014-08-07Fix a few ``MS-DOG''s overlooked in the previous commit.Reuben Thomas
2014-08-05Don't redeem scroll bars that have been turned off.Martin Rudalics
2014-08-05Fix bug with uninitialized undo list of an indirect buffer (Bug#18180).Dmitry Antipov
2014-08-05* keyboard.c (safe_run_hooks): Follow the convenient style to bindDmitry Antipov
2014-08-04Fix scroll bar handling for non-toolkit builds.Martin Rudalics
2014-08-04* keyboard.c (safe_run_hook_funcall): Avoid consing aroundDmitry Antipov
2014-08-03Don't let big frames overrun the stack.Paul Eggert
2014-08-03Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.orgGlenn Morris
2014-08-03Don't mishandle year-9999 dates.Paul Eggert
2014-08-03Avoid undefined behavior with signed left shift.Paul Eggert
2014-08-03Fix bug with an attempt to select uninitialized frame (Bug#18161).Dmitry Antipov
2014-08-02Fix bug with clang + directory_files_internal + GC.Paul Eggert
2014-08-02Avoid 100% CPU utilization on ssh session exit.Paul Eggert
2014-08-02Fix spacing in ChangeLogDmitry Antipov
2014-08-02Make compare-strings more compatible with old behavior.Paul Eggert
2014-08-02* gtkutil.c (create_dialog): Force min spacing 10 between buttons.Jan Djärv
2014-08-01Make functions static that no longer need to be extern.Paul Eggert
2014-08-01Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.Eli Zaretskii
2014-08-01Fix display of R2L lines when the last character fits only partially.Eli Zaretskii
2014-08-01* atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.Dmitry Antipov
2014-07-31* frame.c (x_set_frame_parameters): Fix typo in previous patch.Paul Eggert
2014-07-31Simplify timerfd configuration and fix some minor glitches.Paul Eggert
2014-07-31* frame.c (x_set_frame_parameters): Don't use uninitialized locals.Paul Eggert
2014-07-30* xterm.c (x_sync_with_move): Really wait 0.5s, not 0.0005s.Dmitry Antipov
2014-07-30* xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictlyDmitry Antipov
2014-07-29* xrdb.c (x_load_resources) [!USE_MOTIF]: Put horizontal scroll barDmitry Antipov
2014-07-29In adjust_frame_size use FRAME_WINDOW_P instead of FRAME_X_WINDOW (Bug#18138).Martin Rudalics
2014-07-29Fix hscroll of R2L lines that begin with a TAB or another wide glyph.Eli Zaretskii
2014-07-29Fixes: debbugs:18140Andreas Schwab
2014-07-28Fix some issues with setting the frame height.Martin Rudalics
2014-07-28Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov
2014-07-28Fix another part of bug #18035 with redisplay of line-prefix and linum-mode.Eli Zaretskii
2014-07-28Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris
2014-07-28Fix --without-x build and pacify --enable-gcc-warnings.Dmitry Antipov
2014-07-28src/ChangeLog: Fix a typo.Eli Zaretskii
2014-07-28Fix the GDB xsubchartable command.Eli Zaretskii
2014-07-28Fix GDB xwindow command.Eli Zaretskii
2014-07-28On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov
2014-07-27* frame.c (x_set_frame_parameters): Don't use uninitialized locals.Paul Eggert
2014-07-27Reinstate removed code.Jan Djärv
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics
2014-07-26Revert previous change.Paul Eggert
2014-07-26Reorder conditions that are written backwardsAndreas Schwab
2014-07-25* dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer):Paul Eggert
2014-07-25* atimer.c (set_alarm) [HAVE_ITIMERSPEC]: Use TIMER_ABSTIMEDmitry Antipov
2014-07-25Fix last commit in w32term.c.Eli Zaretskii
2014-07-25Provisionally fix Windows build broken by last commit.Martin Rudalics
2014-07-25Fix ChangeLog typo.Dmitry Antipov
2014-07-25Move hourglass machinery to RIF.Dmitry Antipov