summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix non_local_exit_get signature in Elisp manualBasil L. Contovounesios2019-03-251-1/+1
| * Explain messages with patches in CONTRIBUTEMichael Albinus2019-03-251-1/+4
| * Support ./configure --with-gif=ifavailable etc.Paul Eggert2019-03-253-19/+52
| * * lisp/vc/diff-mode.el: Better handle empty lines in context diffsStefan Monnier2019-03-251-2/+3
| * Fix some integer issues in regex-emacsPaul Eggert2019-03-256-225/+161
| * * src/regex-emacs.c (regex_compile): Fix comments.Paul Eggert2019-03-251-4/+2
| * Avoid occasional confusion of Flymake C/C++ backendJoão Távora2019-03-251-1/+3
| * Make bundled Flymake C backend work for C++, tooJoão Távora2019-03-251-1/+5
| * i18n: Add function ngettext for pluralization.Juri Linkov2019-03-244-23/+54
| * * lisp/progmodes/xref.el (xref--show-xrefs): Push mark. (Bug#34908)Juri Linkov2019-03-242-0/+5
| * Fix Gnus duplicate article unsuppressionBasil L. Contovounesios2019-03-241-13/+12
| * * src/lisp.h (primary_thread): Remove unused decl.Paul Eggert2019-03-241-1/+0
| * Bind `enable-local-variables' in `hack-connection-local-variables'Michael Albinus2019-03-241-2/+1
| * * src/Makefile.in ($(AM_V_GEN)POSIXLY_CORRECT): Use AM_V_GEN.Eli Zaretskii2019-03-231-1/+1
| * Fix Bug#34943Michael Albinus2019-03-236-39/+40
| * Avoid compiler warning in w32proc.cEli Zaretskii2019-03-231-7/+12
| * * lisp/progmodes/sql.el Bug#25424Michael R. Mauger2019-03-221-1/+1
| * Fix bug in delete-indentation when region is inactiveStephen Leake2019-03-222-1/+36
| * Change Gnus hash tables into real hash tablesEric Abrahamsen2019-03-2220-1074/+1156
| * Fix Bug#24394, Bug#34172Michael Albinus2019-03-226-43/+66
| * Fix the error message when modifying maps in-place (Bug#34941)Nicolas Petton2019-03-221-2/+2
| * Minor fixes for the last changeEli Zaretskii2019-03-223-8/+11
| * If the region is active, join all the lines it spansŁukasz Stelmach2019-03-223-17/+33
| * Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va...Eli Zaretskii2019-03-223-202/+180
| * Correctly handle packages without description in describe-packageFederico Tedin2019-03-221-1/+2
| * Make edebug-eval-expression support code completionFederico Tedin2019-03-221-3/+1
| * Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-2143-131/+134
| * ; Eval overlooked lambda in recent Eshell changesBasil L. Contovounesios2019-03-211-1/+1
| * * etc/NEWS: Document seq-contains-p.Nicolas Petton2019-03-211-0/+3
| * * lisp/emacs-lisp/seq.el (seq-difference): Inverse a conditional for clarity.Nicolas Petton2019-03-211-3/+3
| * New seq-contains-p predicate (Bug#34852)Nicolas Petton2019-03-213-9/+45
| * Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""Eli Zaretskii2019-03-213-180/+202
| * Revert "Rely on conservative stack scanning to find "emacs_value"s"Philipp Stephani2019-03-213-202/+180
| * Avoid duplicate entries in process-environment after re-dumpingEli Zaretskii2019-03-211-0/+6
| * * doc: Recommend putting '-' as last char in Emacs charset regexpsStefan Monnier2019-03-212-12/+11
| * Merge from origin/emacs-26Glenn Morris2019-03-2013-54/+338
| |\
| | * * etc/AUTHORS: Update.Nicolas Petton2019-03-201-4/+6
| | * * ; ChangeLog.3 updateNicolas Petton2019-03-201-1/+271
| | * Improve indexing of the user manualEli Zaretskii2019-03-201-0/+2
| | * Fix url-copy-file arglistBasil L. Contovounesios2019-03-191-5/+8
| | * ; * admin/notes/bugtracker: Minor additions and updates.Eli Zaretskii2019-03-191-7/+15
| | * Fix downloading updates for packages with non-ASCII descriptionsEli Zaretskii2019-03-191-2/+7
| | * * etc/NEWS: Remove temporary markers.Nicolas Petton2019-03-181-20/+0
| | * * doc/misc/cc-mode.texi (Config Basics): in @itemize, @asis -> @w{}Alan Mackenzie2019-03-151-1/+1
| | * Don't clobber 'comint-input-autoexpand' in 'read-shell-command'Eli Zaretskii2019-03-151-1/+1
| | * Document restrictions when setting window margins, fringes or scroll barsMartin Rudalics2019-03-132-2/+18
| | * More improvements for 'read-buffer's doc stringEli Zaretskii2019-03-101-7/+7
| | * * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2Alan Mackenzie2019-03-101-1/+1
| | * * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)Eli Zaretskii2019-03-091-2/+3
| * | Eshell: Mostly cosmetic changes to be more explicit about dynbindStefan Monnier2019-03-203-165/+136