aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/net/tramp.el (tramp-handle-make-auto-save-file-name): Fix previous.Glenn Morris2015-05-271-2/+0
* Support ZIP files that use Zip64 extensionsEli Zaretskii2015-05-271-2/+29
* Improve tramp-handle-make-auto-save-file-nameMichael Albinus2015-05-271-30/+27
* ; Auto-commit of loaddefs files.Glenn Morris2015-05-271-4/+4
* No longer set dired-directory in eshell. (Bug#16477)Glenn Morris2015-05-262-7/+4
* * lisp/mail/sendmail.el (mail-position-on-field): Doc fix.Glenn Morris2015-05-261-3/+4
* Make c-submit-bug-report file reports at debbugs.gnu.org. (Bug#15784)Glenn Morris2015-05-261-1/+11
* * lisp/mail/rmailsum.el: Commas no longer separate regexps. (Bug#19026)Glenn Morris2015-05-261-10/+8
* Handle curved quotes in info filesPaul Eggert2015-05-263-55/+57
* xref-prompt-for-identifier: Use a list valueDmitry Gutov2015-05-261-6/+30
* * lisp/emacs-lisp/tabulated-list.el: Don't sort without sorterArtur Malabarba2015-05-261-1/+2
* Fix Bug#20621Michael Albinus2015-05-261-13/+0
* * lisp/desktop.el: If modes aren't autoloaded, try simple guesswork.Glenn Morris2015-05-251-10/+22
* * lisp/term/xterm.el: Add gui-get-selection support via OSC-52Philipp Stephani2015-05-251-42/+75
* Add C-language keyword constants to C++Daniel Colascione2015-05-251-1/+1
* Make TAGS files more portable to MS-WindowsPaul Eggert2015-05-251-2/+9
* Improve fix of debbugs:20634 in tramp-sh.elMichael Albinus2015-05-251-3/+6
* (cl-generic-define-method): Side effects are evil (bug#20644)Stefan Monnier2015-05-251-2/+4
* Make erc timestamps visible againLars Magne Ingebrigtsen2015-05-251-2/+2
* * lisp/emacs-lisp/cl-macs.el (cl-tagbody): Scope cl--tagbody-alistStefan Monnier2015-05-251-1/+2
* Fix typo in 89035e247591c8d688fce922b7079881aa110f33Michael Albinus2015-05-251-1/+1
* Fix IPv6 addresses in TrampOrivej Desh2015-05-251-1/+3
* Inhibit `epa-file-handler' in TrampMichael Albinus2015-05-253-8/+11
* * lisp/emacs-lisp/pcase.el: Use PAT rather than UPAT in docstringStefan Monnier2015-05-241-24/+29
* * lisp/emacs-lisp/tabulated-list.el: New optional print methodArtur Malabarba2015-05-241-9/+45
* * lisp/emacs-lisp/tabulated-list.el: Improve printingArtur Malabarba2015-05-241-24/+33
* Remove charset map files from repository, generate in first bootstrapGlenn Morris2015-05-232-2561/+0
* * lisp/pcmpl-cvs.el (pcmpl-cvs-entries): Don't assume CVS/Entries exists.Stefan Monnier2015-05-231-17/+18
* * lisp/progmodes/xref.el (xref-find-apropos): Use read-string.Stefan Monnier2015-05-231-2/+2
* tags-completion-at-point-function: Don't trust the find-tag functionStefan Monnier2015-05-231-5/+6
* ; Omit entries that will appear in ChangeLog.2Paul Eggert2015-05-231-6/+0
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-2312-158/+200
* Revert "Fix etags Bug#20629 that broke C++ support."Eli Zaretskii2015-05-231-2/+1
* Fix etags Bug#20629 that broke C++ support.Jan D2015-05-231-1/+2
* Merge branch 'master' into cairoJan D2015-05-23157-796/+988
|\
| * * lisp/emacs-lisp/package.el: Always update selected-packagesArtur Malabarba2015-05-231-5/+17
| * * lisp/emacs-lisp/package.el (package-selected-packages): Fix docArtur Malabarba2015-05-221-1/+1
| * * lisp/autorevert.el: Use lexical-binding. Fix hook usage.Stefan Monnier2015-05-221-20/+17
| * Change defgeneric so it doesn't completely redefine the functionStefan Monnier2015-05-212-19/+27
| * (package-menu-execute): Remove reference to remove-dupsArtur Malabarba2015-05-211-3/+4
| * * lisp/erc/erc.el: Hide network/channel messageskwhite2015-05-211-9/+44
| * Don't quote nil and t in doc stringsPaul Eggert2015-05-2186-158/+158
| * * lisp/emacs-lisp/package.el: Fix selected-package logicArtur Malabarba2015-05-211-6/+7
| * * lisp/emacs-lisp/package.el: Mode-line progress reportArtur Malabarba2015-05-211-13/+29
| * * lisp/emacs-lisp/package.el: Better transaction messagesArtur Malabarba2015-05-211-29/+50
| * * lisp/emacs-lisp/package.el: Revert async package transactionsArtur Malabarba2015-05-211-63/+32
| * Revert doc string changes to f90.elPaul Eggert2015-05-201-2/+2
| * Improve parameter nameBozhidar Batsov2015-05-201-3/+3
| * Add new inline function `hash-table-empty-p'Bozhidar Batsov2015-05-201-0/+4
| * Don't require help-fns when not neededPaul Eggert2015-05-204-7/+0