summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ; Merge from origin/emacs-26Glenn Morris2019-07-060-0/+0
|\ \ | |/
| * ; Auto-commit of loaddefs files.Glenn Morris2019-07-011-15/+5
* | Merge from origin/emacs-26Glenn Morris2019-07-064-37/+44
|\ \ | |/
| * Fix typo in doc string of file-exists-p (bug#36408)Stefan Kangas2019-06-291-1/+1
| * * test/lisp/url/url-file-tests.el (url-file): Fix for POSIX filenames.Juanma Barranquero2019-06-281-2/+3
| * Fix typo in windows.texiStefan Kangas2019-06-281-1/+1
| * Clarify & update (elisp) Writing Emacs PrimitivesBasil L. Contovounesios2019-06-261-29/+31
| * Clarify a subtle issue in the Internals chapter of lisprefEli Zaretskii2019-06-261-4/+8
* | * lisp/dom.el (dom-texts): Simplify (Bug#36441).Xu Chunyang2019-07-061-11/+9
* | Use buffer's name for help-mode bookmarks (Bug#24573)Noam Postavsky2019-07-061-1/+3
* | Add commentary about #$ in autoload filesNoam Postavsky2019-07-061-2/+6
* | Fix indentation of default clocking definitions.Wilson Snyder2019-07-061-2/+7
* | Backout replacing manually crafted hex regexes with [:xdigit:].Wilson Snyder2019-07-061-4/+4
* | Update current buffer when changing text propertiesPip Cet2019-07-062-1/+67
* | Update from GnulibPaul Eggert2019-07-069-33/+45
* | Fix [[:xdigit:]] glitch on SolarisPaul Eggert2019-07-061-1/+1
* | Tweak point movement in view-echo-area-messagesDrew Adams2019-07-061-3/+7
* | Remove outdated comment in uniquify.elStefan Kangas2019-07-061-3/+0
* | Improve an error message in bookmark.elStefan Kangas2019-07-061-1/+3
* | Improve Gnus ephemeral bug group browsingBasil L. Contovounesios2019-07-062-72/+99
* | Add tests for text-property-search to check prop-match-valueStefan Kangas2019-07-061-0/+43
* | Improve the default value of 'doc-view-ghostscript-program'Eli Zaretskii2019-07-061-2/+8
* | Make "M-x pdb" use "[:graph:]" to match file namesStefan Kangas2019-07-061-1/+5
* | * lisp/net/goto-addr.el: Remove leftover XEmacs compat code. (Bug#36512)Stefan Kangas2019-07-061-10/+0
* | * lisp/bookmark.el (bookmark-set-internal): Doc fix. (Bug#25032)Stefan Kangas2019-07-061-12/+17
* | * lisp/bookmark.el (bookmark-quit-flag): Mark unused variable obsolete.Stefan Kangas2019-07-061-0/+2
* | Prefer progress-reporter to 'message' in bookmark.elStefan Kangas2019-07-061-12/+10
* | Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-0641-95/+95
* | Add HarfBuzz fallbacks for libotf functions used in ftfont_listYAMAMOTO Mitsuharu2019-07-061-3/+100
* | Avoid crash inside CFCharacterSetIsLongCharacterMemberYAMAMOTO Mitsuharu2019-07-061-1/+4
* | * lisp/replace.el (replace-highlight): Add save-match-data (bug#36328)Juri Linkov2019-07-052-2/+6
* | * lisp/minibuffer.el (minibuffer-message-properties): New variable.Juri Linkov2019-07-053-6/+18
* | * lisp/char-fold.el (char-fold-to-regexp): Implement arg LAX (bug#36398).Juri Linkov2019-07-042-27/+45
* | ; * lisp/net/shr.el (shr-selected-link): Doc fix.Basil L. Contovounesios2019-07-041-1/+3
* | Optimise more inputs to `regexp-opt' (bug#36444)Mattias Engdegård2019-07-042-25/+83
* | * src/coding.c (decode_coding): Improve doc.Stefan Monnier2019-07-041-3/+7
* | In Message, respect Content-Type provided by the userLars Ingebrigtsen2019-07-041-0/+8
* | Fix an infinite loop in c-end-of-macro. Should fix bug #36484Alan Mackenzie2019-07-043-35/+42
* | Fix Flymake's user-visible accessors of diagnostic positionsJoão Távora2019-07-041-5/+11
* | Fix Flymake's treatment of region-specific reportsJoão Távora2019-07-041-4/+15
* | Small fix to writing Gnus dribble change-level entriesEric Abrahamsen2019-07-031-3/+5
* | Add tests for bookmark.el (Bug#36452)Stefan Kangas2019-07-034-32/+348
* | Fix rotation validity test in image.cEli Zaretskii2019-07-031-1/+4
* | Fix compiler warnings due to a recent commitEli Zaretskii2019-07-031-2/+2
* | Change expected result of a flymake test on embaMichael Albinus2019-07-031-1/+0
* | Replace TRACE with redisplay_trace, etc.Paul Eggert2019-07-022-61/+56
* | Change expected result of a flymake test on hydraGlenn Morris2019-07-021-3/+1
* | * src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in bufferStefan Monnier2019-07-021-9/+8
* | (Finsert_file_contents): Keep buffer consistent in non-local exitStefan Monnier2019-07-022-43/+41
* | Fix printf formats when DEBUG_TRACE_MOVEPaul Eggert2019-07-021-5/+5