]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2015-06-04 Nicolas Petton* lisp/emacs-lisp/map.el: Better docstring for the...
2015-06-02 Nicolas PettonAdd a pcase pattern for maps and `map-let' based on it
2015-05-16 Nicolas Petton* etc/NEWS: Add an entry about map.el
2015-05-16 Nicolas PettonImprove the docstring of functions in map.el
2015-04-29 Nicolas PettonFaster implementation of map-empty-p
2015-04-29 Nicolas Petton* lisp/emacs-lisp/map.el: Better docstrings.
2015-04-25 Artur Malabarba* lisp/emacs-lisp/map.el (map-pairs): Dump redundant...
2015-04-25 Nicolas Petton* lisp/emacs-lisp/map.el (map--elt-list): Better docstring.
2015-04-25 Nicolas Petton* lisp/emacs-lisp/map.el (map--elt-list): Minor refacto...
2015-04-25 Nicolas PettonFix a false negative in `map-elt' with alists and value...
2015-04-24 Nicolas Petton* lisp/emacs-lisp/map.el (map--dispatch): Improve the...
2015-04-24 Nicolas PettonDo not signal an error when trying to delete a key...
2015-04-24 Nicolas Petton* lisp/emacs-lisp/map.el: Better docstring.
2015-04-24 Nicolas PettonMinor improvement in map-elt.
2015-04-21 Nicolas Petton* test/automated/map-tests.el: Refactoring of test...
2015-04-21 Nicolas Petton* test/automated/map-tests.el: Renamed from map-test.el.
2015-04-18 Nicolas Petton* lisp/emacs-lisp/map.el (map-into): Better error message.
2015-04-18 Nicolas Petton* lisp/emacs-lisp/map.el: Removes byte-compilation...
2015-04-18 Nicolas PettonThrow an error when converting a map into an unknown...
2015-04-18 Nicolas PettonNew library map.el similar to seq.el but for mapping...
2015-04-18 Ivan Radanov... Minor improvements in Bulgarian input methods
2015-04-18 Thomas FitzsimmonsImprove EUDC manual
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-17 Wolfgang JenknerFix fontification of keywords clobbered by the prompt.
2015-04-17 Glenn Morris; ChangeLog fixes
2015-04-17 Glenn Morris* admin/authors.el (authors-valid-file-names, authors...
2015-04-17 Glenn Morris; ChangeLog fixes
2015-04-17 Stefan Monnier* lisp/indent.el (indent-region): Don't deactivate...
2015-04-17 Sam Steingoldlisp/net/rcirc.el (defun-rcirc-command): mark `target...
2015-04-17 Leo Liu* lisp/progmodes/xref.el (xref-push-marker-stack):...
2015-04-17 Stefan Monnier* lisp/erc/erc-pcomplete.el (erc-pcomplete): Don't...
2015-04-17 Paul Eggert; Add missing "(tiny change)"
2015-04-17 Paul Eggert; make change-history-commit
2015-04-17 Glenn Morris* admin/authors.el (authors-lax-changelogs): Update...
2015-04-17 Glenn Morris; Split lisp/erc ChangeLogs, for the sake of authors.el
2015-04-16 Eli ZaretskiiDon't link with -ljpeg on MS-Windows, to avoid dependen...
2015-04-16 Glenn Morris* lisp/replace.el (query-replace-from-to-separator...
2015-04-16 Dmitry Gutov; CONTRIBUTE: Further updates
2015-04-16 Paul EggertPre-4.6 GCC succeeds with unknown option
2015-04-16 Paul Eggert'[:graph:]' now excludes whitespace, not just ' '
2015-04-16 Stefan Monnier(looking-back): Make the second arg non-optional.
2015-04-16 Stefan Monnier* lisp/org/org-clock.el (org-x11idle-exists-p): Be...
2015-04-16 Paul EggertPort jpeg configuration to Solaris 10 with Sun C
2015-04-15 Stefan MonnierMove some Elisp-specific code from lisp-mode.el to...
2015-04-15 Stefan Monnier* lisp/emacs-lisp/lisp-mode.el (lisp--el-non-funcall...
2015-04-15 Glenn Morris; Auto-commit of loaddefs files.
2015-04-15 Paul EggertStandardize names of ChangeLog history files
2015-04-15 Paul EggertSplit top-level entries into pre- and post-April 7
2015-04-15 Stefan MonnierFix recent cus-start changes that added customize-rogues
2015-04-15 Glenn Morris; * etc/NEWS: Add missing system-type entry.
2015-04-15 Nicolas PettonDefine cl-concatenate as an alias to seq-concatenate
2015-04-15 Stefan Monnier* src/lread.c (intern_1): Make sure we'd find the symbo...
2015-04-15 Glenn Morris* doc/lispref/sequences.texi (Sequence Functions):...
2015-04-15 Lars Magne... Clean up gnus-uu saving code slightly
2015-04-15 Paul EggertMake [:graph:] act like [:print:] sans space
2015-04-15 Stefan Monnierautomated/eieio-test-methodinvoke.el (make-instance...
2015-04-15 Stefan Monnier* lisp/emacs-lisp/eieio-core.el (eieio--class): Derive...
2015-04-14 Nicolas PettonAdd seq-intersection and seq-difference to the seq...
2015-04-14 Dmitry Gutov; CONTRIBUTE: Update the "make the ChangeLog entry...
2015-04-14 Dmitry Gutov; CONTRIBUTE: Remove the "relax this rule for commit...
2015-04-14 Dmitry Gutov; Set indent-tabs-mode to nil in (most) Elisp sources
2015-04-14 Stefan Monnier* eieio-core.el (class-abstract-p): Don't inline, to...
2015-04-14 Sam Steingoldpackage--ensure-init-file: widen requires save-restriction
2015-04-14 Eli ZaretskiiImprove the commit-msg Git hook for unibyte environments
2015-04-14 Eli ZaretskiiDescribe problems with cursor caused by Windows Magnifier
2015-04-14 Eli ZaretskiiMake [:print:] support non-ASCII characters correctly
2015-04-14 Eli ZaretskiiAssign correct general-category and names to surrogates
2015-04-14 Paul EggertAssume C89 offsetof in xterm.c, xlwmenu.c
2015-04-14 Paul EggertAssume C89 offsetof in widget.c
2015-04-14 Paul EggertFix think-o in previous patch
2015-04-14 Paul EggertAvoid some int overflows in window.c
2015-04-14 Glenn MorrisMinor doc copyedits
2015-04-14 Katsumi Yamaoka[Gnus] Catch the invalid-operation that idna.el will...
2015-04-14 Paul Eggert* doc/lispref/processes.texi (Shell Arguments): Prefer...
2015-04-14 Sam Steingoldpackage--ensure-init-file: widen before looking for...
2015-04-14 Dmitry GutovChange diff-switches default to `-u'
2015-04-14 Stefan Monnier(gnus-group--setup-tool-bar-update): Fix last change
2015-04-13 Katsumi YamaokaUse gmm-called-interactively-p in Gnus
2015-04-13 Stefan Monnier* lisp/loadup.el ("cus-start"): Load it after loaddefs.el
2015-04-13 Artur Malabarba* lisp/emacs-lisp/package.el: Fix package--ensure-init...
2015-04-13 Artur Malabarba* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Implement...
2015-04-13 Stefan MonnierDeprecate `intangible' and `point-entered' properties
2015-04-13 Stefan MonnierUpdate ldef-boots.el
2015-04-13 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase-dolist): Autoload...
2015-04-13 Stefan Monnier* doc/misc/eieio.texi: Don't advertize now obsolete...
2015-04-13 Stefan MonnierCollapse successive char deletions in the undo log
2015-04-13 Stefan Monnierxterm and OSC 52: Add NEWS entry, and tweak the code
2015-04-13 Philipp Stephanixterm.el: Implement OSC-52 functionality for setting...
2015-04-13 Stefan MonnierRemove left over code from when we used an obsolete...
2015-04-13 Stefan Monnier* cedet/semantic/fw.el: Use declare.
2015-04-13 Stefan Monnier(completion-lisp-mode-hook): Use completion-separator...
2015-04-13 Stefan Monnier* src/*.c: Set deactivate_mark buffer-locally
2015-04-13 Fabián Ezequiel... python.el: Keep symmetry on sexp navigation with parens
2015-04-12 João TávoraDon't use `setq-local' in Gnus code
2015-04-12 Paul EggertUpdate Makefile.in's .PHONY dependencies
2015-04-12 Paul EggertRemove configure's --with-mmdf option
2015-04-12 Paul Eggert* doc/man/ChangeLog.01: Rename from doc/man/ChangeLog.1.
2015-04-12 Paul EggertImprove 'make change-history' prereq tests
2015-04-12 Artur Malabarba* test/automated/package-test.el (with-package-test...
next