| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rely on conservative stack scanning to find "emacs_value"s | Stefan Monnier | 2015-11-30 | 2 | -173/+148 |
* | Run `window-size-change-functions' also when reading from minibuffer | Martin Rudalics | 2015-11-30 | 1 | -0/+21 |
* | Spelling and grammar fixes | Paul Eggert | 2015-11-29 | 4 | -5/+5 |
* | Simplify the prologue of emacs-module.c functions | Philipp Stephani | 2015-11-28 | 1 | -86/+46 |
* | Don't reject module calls with no arguments | Eli Zaretskii | 2015-11-28 | 1 | -2/+3 |
* | Make module-call be visible from Lisp | Philipp Stephani | 2015-11-28 | 1 | -19/+17 |
* | Fix minor problems found by static checking | Paul Eggert | 2015-11-27 | 1 | -10/+7 |
* | * src/emacs-module.c (struct env_storage): Delete | Stefan Monnier | 2015-11-27 | 1 | -66/+63 |
* | Improve handling of signals and 'throw' in modules | Eli Zaretskii | 2015-11-27 | 1 | -37/+96 |
* | Improve documentation of 'eval-buffer' and 'eval-region' | Eli Zaretskii | 2015-11-27 | 1 | -7/+13 |
* | Unbreak the Cygwin w32 build | Eli Zaretskii | 2015-11-27 | 1 | -1/+1 |
* | Improve commentary of prepare_to_modify_buffer_1 | Eli Zaretskii | 2015-11-26 | 1 | -1/+6 |
* | Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25 | Phillip Lord | 2015-11-26 | 2 | -5/+9 |
|\ |
|
| * | Fix compiler warnings in w32.c | Eli Zaretskii | 2015-11-26 | 2 | -5/+9 |
* | | Fix regression after merge. | Phillip Lord | 2015-11-26 | 1 | -2/+0 |
* | | After delete, record point location in undo. | Phillip Lord | 2015-11-26 | 3 | -25/+52 |
|/ |
|
* | * src/undo.c (record_property_change): Remove now-unused local. | Paul Eggert | 2015-11-25 | 1 | -1/+1 |
* | run_undoable_changes now called from insdel. | Phillip Lord | 2015-11-25 | 2 | -19/+16 |
* | Fix module_format_fun_env when dynlib_addr fails | Paul Eggert | 2015-11-24 | 1 | -3/+3 |
* | Implement dynlib_addr for MS-Windows | Eli Zaretskii | 2015-11-24 | 1 | -2/+114 |
* | Fix crash at startup related to GC of font entities | Eli Zaretskii | 2015-11-24 | 2 | -13/+48 |
* | Fix kbd_buffer iteration loop in readable_events | Ken Raeburn | 2015-11-24 | 1 | -7/+3 |
* | Improve text-quoting-style doc | Paul Eggert | 2015-11-23 | 1 | -1/+2 |
* | Simplify module_make_function | Paul Eggert | 2015-11-23 | 1 | -10/+5 |
* | Port better to FreeBSD’s dlfunc vs dlsym | Paul Eggert | 2015-11-23 | 3 | -2/+15 |
* | Simplify use of emacs_finalizer_function type | Paul Eggert | 2015-11-23 | 1 | -5/+5 |
* | module_format_fun_env fixes | Paul Eggert | 2015-11-23 | 2 | -20/+14 |
* | New visible-bell for NextStep (OS X El Capitan compatible). | Anders Lindgren | 2015-11-23 | 1 | -44/+81 |
* | Improve how non-ASCII strings are accepted from modules | Eli Zaretskii | 2015-11-23 | 1 | -10/+6 |
* | Port recent module changes to pickier compilers | Paul Eggert | 2015-11-23 | 1 | -2/+4 |
* | Fix how strings are accepted from modules | Philipp Stephani | 2015-11-23 | 1 | -13/+39 |
* | Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows. | Martin Rudalics | 2015-11-23 | 2 | -33/+1 |
* | Add a note about a questionable use of bool in xdisp.c | John Wiegley | 2015-11-23 | 1 | -0/+3 |
* | Signal an error when `setq' has an odd number of arguments. Fixes bug#20241. | Alan Mackenzie | 2015-11-23 | 1 | -0/+5 |
* | * src/frame.c (adjust_frame_size): Set FRAME_WINDOW_SIZES_CHANGED (Bug#21975). | Martin Rudalics | 2015-11-23 | 1 | -0/+2 |
* | Allow loading modules by 'load-file' | Eli Zaretskii | 2015-11-22 | 1 | -1/+8 |
* | Fix unoptimized builds | Eli Zaretskii | 2015-11-22 | 1 | -8/+8 |
* | Unrevert most of regexp reentrancy abort patch | Stefan Monnier | 2015-11-21 | 2 | -9/+23 |
* | Revert regexp reentrancy abort patch | Paul Eggert | 2015-11-21 | 3 | -23/+10 |
* | Add a few safety checks when ENABLE_CHECKING | Paul Eggert | 2015-11-21 | 5 | -30/+30 |
* | Simplify recording of main thread's ID on MS-Windows | Eli Zaretskii | 2015-11-21 | 6 | -41/+21 |
* | ; * src/lread.c (Fload): Fix last change. | Eli Zaretskii | 2015-11-21 | 1 | -1/+4 |
* | Call 'window-size-change-functions' for mini-windows | Eli Zaretskii | 2015-11-21 | 2 | -4/+34 |
* | Improve documentation of dynamic modules | Eli Zaretskii | 2015-11-21 | 3 | -13/+16 |
* | Fix double-decrement bug when freeing global refs | Paul Eggert | 2015-11-20 | 1 | -1/+3 |
* | Declare emacs_module_init in the module API | Paul Eggert | 2015-11-20 | 1 | -0/+3 |
* | Fix reindent-introduced typo in module code | Paul Eggert | 2015-11-20 | 1 | -17/+22 |
* | Module function arg counts are ptrdiff_t, not int | Paul Eggert | 2015-11-20 | 2 | -47/+44 |
* | Improve MS-Windows implementation in dynlib.c | Eli Zaretskii | 2015-11-20 | 2 | -9/+100 |
* | Include-file tweaks for modules | Paul Eggert | 2015-11-20 | 3 | -3/+6 |