aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | * lisp/gnus/message.el (message-sendmail-f-is-evil): Update :versionStefan Monnier2019-08-011-0/+1
* | | Update URL in comment in gomoku.elLars Ingebrigtsen2019-08-011-1/+1
* | | Fix reference to `tags-loop-continue' in doc stringLars Ingebrigtsen2019-08-011-1/+1
* | | Mention `C-h b' in the Keymaps nodeLars Ingebrigtsen2019-08-011-1/+2
* | | Add PDF to the DocBook notation classDaniel Barrett2019-08-011-0/+1
* | | Say that while returns nilLars Ingebrigtsen2019-08-011-0/+3
* | | * doc/lispref/display.texi (SVG Images): Add menu for subsection.Glenn Morris2019-08-011-0/+3
* | | Fix the ELisp manual part of a recent commitEli Zaretskii2019-08-011-2/+7
* | | Fix property stripping in image-file-yank-handlerBasil L. Contovounesios2019-08-011-1/+3
* | | Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-0123-32/+36
* | | ; Auto-commit of loaddefs files.Glenn Morris2019-08-011-376/+346
* | | Doc string clarification for defcustomLars Ingebrigtsen2019-08-011-0/+5
* | | Make `C-u RET' in erc use the secondary browserLars Ingebrigtsen2019-08-011-2/+2
* | | Use decoded-time accessors in vc-cvsLars Ingebrigtsen2019-08-011-1/+1
* | | Use decoded-time accessors in gnus-demonLars Ingebrigtsen2019-08-011-2/+2
* | | Use decoded-time accessors in esh-utilLars Ingebrigtsen2019-08-011-6/+6
* | | Remove some compat code in esh-utilLars Ingebrigtsen2019-08-011-15/+9
* | | ; Use more decoded time accessors in time-date.elBasil L. Contovounesios2019-08-011-3/+3
* | | Add example for removing scroll bars/fringes from mini windows (Bug#8868)Martin Rudalics2019-08-011-1/+20
* | | format-time-string subsumes time-zone-formatPaul Eggert2019-07-314-25/+1
* | | Revert "Revert "Add support for paths to svg.el""Lars Ingebrigtsen2019-07-312-0/+385
* | | Restore `replace-region-contents' in json-pretty-printLars Ingebrigtsen2019-07-311-10/+25
* | | Add more icalendar tests (for the isodatetime parser)Lars Ingebrigtsen2019-07-311-0/+26
* | | Rewrite `url-dav-process-date-property' to use parse-timeLars Ingebrigtsen2019-07-311-62/+5
* | | Fix time zone in previous rewrite of newsticker--decode-iso8601-dateLars Ingebrigtsen2019-07-311-2/+3
* | | Rewrite `parse-iso8601-time-string' to use `iso8601-parse'Lars Ingebrigtsen2019-07-311-65/+9
* | | Allow timezone defaults in decoded-time-set-defaultsLars Ingebrigtsen2019-07-311-1/+5
* | | Default DST to "undecided" in decoded-time-set-defaultsLars Ingebrigtsen2019-07-311-0/+6
* | | decoded-time-dst doc fixLars Ingebrigtsen2019-07-311-1/+3
* | | Use iso8601-parse in nnrssLars Ingebrigtsen2019-07-312-37/+43
* | | Make time-zone-format take a SHORT parameterLars Ingebrigtsen2019-07-311-3/+7
* | | Add new function time-zone-formatLars Ingebrigtsen2019-07-313-0/+20
* | | `decoded-time-set-defaults' refactored out from iso8601 codeLars Ingebrigtsen2019-07-313-19/+25
* | | Have newsticker use iso8601 to parse datesLars Ingebrigtsen2019-07-311-55/+10
* | | Call file notification actions properly in filenotify-tests.elMichael Albinus2019-07-311-57/+68
* | | Distinguish different file notification eventsMichael Albinus2019-07-311-25/+28
* | | Avoid intern calls for builtin symsPaul Eggert2019-07-312-2/+2
* | | Fix Fload infile problemPaul Eggert2019-07-311-9/+8
* | | * src/lread.c (close_infile_unwind): Remove leftover debug codeStefan Monnier2019-07-311-1/+0
* | | * src/lread.c (infile): Set/reset it like a dynamically scoped variableStefan Monnier2019-07-311-6/+11
* | | Clarify (lognot bignum)Paul Eggert2019-07-311-1/+2
* | | Fix an error in tramp-sh-inotifywait-process-filterMichael Albinus2019-07-311-1/+2
* | | Remove no-longer relevant xrefNoam Postavsky2019-07-311-2/+1
* | | Merge from origin/emacs-26Glenn Morris2019-07-3013-142/+167
|\ \ \ | |/ /
| * | ; * doc/lispref/positions.texi (List Motion): Fix last change.Eli Zaretskii2019-07-301-3/+3
| * | Add index for "\( in strings" (Bug#25195)Noam Postavsky2019-07-302-1/+6
| * | Fix doc-string of 'fit-window-to-buffer' (Bug#36848)Martin Rudalics2019-07-301-1/+1
| * | Update view-mode docstringTino Calancha2019-07-261-2/+2
| * | ; * lisp/term.el: Add missing / to esc seq commentary.Noam Postavsky2019-07-251-1/+1
| * | Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-252-3/+41