]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2016-05-09 Paul Eggert; Merge from origin/emacs-25
2016-05-09 Michael Albinus; Instrument tramp.el
2016-05-09 Alan MackenzieCC Mode now uses the new :after-hook feature of define...
2016-05-09 Michael Albinus; Instrument tramp-tests.el
2016-05-09 Dmitry GutovFix the jit-lock-fontify-now test names
2016-05-09 Michael AlbinusExtend completion candidates in tramp.el
2016-05-09 Michael AlbinusRevert e2f785991d0c696fbb2bc2f331f888d979b8da82 for...
2016-05-09 Dmitry GutovEmulate interactive mode
2016-05-08 Paul EggertSimplify now that float-time etc. are built-in
2016-05-08 Alan MackenzieAdd :after-hook facility to define-derived-mode.
2016-05-08 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-05-08 Michael AlbinusFix recursive load of tramp.elc
2016-05-08 Paul EggertPrefer grep -E/-F to egrep/fgrep
2016-05-07 Dmitry GutovAvoid unnecessary work if a chunk is empty
2016-05-07 Dmitry Gutov* test/lisp/jit-lock-tests.el: New file.
2016-05-07 Michael AlbinusContinue to fix Bug#10085
2016-05-07 Alan MackenzieRevert change 8e4595a... due to annoyance it causes...
2016-05-07 Alan Mackenzie* lisp/emacs-lisp/edebug.el (edebug-sit-on-break):...
2016-05-07 Simen HeggestøylAdd tests for CSS mode completion
2016-05-07 Alan MackenzieAdd an option in Edebug to prevent pauses after `h...
2016-05-07 Jorgen Schaeferscheme.el: Turn literal tabs into \t
2016-05-07 Tino CalanchaMake 'backtab' work in table-mode on text terminals
2016-05-07 Eli ZaretskiiTry to speed-up display of many all-blank lines
2016-05-06 Alan MackenzieCorrect hack-local-variables change from Thu May 5...
2016-05-06 Paul EggertPort xref-tests to master branch
2016-05-06 Michael Albinustramp-sh.el: Work around a stat bug (backport from...
2016-05-06 Paul EggertMerge from origin/emacs-25
2016-05-05 Paul EggertDoc fixes for fclist and grep
2016-05-05 Simen HeggestøylSupport completion of HTML tags in CSS selectors
2016-05-05 Lars IngebrigtsenMake `R' in eww work more reliably
2016-05-05 Paul EggertMinor doc fixes for quoting
2016-05-05 Dmitry Gutov`nreverse' the marker pairs list
2016-05-05 Alan MackenzieCall hack-local-variables from major modes rather than...
2016-05-05 Michael Albinustramp-sh.el: Work around a stat bug
2016-05-05 Noam PostavskyFix autogen.sh for separate worktrees
2016-05-05 Dmitry GutovUse save-excursion in xref-location-marker more
2016-05-05 Dmitry Gutovshell-quote-argument DIR when appropriate
2016-05-05 Dmitry GutovRework xref-query-replace-in-results
2016-05-04 Juri Linkov* lisp/replace.el (query-replace-read-from): Use minibu...
2016-05-04 Alan MackenzieAllow `text-quoting-style' to be `leave', i.e. no trans...
2016-05-04 Stephen BermanFix todo-mode bug involving archived items (bug#23447)
2016-05-04 Glenn Morris; * etc/NEWS: Tiny edit. (Bug#23432)
2016-05-04 Stefan Monnier* lisp/emulation/viper(-cmd)?.el: Use lexical-binding.
2016-05-04 Stefan Monnier* lisp/vc/ediff-util.el: Use lexical-binding.
2016-05-04 Stefan Monnier* lisp/progmodes/js.el (js-syntax-propertize): Recogniz...
2016-05-04 Glenn Morris; * test/automated/xref-tests.el: Add copyright and...
2016-05-03 Lars IngebrigtsenAdd an animation sanity check
2016-05-03 Dmitry GutovHandle "empty line" regexp in xref searches
2016-05-03 Dmitry GutovAdd tests for xref-collect-matches
2016-05-03 Dmitry GutovUse grep-find-ignored-directories instead of vc-directo...
2016-05-03 Dmitry GutovClear buffer-undo-list when showing xrefs
2016-05-03 Alan MackenzieNote the quote translation in `message' in section...
2016-05-03 Paul Eggert* etc/NEWS: Mention (message "%s" (format ...)).
2016-05-03 Lars Ingebrigtsenabbrev-tests.el fix
2016-05-03 Lars Ingebrigtsen(Common Keywords): Correct what missing :group means
2016-05-03 Eli ZaretskiiImprove documentation of Dired's 'A' and 'Q' commands
2016-05-03 Lars Ingebrigtsen(shr-rescale-image): Clarify logic slightly
2016-05-03 Paul EggertDoc fixes for quoting
2016-05-03 Martin RudalicsBind `widget-button-click' to mouse-1/-2 instead of...
2016-05-02 Lee BochicchioAdd more abbrev tests
2016-05-02 Lars Ingebrigtsenposnp doc clarification
2016-05-02 Lars IngebrigtsenMention what a missing :group does
2016-05-02 Philipp StephaniAllow eval-ing named character literals
2016-05-02 Aaron ConoleCall va_end in boot_error
2016-05-02 Aaron ConoleFix the call to set_network_coding_system
2016-05-02 Eli ZaretskiiFix documentation of dired-aux search/replace commands
2016-05-02 Lars IngebrigtsenRevert "alas, a map can have only one parent"
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul EggertFix quoting problem in cc-engine debug message
2016-05-02 Philipp StephaniAdd electric-quote-string unit test
2016-05-02 Paul EggertDon’t electrically quote ‘'’ in Python
2016-05-02 Sam Steingoldalas, a map can have only one parent
2016-05-02 Michael Albinus; Fix last commit in tramp-tests.el
2016-05-02 Dmitry Gutov`nreverse' Grep hits before passing them to xref--conve...
2016-05-02 Michael AlbinusFix Bug#10085
2016-05-02 Martin Rudalics* src/minibuf.c (read_minibuf): Use CONSP instead of...
2016-05-02 Paul EggertTweak .gitignore
2016-05-02 Paul Eggert; Spelling and quoting fixes
2016-05-02 Paul EggertSync from gnulib
2016-05-02 Paul Eggert; Fix texinfo typo
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Merge from origin/emacs-25
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Merge from origin/emacs-25
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Merge from origin/emacs-25
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Merge from origin/emacs-25
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Spelling fixes
2016-05-02 Paul Eggert* doc/misc/texinfo.tex: Sync from gnulib.
2016-05-01 Lars IngebrigtsenMention the `find-library-name' changes
2016-05-01 Juri Linkov* lisp/isearch.el (isearch-forward-symbol-at-point...
2016-05-01 Lars IngebrigtsenFix text in menu in minor-mode-menu-from-indicator
2016-05-01 David Engstergitmerge: Add cherry pick to gitmerge-skip-regexp
2016-05-01 Lars IngebrigtsenAllow `global-set-key' to bind keys under the `M-o...
2016-05-01 Lars IngebrigtsenAdd `size-indication-mode' to the menu on `mouse-1...
2016-05-01 Michael Albinustramp.texi: Revert last change due to backward compatib...
2016-05-01 Lars Ingebrigtsencua-prefix-override-inhibit-delay doc fix
2016-05-01 Lars Ingebrigtsenglobal-eldoc-mode doc fix
next