aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove undefined behavior in OS X dumper.Philipp Stephani2016-04-091-1/+20
* Fix clipping of xwidgetsJoakim Verona2016-04-091-18/+16
* * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.Paul Eggert2016-04-081-2/+2
* Set locale encoding to UTF-8 when run from OS X GUI.Alan Third2016-04-081-1/+8
* ; * src/keyboard.c (read_char): Fix typos in a comment.Eli Zaretskii2016-04-031-1/+1
* make-xwidget unused arg cleanupPaul Eggert2016-04-021-7/+7
* Remove unused arguments from make-xwidgetJoakim Verona2016-04-021-10/+6
* Avoid crashes due to insanely large columns in tabulated-list-formatEli Zaretskii2016-04-012-3/+9
* Fix rare problems with echo-area display and multiple framesEli Zaretskii2016-03-291-0/+9
* * src/font.c (QCuser_spec): Add missing colon to :user-spec.Paul Eggert2016-03-271-1/+1
* * src/xwidget.c (Fxwidget_resize): Fix inappropriate use of XFASTINT.YAMAMOTO Mitsuharu2016-03-271-1/+1
* Ignore non-nil. non-cons values of unread-command-eventsEli Zaretskii2016-03-261-4/+4
* Improve documentatuon of 'truncate-partial-width-windows'Eli Zaretskii2016-03-261-2/+5
* * src/ftfont.c (ftfont_shape_by_flt): Parenthesize as per GNU style.Paul Eggert2016-03-251-2/+2
* Fix scrolling upwards with 'xwidget-webkit-browse-url'Eli Zaretskii2016-03-251-1/+1
* Fix display of Indic scriptsK. Handa2016-03-251-1/+6
* Fix splash screen display at startupEli Zaretskii2016-03-251-1/+1
* Avoid GTK 3 crash with icons and masksPaul Eggert2016-03-241-66/+34
* Define make_save_ptr_ptr unconditionallyEli Zaretskii2016-03-241-2/+0
* Preserve current buffer when popping up TTY menusEli Zaretskii2016-03-241-1/+6
* Improve font selection by family on MS-WindowsEli Zaretskii2016-03-241-1/+2
* Make `toggle-frame-maximized' respect the dock on OS X (bug#22988).Anders Lindgren2016-03-221-22/+120
* Fix bug in displaying header line with a box faceEli Zaretskii2016-03-221-14/+47
* ; Spelling fixesPaul Eggert2016-03-181-2/+1
* Port to strict C99 offsetofPaul Eggert2016-03-182-2/+3
* Port to GTK with strict C11 compilerPaul Eggert2016-03-181-8/+4
* Port to GTK with strict C99 compilerPaul Eggert2016-03-172-3/+1
* Avoid screen artifacts with new OS X visible bell after scrollingAnders Lindgren2016-03-171-1/+29
* Avoid segfaults due to frame image cache being absentEli Zaretskii2016-03-161-0/+3
* ; * src/xdisp.c (with_echo_area_buffer): Fix typos in comments.Eli Zaretskii2016-03-161-3/+3
* Port to clang 3.7.0 on x86-64Paul Eggert2016-03-152-3/+5
* Fix startup of "emacs -nw" on systems that CANNOT_DUMPEli Zaretskii2016-03-151-1/+6
* * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_echo_areaStefan Monnier2016-03-141-5/+6
* Avoid crashes at startup on systems that CANNOT_DUMPEli Zaretskii2016-03-121-5/+11
* Don't use XRANDR 1.3 extensions if the server doesn't support them.Ken Raeburn2016-03-102-7/+26
* Rework C source files to avoid ^(Paul Eggert2016-03-10191-536/+533
* Properly handle lambda as read function (bug 22961)Andreas Schwab2016-03-091-2/+2
* Speed up redisplay of binary files with long series of nullsEli Zaretskii2016-03-061-6/+34
* doc string file descriptor exhaustion fixPaul Eggert2016-03-041-3/+3
* Fix Bug#22814Michael Albinus2016-03-041-0/+3
* ; * src/w32proc.c: Update the commentary to sys_select.Eli Zaretskii2016-03-011-3/+4
* Fix reordering of bidi text in an isolate inside an overrideEli Zaretskii2016-03-011-5/+8
* Made the new OS X visible bell more visible.Anders Lindgren2016-02-291-1/+4
* Fix char signedness issue in bidi codeAndreas Schwab2016-02-271-2/+2
* Remove unneeded workaround in xftfont.cEli Zaretskii2016-02-251-10/+0
* Fix redisplay on a TTY after 'make-frame'Eli Zaretskii2016-02-251-1/+8
* Fix an assertionChris Feng2016-02-251-1/+3
* * src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581)Stefan Monnier2016-02-241-10/+18
* Allocate glyph matrices for the initial frameChris Feng2016-02-242-1/+4
* Further improve doc string of 'disable-point-adjustment'Eli Zaretskii2016-02-231-4/+4