summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ; * doc/lispref/intro.texi (Version Info): Shorten line for 80 column terminal.Glenn Morris2015-08-241-1/+1
* * lisp/version.el (emacs-version): No longer include build hostGlenn Morris2015-08-242-6/+7
* * doc/lispref/elisp.texi: Fix typo in previous change.Paul Eggert2015-08-231-1/+0
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-2387-292/+390
* * etc/NEWS: The new ‘q’ flag is not an incompatible change.Paul Eggert2015-08-231-6/+6
* python.el: Fix python-shell-buffer-substring on indented codeFabián Ezequiel Gallina2015-08-232-10/+68
* Fix minor glitches from ‘format’ reversionPaul Eggert2015-08-232-5/+11
* python.el: Defer shell setup code until first interactive promptFabián Ezequiel Gallina2015-08-231-5/+38
* Remove the calls to `seq-into` from `seq-concatenate`Nicolas Petton2015-08-231-12/+5
* ; Fix a typo in description of 'C-x r i'Eli Zaretskii2015-08-231-1/+1
* python.el: Fix completion for pdb interactionsFabián Ezequiel Gallina2015-08-231-127/+139
* Make seq.el more extensible by using cl-defmethodNicolas Petton2015-08-233-219/+224
* python.el: Fix prompt detection with user overridden interpreterFabián Ezequiel Gallina2015-08-231-2/+4
* ; Fix author addressMichael Albinus2015-08-231-1/+1
* Support exec-directory with non-ASCII characters on WindowsEli Zaretskii2015-08-231-3/+11
* Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-237-187/+120
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-2313-71/+97
* ; * doc/lispintro/emacs-lisp-intro.texi (Buffer Size & Locations):Xue Fuqiao2015-08-231-1/+1
* * doc/lispintro/emacs-lisp-intro.texi (Switching Buffers): ClarifyXue Fuqiao2015-08-231-4/+4
* ; Auto-commit of ChangeLog files.Glenn Morris2015-08-231-1/+1029
* * doc/emacs/modes.texi (Choosing Modes): Minor doc fix forXue Fuqiao2015-08-231-1/+2
* python.el: fallback completion, ffap and eldoc setup enhancementsFabián Ezequiel Gallina2015-08-221-58/+67
* ; python.el: Fix typo for previous commitFabián Ezequiel Gallina2015-08-221-1/+1
* python.el: Increase native completion robustness.Fabián Ezequiel Gallina2015-08-221-33/+60
* Fix invocation of programs via cmdproxy.exeEli Zaretskii2015-08-221-1/+11
* Handle comments inside unquoted URIs in css-modeSimen Heggestøyl2015-08-221-1/+19
* Support invocation of Hunspell with multiple dictionariesEli Zaretskii2015-08-221-38/+75
* Minor formatting changes in ispell.elEli Zaretskii2015-08-221-41/+41
* In ‘adjust-window-trailing-edge’ fix bug with size-preserved windows.Martin Rudalics2015-08-222-6/+10
* Improve documentation of 'window-use-time'Eli Zaretskii2015-08-221-3/+7
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-2114-56/+56
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-2131-205/+205
* ; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina2015-08-211-0/+4
* ; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina2015-08-211-1/+3
* python.el: Ensure remote process-environment on non-interactive processesFabián Ezequiel Gallina2015-08-212-31/+60
* ; python.el: Bump version to 25.1Fabián Ezequiel Gallina2015-08-211-2/+3
* python.el: Enhancements to process environment setup.Fabián Ezequiel Gallina2015-08-212-150/+264
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-2119-33/+43
* ; Fix minor typo in Elisp manualSimen Heggestøyl2015-08-211-1/+1
* Use add-function for prettify-symbols-compose-predicateTassilo Horn2015-08-212-1/+13
* * lisp/emacs-lisp/smie.el (smie-indent-current-column): New funStefan Monnier2015-08-212-5/+22
* Respect text-quoting-style in (*Finder*) menusPaul Eggert2015-08-211-1/+1
* Document `window-use-time' in Elisp manualMartin Rudalics2015-08-212-1/+10
* A better fix for bug#21303Eli Zaretskii2015-08-211-14/+7
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2015-08-2114-77/+89
|\
| * Respect text-quoting-style in calcPaul Eggert2015-08-2114-77/+89
* | Fix documentation of 'menu-set-font' and 'set-frame-font'Eli Zaretskii2015-08-212-2/+4
|/
* Document '--create-frame' option to emacsclientEli Zaretskii2015-08-211-0/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2015-08-211-2/+3
|\
| * * lisp/progmodes/js.el (js-mode): Don't eagerly syntax propertize.Stefan Monnier2015-08-211-2/+3