aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes for quotingPaul Eggert2016-05-033-9/+12
* Fmarker_position doc string clarificationLars Ingebrigtsen2016-05-011-2/+1
* cursor-type doc fixLars Ingebrigtsen2016-05-011-0/+2
* Fcompare_buffer_substrings doc string clarificationLars Ingebrigtsen2016-05-011-4/+3
* Have the doc strings of `load-path' and `require' mention each otherLars Ingebrigtsen2016-05-012-11/+19
* Tiny doc fixLars Ingebrigtsen2016-05-011-7/+7
* Doc fixLars Ingebrigtsen2016-05-011-4/+6
* Doc string change to enable-recursive-minibuffersLars Ingebrigtsen2016-05-011-1/+3
* Clarify the `interactive' doc string slightlyLars Ingebrigtsen2016-05-011-13/+17
* Use ‘T *restrict’ proto, not ‘T[restrict]’Paul Eggert2016-05-011-6/+1
* Fix the MSDOS buildEli Zaretskii2016-04-3013-47/+102
* Port dumping to NetBSD with PaXPaul Eggert2016-04-271-6/+12
* Port to Ubuntu 16.04 --enable-gcc-warningsPaul Eggert2016-04-241-1/+2
* In x_set_window_size restore do_pending_window_change callsMartin Rudalics2016-04-222-0/+4
* Fix Alt-modified keys on some European MS-Windows keyboardsIlya Zakharevich2016-04-211-1/+37
* Port to GCC 5.3.1 20160406 (Red Hat 5.3.1-6)Paul Eggert2016-04-161-1/+1
* Fix w32 memory-management problem when extending buffer textEli Zaretskii2016-04-151-4/+4
* substitute-command-keys keeps quotes’ text propsPaul Eggert2016-04-141-3/+22
* * src/xwidget.c (x_draw_xwidget_glyph_string): More clipping fixes.YAMAMOTO Mitsuharu2016-04-141-16/+10
* Improve time zone documentationPaul Eggert2016-04-121-12/+15
* Disable multicolor fonts on OS X since they are not supported on free systemsYAMAMOTO Mitsuharu2016-04-121-3/+3
* ; Spelling fixesPaul Eggert2016-04-101-1/+1
* 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