aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Support macros in 'func-arity'Paul Pogonyshev2016-04-021-0/+3
* | | | | | | | | | | | | | | | | | Fix compilation of Cygwin w32 portAndy Moreton2016-04-021-0/+4
* | | | | | | | | | | | | | | | | | Fix resize incompatibility with GTK+ masterPaul Eggert2016-04-011-4/+0
* | | | | | | | | | | | | | | | | | Fix check for subscript errors in module callsPaul Eggert2016-04-011-4/+11
* | | | | | | | | | | | | | | | | | Pacify --enable-gcc-warnings for buffer-hash etc.Paul Eggert2016-03-291-5/+3
* | | | | | | | | | | | | | | | | | Add a new function `buffer-hash'Lars Magne Ingebrigtsen2016-03-281-11/+57
* | | | | | | | | | | | | | | | | | Rename C names to match Lisp symbols betterPaul Eggert2016-03-2714-133/+133
* | | | | | | | | | | | | | | | | | func-arity minor improvementsPaul Eggert2016-03-262-23/+19
* | | | | | | | | | | | | | | | | | Safely run window size change functionsMartin Rudalics2016-03-261-1/+6
* | | | | | | | | | | | | | | | | | Implement 'func-arity'Paul Pogonyshev2016-03-263-0/+130
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-03-232-36/+167
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | -Paul Eggert2016-03-227-16/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | ; 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
* | | | | | | | | | | | | | | | | | -Paul Eggert2016-03-225-17/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Assume NON_BLOCKING_CONNECT (Bug#22946)Paul Eggert2016-03-221-48/+5
* | | | | | | | | | | | | | | | | | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-3/+3
* | | | | | | | | | | | | | | | | | Ensure positive number of glyphs for margins of positive widthEli Zaretskii2016-03-211-1/+3
* | | | | | | | | | | | | | | | | | Resurrect earlier fix of resize_frame_windowsMartin Rudalics2016-03-201-4/+6
* | | | | | | | | | | | | | | | | | Amend parse-partial-sexp correctly to handle two character comment delimitersAlan Mackenzie2016-03-201-151/+221
* | | | | | | | | | | | | | | | | | * src/alloc.c (purecopy): Use AUTO_STRING.Paul Eggert2016-03-201-1/+1
* | | | | | | | | | | | | | | | | | No need to block input when reading directoriesPaul Eggert2016-03-191-13/+1
* | | | | | | | | | | | | | | | | | Improve w32notify notificationsFabrice Popineau2016-03-195-246/+349
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-03-11191-551/+598
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Fix asynchronous TLS connections on MS-WindowsAlain Schneble2016-03-101-8/+26
* | | | | | | | | | | | | | | | | | Minor fixes for getaddrinfo_a usagePaul Eggert2016-03-091-25/+23
* | | | | | | | | | | | | | | | | | Pacify --enable-gcc-warningsPaul Eggert2016-03-081-2/+1
* | | | | | | | | | | | | | | | | | Optionally reuse tooltip frames instead of deleting/recreating them.Martin Rudalics2016-03-084-491/+475
* | | | | | | | | | | | | | | | | | Assume getaddrinfo in C codePaul Eggert2016-03-071-64/+4
* | | | | | | | | | | | | | | | | | Remove support for IRIXPaul Eggert2016-03-075-45/+4