| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lisp/ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col. | Stefan Monnier | 2014-09-30 | 2 | -78/+87 |
| * | Fix last change in lispref. | Eli Zaretskii | 2014-09-30 | 2 | -20/+27 |
| * | * internals.texi (Stack-allocated Objects): Describe this feature. | Dmitry Antipov | 2014-09-30 | 2 | -0/+30 |
| * | * lisp/ses.el (ses-setup): Don't assume modifying the iteration var of | Stefan Monnier | 2014-09-30 | 2 | -37/+39 |
| * | * xterm.c (x_term_init): Allocate temps on stack, not on heap. | Paul Eggert | 2014-09-30 | 2 | -10/+9 |
| * | * frame.c (x_set_frame_parameters): Port --enable-gcc-warnings | Paul Eggert | 2014-09-30 | 2 | -1/+4 |
| * | Auto-commit of loaddefs files. | Glenn Morris | 2014-09-30 | 1 | -1/+1 |
| * | * ses.el (ses-calculate-cell): bind row and col dynamically to | Vincent Belaïche | 2014-09-30 | 2 | -22/+42 |
| * | * TODO: Remove char/unsigned char, long long, IRIX unexelf.c. | Paul Eggert | 2014-09-29 | 2 | -9/+5 |
| * | Merge from emacs-24; up to 2014-07-12T04:06:32Z!dmantipov@yandex.ru. | Bill Wohler | 2014-09-29 | 5 | -23/+73 |
| * | Add TODO to replace cl with cl-lib. | Bill Wohler | 2014-09-29 | 1 | -0/+4 |
| * | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 24 | -203/+201 |
| * | * lisp/minibuffer.el (completion-at-point): Emit warning for ill-behaved | Stefan Monnier | 2014-09-29 | 2 | -1/+10 |
| * | * lisp/ses.el (ses--letref): Quote value before it gets re-evaluated. | Stefan Monnier | 2014-09-29 | 2 | -2/+6 |
| * | Follow-up to renaming v24.5 to 25.1. | Eli Zaretskii | 2014-09-29 | 19 | -18/+56 |
| * | Rename 24.5 to 25.1 | Stefan Monnier | 2014-09-29 | 34 | -60/+59 |
| * | mml: Signal error on invalid <#secure> tag | Daiki Ueno | 2014-09-29 | 2 | -1/+8 |
| * | Do not set `url-gateway-method' in `url-https'. (Bug#16543) | Ulf Jasper | 2014-09-29 | 3 | -18/+38 |
| |\ |
|
| | * | Do not set `url-gateway-method' in `url-https'. (Bug#16543) | Ulf Jasper | 2014-09-28 | 3 | -18/+38 |
| * | | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 28 | -242/+124 |
| * | | * src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable. | Ken Brown | 2014-09-28 | 3 | -4/+8 |
| |/ |
|
| * | Font-lock `cl-flet*', too. | Thien-Thi Nguyen | 2014-09-28 | 2 | -1/+7 |
| * | * configure.ac [CYGWIN]: Enable sound support. | Ken Brown | 2014-09-27 | 2 | -3/+7 |
| * | Fix implementation of HYBRID_MALLOC on Cygwin. | Ken Brown | 2014-09-27 | 3 | -4/+14 |
| * | * lisp/epg-config.el (epg-gpg-program): Use the plain program names rather | Stefan Monnier | 2014-09-27 | 2 | -3/+6 |
| * | * lisp/subr.el (track-mouse): New macro. | Stefan Monnier | 2014-09-27 | 6 | -24/+22 |
| * | * lisp/emacs-lisp/eldoc.el (eldoc-mode): Fix thinko. | Leo Liu | 2014-09-27 | 3 | -2/+8 |
| * | * pcase-tests.el: Add #18554 test case. | Stefan Monnier | 2014-09-27 | 1 | -0/+6 |
| * | * lisp/emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match): | Stefan Monnier | 2014-09-27 | 2 | -4/+10 |
| * | Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el. | Stefan Monnier | 2014-09-26 | 11 | -1254/+1418 |
| * | * etc/TODO: Add a few entries, remove others, expand some | Stefan Monnier | 2014-09-26 | 1 | -22/+107 |
| * | * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp. | Paul Eggert | 2014-09-26 | 2 | -10/+15 |
| * | * xfns.c (x_default_scroll_bar_color_parameter): | Paul Eggert | 2014-09-26 | 2 | -0/+8 |
| * | Regression fix - #bug18551 | Kelvin White | 2014-09-26 | 1 | -6/+1 |
| * | erc.el: Fix regression - Bug #18551 | Kelvin White | 2014-09-26 | 2 | -2/+7 |
| * | src/w32term.h (ALIGN_STACK): Fix the cpp condition. | Ken Brown | 2014-09-26 | 2 | -1/+5 |
| * | * emacs-lisp/cl-extra.el (cl-parse-integer): Fix last change. | Leo Liu | 2014-09-26 | 1 | -1/+2 |
| * | Add cl-parse-integer based on parse-integer | Leo Liu | 2014-09-26 | 8 | -39/+118 |
| * | * lisp/vc/add-log.el (change-log-next-buffer): Don't create an empty | Juri Linkov | 2014-09-25 | 2 | -6/+18 |
| * | Don't use USE_STACK_LISP_OBJECTS on Windows with GCC older than 4.2. | Eli Zaretskii | 2014-09-25 | 2 | -1/+10 |
| * | src/w32term.h (ALIGN_STACK): Fix a typo in last commit. | Eli Zaretskii | 2014-09-25 | 1 | -1/+1 |
| * | Follow Emacs versioning | Kelvin White | 2014-09-25 | 2 | -22/+30 |
| * | * lisp/net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify | Stefan Monnier | 2014-09-25 | 2 | -32/+23 |
| * | * xterm.c (x_new_font): Fix typo introduced by the recent dead code removal. | Dmitry Antipov | 2014-09-25 | 1 | -1/+1 |
| * | * lisp.h (toplevel): Adjust comment around USE_STACK_LISP_OBJECTS. | Dmitry Antipov | 2014-09-25 | 1 | -12/+11 |
| * | Default to stack objects on DOS_NT platforms as well. | Eli Zaretskii | 2014-09-25 | 7 | -24/+57 |
| * | Remove code left dead after 2014-07-27 changes. | Martin Rudalics | 2014-09-25 | 8 | -477/+12 |
| * | * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'. | Paul Eggert | 2014-09-24 | 2 | -4/+8 |
| * | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 25 | -30/+150 |
| * | Default to stack objects on non-GNU/Linux, non-DOS_NT platforms. | Paul Eggert | 2014-09-24 | 2 | -5/+9 |