summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add diffutils as dependencyfeature/windows-with-utilsPhillip Lord2019-11-181-0/+5
* ; Fix previous commitRobert Pluim2019-11-181-1/+1
* Check for HAVE_GTK3 instead of a specific versionRobert Pluim2019-11-181-2/+2
* Fix cl-prettyexpand in the non-FULL caseLars Ingebrigtsen2019-11-181-9/+7
* Merge branch 'scratch/so-long-updates'Phil Sainty2019-11-182-103/+62
|\
| * lisp/so-long.el: Refactor menu action commandsPhil Sainty2019-11-182-28/+21
| * * lisp/so-long.el (so-long): Firstly revert the existing action, if anyPhil Sainty2019-11-181-2/+10
| * lisp/so-long.el: Use (interactive "@") for menu commandsStefan Monnier2019-11-182-41/+18
| * ; * lisp/so-long.el: Use declare-function nearer the code that needs itStefan Monnier2019-11-181-9/+6
| * ; * lisp/so-long.el: Use function quoting in example configurationStefan Monnier2019-11-181-3/+3
| * ; * lisp/so-long.el: Delete redundant :group declarationsStefan Monnier2019-11-181-32/+16
|/
* Remove the error-out test for with_harfbuzzLars Ingebrigtsen2019-11-181-5/+0
* * lisp/simple.el (process-file): Clarify doc string.Paul Eggert2019-11-171-8/+7
* * lisp/tmm.el (tmm-add-one-shortcut): Use dolistStefan Monnier2019-11-171-22/+15
* * lisp/subr.el (read-char-from-minibuffer, y-or-n-p): Remove discard-input.Juri Linkov2019-11-171-3/+1
* Auto-scrolling in tab-line (bug#37667)Juri Linkov2019-11-171-12/+60
* Error out on --with-harfbuzz without HarfBuzz supportLars Ingebrigtsen2019-11-171-0/+5
* Handle FC_CHARCELL in xftfont_openLars Ingebrigtsen2019-11-171-0/+3
* Support more font weight values on MS-WindowsEli Zaretskii2019-11-171-2/+5
* Compilation Mode: Fix arrow handling when compilation-context-lines is tAlan Mackenzie2019-11-171-16/+29
* Make ido-read-file-name respect ido-read-file-name-non-ido moreLars Ingebrigtsen2019-11-171-4/+6
* Make tables more resistant to major mode changesLars Ingebrigtsen2019-11-171-2/+2
* Make bibtex-parse-keys more robustLars Ingebrigtsen2019-11-171-0/+3
* ; Grammar in simple.el doc strings and commentsStephen Gildea2019-11-161-44/+44
* * lisp/tab-bar.el: Add missing arg.Juri Linkov2019-11-172-3/+3
* * lisp/simple.el (eval-expression-print-maximum-character): Use choice type.Juri Linkov2019-11-171-1/+3
* * lisp/dired.el (dired-dwim-target): Add choice dired-dwim-target-next-visibleJuri Linkov2019-11-173-8/+22
* Fix display of R2L textEli Zaretskii2019-11-161-6/+10
* Fix moving files with duplicate names to trash-canShingo Tanaka2019-11-161-1/+2
* Do not report move frame events for tooltip frames (Bug#38213)Martin Rudalics2019-11-162-2/+4
* tex-mode: paragraph separator groups text and commentsMichael Orlitzky2019-11-161-1/+1
* Don't move point on undefined keystrokes in the article bufferLars Ingebrigtsen2019-11-161-26/+21
* Make button-1 work on all Gnus buttonsLars Ingebrigtsen2019-11-162-5/+12
* Make it clear what edebug-remove-instrumentation offersLars Ingebrigtsen2019-11-161-2/+4
* Port new float-scaling code to SolarisPaul Eggert2019-11-151-4/+1
* ; * lisp/so-long.el: Silence byte-compiler warningsPhil Sainty2019-11-161-0/+3
* Make icomplete-tidy-shadowed-file-names less aggressiveJoão Távora2019-11-151-52/+55
* * lisp/progmodes/perl-mode.el (perl-calculate-indent): Indent qw(...)Stefan Monnier2019-11-152-9/+28
* Used magic-fallback-mode-alist to detect .doc files (Bug#20891)Robert Pluim2019-11-151-1/+2
* Improve indexing of function doc string conventionsEli Zaretskii2019-11-151-1/+2
* Port hexdigit init to non-GCC + pdumperPaul Eggert2019-11-152-23/+11
* Improve documentation of 'add-variable-watcher'Eli Zaretskii2019-11-152-15/+18
* Avoid using subr-x functionLars Ingebrigtsen2019-11-151-1/+2
* In 'dframe-frame-mode' avoid 'switch-to-buffer' (Bug#37840)Martin Rudalics2019-11-151-3/+7
* lisp/vc/vc-hg.el: Don't pass empty string to hg updateAndrii Kolomoiets2019-11-151-1/+1
* Fix minor formatting issue in isearch-forward documentationLele Gaifax2019-11-151-2/+2
* Make edebug-remove-instrumentation remove macro instrumentationLars Ingebrigtsen2019-11-151-2/+3
* Update nnir-method-default-engines version tagRobert Pluim2019-11-151-1/+1
* Fix a recent change in xdisp.cEli Zaretskii2019-11-151-3/+0
* Handle weird cases like (ceil 0 0.0)Paul Eggert2019-11-142-22/+31