]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp
; Auto-commit of loaddefs files.
[gnu-emacs] / lisp / emacs-lisp /
2016-01-01 Glenn Morris; Auto-commit of loaddefs files.
2016-01-01 Paul EggertFix copyright years by hand
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-31 Mark Oteizalisp/emacs-lisp/chart.el (chart-new-buffer): Move to...
2015-12-31 Mark OteizaPort chart.el methods to cl-generic.
2015-12-30 Shakthi KannanDocument support for ':documentation' in Lisp mode
2015-12-26 Leo LiuAdd ert-deftest to lisp-mode.el
2015-12-22 Tom Tromeyadd some cl-* aliases to lisp-mode imenu
2015-12-20 Alan MackenzieMerge branch 'scratch/follow' into emacs-25
2015-12-12 Artur Malabarba* lisp/emacs-lisp/package.el (package-unpack): Security...
2015-12-12 Artur Malabarba* lisp/emacs-lisp/package.el (package--compile): Don...
2015-12-12 Eli ZaretskiiDocument new features of package.el
2015-12-11 Anders Lindgren; Restore selector `member' accidentally drooped in...
2015-12-08 Artur Malabarba* lisp/emacs-lisp/package.el (package--with-response...
2015-12-07 Paul EggertSpelling fixes
2015-12-05 Artur Malabarba* lisp/emacs-lisp/package.el: Don't install bad signatu...
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-12-04 Stefan Monnier* lisp/emacs-lisp/ert.el: Prefer pcase over cl-typecase
2015-12-04 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (character): Can't be...
2015-12-04 Glenn Morris; Auto-commit of loaddefs files.
2015-12-03 Stefan Monnier* lisp/emacs-lisp/smie.el (smie-next-sexp): Fix BOB...
2015-12-03 Artur MalabarbaFix some file headers for the purpose of `package-...
2015-12-03 Artur Malabarba* lisp/emacs-lisp/package.el (package-unpack): Load...
2015-12-03 Artur Malabarba* lisp/emacs-lisp/package.el: Refactor package activati...
2015-12-02 Stephen LeakeFix bug#22069 in cl-generic.el
2015-12-01 Artur Malabarba* lisp/emacs-lisp/package.el: Update header comments
2015-11-30 Paul EggertSpelling and grammar fixes
2015-11-29 Alan MackenzieByte compiler: Catch missing argument to `funcall'...
2015-11-27 Eli ZaretskiiAdd ':version' tag to 'checkdoc-package-keywords-flag'
2015-11-26 Alan MackenzieByte Compiler: generate code to adjust stack count...
2015-11-26 Alan MackenzieByte compiler: on setq with an odd number of arguments...
2015-11-24 Alan MackenzieMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2015-11-24 Alan MackenzieSquashed commit of the following:
2015-11-24 Alan MackenzieByte compile: Output an error, not a warning, for odd...
2015-11-23 Johan Bockgård* lisp/emacs-lisp/nadvice.el (add-function): Fix debug...
2015-11-23 Alan MackenzieSignal an error when `setf' gets an odd number of argum...
2015-11-23 Stefan Monnier* lisp/emacs-lisp/smie.el (smie-backward-sexp): Handle...
2015-11-23 Alan MackenzieExpunge occurrences of `setq' with an odd number of...
2015-11-23 Alan MackenzieIssue a warning from the byte compiler on a malformed...
2015-11-23 Alan MackenzieDon't let cconv_convert insert a nil argument into...
2015-11-18 Artur Malabarba* lisp/emacs-lisp/package.el (package--with-response...
2015-11-17 Paul EggertFix docstring quoting problems with ‘ '’
2015-11-16 Johan Bockgårdpcase.el: Fix edebugging of backquoted cons patterns
2015-11-16 Artur Malabarba* lisp/emacs-lisp/package.el (package--with-response...
2015-11-16 Artur Malabarba* lisp/emacs-lisp/nadvice.el (add-function): Escape...
2015-11-15 Artur MalabarbaBackport: * lisp/emacs-lisp/package.el: Fix a decoding...
2015-11-14 Artur MalabarbaBackport: * lisp/emacs-lisp/package.el: Refactor -with...
2015-11-12 Phillip Lord; Merge branch 'fix/no-undo-boundary-on-secondary-buffe...
2015-11-11 Nicolas PettonRename seq-p and map-p to seqp and mapp
2015-11-10 Paul EggertSpelling fixes
2015-11-10 Artur Malabarba* lisp/emacs-lisp/map.el (map-merge-with): New function
2015-11-10 Dmitry GutovMerge branch 'project-next'
2015-11-07 Artur Malabarba* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a bug
2015-11-06 Dmitry GutovRename "search path" to "library roots"
2015-11-05 Glenn Morris; Auto-commit of loaddefs files.
2015-11-04 Stefan Monnier* lisp/emacs-lisp/eieio-compat.el: Typo caught by tests
2015-11-03 Michael Heerdegen* lisp/emacs-lisp/pcase.el (pcase): Tweak docstring.
2015-10-31 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-10-31 Eli ZaretskiiAvoid errors in redisplay--pre-redisplay-functions
2015-10-29 Stefan Monnier* lisp/emacs-lisp/cl-generic.el: Add (major-mode MODE...
2015-10-29 Stefan Monnier* lisp/emacs-lisp/smie.el: Use `declare' for `pure'
2015-10-29 Stefan Monnier* lisp/emacs-lisp/cl-generic.el: Accomodate future...
2015-10-29 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (compile-defun): Add...
2015-10-29 Stefan Monnier(internal--syntax-propertize): Save match-data here...
2015-10-28 Stefan Monnier* lisp/emacs-lisp/macroexp.el: Tweak macroexp-if optimi...
2015-10-28 Artur Malabarba* lisp/emacs-lisp/seq.el (seq-mapn): New function
2015-10-28 Anders LindgrenMerge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
2015-10-28 Anders LindgrenMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2015-10-28 Nicolas Petton* lisp/emacs-lisp/thunk.el (thunk-delay): Fix the macro.
2015-10-26 Nicolas Petton* lisp/emacs-lisp/map.el: Better docstrings.
2015-10-26 Nicolas Petton* lisp/emacs-lisp/seq.el: Better docstrings.
2015-10-26 Nicolas Petton* lisp/emacs-lisp/seq.el: Rename all seq argumentss...
2015-10-26 Phillip Lord* lisp/emacs-lisp/ert.el: Print results without newline...
2015-10-23 Nicolas Petton* lisp/emacs-lisp/thunk.el: Better documentation.
2015-10-23 Stephen Leake`load-path' should contain only directory names
2015-10-23 Nicolas PettonNew library thunk.el
2015-10-21 Paul Eggert(/ N) now returns the reciprocal of N
2015-10-19 Nicolas PettonNew function seq-position
2015-10-17 Mark Oteiza* lisp/emacs-lisp/eldoc.el: Add back-to-indentation...
2015-10-16 Artur Malabarba* emacs-lisp/package.el: Reload archive-contents if...
2015-10-14 Nicolas PettonFix typos in docstrings
2015-10-14 Nicolas PettonBetter docstrings in seq.el and map.el
2015-10-07 Artur Malabarba* lisp/emacs-lisp/tabulated-list.el (tabulated-list...
2015-10-06 Aaron Ecaylisp/emacs-lisp/package.el (package-install): Fix name...
2015-10-05 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-10-02 Paul EggertFix a few problems with directed quotes
2015-09-29 Stefan Monnier* lisp/emacs-lisp/lisp-mode.el (let-when-compile):...
2015-09-28 Dmitry Gutov; Remove extraneous "coding: utf-8" specifications...
2015-09-28 Nicolas PettonBetter documentation for seq-some
2015-09-27 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-25 Alan MackenzieResurrect edebug-set-initial-mode, repurposing it to...
2015-09-24 Stefan MonnierFix recent bootstrap problems
2015-09-23 Oleh KrehelMove let-when-compile to lisp-mode.el
2015-09-22 Stefan Monnier* prolog.el: Fix indentation of empty line
2015-09-21 Nicolas PettonBetter docstring and parameter name for seq-find
2015-09-20 Stefan Monnier* lisp/emacs-lisp/syntax.el (syntax-begin-function...
2015-09-20 Paul Eggert'.' -> `.' in doc string
2015-09-20 Eli ZaretskiiImprove documentation of 'run-at-time'
2015-09-19 Artur Malabarba* lisp/emacs-lisp/timer.el (run-at-time): Docstring...
2015-09-18 Stefan Monnier* lisp/font-lock.el (font-lock-beginning-of-syntax...
next