aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/package.el: Filter by multiple keywords and cache keywordsArtur Malabarba2015-04-201-6/+19
* * lisp/emacs-lisp/package.el: Make archive and status pseudo-keywordsArtur Malabarba2015-04-201-6/+8
* Spelling fixesPaul Eggert2015-04-192-7/+7
* Call `smerge-start-session' even when dealing with a stash conflictDmitry Gutov2015-04-191-15/+20
* Add option to eshell/clear to clear scrollback.Vibhav Pant2015-04-191-5/+13
* Assume package archive-contents are UTF8-encodedSteve Purcell2015-04-191-1/+2
* Abort when looking at stashed changesDmitry Gutov2015-04-191-1/+3
* ; Convert ChangeLog history files to "Bug#NNNN"Paul Eggert2015-04-181-2/+2
* * lisp/files.el (auto-mode-alist): Use conf mode for gitconfig, hgrc.Glenn Morris2015-04-181-1/+1
* * lisp/elec-pair.el (electric-pair-post-self-insert-function): Do not use `ch...Tom Willemse2015-04-181-1/+2
* * lisp/net/browse-url.el (browse-url, browse-url-at-point): Doc fixes.Glenn Morris2015-04-181-4/+9
* css-mode.el: Support multi-line comment fillingSimen Heggestøyl2015-04-181-3/+20
* * lisp/emacs-lisp/seq.el (seq-concatenate, seq-into): Better error messages.Nicolas Petton2015-04-181-2/+2
* Minor improvements in Bulgarian input methodsIvan Radanov Ivanov2015-04-181-4/+4
* Don't show both feature and function with the same nameDmitry Gutov2015-04-181-3/+7
* (elisp--xref-identifier-location): Skip variable, if it's also a functiongDmitry Gutov2015-04-181-3/+7
* Fix fontification of keywords clobbered by the prompt.Wolfgang Jenkner2015-04-171-11/+11
* ; ChangeLog fixesGlenn Morris2015-04-173-3/+4
* ; ChangeLog fixesGlenn Morris2015-04-171-48/+20
* * lisp/indent.el (indent-region): Don't deactivate the markStefan Monnier2015-04-171-1/+1
* lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorableSam Steingold2015-04-171-0/+1
* * lisp/progmodes/xref.el (xref-push-marker-stack): Add optional arg.Leo Liu2015-04-171-3/+3
* * lisp/erc/erc-pcomplete.el (erc-pcomplete): Don't use `pcomplete' any more.Stefan Monnier2015-04-161-4/+4
* ; Split lisp/erc ChangeLogs, for the sake of authors.elGlenn Morris2015-04-162-752/+775
* * lisp/replace.el (query-replace-from-to-separator): Delay initializationGlenn Morris2015-04-161-7/+5
* '[:graph:]' now excludes whitespace, not just ' 'Paul Eggert2015-04-151-2/+2
* (looking-back): Make the second arg non-optional.Stefan Monnier2015-04-151-7/+8
* * lisp/org/org-clock.el (org-x11idle-exists-p): Be honest about whichStefan Monnier2015-04-151-2/+4
* Move some Elisp-specific code from lisp-mode.el to elisp-mode.elStefan Monnier2015-04-152-15/+22
* * lisp/emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p):Stefan Monnier2015-04-151-8/+9
* ; Auto-commit of loaddefs files.Glenn Morris2015-04-151-2/+2
* Standardize names of ChangeLog history filesPaul Eggert2015-04-1510-12668/+12481
* Fix recent cus-start changes that added customize-roguesStefan Monnier2015-04-152-4/+6
* Define cl-concatenate as an alias to seq-concatenateNicolas Petton2015-04-151-6/+2
* Clean up gnus-uu saving code slightlyLars Magne Ingebrigtsen2015-04-151-9/+2
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-151-4/+4
* * lisp/emacs-lisp/eieio-core.el (eieio--class): Derive from cl--classStefan Monnier2015-04-141-20/+1
* Add seq-intersection and seq-difference to the seq libraryNicolas Petton2015-04-151-1/+28
* * eieio-core.el (class-abstract-p): Don't inline, to avoid leaking internalsStefan Monnier2015-04-141-1/+1
* package--ensure-init-file: widen requires save-restrictionSam Steingold2015-04-141-3/+4
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-141-6/+6
* [Gnus] Catch the invalid-operation that idna.el will issueKatsumi Yamaoka2015-04-143-6/+14
* package--ensure-init-file: widen before looking for "(package-initialize)"Sam Steingold2015-04-131-0/+1
* Change diff-switches default to `-u'Dmitry Gutov2015-04-141-1/+1
* (gnus-group--setup-tool-bar-update): Fix last changeStefan Monnier2015-04-132-2/+7
* Use gmm-called-interactively-p in GnusKatsumi Yamaoka2015-04-131-1/+1
* * lisp/loadup.el ("cus-start"): Load it after loaddefs.elStefan Monnier2015-04-132-3/+1
* * lisp/emacs-lisp/package.el: Fix package--ensure-init-fileArtur Malabarba2015-04-131-1/+3
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Implement docstringsArtur Malabarba2015-04-131-1/+5
* Deprecate `intangible' and `point-entered' propertiesStefan Monnier2015-04-1313-337/+593