| Commit message (Expand) | Author | Age | Files | Lines |
| * | - | Paul Eggert | 2016-01-30 | 36 | -171/+2873 |
| |\ |
|
| | * | Further corrections to the pcase docstring | John Wiegley | 2016-01-22 | 1 | -3/+3 |
| | * | * doc/emacs/anti.texi (Antinews): Rewrite for Emacs 25. | Eli Zaretskii | 2016-01-22 | 2 | -73/+178 |
| | * | In xref-collect-references, force backends to respect the 'dir' arg | Stephen Leake | 2016-01-22 | 1 | -1/+7 |
| | * | Minor correction to pcase docstring | John Wiegley | 2016-01-21 | 1 | -5/+4 |
| | * | Write a new docstring for the pcase macro | John Wiegley | 2016-01-21 | 1 | -14/+34 |
| | * | Avoid byte-compiler warning in todo-mode (bug#21953) | Stephen Berman | 2016-01-21 | 1 | -1/+3 |
| | * | Fix desktop support in todo-mode and doc-view (bug#22377) | Stephen Berman | 2016-01-21 | 2 | -7/+6 |
| | * | No need to configure gobject-introspection | Paul Eggert | 2016-01-20 | 2 | -16/+4 |
| | * | Don’t export C symbols not used elsewhere | Paul Eggert | 2016-01-20 | 4 | -32/+35 |
| | * | Support squiggly heredocs in ruby-mode | Dmitry Gutov | 2016-01-21 | 2 | -1/+5 |
| | * | * configure.ac (emacs_config_features): Remove WEBKIT. | Glenn Morris | 2016-01-20 | 1 | -1/+1 |
| | * | Port to platforms with gtk3 but not webkitgtk3 | Paul Eggert | 2016-01-20 | 3 | -23/+16 |
| | * | Fix doc string of 'isearch-search-fun-function' | Eli Zaretskii | 2016-01-20 | 1 | -3/+10 |
| | * | * lisp/xwidget.el: Nitpicks | Stefan Monnier | 2016-01-19 | 1 | -65/+58 |
| | * | Don't hard-code 1 as point-min. | Glenn Morris | 2016-01-19 | 2 | -5/+3 |
| | * | ; * lisp/xwidget.el: Spelling fixes. | Glenn Morris | 2016-01-19 | 1 | -27/+27 |
| | * | * lisp/xwidget.el: Add declarations to silence non-xwidget compilation. | Glenn Morris | 2016-01-19 | 1 | -5/+20 |
| | * | Trivial doc copyedits. | Glenn Morris | 2016-01-19 | 1 | -53/+45 |
| | * | Avoid advising image-display-size for xwidgets. | Glenn Morris | 2016-01-19 | 2 | -35/+25 |
| | * | Avoid breaking non-xwidget Emacs that happen to load xwidget.el. | Glenn Morris | 2016-01-19 | 1 | -2/+4 |
| | * | * lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec. | Glenn Morris | 2016-01-19 | 1 | -1/+3 |
| | * | * configure.ac (WEBKIT, GIR, CAIRO): Use EMACS_CHECK_MODULES, not PKG_. | Glenn Morris | 2016-01-19 | 1 | -3/+3 |
| | * | * configure.ac (emacs_config_features): Add XWIDGETS, WEBKIT, GIR. | Glenn Morris | 2016-01-19 | 1 | -1/+2 |
| | * | * configure.ac (HAVE_WEBKIT_OSR): Remove broken, duplicated gtk3 test. | Glenn Morris | 2016-01-19 | 1 | -9/+6 |
| | * | ; * etc/NEWS: xwidgets isn't documented. | Glenn Morris | 2016-01-19 | 1 | -8/+7 |
| | * | * lisp/gnus/nnir.el (nnir-request-update-mark): | Katsumi Yamaoka | 2016-01-19 | 1 | -2/+4 |
| | * | * lisp/xwidget.el (report-xwidget-bug): Remove. | Glenn Morris | 2016-01-19 | 1 | -21/+0 |
| | * | ; Add 2016 to copyright years of new files. | Glenn Morris | 2016-01-19 | 3 | -3/+3 |
| | * | Support for the new Xwidget feature. | Joakim Verona | 2016-01-19 | 19 | -23/+2622 |
| | * | Improve documentation of 'alist-get' | Eli Zaretskii | 2016-01-19 | 1 | -2/+2 |
| | * | ; * etc/NEWS: No need to document 'system-name'. | Shakthi Kannan | 2016-01-19 | 1 | -0/+1 |
| | * | Minor copyedits of doc/emacs/maintaining.texi | Eli Zaretskii | 2016-01-19 | 1 | -16/+17 |
| | * | Unbreak the Cygwin-w32 build | Eli Zaretskii | 2016-01-19 | 1 | -2/+1 |
| | * | * shr.el (shr-table-body): Allow tables to have text children. | Lars Magne Ingebrigtsen | 2016-01-19 | 1 | -1/+1 |
| | * | Cope with multiple overlapping faces. | Phillip Lord | 2016-01-19 | 1 | -4/+10 |
| | * | Fix spurious escapes in describe-input-method | Paul Eggert | 2016-01-18 | 2 | -2/+2 |
| * | | Re-enable checks in member, memql, delete to complain about non-lists | Andreas Schwab | 2016-01-30 | 1 | -3/+3 |
| * | | Remove some useless-use-of eval. | Glenn Morris | 2016-01-28 | 2 | -7/+5 |
| * | | * lisp/emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): | Glenn Morris | 2016-01-28 | 1 | -24/+26 |
| * | | * test/lisp/vc/vc-hg.el: Move from test/automated/. | Glenn Morris | 2016-01-27 | 1 | -0/+0 |
| * | | (rng-c-fix-escaped-newlines): Use subst-char-in-string | Stefan Monnier | 2016-01-25 | 1 | -7/+1 |
| * | | * lisp/textmodes/sgml-mode.el (sgml-forward-sexp): New function | Stefan Monnier | 2016-01-25 | 1 | -6/+25 |
| * | | * lisp/org: Fix some compiler warnings | Stefan Monnier | 2016-01-25 | 2 | -12/+26 |
| * | | * lisp/font-lock.el: Use #' to quote function symbols | Stefan Monnier | 2016-01-25 | 1 | -14/+14 |
| * | | ; Auto-commit of ChangeLog files. | Glenn Morris | 2016-01-24 | 1 | -1/+872 |
| * | | Improve user name completion in Tramp | Michael Albinus | 2016-01-23 | 3 | -18/+25 |
| * | | * etc/NEWS: Move kqueue entries to Emacs 25.1 sections. | Michael Albinus | 2016-01-22 | 1 | -7/+7 |
| * | | Remove handling of non-string time-stamp formats, obsolete for 20 years. | Glenn Morris | 2016-01-20 | 2 | -53/+8 |
| * | | Anoter fix for problematic merge from emacs-25 | Eli Zaretskii | 2016-01-20 | 1 | -2/+1 |