summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add some commentaryscratch/iso8601Lars Ingebrigtsen2019-07-292-13/+34
|
* Add more tests from the standardLars Ingebrigtsen2019-07-292-4/+84
|
* Add support for times with time zonesLars Ingebrigtsen2019-07-292-18/+83
|
* Change the interface a bit -- leave unspecified as nilLars Ingebrigtsen2019-07-292-38/+67
|
* Start implementing the ISO test corpusLars Ingebrigtsen2019-07-082-23/+68
|
* Fix definition of decoded-time-build-helper.Lars Ingebrigtsen2019-07-081-3/+3
|
* Adjust doc stringLars Ingebrigtsen2019-07-081-6/+8
|
* Add comments and doc stringsLars Ingebrigtsen2019-07-082-0/+14
|
* Allow adding time zonesLars Ingebrigtsen2019-07-082-0/+11
|
* Use decoded time math to be able to parse intervalsLars Ingebrigtsen2019-07-083-17/+22
|
* Start implementing a function to work with decoded time as durationsLars Ingebrigtsen2019-07-082-4/+169
|
* Add interval testsLars Ingebrigtsen2019-07-082-3/+37
|
* Be stricter in what we accept and add more testsLars Ingebrigtsen2019-07-082-27/+53
|
* Clean up slightlyLars Ingebrigtsen2019-07-081-9/+9
|
* Get time zones rightLars Ingebrigtsen2019-07-082-7/+13
|
* Mention the ISO 8601 functionsLars Ingebrigtsen2019-07-081-0/+10
|
* Shuffle code around a bitLars Ingebrigtsen2019-07-081-24/+26
|
* Add more docLars Ingebrigtsen2019-07-081-21/+29
|
* Add more error checkingLars Ingebrigtsen2019-07-081-19/+63
|
* Clean up slightlyLars Ingebrigtsen2019-07-081-46/+45
|
* Added tests fos is8601Lars Ingebrigtsen2019-07-083-106/+96
|
* Move some functions to time-dateLars Ingebrigtsen2019-07-083-42/+86
|
* Add some tests to be adapted to ertLars Ingebrigtsen2019-07-081-0/+96
|
* Start implementing a real ISO 8601 parserLars Ingebrigtsen2019-07-082-0/+309
|
* * lisp/vc/vc-dir.el (vc-dir-view-file): New command for consistency with diredJuri Linkov2019-07-082-2/+5
| | | | | * lisp/vc/vc-git.el (vc-git-log-incoming, vc-git-log-outgoing): Remove interactive spec from non-command functions. (Bug#12492)
* Handle scroll-error-top-bottom in follow.el and view.el (bug#21893)Juri Linkov2019-07-082-11/+18
| | | | | | | | | | | | * lisp/follow.el (follow-scroll-up-arg, follow-scroll-up-window): Use scroll-up-command instead of scroll-up. (follow-scroll-down-arg, follow-scroll-down-window): Use scroll-down-command instead of scroll-down. (follow-scroll-up, follow-scroll-down): Handle scroll-error-top-bottom. * lisp/view.el (view-scroll-lines): Use scroll-down-command instead of scroll-down and scroll-up-command instead of scroll-up. (view-really-at-end): Handle scroll-error-top-bottom.
* * lisp/replace.el (perform-replace): Move save-match-data hereJuri Linkov2019-07-081-13/+14
| | | | from replace-highlight for isearch-lazy-highlight-new-loop (bug#36328).
* Avoid makeinfo error "@code expected braces"Glenn Morris2019-07-071-1/+1
| | | | * doc/lispref/searching.texi (Rx Constructs): Fix for makeinfo 4.13.
* Fix typo in previous patchPaul Eggert2019-07-071-1/+1
| | | | * src/editfns.c (styled_format): Fix stray ‘pMd’.
* Remove printmax_t etc.Paul Eggert2019-07-0719-100/+79
| | | | | | | | | | | | printmax_t etc. were needed only for platforms that lacked support for printing intmax_t. These platforms are now so obsolete that they are no longer practical porting targets. * src/image.c (gs_load): Fix unlikely buffer overrun discovered while making these changes. It was introduced in 2011-07-17T00:34:43!eggert@cs.ucla.edu. * src/lisp.h (printmax_t, uprintmax_t, pMd, pMu, pMx): Remove. All uses replaced by their standard counterparts intmax_t, uintmax_t, PRIdMAX, PRIuMAX, PRIxMAX.
* Handle 'abbr' and 'acronym' tags in shr.elNick Drozd2019-07-072-1/+22
| | | | | | * lisp/net/shr.el (shr-tag-abbr, shr-tag-acronym): New functions handling 'abbr' and 'acronym' tags, respectively. * etc/NEWS: Announce change in shr behavior (bug#36475).
* Shorter `rx' doc string (bug#36496)Mattias Engdegård2019-07-071-321/+96
| | | | | * lisp/emacs-lisp/rx.el (rx): Replace long description with a condensed summary of the rx syntax, with reference to the manual section.
* Describe the rx notation in the elisp manual (bug#36496)Mattias Engdegård2019-07-073-0/+601
| | | | | | | | | | | The additions are excluded from the print version to avoid making it thicker. * doc/lispref/elisp.texi (Top): New menu entry. * doc/lispref/searching.texi (Regular Expressions): New menu entry. (Regexp Example): Add rx form of the example. (Rx Notation, Rx Constructs, Rx Functions): New nodes. * doc/lispref/control.texi (pcase Macro): Describe the rx pattern.
* Don’t ignore stderr failure when ADDRESS_SANITIZERPaul Eggert2019-07-063-20/+21
| | | | | | | * src/emacs.c (close_output_streams): Move from here ... * src/sysdep.c: ... to here, where it really belongs anyway. When ADDRESS_SANITIZER, fflush stderr and check for ferror, to catch stderr output errors even in this case.
* * lisp/emacs-lisp/nadvice.el: Make it a package separate from `emacs`.Stefan Monnier2019-07-062-2/+2
| | | | | * lisp/finder.el (finder-compile-keywords): Grab version from package--builtin-versions when available.
* Merge from origin/emacs-26Glenn Morris2019-07-066-13/+23
|\ | | | | | | | | | | | | | | | | | | | | | | | | 1e6d8e0 (origin/emacs-26) ; * doc/emacs/killing.texi (Secondary Selec... e2344a7 * lisp/svg.el, lisp/progmodes/ada-mode.el: Fix bug#36360. ff738ab Minor copyedit of "Font Lock" in user manual faf99dc Improve description of image descriptors 21351cc ; * src/lread.c (Fread): Make the comment wording more accurate. d176090 Improve documentation of secondary selections 8910fe1 * src/fns.c (Fmapconcat): Doc fix. (Bug#36418) # Conflicts: # lisp/svg.el
| * ; * doc/emacs/killing.texi (Secondary Selection): Fix last change.Eli Zaretskii2019-07-061-4/+3
| |
| * * lisp/svg.el, lisp/progmodes/ada-mode.el: Fix bug#36360.Stefan Monnier2019-07-062-0/+2
| | | | | | | | | | Tell package.el their version number, for better behavior w.r.t the versions available in GNU ELPA
| * Minor copyedit of "Font Lock" in user manualEli Zaretskii2019-07-061-4/+4
| | | | | | | | | | * doc/emacs/display.texi (Font Lock): Make the wording about "enabling Font Lock" crystal clear. (Bug#36529)
| * Improve description of image descriptorsEli Zaretskii2019-07-061-1/+4
| | | | | | | | | | * doc/lispref/display.texi (Image Descriptors): More accurate description of where image files are looked up. (Bug#36523)
| * ; * src/lread.c (Fread): Make the comment wording more accurate.Eli Zaretskii2019-07-061-1/+4
| |
| * Improve documentation of secondary selectionsEli Zaretskii2019-07-061-6/+10
| | | | | | | | | | | | * doc/emacs/killing.texi (Secondary Selection): Improve wording. Mention that 'M-mouse-1' can be used to cancel secondary selections. (Bug#36365)
| * * src/fns.c (Fmapconcat): Doc fix. (Bug#36418)Eli Zaretskii2019-07-061-1/+1
| |
* | ; Merge from origin/emacs-26Glenn Morris2019-07-060-0/+0
|\ \ | |/ | | | | | | | | The following commit was skipped: f0db687 Avoid crash inside CFCharacterSetIsLongCharacterMember (Bug#3...
| * Avoid crash inside CFCharacterSetIsLongCharacterMember (Bug#36507)YAMAMOTO Mitsuharu2019-07-061-1/+4
| | | | | | | | | | | | * src/macfont.m (macfont_supports_charset_and_languages_p) (macfont_has_char): Don't pass integers outside the Unicode codespace to CFCharacterSetIsLongCharacterMember. Do not merge to master.
* | Merge from origin/emacs-26Glenn Morris2019-07-066-8/+24
|\ \ | |/ | | | | | | | | | | e97c043 Fix python.el docstring (Bug#36458) e660801 ; Add thing-at-point-looking-at test (Bug#35708) f5b4846 ; Fix typo, insure -> ensure in ChangeLogs cb8fb59 * lisp/hi-lock.el (hi-lock-line-face-buffer): Doc fix. (Bug3...
| * Fix python.el docstring (Bug#36458)Noam Postavsky2019-07-051-1/+1
| | | | | | | | | | | | * lisp/progmodes/python.el (python-shell--prompt-calculated-output-regexp): python-shell-set-prompt-regexp doesn't exist, presumably python-shell-prompt-set-calculated-regexps was meant.
| * ; Add thing-at-point-looking-at test (Bug#35708)Noam Postavsky2019-07-051-0/+12
| | | | | | | | * test/lisp/thingatpt-tests.el (thing-at-point-looking-at): New test.
| * ; Fix typo, insure -> ensure in ChangeLogsNoam Postavsky2019-07-053-6/+6
| |
| * * lisp/hi-lock.el (hi-lock-line-face-buffer): Doc fix. (Bug36448)Eli Zaretskii2019-07-031-1/+5
| |