| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | * lisp/emacs-lisp/seq.el (seq-doseq): Tighten the code | Stefan Monnier | 2015-04-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Add a new `inhibit-message' variable | Oleh Krehel | 2015-04-22 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | Describe and index "empty overlays". | Eli Zaretskii | 2015-04-20 | 1 | -6/+19 | |
| * | | | | | | | | | | | | | | | ; ChangeLog fixes | Glenn Morris | 2015-04-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | '[:graph:]' now excludes whitespace, not just ' ' | Paul Eggert | 2015-04-15 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | * doc/lispref/sequences.texi (Sequence Functions): Fix typo in previous. | Glenn Morris | 2015-04-15 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Make [:graph:] act like [:print:] sans space | Paul Eggert | 2015-04-15 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | Add seq-intersection and seq-difference to the seq library | Nicolas Petton | 2015-04-15 | 1 | -1/+29 | |
| * | | | | | | | | | | | | | | | Make [:print:] support non-ASCII characters correctly | Eli Zaretskii | 2015-04-14 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | * doc/lispref/processes.texi (Shell Arguments): Prefer diff -u. | Paul Eggert | 2015-04-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Add facility to collect stderr of async subprocess | Daiki Ueno | 2015-04-11 | 1 | -0/+52 | |
| * | | | | | | | | | | | | | | | Minor quoting etc. fixes to lispref manual | Paul Eggert | 2015-04-10 | 26 | -86/+80 | |
| * | | | | | | | | | | | | | | | Rename ChangeLogs for gitlog-to-changelog | Paul Eggert | 2015-04-07 | 1 | -0/+0 | |
| * | | | | | | | | | | | | | | | Merge from origin/emacs-24 | Paul Eggert | 2015-03-29 | 2 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | * doc/lispref/objects.texi (Equality Predicates): Fix typo in example. | Glenn Morris | 2015-03-24 | 2 | -2/+6 | |
| * | | | | | | | | | | | | | | | | `save-excursion' does not save&restore the mark any more | Stefan Monnier | 2015-03-25 | 2 | -13/+13 | |
| * | | | | | | | | | | | | | | | | Fix minor ldexp issues | Paul Eggert | 2015-03-24 | 2 | -3/+13 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-24 | Paul Eggert | 2015-03-23 | 2 | -4/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Another minor improvement in ELisp manual (Bug#20168) | Eli Zaretskii | 2015-03-23 | 2 | -2/+4 | |
| | * | | | | | | | | | | | | | | | Improve docs of 'posn-actual-col-row' (Bug#20169) | Eli Zaretskii | 2015-03-23 | 2 | -1/+9 | |
| | * | | | | | | | | | | | | | | | Minor documentation fix in ELisp manual (Bug#20174) | Eli Zaretskii | 2015-03-23 | 2 | -1/+6 | |
| * | | | | | | | | | | | | | | | | Generalize start-process with keyword args | Daiki Ueno | 2015-03-23 | 2 | -0/+59 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-24 | Paul Eggert | 2015-03-18 | 2 | -1/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108) | Eli Zaretskii | 2015-03-14 | 2 | -1/+5 | |
| * | | | | | | | | | | | | | | | | Spacing and punctuation fixes | Paul Eggert | 2015-03-17 | 11 | -17/+17 | |
| * | | | | | | | | | | | | | | | | Add seq-into as a public function | Nicolas Petton | 2015-03-09 | 2 | -0/+27 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-24 | Paul Eggert | 2015-03-03 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-24 | Paul Eggert | 2015-03-03 | 2 | -6/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Complete the remaining documentation updates for 24.5 | Eli Zaretskii | 2015-02-07 | 2 | -6/+15 | |
| * | | | | | | | | | | | | | | | | Address generator feedback | Daniel Colascione | 2015-03-03 | 2 | -6/+12 | |
| * | | | | | | | | | | | | | | | | Finalizer documentation, minor improvements | Daniel Colascione | 2015-03-02 | 3 | -5/+39 | |
| * | | | | | | | | | | | | | | | | Add support for generators | Daniel Colascione | 2015-03-02 | 3 | -0/+122 | |
| * | | | | | | | | | | | | | | | | Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878) | Eli Zaretskii | 2015-02-28 | 2 | -4/+13 | |
| * | | | | | | | | | | | | | | | | Documentation followup for daemon mode on MS-Windows | Eli Zaretskii | 2015-02-27 | 3 | -4/+12 | |
| * | | | | | | | | | | | | | | | | Improve seq-group-by to return sequence elements in correct order | Nicolas Petton | 2015-02-11 | 2 | -2/+7 | |
| * | | | | | | | | | | | | | | | | Add manual entry for fullscreen-restore parameter. | Martin Rudalics | 2015-02-11 | 2 | -1/+20 | |
| * | | | | | | | | | | | | | | | | Improve toggling fullscreen state of frames. | Martin Rudalics | 2015-02-11 | 2 | -10/+28 | |
| * | | | | | | | | | | | | | | | | Speed up vertical-motion when screen coordinates are known | Eli Zaretskii | 2015-02-09 | 2 | -1/+14 | |
| * | | | | | | | | | | | | | | | | Add documentation for seq-mapcat, seq-partition and seq-group-by | Nicolas Petton | 2015-02-06 | 2 | -1/+51 | |
| * | | | | | | | | | | | | | | | | Remove recently added BUFFER arg of `window-text-pixel-size'. | Martin Rudalics | 2015-02-05 | 2 | -8/+6 | |
| * | | | | | | | | | | | | | | | | Give `window-text-pixel-size' optional BUFFER argument. | Martin Rudalics | 2015-02-01 | 2 | -1/+13 | |
| * | | | | | | | | | | | | | | | | Revert changes installed by xwidgets merge | Paul Eggert | 2015-02-01 | 2 | -13/+1 | |
| * | | | | | | | | | | | | | | | | Give `window-text-pixel-size' optional BUFFER argument. | Martin Rudalics | 2015-02-01 | 2 | -1/+13 | |
| * | | | | | | | | | | | | | | | | # ChangeLog fixes | Glenn Morris | 2015-01-30 | 1 | -9/+4 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 2 | -4/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Add a cross-reference in ELisp manual. (Bug#19668) | Eli Zaretskii | 2015-01-24 | 2 | -4/+10 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 2 | -4/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Prevent artist-mode from creating runaway timers (Bug#6130). | Daniel Koning | 2015-01-21 | 2 | -4/+25 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 3 | -4/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Improve documentation of buttons (Bug#19628) | Eli Zaretskii | 2015-01-20 | 2 | -4/+9 | |