aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesPaul Eggert2016-01-252-5/+5
* Expunge "allow" + infinitive from source and doc, part 2.Alan Mackenzie2016-01-253-4/+4
* * src/xwidget.c (Fxwidget_set_adjustment): Fix doc string quoting typo.Paul Eggert2016-01-241-1/+1
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-246-8/+8
* Don't operate on menu bar of nonexistent frameOscar Fuentes2016-01-231-9/+12
* Unbreak the GNUstep build.Anders Lindgren2016-01-231-9/+14
* Report error for PNG under CairoPaul Eggert2016-01-231-1/+2
* Pacify --enable-gcc-warnings --with-cairoPaul Eggert2016-01-233-52/+47
* ; Improve commentary in sysdep.cEli Zaretskii2016-01-231-0/+2
* Port recent xdisp.c fix to picky C compilersPaul Eggert2016-01-221-7/+4
* Fix the build with --enable-checking=glyphsEli Zaretskii2016-01-221-0/+6
* xwidgets style cleanupPaul Eggert2016-01-2214-535/+325
* Backport kqueue integration from masterMichael Albinus2016-01-226-20/+557
* No need to configure gobject-introspectionPaul Eggert2016-01-201-4/+2
* Don’t export C symbols not used elsewherePaul Eggert2016-01-204-32/+35
* Port to platforms with gtk3 but not webkitgtk3Paul Eggert2016-01-201-2/+0
* Trivial doc copyedits.Glenn Morris2016-01-191-53/+45
* ; Add 2016 to copyright years of new files.Glenn Morris2016-01-192-2/+2
* Support for the new Xwidget feature.Joakim Verona2016-01-1916-23/+1954
* Unbreak the Cygwin-w32 buildEli Zaretskii2016-01-191-2/+1
* Minor improvements to (random t) documentationPaul Eggert2016-01-181-1/+1
* Fix scrolling under scroll-preserve-screen-position on TTYEli Zaretskii2016-01-181-2/+19
* Fix scrolling under scroll-preserve-screen-position and marginsEli Zaretskii2016-01-181-15/+28
* Unbreak the MS-Windows buildEli Zaretskii2016-01-181-1/+1
* Initialize GnuTLS before calling gnutls_rndPaul Eggert2016-01-173-25/+40
* Don't use GnuTLS before it is initializedAndreas Schwab2016-01-181-33/+21
* Port cleanup attribute to OpenBSDPaul Eggert2016-01-172-13/+18
* Prefer GnuTLS when acquiring random seedPaul Eggert2016-01-171-42/+43
* Fix incompatbilities with MS-Windows 2000 and olderJussi Lahdenniemi2016-01-163-24/+42
* Ensure 8-byte aligned memory allocation on MS-Windows 9XJussi Lahdenniemi2016-01-161-6/+83
* Ensure positive number of glyphs for margins of positive widthEli Zaretskii2016-01-151-1/+3
* Fix crashes when mini-window has non-zero marginsEli Zaretskii2016-01-151-4/+6
* Make 'random' seeds cryptographically secure if possibleEli Zaretskii2016-01-154-3/+66
* * src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.Glenn Morris2016-01-121-7/+1
* Make piping to subprocesses more robust on MS-WindowsEli Zaretskii2016-01-122-8/+38
* Avoid an infloop when we run out of memoryEli Zaretskii2016-01-111-4/+11
* Avoid unnecessary failures of auto-saving after fatal errorEli Zaretskii2016-01-112-2/+7
* Simplify HAVE_MODULES use in mark_maybe_pointerPaul Eggert2016-01-102-13/+13
* Revert attempt to use 'noexcept' in typedefPaul Eggert2016-01-102-15/+10
* * src/alloc.c (mark_maybe_pointer): HAVE_MODULES may be undefinedStefan Monnier2016-01-101-1/+7
* * src/alloc.c (mark_maybe_pointer): Also check wide-int's emacs_valueStefan Monnier2016-01-091-11/+17
* Use the face of preceding text for displaying the ellipsisEli Zaretskii2016-01-081-8/+9
* ; Improve commentary in 'setup_for_ellipsis'Eli Zaretskii2016-01-071-3/+6
* Obey coding-system-for-write when writing stdout/stderr in batchEli Zaretskii2016-01-062-2/+21
* * src/buffer.c: Stick with ASCII in doc string.Paul Eggert2016-01-051-1/+1
* Reword transient-mark-mode doc stringPaul Eggert2016-01-051-3/+3
* Update doc string of 'selective-display'Eli Zaretskii2016-01-051-1/+4
* Fix a doc string of 'transient-mark-mode'Eli Zaretskii2016-01-041-1/+1
* Avoid stdio in SIGINT handlerPaul Eggert2016-01-031-26/+47
* ; Fixed visual bell artifact problem on NextStep.Anders Lindgren2016-01-021-2/+33