]> code.delx.au - gnu-emacs/history - lisp/progmodes/elisp-mode.el
Merge branch 'emacs-25-merge'
[gnu-emacs] / lisp / progmodes / elisp-mode.el
2016-01-03 John WiegleyMerge branch 'emacs-25-merge'
2015-12-30 John WiegleyMerge emacs-25 into master (using imerge)
2015-12-28 Dmitry GutovRename project-library-roots to project-external-roots
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-11-30 Dmitry GutovMake lisp-completion-at-point a wrapper instead of...
2015-11-25 Michael AlbinusMerge branch 'scratch/kqueue' of git.sv.gnu.org:/srv... origin/scratch/kqueue
2015-11-23 Dmitry GutovDon't use package-user-dir in elisp-library-roots if...
2015-11-20 Dmitry GutovAdd xref--etags-backend to xref-backing-functions using...
2015-11-15 Stephen LeakeImprove a few doc strings, comments
2015-11-15 Dmitry GutovUnify the absolutely equal xref-backend-references...
2015-11-15 Xue FuqiaoMerge branch 'release-process-lowercase'
2015-11-14 Dmitry GutovMerge branch 'master' into emacs-25
2015-11-14 Dmitry GutovUse generic dispatch for xref backends
2015-11-13 l3thalMerge branch 'erc-async-reconnect' into emacs-25
2015-11-13 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2015-11-13 Juanma Barranquero* lisp/progmodes/elisp-mode.el: Declare function `proje...
2015-11-13 Juanma Barranquero* lisp/progmodes/elisp-mode.el: Declare function `proje...
2015-11-12 Phillip Lord; Merge branch 'fix/no-undo-boundary-on-secondary-buffe...
2015-11-10 Dmitry GutovMerge branch 'project-next'
2015-11-10 Dmitry GutovFold `project-ask-user' into `project-current'
2015-11-06 Eli ZaretskiiEnsure redisplay after evaluation
2015-11-06 Dmitry GutovRename "search path" to "library roots"
2015-11-06 Eli ZaretskiiEnsure redisplay after "C-x C-e"
2015-09-27 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-17 Paul EggertBackslash cleanup in Elisp source files
2015-09-15 Stephen LeakeFix a bug in elisp--xref-find-definitions related to...
2015-09-10 Paul EggertRevert some stray curved quotes I missed earlier
2015-09-09 Stefan MonnierMake syntax.c call syntax-propertize on demand
2015-09-08 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-03 Paul EggertFix some more docstring etc. quoting problems
2015-09-01 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-01 Stephen LeakeImprove comments in elisp-mode.el, elisp-mode-tests.el
2015-08-26 Stephen LeakeAdd mode local overrides to xref-find-definitions
2015-08-21 Paul EggertDon't quote symbols 'like-this' in docstrings etc.
2015-08-17 Noah FriedmanMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-08-17 Paul EggertSpelling fixes
2015-08-14 Eli ZaretskiiDon't miss warnings about removing string text properti...
2015-08-13 Stephen Leakexref-find-definitions: Exclude more generic function...
2015-08-11 Stephen Leakeelisp--xref-find-definitions handle cl-defstuct default...
2015-08-11 Stephen LeakeRewrite elisp--xref-find-definitions to handle many...
2015-08-01 Dmitry GutovAdd a second argument to project-ignores
2015-07-31 Dmitry GutovRename project-directories to project-roots
2015-07-20 Dmitry GutovRename xref description slot to summary
2015-07-12 Dmitry GutovAdd `project-ignores'
2015-07-10 Dmitry GutovIntroduce a Project API
2015-06-19 Paul EggertMerge from origin/emacs-24
2015-06-17 Stephen LeakeAdd missing function xref-location-group for elisp...
2015-06-17 Glenn MorrisAddress some check-declare warnings.
2015-06-11 Paul EggertFix quoting of help for functions with odd names
2015-06-10 Stefan Monnier* lisp/progmodes/elisp-mode.el: Require cl-lib for...
2015-06-08 Dmitry GutovSkip past `#' to find BEG
2015-06-06 Glenn MorrisAddress some compilation warnings.
2015-06-06 Eli ZaretskiiFix display when a font claims large values of ascent...
2015-06-04 Nicolas PettonMerge branch 'map'
2015-06-02 Dmitry GutovReuse rgrep mechanics in xref-find-regexp
2015-06-02 Dmitry GutovMove xref-elisp-location to elisp-mode.el
2015-06-02 Glenn MorrisMerge from origin/emacs-24
2015-06-02 Glenn Morris; Merge from origin/emacs-24
2015-05-28 Paul EggertNew minor mode Electric Quote
2015-05-28 Paul EggertSupport curved quotes in doc strings
2015-05-17 Jan DMerge branch 'master' into cairo
2015-05-10 Dmitry GutovAdd xref-find-regexp
2015-05-06 Stefan Monnier* lisp/cedet/semantic/grammar.el: Fix compiler warnings...
2015-05-05 Nicolas PettonMerge branch 'seq-let'
2015-05-05 Dmitry GutovWork around "Attempt to modify read-only object"
2015-05-05 Dmitry GutovOnly skip some variables that have function counterparts
2015-05-05 Dmitry GutovMake sure we're inside the let bindings
2015-05-05 Glenn Morris* lisp/progmodes/elisp-mode.el (xref-collect-references...
2015-05-04 Dmitry GutovHighlight both type and symbol name
2015-05-04 Dmitry GutovClassify lone symbol inside let varlist as variable
2015-05-03 Dmitry Gutovelisp-completion-at-point: Prioritize being quoted...
2015-05-02 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-05-02 Dmitry GutovFix etags-xref-find for references
2015-05-01 Dmitry GutovImplement xref-find-references in etags and elisp-mode
2015-04-27 Stefan Monnier* elisp-mode.el: Catch errors from `documentation'
2015-04-26 Jan DMerge branch 'master' into cairo
2015-04-17 Dmitry GutovDon't show both feature and function with the same...
2015-04-17 Dmitry Gutov(elisp--xref-identifier-location): Skip variable, if...
2015-04-15 Stefan MonnierMove some Elisp-specific code from lisp-mode.el to...
2015-04-05 Richard Stallman * mail/rmail.el (rmail-show-message-1): When...
2015-04-04 Paul EggertMerge from origin/emacs-24
2015-04-04 Paul EggertMerge from origin/emacs-24
2015-04-04 Paul EggertMerge from origin/emacs-24
2015-04-04 Paul EggertMerge from origin/emacs-24
2015-04-03 Jan DMerge branch 'master' into cairo
2015-03-29 Paul EggertMerge from origin/emacs-24
2015-03-29 Paul EggertMerge from origin/emacs-24
2015-03-29 Paul EggertMerge from origin/emacs-24
2015-03-23 Paul EggertMerge from origin/emacs-24
2015-03-23 Paul EggertMerge from origin/emacs-24
2015-03-23 Paul EggertMerge from origin/emacs-24
2015-03-23 Paul EggertMerge from origin/emacs-24
2015-03-23 Paul EggertMerge from origin/emacs-24
2015-03-23 Paul EggertMerge from origin/emacs-24
2015-03-18 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
next