aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don’t create unnecessary marker in ‘delete-trailing-whitespace’Michal Nazarewicz2016-07-041-10/+9
* Simplify ‘delete-trailing-whitespace’ by not treating \n as whitespaceMichal Nazarewicz2016-07-041-3/+4
* Make ‘delete-trailing-whitespace’ delete spaces after form feedMichal Nazarewicz2016-07-041-8/+7
* Add Google Drive support to TrampMichael Albinus2016-07-043-48/+67
* Calc: Update mode line after change modeTino Calancha2016-07-041-0/+1
* * lisp/simple.el (save-mark-and-excursion): Add declare forms.Mark Oteiza2016-07-031-0/+1
* Remove redundant forms from CC Mode for faster fontificationAlan Mackenzie2016-07-031-44/+0
* Speed up CC Mode fontification with less accurate functions extending regionAlan Mackenzie2016-07-032-34/+38
* Ibuffer: unmark all buffers without confirmationTino Calancha2016-07-031-4/+13
* Ibuffer: Mark buffers by contentTino Calancha2016-07-032-0/+58
* ibuffer-copy-filename-as-kill verbosity increaseTino Calancha2016-07-031-7/+8
* * lisp/gnus/gnus-art.el (gnus-article-send-map): Remove extra quote.Mark Oteiza2016-07-011-1/+1
* * lisp/auth-source.el (auth-source--symbol-keyword): Fix namespaceStefan Monnier2016-07-011-12/+12
* ; Auto-commit of loaddefs files.Glenn Morris2016-07-011-720/+728
* CC Mode: truncate the semi-nonlit cache when applying syntax-table to a quoteAlan Mackenzie2016-06-301-8/+31
* Cleanup around mature character manipulation functionsDmitry Antipov2016-06-303-10/+1
* Fix C-M-a in a C function finding the start of a macro preceding it.Alan Mackenzie2016-06-292-5/+3
* Dired recognize dirs when file size in human unitsTino Calancha2016-06-291-1/+1
* Fix breakage from previous changeMark Oteiza2016-06-282-3/+3
* Fix breakage from previous change.Mark Oteiza2016-06-281-1/+1
* ; Fix breakage from previous commitStephen Berman2016-06-271-16/+16
* Fix the prefix action of shr-copy-urlLars Magne Ingebrigtsen2016-06-271-2/+4
* New functions svg-text and svg-removeLars Magne Ingebrigtsen2016-06-271-11/+31
* Add new function dom-remove-nodeLars Magne Ingebrigtsen2016-06-271-0/+11
* Add a new function `svg-embed'Lars Magne Ingebrigtsen2016-06-271-0/+23
* * lisp/descr-text.el (describe-char-unicode-data): Fix copy/paste errors.Eli Zaretskii2016-06-271-2/+2
* Amend a cache so that typing into C++ raw strings has no undue delay.Alan Mackenzie2016-06-274-174/+338
* Also handle escaping when string begins with a quoteDmitry Gutov2016-06-271-2/+2
* Fix quote escaping in ruby-toggle-string-quotesSriram Thaiyar2016-06-271-1/+1
* Don't set 'bidi-paragraph-direction' in 'ansi-term'Eli Zaretskii2016-06-261-11/+1
* ; Spelling fixesPaul Eggert2016-06-262-3/+3
* Sync with Tramp 2.3.0Michael Albinus2016-06-261-3/+3
* Fix some oddities in Tramp's rsync and smb methodsMichael Albinus2016-06-262-8/+8
* Deprecations (bug#23850)Leo Liu2016-06-261-0/+6
* Do not prompt twice to save a bufferTino Calancha2016-06-261-1/+1
* Merge from origin/emacs-25Paul Eggert2016-06-264-24/+25
|\
| * Update docs for `customize-mode'Noam Postavsky2016-06-251-5/+6
| * Error on multibyte characters in HTTP requestDmitry Gutov2016-06-221-14/+5
| * * lisp/gnus/mm-decode.el (mm-convert-shr-links):Katsumi Yamaoka2016-06-221-3/+11
| * Unset GIT_DIR when calling Git commandsDmitry Gutov2016-06-221-1/+3
* | Teach net-utils more iproute2 and nl80211 toolsMark Oteiza2016-06-251-14/+28
* | Use use-region-p in prolog.elLeo Liu2016-06-251-13/+10
* | Remove compatibility with Emacs 24.3 in octave-modeLeo Liu2016-06-251-40/+3
* | Fix caller to ediff-setupTino Calancha2016-06-251-1/+1
* | Implement ' separators in C++ integer literals.Alan Mackenzie2016-06-242-22/+113
* | Remove some more face aliases obsoleted in 22.1Mark Oteiza2016-06-235-62/+13
* | Remove some face aliases obsoleted in 22.1Mark Oteiza2016-06-2313-109/+29
* | * lisp/international/characters.el (standard-case-table): Improve last change.Eli Zaretskii2016-06-231-8/+6
* | Improve results of 'upcase' for characters with title-caseEli Zaretskii2016-06-231-4/+9
* | Make typing into incomplete C++ raw strings work, and make it work fast enoughAlan Mackenzie2016-06-232-29/+30