]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp
Doc fixed for next-error-buffer-p
[gnu-emacs] / lisp / emacs-lisp /
2016-05-01 Lars IngebrigtsenWrap the auto-generated doc string
2016-05-01 Lars IngebrigtsenClarify some doc strings
2016-04-30 Leo LiuAutoload cursor-sensor-inhibit (bug#23406)
2016-04-30 Andreas SchwabRemove \= from format string (bug#18190)
2016-04-25 Glenn Morris* lisp/emacs-lisp/autoload.el (update-directory-autoloads):
2016-04-21 Eli ZaretskiiRevert "Use 'grep-find-program' in check-declare.el"
2016-04-16 Eli ZaretskiiUse 'grep-find-program' in check-declare.el
2016-04-12 Phillip LordRevert "Prevent bootstrap autoload backup files"
2016-04-12 Phillip LordPrevent bootstrap autoload backup files
2016-04-11 Leo LiuFix last change on 2016-01-02
2016-04-07 Glenn Morris* lisp/emacs-lisp/package.el: Change from a few days...
2016-04-07 Glenn Morris* lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.
2016-04-04 Artur Malabarba* lisp/emacs-lisp/package.el (package-install-selected...
2016-03-31 Mark OteizaTeach M-x disassemble a default argument.
2016-03-30 Alan MackenzieMerge branch 'emacs-25' of /home/acm/emacs/emacs.git...
2016-03-25 Nicolas PettonFix map-put and map-delete for alists (Bug#23105)
2016-03-21 Leo LiuFix (args-out-of-range 1) error in cursor-sensor--detect
2016-03-17 Michael AlbinusMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2016-03-17 Stefan Monnier* lisp/emacs-lisp/smie.el (smie-indent-keyword): Don...
2016-03-06 Dmitry GutovRemove the highlighting support for quoting 'like this...
2016-03-01 Leo LiuComment on last change to define-derived-mode
2016-02-27 Leo Liu* lisp/emacs-lisp/derived.el (define-derived-mode)...
2016-02-24 Lars IngebrigtsenFix white space in last checkin
2016-02-24 Dima KoganMake `insert-pair' always leave the cursor where documented
2016-02-23 Christopher WellonsMake setf for frame-height/width work again
2016-02-23 Nicolas Richard(cl-union): Do not ignore :test argument when lists...
2016-02-20 Daiki UenoNaming fix for consistency
2016-02-17 Daiki UenoTake advantage of new GnuPG version check function
2016-02-16 Glenn MorrisAvoid loading cl-lib for term/xterm.elc, eg in -Q ...
2016-02-15 Eli ZaretskiiMinor fixes in global-auto-composition-mode
2016-02-05 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2016-02-05 Eli ZaretskiiFix problems caused by new implementation of sub-word...
2016-02-04 Paul EggertQuoting fixes in doc strings and diagnostics
2016-02-03 Nicolas Petton* lisp/emacs-lisp/map.el: Improvements to the docstring...
2016-01-30 Glenn MorrisMark some user options that can get evalled as risky.
2016-01-28 Glenn Morris* lisp/emacs-lisp/package.el (package-load-list): Impro...
2016-01-25 Paul EggertSpelling fixes
2016-01-25 Artur Malabarba* lisp/emacs-lisp/tabulated-list.el (tabulated-list...
2016-01-25 Artur Malabarba* lisp/emacs-lisp/ert.el (ert--results-move): Change...
2016-01-24 Dmitry GutovUpdate cl-defgeneric and cl-defmethod docstrings
2016-01-22 John WiegleyFurther corrections to the pcase docstring
2016-01-22 John WiegleyMinor correction to pcase docstring
2016-01-22 John WiegleyWrite a new docstring for the pcase macro
2016-01-16 Eli ZaretskiiDocument 'define-inline'
2016-01-13 Eli ZaretskiiDocument obsoletion of 'intangible' and 'point-entered...
2016-01-13 Glenn MorrisAdd some missing version tags.
2016-01-07 Leo LiuAdd defvar-local to lisp-imenu-generic-expression
2016-01-07 Leo LiuRevert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fd
2016-01-07 Glenn Morris* lisp/emacs-lisp/autoload.el (autoload-find-destinatio...
2016-01-07 Glenn Morris* lisp/emacs-lisp/autoload.el (autoload-find-destination):
2016-01-02 Leo LiuFix regression in font-locking cl-assert and cl-check...
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
next