aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix default width not being 80, but 77.Jan Djärv2014-08-112-10/+11
* Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-106-36/+107
|\
| * Revert 2013-01-31 change that decides coding system before backing upGlenn Morris2014-08-102-25/+20
| * Second attempt to fix some doc-strings in window.c.Martin Rudalics2014-08-092-15/+26
| * Fix some doc-strings in window.c (Bug#18112) (Bug#18194).Martin Rudalics2014-08-082-8/+61
| * Fix bug #18162 with assertion violations due to empty face cache.Eli Zaretskii2014-08-072-0/+9
| * src/coding.c: Fix typos in comments and doc strings.Eli Zaretskii2014-08-061-3/+3
| * Fix bug with uninitialized undo list of an indirect buffer (Bug#18180).Dmitry Antipov2014-08-052-0/+9
* | Fix a couple of recent inadvertent breaks of the MSDOS port.Reuben Thomas2014-08-103-0/+11
* | Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics2014-08-107-32/+71
* | src/alloc.c: remove a stray braceReuben Thomas2014-08-092-1/+1
* | Add changelog entry missing from previous commitReuben Thomas2014-08-091-0/+1
* | src/process.c: fix a comment typoReuben Thomas2014-08-091-1/+1
* | Remove support for DJGPP < 2.02Reuben Thomas2014-08-093-112/+5
* | * widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues, setup_frame_gcs)Jan Djärv2014-08-093-183/+12
* | * xterm.c (x_delete_terminal): Plug file descriptor leak.Paul Eggert2014-08-072-1/+8
* | Fix a few ``MS-DOG''s overlooked in the previous commit.Reuben Thomas2014-08-073-2/+10
* | Don't redeem scroll bars that have been turned off.Martin Rudalics2014-08-053-4/+10
* | * keyboard.c (safe_run_hooks): Follow the convenient style to bindDmitry Antipov2014-08-052-10/+20
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-047-37/+79
* | * keyboard.c (safe_run_hook_funcall): Avoid consing aroundDmitry Antipov2014-08-042-26/+36
* | Don't let big frames overrun the stack.Paul Eggert2014-08-032-36/+55
* | Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.orgGlenn Morris2014-08-034-5/+25
|\ \ | |/
| * Fix bug with an attempt to select uninitialized frame (Bug#18161).Dmitry Antipov2014-08-032-21/+28
| * Fix bug with clang + directory_files_internal + GC.Paul Eggert2014-08-022-0/+12
| * Avoid 100% CPU utilization on ssh session exit.Paul Eggert2014-08-023-5/+15
* | Don't mishandle year-9999 dates.Paul Eggert2014-08-033-14/+25
* | Avoid undefined behavior with signed left shift.Paul Eggert2014-08-034-16/+28
* | Fix spacing in ChangeLogDmitry Antipov2014-08-021-1/+1
* | Make compare-strings more compatible with old behavior.Paul Eggert2014-08-022-3/+15
* | * gtkutil.c (create_dialog): Force min spacing 10 between buttons.Jan Djärv2014-08-022-5/+6
* | Make functions static that no longer need to be extern.Paul Eggert2014-08-016-20/+22
* | Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.Eli Zaretskii2014-08-013-8/+106
|\ \ | |/
| * Fix display of R2L lines when the last character fits only partially.Eli Zaretskii2014-08-012-1/+32
| * Fix hscroll of R2L lines that begin with a TAB or another wide glyph.Eli Zaretskii2014-07-292-3/+38
| * Fixes: debbugs:18140Andreas Schwab2014-07-292-0/+7
| * Fix another part of bug #18035 with redisplay of line-prefix and linum-mode.Eli Zaretskii2014-07-282-4/+27
* | * atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.Dmitry Antipov2014-08-012-6/+29
* | Minor style fix to previous patch.Paul Eggert2014-07-311-3/+3
* | * frame.c (x_set_frame_parameters): Fix typo in previous patch.Paul Eggert2014-07-312-1/+6
* | Simplify timerfd configuration and fix some minor glitches.Paul Eggert2014-07-312-71/+63
* | * frame.c (x_set_frame_parameters): Don't use uninitialized locals.Paul Eggert2014-07-312-4/+10
* | * xterm.c (x_sync_with_move): Really wait 0.5s, not 0.0005s.Dmitry Antipov2014-07-302-2/+3
* | * xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictlyDmitry Antipov2014-07-302-0/+10
* | * xrdb.c (x_load_resources) [!USE_MOTIF]: Put horizontal scroll barDmitry Antipov2014-07-292-0/+7
* | In adjust_frame_size use FRAME_WINDOW_P instead of FRAME_X_WINDOW (Bug#18138).Martin Rudalics2014-07-292-1/+6
* | Fix some issues with setting the frame height.Martin Rudalics2014-07-282-6/+12
* | Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov2014-07-283-1/+32
* | Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris2014-07-284-13/+9
|\ \ | |/
| * src/ChangeLog: Fix a typo.Eli Zaretskii2014-07-281-1/+1