| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | Define make_save_ptr_ptr unconditionally | Eli Zaretskii | 2016-03-24 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | Preserve current buffer when popping up TTY menus | Eli Zaretskii | 2016-03-24 | 1 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | | Improve font selection by family on MS-Windows | Eli Zaretskii | 2016-03-24 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | Support macros in 'func-arity' | Paul Pogonyshev | 2016-04-02 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | Fix compilation of Cygwin w32 port | Andy Moreton | 2016-04-02 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | Fix resize incompatibility with GTK+ master | Paul Eggert | 2016-04-01 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | | | | | Fix check for subscript errors in module calls | Paul Eggert | 2016-04-01 | 1 | -4/+11 | |
| * | | | | | | | | | | | | | | | | | | Pacify --enable-gcc-warnings for buffer-hash etc. | Paul Eggert | 2016-03-29 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | Add a new function `buffer-hash' | Lars Magne Ingebrigtsen | 2016-03-28 | 1 | -11/+57 | |
| * | | | | | | | | | | | | | | | | | | Rename C names to match Lisp symbols better | Paul Eggert | 2016-03-27 | 14 | -133/+133 | |
| * | | | | | | | | | | | | | | | | | | func-arity minor improvements | Paul Eggert | 2016-03-26 | 2 | -23/+19 | |
| * | | | | | | | | | | | | | | | | | | Safely run window size change functions | Martin Rudalics | 2016-03-26 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | | | | Implement 'func-arity' | Paul Pogonyshev | 2016-03-26 | 3 | -0/+130 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-03-23 | 2 | -36/+167 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Make `toggle-frame-maximized' respect the dock on OS X (bug#22988). | Anders Lindgren | 2016-03-22 | 1 | -22/+120 | |
| | * | | | | | | | | | | | | | | | | | Fix bug in displaying header line with a box face | Eli Zaretskii | 2016-03-22 | 1 | -14/+47 | |
| * | | | | | | | | | | | | | | | | | | - | Paul Eggert | 2016-03-22 | 7 | -16/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | ; Spelling fixes | Paul Eggert | 2016-03-18 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | | Port to strict C99 offsetof | Paul Eggert | 2016-03-18 | 2 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | Port to GTK with strict C11 compiler | Paul Eggert | 2016-03-18 | 1 | -8/+4 | |
| | * | | | | | | | | | | | | | | | | | Port to GTK with strict C99 compiler | Paul Eggert | 2016-03-17 | 2 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | | Avoid screen artifacts with new OS X visible bell after scrolling | Anders Lindgren | 2016-03-17 | 1 | -1/+29 | |
| * | | | | | | | | | | | | | | | | | | - | Paul Eggert | 2016-03-22 | 5 | -17/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Avoid segfaults due to frame image cache being absent | Eli Zaretskii | 2016-03-16 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | ; * src/xdisp.c (with_echo_area_buffer): Fix typos in comments. | Eli Zaretskii | 2016-03-16 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | Port to clang 3.7.0 on x86-64 | Paul Eggert | 2016-03-15 | 2 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | Fix startup of "emacs -nw" on systems that CANNOT_DUMP | Eli Zaretskii | 2016-03-15 | 1 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | | * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_echo_area | Stefan Monnier | 2016-03-14 | 1 | -5/+6 | |
| | * | | | | | | | | | | | | | | | | | Avoid crashes at startup on systems that CANNOT_DUMP | Eli Zaretskii | 2016-03-12 | 1 | -5/+11 | |
| * | | | | | | | | | | | | | | | | | | Assume NON_BLOCKING_CONNECT (Bug#22946) | Paul Eggert | 2016-03-22 | 1 | -48/+5 | |
| * | | | | | | | | | | | | | | | | | | Fix problems caused by new implementation of sub-word mode | Eli Zaretskii | 2016-03-21 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | Ensure positive number of glyphs for margins of positive width | Eli Zaretskii | 2016-03-21 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | Resurrect earlier fix of resize_frame_windows | Martin Rudalics | 2016-03-20 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | | | | | Amend parse-partial-sexp correctly to handle two character comment delimiters | Alan Mackenzie | 2016-03-20 | 1 | -151/+221 | |
| * | | | | | | | | | | | | | | | | | | * src/alloc.c (purecopy): Use AUTO_STRING. | Paul Eggert | 2016-03-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | No need to block input when reading directories | Paul Eggert | 2016-03-19 | 1 | -13/+1 | |
| * | | | | | | | | | | | | | | | | | | Improve w32notify notifications | Fabrice Popineau | 2016-03-19 | 5 | -246/+349 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 191 | -551/+598 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Don't use XRANDR 1.3 extensions if the server doesn't support them. | Ken Raeburn | 2016-03-10 | 2 | -7/+26 | |
| | * | | | | | | | | | | | | | | | | | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 191 | -536/+533 | |
| | * | | | | | | | | | | | | | | | | | Properly handle lambda as read function (bug 22961) | Andreas Schwab | 2016-03-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | Speed up redisplay of binary files with long series of nulls | Eli Zaretskii | 2016-03-06 | 1 | -6/+34 | |
| | * | | | | | | | | | | | | | | | | | doc string file descriptor exhaustion fix | Paul Eggert | 2016-03-04 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | Fix Bug#22814 | Michael Albinus | 2016-03-04 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | Fix asynchronous TLS connections on MS-Windows | Alain Schneble | 2016-03-10 | 1 | -8/+26 | |
| * | | | | | | | | | | | | | | | | | | Minor fixes for getaddrinfo_a usage | Paul Eggert | 2016-03-09 | 1 | -25/+23 | |
| * | | | | | | | | | | | | | | | | | | Pacify --enable-gcc-warnings | Paul Eggert | 2016-03-08 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | Optionally reuse tooltip frames instead of deleting/recreating them. | Martin Rudalics | 2016-03-08 | 4 | -491/+475 | |
| * | | | | | | | | | | | | | | | | | | Assume getaddrinfo in C code | Paul Eggert | 2016-03-07 | 1 | -64/+4 | |
| * | | | | | | | | | | | | | | | | | | Remove support for IRIX | Paul Eggert | 2016-03-07 | 5 | -45/+4 | |