aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | * doc/lispref/display.texi (SVG Images): Fix a typo. (Bug#32690)Eli Zaretskii2018-09-111-1/+1
* | | Merge from origin/emacs-26Glenn Morris2018-09-103-35/+52
|\ \ \ | |/ /
| * | Clarify completion text in the ELisp manualEli Zaretskii2018-09-101-6/+3
| * | Clarify documentation of functions reading character eventsEli Zaretskii2018-09-102-29/+49
* | | Handle buffer-local 'window-size-change-functions' specially (Bug#32637)Martin Rudalics2018-09-101-0/+8
* | | Improve documentation of thread list bufferGemini Lasswell2018-09-091-14/+18
* | | Document list-threads and its bufferGemini Lasswell2018-09-092-0/+48
* | | Make small fixes to Edebug and debugger documentationGemini Lasswell2018-09-092-1/+4
* | | Fix overenthusiastic header size checkPaul Eggert2018-09-071-1/+3
* | | Allow t as a catch-all condition-case handler (Bug#24618)Noam Postavsky2018-09-041-3/+4
* | | Merge from origin/emacs-26Michael Albinus2018-08-311-1/+1
|\ \ \ | |/ /
| * | Rename thread-alive-p to thread-live-pMichael Albinus2018-08-311-1/+1
* | | Handle thread-signal towards the main thread (Bug#32502)Michael Albinus2018-08-301-8/+2
* | | Merge from origin/emacs-26Glenn Morris2018-08-291-0/+3
|\ \ \ | |/ /
| * | Index profiler commands in elisp manualNoam Postavsky2018-08-281-0/+3
* | | Improve bignum support for system typesPaul Eggert2018-08-275-33/+16
* | | Improve format-seconds accuracyPaul Eggert2018-08-251-4/+0
* | | Fix bugs when rounding to bignumsPaul Eggert2018-08-222-4/+6
* | | Move bignump, fixnump from C to LispPaul Eggert2018-08-211-3/+4
* | | Audit use of lsh and fix glitchesPaul Eggert2018-08-212-5/+5
* | | Restore compatibility with Texinfo < 6Glenn Morris2018-08-211-4/+16
* | | Improve documentation of 'integer-width'Eli Zaretskii2018-08-211-56/+57
* | | Avoid libgmp aborts by imposing limitsPaul Eggert2018-08-211-166/+148
* | | Add bignum support to exptPaul Eggert2018-08-191-1/+1
* | | Document that ‘random’ is limited to fixnumsPaul Eggert2018-08-181-4/+3
* | | Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-181-2/+5
* | | Improve documentation of bignumsEli Zaretskii2018-08-171-1/+1
* | | Rename --without-mini-gmp to --with-libgmpPaul Eggert2018-08-141-4/+2
* | | Remove more traces of misc (Bug#32405)Paul Eggert2018-08-141-17/+8
* | | Remove stray union Lisp_Misc doc (Bug#32405#35).Paul Eggert2018-08-111-5/+0
* | | Turn misc objects into pseudovectorsPaul Eggert2018-08-111-10/+1
* | | Merge branch 'feature/bignum'Tom Tromey2018-08-112-99/+59
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-0911-77/+190
| |\ \ \
| * | | | Add missing @end defunTom Tromey2018-07-191-0/+1
| * | | | Document bignumsTom Tromey2018-07-122-100/+59
* | | | | Merge from origin/emacs-26Glenn Morris2018-08-101-5/+9
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Improve documentation of 'set-fontset-font'Eli Zaretskii2018-08-081-5/+9
* | | | Fix some documentation formatting nitsGemini Lasswell2018-08-032-6/+6
* | | | Move 'backtrace' from subr.el to backtrace.elGemini Lasswell2018-08-031-10/+9
* | | | Add new commands to Edebug backtracesGemini Lasswell2018-08-031-2/+10
* | | | Add new command to expand all "..."s in a backtrace frameGemini Lasswell2018-08-031-0/+3
* | | | Change keybinding for backtrace-collapse from '=' to '-'Gemini Lasswell2018-08-031-1/+1
* | | | Add backtrace-mode and use it in the debugger, ERT and EdebugGemini Lasswell2018-08-032-23/+74
* | | | New commands to create an empty fileTino Calancha2018-08-021-1/+7
* | | | Read and print NaN significand if <ieee754.h>Paul Eggert2018-08-011-1/+1
* | | | Prefer ?* to hide passwordsTino Calancha2018-07-291-1/+1
* | | | Merge from origin/emacs-26Glenn Morris2018-07-282-8/+5
|\ \ \ \ | |/ / /
| * | | Update the list of special forms in the ELisp manualEli Zaretskii2018-07-282-8/+5
* | | | %o and %x can now format signed integersPaul Eggert2018-07-261-2/+15
* | | | (format "%#x" 0) yields "0", not "0x0"Paul Eggert2018-07-231-1/+1