| Commit message (Expand) | Author | Age | Files | Lines |
* | merge from trunk | Tom Tromey | 2013-08-19 | 1 | -12/+5 |
|\ |
|
| * | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov | 2013-08-07 | 1 | -1/+1 |
| * | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 2013-08-05 | 1 | -8/+3 |
| * | Make defvar affect the default binding outside of any let. | Stefan Monnier | 2013-08-02 | 1 | -3/+1 |
* | | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -9/+4 |
|\ \
| |/ |
|
| * | Tune UNEVALLED functions by using XCAR instead of Fcar, etc. | Paul Eggert | 2013-07-23 | 1 | -9/+4 |
* | | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -2/+92 |
|\ \
| |/ |
|
| * | Clarify documentation of multibyte-string-p. | Eli Zaretskii | 2013-07-06 | 1 | -1/+2 |
| * | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -1/+90 |
* | | merge from trunk | Tom Tromey | 2013-06-13 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -2/+1 |
* | | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -47/+15 |
|\ \
| |/ |
|
| * | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier | 2013-06-03 | 1 | -2/+3 |
| * | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier | 2013-06-03 | 1 | -45/+12 |
* | | merge from trunk | Tom Tromey | 2013-01-16 | 1 | -6/+4 |
|\ \
| |/ |
|
| * | Omit buffer_slot_type_mismatch and use generic predicates to enforce | Dmitry Antipov | 2013-01-10 | 1 | -6/+4 |
* | | merge from trunk | Tom Tromey | 2013-01-05 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | | Indent | Andreas Schwab | 2012-12-29 | 1 | -1/+1 |
* | | | merge from trunk | Tom Tromey | 2012-12-17 | 1 | -140/+84 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.org | Glenn Morris | 2012-12-02 | 1 | -2/+6 |
| |\ \
| | |/ |
|
| | * | * src/data.c (Fboundp): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 1 | -1/+3 |
| | * | * src/data.c (Fsymbol_value): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 1 | -1/+3 |
| * | | Conflate Qnil and Qunbound for `symbol-function'. | Stefan Monnier | 2012-11-20 | 1 | -11/+10 |
| * | | * data.c (Qdefalias_fset_function): Now static. | Paul Eggert | 2012-11-11 | 1 | -1/+2 |
| * | | Provide new `defalias-fset-function' symbol property. | Stefan Monnier | 2012-11-09 | 1 | -35/+36 |
| |/ |
|
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -37/+0 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Remove unread-command-char. | Stefan Monnier | 2012-09-12 | 1 | -1/+1 |
| * | Discard killed buffers from deleted window and frame objects. | Dmitry Antipov | 2012-09-11 | 1 | -3/+5 |
| * | Simplify, document, and port floating-point. | Paul Eggert | 2012-09-10 | 1 | -2/+2 |
| * | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 1 | -27/+0 |
| * | Fix doc of local-variable-if-set-p. | Chong Yidong | 2012-09-07 | 1 | -6/+6 |
| * | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -3/+4 |
| * | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -8/+9 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -18/+18 |
* | | merge from trunk | Tom Tromey | 2012-09-04 | 1 | -29/+26 |
|\ \
| |/ |
|
| * | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -25/+24 |
| * | Remove unused external symbols. | Paul Eggert | 2012-08-26 | 1 | -4/+2 |
* | | rename condition-variablep to condition-variable-p | Tom Tromey | 2012-08-23 | 1 | -2/+2 |
* | | Merge from trunk | Tom Tromey | 2012-08-20 | 1 | -43/+42 |
|\ \
| |/ |
|
| * | Inline getter and setter functions for per-buffer values. | Dmitry Antipov | 2012-08-20 | 1 | -8/+8 |
| * | * data.c (set_internal): Don't use set_blv_found. | Andreas Schwab | 2012-08-19 | 1 | -3/+3 |
| * | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -7/+10 |
| * | Functions to get and set Lisp_Object fields of buffer-local variables. | Dmitry Antipov | 2012-08-17 | 1 | -31/+27 |
* | | condition variables | Tom Tromey | 2012-08-19 | 1 | -1/+16 |
* | | This supplies the mutex implementation for Emacs Lisp. | Tom Tromey | 2012-08-15 | 1 | -1/+14 |
* | | This adds most of the thread features visible to emacs lisp. | Tom Tromey | 2012-08-15 | 1 | -0/+15 |
|/ |
|
* | More doc fixes. | Chong Yidong | 2012-08-15 | 1 | -4/+6 |