aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues, setup_frame_gcs)Jan Djärv2014-08-091-0/+8
* | * xterm.c (x_delete_terminal): Plug file descriptor leak.Paul Eggert2014-08-071-0/+4
* | Fix a few ``MS-DOG''s overlooked in the previous commit.Reuben Thomas2014-08-071-0/+8
* | Don't redeem scroll bars that have been turned off.Martin Rudalics2014-08-051-0/+6
* | * keyboard.c (safe_run_hooks): Follow the convenient style to bindDmitry Antipov2014-08-051-0/+7
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-0/+18
* | * keyboard.c (safe_run_hook_funcall): Avoid consing aroundDmitry Antipov2014-08-041-0/+7
* | Don't let big frames overrun the stack.Paul Eggert2014-08-031-0/+4
* | Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.orgGlenn Morris2014-08-031-0/+11
|\ \ | |/
| * Fix bug with an attempt to select uninitialized frame (Bug#18161).Dmitry Antipov2014-08-031-0/+8
| * Fix bug with clang + directory_files_internal + GC.Paul Eggert2014-08-021-0/+5
| * Avoid 100% CPU utilization on ssh session exit.Paul Eggert2014-08-021-0/+8
* | Don't mishandle year-9999 dates.Paul Eggert2014-08-031-0/+9
* | Avoid undefined behavior with signed left shift.Paul Eggert2014-08-031-0/+10
* | Fix spacing in ChangeLogDmitry Antipov2014-08-021-1/+1
* | Make compare-strings more compatible with old behavior.Paul Eggert2014-08-021-0/+5
* | * gtkutil.c (create_dialog): Force min spacing 10 between buttons.Jan Djärv2014-08-021-0/+5
* | Make functions static that no longer need to be extern.Paul Eggert2014-08-011-0/+9
* | Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.Eli Zaretskii2014-08-011-0/+32
|\ \ | |/
| * Fix display of R2L lines when the last character fits only partially.Eli Zaretskii2014-08-011-0/+13
| * Fix hscroll of R2L lines that begin with a TAB or another wide glyph.Eli Zaretskii2014-07-291-0/+8
| * Fixes: debbugs:18140Andreas Schwab2014-07-291-0/+5
| * Fix another part of bug #18035 with redisplay of line-prefix and linum-mode.Eli Zaretskii2014-07-281-0/+4
* | * atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.Dmitry Antipov2014-08-011-0/+8
* | * frame.c (x_set_frame_parameters): Fix typo in previous patch.Paul Eggert2014-07-311-0/+5
* | Simplify timerfd configuration and fix some minor glitches.Paul Eggert2014-07-311-0/+10
* | * frame.c (x_set_frame_parameters): Don't use uninitialized locals.Paul Eggert2014-07-311-0/+7
* | * xterm.c (x_sync_with_move): Really wait 0.5s, not 0.0005s.Dmitry Antipov2014-07-301-0/+1
* | * xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictlyDmitry Antipov2014-07-301-0/+6
* | * xrdb.c (x_load_resources) [!USE_MOTIF]: Put horizontal scroll barDmitry Antipov2014-07-291-0/+5
* | In adjust_frame_size use FRAME_WINDOW_P instead of FRAME_X_WINDOW (Bug#18138).Martin Rudalics2014-07-291-0/+5
* | Fix some issues with setting the frame height.Martin Rudalics2014-07-281-0/+7
* | Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov2014-07-281-0/+8
* | Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris2014-07-281-1/+5
|\ \ | |/
| * src/ChangeLog: Fix a typo.Eli Zaretskii2014-07-281-1/+1
| * Fix GDB xwindow command.Eli Zaretskii2014-07-281-0/+6
* | Fix --without-x build and pacify --enable-gcc-warnings.Dmitry Antipov2014-07-281-0/+8
* | Fix the GDB xsubchartable command.Eli Zaretskii2014-07-281-0/+5
* | On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov2014-07-281-0/+20
* | * frame.c (x_set_frame_parameters): Don't use uninitialized locals.Paul Eggert2014-07-271-0/+4
* | Reinstate removed code.Jan Djärv2014-07-271-0/+5
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-0/+363
* | Revert previous change.Paul Eggert2014-07-261-0/+9
* | Reorder conditions that are written backwardsAndreas Schwab2014-07-261-0/+19
* | * dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer):Paul Eggert2014-07-251-0/+5
* | * atimer.c (set_alarm) [HAVE_ITIMERSPEC]: Use TIMER_ABSTIMEDmitry Antipov2014-07-251-0/+5
* | Fix last commit in w32term.c.Eli Zaretskii2014-07-251-0/+5
* | Provisionally fix Windows build broken by last commit.Martin Rudalics2014-07-251-0/+5
* | Fix ChangeLog typo.Dmitry Antipov2014-07-251-1/+1
* | Move hourglass machinery to RIF.Dmitry Antipov2014-07-251-0/+21