summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2018-10-031-2/+37
|\
| * Improve cl-do, cl-do* docstringsTino Calancha2018-09-291-2/+37
* | * lisp/emacs-lisp/autoload.el (autoload-ignored-definitions): New varStefan Monnier2018-10-021-10/+16
* | file-attributes cleanupPaul Eggert2018-09-232-10/+17
* | * lisp/multifile.el: New file, extracted from etags.elStefan Monnier2018-09-221-2/+13
* | * lisp/emacs-lisp/advice.el: Only use defmacro when neededStefan Monnier2018-09-171-48/+45
* | * lisp/emacs-lisp/advice.el (ad-advised-functions): Make it a plain listStefan Monnier2018-09-171-13/+8
* | Make lisp/thread.el the new home for thread-related Lisp functionsGemini Lasswell2018-09-092-172/+0
* | Add list-threads command and thread-list-modeGemini Lasswell2018-09-091-0/+128
* | Fix timer.el minor rounding errorPaul Eggert2018-09-051-5/+5
* | Mark thread-alive-p as obsoleteMichael Albinus2018-08-311-0/+2
* | Handle thread-signal towards the main thread (Bug#32502)Michael Albinus2018-08-301-0/+42
* | Merge from origin/emacs-26Glenn Morris2018-08-291-1/+1
|\|
| * Small checkdoc quoting fix (bug#32546)Glenn Morris2018-08-271-1/+1
* | Allow setf of buffer-modified-p without argument (Bug#21201)Noam Postavsky2018-08-271-2/+3
* | Fix links in backtraces to work on advised built-ins (Bug#25393)Gemini Lasswell2018-08-271-5/+7
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-222-6/+4
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-214-23/+23
* | Don't include text properties when making autoloadsAllen Li2018-08-171-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-08-141-1/+12
|\|
| * Do not consider external packages to be removable (Bug#27822)Yuri D'Elia2018-08-111-1/+12
| * New function read-answer (Bug#31782)Juri Linkov2018-08-041-0/+128
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-0911-440/+1678
|\ \
| * | ; (read-answer-short): Fix :version setting for backportNoam Postavsky2018-08-041-1/+1
| * | Respect non-saved value of `read-short-answer' (Bug#31782)Noam Postavsky2018-08-041-5/+11
| * | Fix typo in edebug-backtrace-hide-instrumentation's docstring.Gemini Lasswell2018-08-031-1/+1
| * | Give two backtrace-mode commands better namesGemini Lasswell2018-08-031-20/+18
| * | Move 'backtrace' from subr.el to backtrace.elGemini Lasswell2018-08-031-4/+8
| * | Add new commands to Edebug backtracesGemini Lasswell2018-08-032-43/+127
| * | Add a menu for backtrace-modeGemini Lasswell2018-08-032-2/+24
| * | * lisp/emacs-lisp/debug.el (debugger-mode-map): Use easy-menu-define.Gemini Lasswell2018-08-031-45/+32
| * | Add new command to expand all "..."s in a backtrace frameGemini Lasswell2018-08-032-62/+102
| * | Change keybinding for backtrace-collapse from '=' to '-'Gemini Lasswell2018-08-031-1/+1
| * | Add link in backtraces to position in buffer being evaluated (bug#14081)Gemini Lasswell2018-08-031-3/+24
| * | Add links in backtraces to functions written in C (bug#25393)Gemini Lasswell2018-08-031-1/+5
| * | Add prefix argument to backtrace-toggle-print-circleGemini Lasswell2018-08-031-33/+56
| * | Lazily print backtrace frame local variablesGemini Lasswell2018-08-031-51/+83
| * | Always make buttons from function names in backtracesGemini Lasswell2018-08-034-11/+10
| * | Add backtrace-mode and use it in the debugger, ERT and EdebugGemini Lasswell2018-08-035-323/+1064
| * | Add methods for strings to cl-printGemini Lasswell2018-08-031-2/+100
| * | Support ellipsis expansion in cl-printGemini Lasswell2018-08-031-21/+134
| * | Fix Edebug spec for cl-macrolet (bug#29919)Gemini Lasswell2018-08-012-4/+48
| * | Merge from origin/emacs-26Glenn Morris2018-07-281-8/+16
| |\|
| | * Don't fail to indent-sexp before a full sexp (Bug#31984)Noam Postavsky2018-07-271-8/+16
| * | Merge from origin/emacs-26Glenn Morris2018-07-241-2/+8
| |\|
| | * Fix indent-sexp of #s(...) (Bug#31984)Noam Postavsky2018-07-211-2/+8
| * | 0x%x → %#x in elisp formatsPaul Eggert2018-07-231-2/+2
| * | Merge from origin/emacs-26Glenn Morris2018-07-201-14/+18
| |\|
| | * Improve documentation of 'pcase-defmacro rx'Eli Zaretskii2018-07-201-14/+18
| * | Merge from origin/emacs-26Glenn Morris2018-07-131-12/+16
| |\|