aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | * lisp/emacs-lisp/seq.el (seq-doseq): Tighten the codeStefan Monnier2015-04-241-1/+1
* | | | | | | | | | | | | | | Add a new `inhibit-message' variableOleh Krehel2015-04-221-0/+8
* | | | | | | | | | | | | | | Describe and index "empty overlays".Eli Zaretskii2015-04-201-6/+19
* | | | | | | | | | | | | | | ; ChangeLog fixesGlenn Morris2015-04-171-1/+1
* | | | | | | | | | | | | | | '[:graph:]' now excludes whitespace, not just ' 'Paul Eggert2015-04-151-2/+2
* | | | | | | | | | | | | | | * doc/lispref/sequences.texi (Sequence Functions): Fix typo in previous.Glenn Morris2015-04-151-2/+2
* | | | | | | | | | | | | | | Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-151-7/+7
* | | | | | | | | | | | | | | Add seq-intersection and seq-difference to the seq libraryNicolas Petton2015-04-151-1/+29
* | | | | | | | | | | | | | | Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-141-2/+5
* | | | | | | | | | | | | | | * doc/lispref/processes.texi (Shell Arguments): Prefer diff -u.Paul Eggert2015-04-131-1/+1
* | | | | | | | | | | | | | | Add facility to collect stderr of async subprocessDaiki Ueno2015-04-111-0/+52
* | | | | | | | | | | | | | | Minor quoting etc. fixes to lispref manualPaul Eggert2015-04-1026-86/+80
* | | | | | | | | | | | | | | Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-071-0/+0
* | | | | | | | | | | | | | | Merge from origin/emacs-24Paul Eggert2015-03-292-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.Glenn Morris2015-03-242-2/+6
* | | | | | | | | | | | | | | | `save-excursion' does not save&restore the mark any moreStefan Monnier2015-03-252-13/+13
* | | | | | | | | | | | | | | | Fix minor ldexp issuesPaul Eggert2015-03-242-3/+13
* | | | | | | | | | | | | | | | Merge from origin/emacs-24Paul Eggert2015-03-232-4/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Another minor improvement in ELisp manual (Bug#20168)Eli Zaretskii2015-03-232-2/+4
| * | | | | | | | | | | | | | | Improve docs of 'posn-actual-col-row' (Bug#20169)Eli Zaretskii2015-03-232-1/+9
| * | | | | | | | | | | | | | | Minor documentation fix in ELisp manual (Bug#20174)Eli Zaretskii2015-03-232-1/+6
* | | | | | | | | | | | | | | | Generalize start-process with keyword argsDaiki Ueno2015-03-232-0/+59
* | | | | | | | | | | | | | | | Merge from origin/emacs-24Paul Eggert2015-03-182-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)Eli Zaretskii2015-03-142-1/+5
* | | | | | | | | | | | | | | | Spacing and punctuation fixesPaul Eggert2015-03-1711-17/+17
* | | | | | | | | | | | | | | | Add seq-into as a public functionNicolas Petton2015-03-092-0/+27
* | | | | | | | | | | | | | | | Merge from origin/emacs-24Paul Eggert2015-03-031-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge from origin/emacs-24Paul Eggert2015-03-032-6/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Complete the remaining documentation updates for 24.5Eli Zaretskii2015-02-072-6/+15
* | | | | | | | | | | | | | | | Address generator feedbackDaniel Colascione2015-03-032-6/+12
* | | | | | | | | | | | | | | | Finalizer documentation, minor improvementsDaniel Colascione2015-03-023-5/+39
* | | | | | | | | | | | | | | | Add support for generatorsDaniel Colascione2015-03-023-0/+122
* | | | | | | | | | | | | | | | Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-282-4/+13
* | | | | | | | | | | | | | | | Documentation followup for daemon mode on MS-WindowsEli Zaretskii2015-02-273-4/+12
* | | | | | | | | | | | | | | | Improve seq-group-by to return sequence elements in correct orderNicolas Petton2015-02-112-2/+7
* | | | | | | | | | | | | | | | Add manual entry for fullscreen-restore parameter.Martin Rudalics2015-02-112-1/+20
* | | | | | | | | | | | | | | | Improve toggling fullscreen state of frames.Martin Rudalics2015-02-112-10/+28
* | | | | | | | | | | | | | | | Speed up vertical-motion when screen coordinates are knownEli Zaretskii2015-02-092-1/+14
* | | | | | | | | | | | | | | | Add documentation for seq-mapcat, seq-partition and seq-group-byNicolas Petton2015-02-062-1/+51
* | | | | | | | | | | | | | | | Remove recently added BUFFER arg of `window-text-pixel-size'.Martin Rudalics2015-02-052-8/+6
* | | | | | | | | | | | | | | | Give `window-text-pixel-size' optional BUFFER argument.Martin Rudalics2015-02-012-1/+13
* | | | | | | | | | | | | | | | Revert changes installed by xwidgets mergePaul Eggert2015-02-012-13/+1
* | | | | | | | | | | | | | | | Give `window-text-pixel-size' optional BUFFER argument.Martin Rudalics2015-02-012-1/+13
* | | | | | | | | | | | | | | | # ChangeLog fixesGlenn Morris2015-01-301-9/+4
* | | | | | | | | | | | | | | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-282-4/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Add a cross-reference in ELisp manual. (Bug#19668)Eli Zaretskii2015-01-242-4/+10
* | | | | | | | | | | | | | | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-282-4/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Prevent artist-mode from creating runaway timers (Bug#6130).Daniel Koning2015-01-212-4/+25
* | | | | | | | | | | | | | | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-283-4/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Improve documentation of buttons (Bug#19628)Eli Zaretskii2015-01-202-4/+9