summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* | Adapt CC Mode for C++11 uniform initialization....Alan Mackenzie2016-08-214-248/+415
* | ; Spelling fixesPaul Eggert2016-08-214-4/+4
* | Fix semantics of 'minibuffer' frame parameter...Martin Rudalics2016-08-211-8/+16
* | * lisp/progmodes/cc-defs.el (c-safe-scan-lists): Resolve overelaborate "nil"Alan Mackenzie2016-08-201-1/+1
* | In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil...Alan Mackenzie2016-08-201-47/+21
* | * lisp/emacs-lisp/map.el (map--dispatch): Fix docstring...Robert Cochran2016-08-201-3/+3
* | Amend hack-local-variables-prop-line not always to return any mode on line 1....Alan Mackenzie2016-08-191-26/+36
* | Improve doc string of epg-*-program...Daiki Ueno2016-08-191-2/+6
* | Fix bug in --eval reply message from server...Johan Bockgård2016-08-181-1/+1
* | lisp/textmodes/table.el (table-generate-source): Fix completing-read call...Oleh Krehel2016-08-181-2/+1
* | lisp/dired-aux.el (dired-compress-file-suffixes): Add entry for tgz...Oleh Krehel2016-08-181-1/+1
* | Don't let window start override window point in `window-state-put' (Bug#24240)...Andreas Politz2016-08-181-1/+3
* | Fontify constructs following "::" in C++ argument lists correctly - part 2....Alan Mackenzie2016-08-171-1/+2
* | Fontify constructs following "::" in C++ argument lists correctly....Alan Mackenzie2016-08-171-0/+7
* | Fix hz encoding and decoding (bug#23814)...K. Handa2016-08-171-49/+64
* | file-attribute-collect: New defun...Tino Calancha2016-08-171-0/+20
* | Fix Bug#24203...Michael Albinus2016-08-171-2/+2
* | Allow not erase output buffer in shell commands...Tino Calancha2016-08-161-18/+89
* | Fix minor bug in c-syntactic-re-search-forward....Alan Mackenzie2016-08-151-1/+13
* | Handle C++11 lambda functions....Alan Mackenzie2016-08-154-13/+243
* | Fix stale cache problem in Tramp...Michael Albinus2016-08-151-3/+8
* | Improve handling of defcustoms in tramp...Michael Albinus2016-08-146-58/+117
* | Minor text-quoting-style fixes...Paul Eggert2016-08-132-3/+6
* | Fix "C-u" when an input method is active...Joakim Jalap2016-08-131-1/+9
* | Fix docs on `display-buffer-below-selected' (Bug#24213)...Martin Rudalics2016-08-131-3/+5
* | cl-fill: Rename arguments to cl-seq and cl-item...Tino Calancha2016-08-131-9/+9
* | cl-delete-duplicates: Parse :if to have cl-if bound...Tino Calancha2016-08-101-1/+2
* | cl-delete-duplicates: do not parse :if keyword...Tino Calancha2016-08-101-1/+1
* | Add compatibility layer for `temporary-file-directory-function'...Michael Albinus2016-08-102-1/+8
* | * lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN....Michael Albinus2016-08-101-1/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsVincent Belaïche2016-08-102-18/+17
|\ \
| * | Turn on lexical-binding in json.el...Mark Oteiza2016-08-101-1/+1
| * | Nudge WoMan toward lexical-binding...Mark Oteiza2016-08-101-17/+16
* | | Handle nil cell value in compiled printer functions....Vincent Belaïche2016-08-101-3/+6
* | | Apply changes from commits 3c97b0f758 and 8a38e948b0 to master branch....Vincent Belaïche2016-08-091-1/+6
|/ /
* | * lisp/emacs-lisp/cconv.el: Fix λ-lifting in the presence of shadowing...Stefan Monnier2016-08-091-28/+48
* | CC Mode: check for and fix missing call to before_change_functions....Alan Mackenzie2016-08-091-4/+21
* | Make c-deprepertize-CPP work on deletion/insertion of "s. Fixes bug #24132....Alan Mackenzie2016-08-091-12/+19
* | Support $ENV in Tramp...Michael Albinus2016-08-091-10/+10
* | * lisp/files.el (file-ownership-preserved-p): Fix docstring. (Bug#23998)Michael Albinus2016-08-081-2/+1
* | Add `make-nearby-temp-file' and `temporary-file-directory'...Michael Albinus2016-08-0710-23/+82
* | Add missing dcstrings in Tramp, remove chec for obsolee methods...Michael Albinus2016-08-078-42/+63
* | Make sh-mode always use p-s-lookup-properties...Noam Postavsky2016-08-061-1/+1
* | Fix cl-assert with atomp FORM, non-nil SHOW-ARGS...Noam Postavsky2016-08-061-1/+1
* | Don't delete selection after indent-rigidly...Noam Postavsky2016-08-061-1/+1
* | Fix byte-compile of interactive closures...Noam Postavsky2016-08-061-2/+8
* | Error if --eval arg has text beyond 1 expression...Noam Postavsky2016-08-061-1/+8
* | Fix quoted lambda warning from lexical-let...Noam Postavsky2016-08-061-1/+1
* | Make emerge always use shell-quote-argument...Noam Postavsky2016-08-061-25/+12
* | Fix 'dired-diff' when backup file is in another directory...Eli Zaretskii2016-08-061-13/+31