aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | ; Spelling fixesPaul Eggert2016-11-192-3/+3
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-191-11/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Improve documentation of functions that accept time valuesEli Zaretskii2016-11-181-12/+26
| * | | | | | | | | | | | | | | | | Speed up initialization by preferring /dev/urandom to GnuTLSDaniel Colascione2016-11-181-18/+26
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-1924-77/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-0615-61/+61
| * | | | | | | | | | | | | | | | | Prefer comments /* like this */ in C codePaul Eggert2016-11-0510-16/+15
* | | | | | | | | | | | | | | | | | Implement getrlimit and setrlimit for MS-WindowsEli Zaretskii2016-11-192-3/+86
* | | | | | | | | | | | | | | | | | Prevent dubious argument listsPhilipp Stephani2016-11-181-3/+15
* | | | | | | | | | | | | | | | | | Unbreak the build on Darwin (Bug#24957)Ken Brown2016-11-161-2/+2
* | | | | | | | | | | | | | | | | | Add --new-daemon, which runs in the foreground and does not forkGlenn Morris2016-11-152-136/+169
* | | | | | | | | | | | | | | | | | * src/emacs.c (usage_message): Mention named daemon. (Bug#24949)Glenn Morris2016-11-151-1/+1
* | | | | | | | | | | | | | | | | | Simplify case-insensitivity checks on Mac OS XKen Brown2016-11-151-24/+57
* | | | | | | | | | | | | | | | | | * src/emacs.c (sort_args): Warn about multiple matches.Glenn Morris2016-11-151-3/+7
* | | | | | | | | | | | | | | | | | Revert "Improve case-insensitive checks (Bug#24441)"Eli Zaretskii2016-11-141-61/+32
* | | | | | | | | | | | | | | | | | Improve case-insensitive checks (Bug#24441)Paul Eggert2016-11-141-32/+61
* | | | | | | | | | | | | | | | | | Port --enable-gcc-warnings to Ubuntu 16.10Paul Eggert2016-11-131-0/+1
* | | | | | | | | | | | | | | | | | Check case-sensitivity when renaming filesKen Brown2016-11-121-14/+83
* | | | | | | | | | | | | | | | | | Port to FreeBSD 11 AMDPaul Eggert2016-11-082-2/+8
* | | | | | | | | | | | | | | | | | Remove obsolete default-FOO variablesMark Oteiza2016-11-073-149/+1
* | | | | | | | | | | | | | | | | | Restore file descriptor limit in subprocessesPaul Eggert2016-11-063-4/+27
* | | | | | | | | | | | | | | | | | Prefer comments /* like this */ in C codePaul Eggert2016-11-051-7/+7
* | | | | | | | | | | | | | | | | | Enlarge DUMPED_HEAP_SIZEEli Zaretskii2016-11-051-1/+1
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-043-6/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | ; Spelling fixesPaul Eggert2016-11-042-5/+5
| * | | | | | | | | | | | | | | | | Mark relocation workarounds with REL_ALLOCEli Zaretskii2016-11-041-1/+8
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-044-107/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Inhibit buffer relocation during regex searchesNoam Postavsky2016-10-251-0/+31
| * | | | | | | | | | | | | | | | | Revert fixes to allocation of regex matchingNoam Postavsky2016-10-254-107/+14
* | | | | | | | | | | | | | | | | | Add 'x-ctrl-keysym' support on X window systemVasilij Schneidermann2016-11-041-14/+29
* | | | | | | | | | | | | | | | | | Improve autoload error reportingAlexander Gramiak2016-11-041-1/+2
* | | | | | | | | | | | | | | | | | Don't segfault on timed-out TLS connectionsLars Ingebrigtsen2016-11-011-12/+17
* | | | | | | | | | | | | | | | | | Support 'TARGETS' in clipboard selections on MS-WindowsEli Zaretskii2016-11-011-0/+108
* | | | | | | | | | | | | | | | | | Handle chars of syntax word which are also flagged as comment delimitersAlan Mackenzie2016-10-301-3/+20
* | | | | | | | | | | | | | | | | | Speed up initialization by preferring /dev/urandom to GnuTLSDaniel Colascione2016-10-291-18/+26
* | | | | | | | | | | | | | | | | | Avoid errors in posn-at-point for large imagesEli Zaretskii2016-10-291-0/+8
* | | | | | | | | | | | | | | | | | Unbreak MS-Windows buildEli Zaretskii2016-10-292-8/+8
* | | | | | | | | | | | | | | | | | Add double-buffering support to reduce flickerDaniel Colascione2016-10-2818-216/+595
* | | | | | | | | | | | | | | | | | ; Spelling fixPaul Eggert2016-10-271-1/+1
* | | | | | | | | | | | | | | | | | * src/xwidget.c (webkit_js_to_lisp): Now static.Paul Eggert2016-10-251-1/+1
* | | | | | | | | | | | | | | | | | Implement zoom for WebKit widget.Ricardo Wurmus2016-10-251-0/+20
* | | | | | | | | | | | | | | | | | xwidget: Remove title hack.Ricardo Wurmus2016-10-251-22/+0
* | | | | | | | | | | | | | | | | | Remove scrolled window container around WebKit widgetRicardo Wurmus2016-10-252-63/+4
* | | | | | | | | | | | | | | | | | xwidget: Pass JavaScript return value to optional callback procedureRicardo Wurmus2016-10-251-7/+158
* | | | | | | | | | | | | | | | | | xwidget: Use WebKit2 APIRicardo Wurmus2016-10-251-106/+80
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-251-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Yet another fix for using pointers into buffer textEli Zaretskii2016-10-241-1/+8
| * | | | | | | | | | | | | | | | | Another fix for using pointer to buffer textEli Zaretskii2016-10-241-2/+7
| * | | | | | | | | | | | | | | | | Port --enable-gcc-warnings to bleeding-edge glibcPaul Eggert2016-10-231-7/+6
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-253-6/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /