aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set up defined_color_hook for the initial frameAlex Gramiak2019-08-101-0/+1
* Fix doc strings modified in recent changesEli Zaretskii2019-08-091-17/+17
* Provide better target window consistency across x window property functions.Noah Friedman2019-08-081-41/+68
* (Fx_change_window_property): Rename SOURCE arg to WINDOW-IDNoah Friedman2019-08-081-5/+5
* (Fx_change_window_property): Add optional arg SOURCE.Noah Friedman2019-08-081-5/+17
* Re-port dump_bitset_clear to -fsanitize=undefinedPaul Eggert2019-08-061-1/+4
* Fix minor compilation problems on MS-WindowsEli Zaretskii2019-08-062-7/+7
* decode-time now returns subsec tooPaul Eggert2019-08-053-44/+79
* New function time-convertPaul Eggert2019-08-051-105/+76
* Fix compilation with CHECK_STRUCTSEli Zaretskii2019-08-051-1/+1
* Revert "Make `view-lossage' output of chars read from `read-char' more logical"Lars Ingebrigtsen2019-08-051-11/+2
* Make `view-lossage' output of chars read from `read-char' more logicalLars Ingebrigtsen2019-08-051-2/+11
* Tweak time arithmetic performancePaul Eggert2019-08-041-12/+32
* Fix the MS-Windows build broken by recent changesEli Zaretskii2019-08-042-0/+5
* Minor fix to recent coding.c changePaul Eggert2019-08-041-63/+60
* Add Unicode-safe UTF-8 converterK. Handa2019-08-042-0/+734
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-048-159/+238
* Remove stale .pdmp files with ‘make clean’Paul Eggert2019-08-031-7/+7
* Fix rare undefined behaviors in replace-matchPaul Eggert2019-08-031-69/+38
* Fix error message in replace-match for subexpressionsLars Ingebrigtsen2019-08-031-0/+6
* Clarify Freplace_match logicLars Ingebrigtsen2019-08-031-2/+6
* Say that while returns nilLars Ingebrigtsen2019-08-011-0/+3
* 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
* Merge from origin/emacs-26Glenn Morris2019-07-301-3/+12
|\
| * Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-251-3/+12
* | Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-291-0/+6
* | Always set the state of the "Show hidden files" gtk buttonLars Ingebrigtsen2019-07-281-5/+5
* | Fix stretch glyphs overlap with line above (bug#36633)Alan Third2019-07-271-8/+4
* | Fix arithmetic overflow in GC consing countPaul Eggert2019-07-271-1/+1
* | Use the CSS convention for #RGB colors (bug#36304)Pip Cet2019-07-271-2/+31
* | Clarify docstring of last-command-event.Noam Postavsky2019-07-261-1/+1
* | Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-264-46/+60
* | Don't dump the `hash` vector if it will need to be recomputed anywayStefan Monnier2019-07-263-10/+17
* | * src/fns.c: Use `EQ (key, Qunbound)` to check if a slot is in useStefan Monnier2019-07-262-18/+32
* | * src/fns.c (hash_index_size): New function, extracted from make_hash_tableStefan Monnier2019-07-262-21/+19
* | * src/fns.c (maybe_resize_hash_table): Obey rehash_size (bug#25743)Stefan Monnier2019-07-261-1/+1
* | Fix recently-introduced file-name-absolute-p typoPaul Eggert2019-07-261-1/+2
* | Clarify last-command-event doc stringLars Ingebrigtsen2019-07-261-1/+2
* | Minor pdumper tweaksPaul Eggert2019-07-251-15/+12
* | Don't crash when parsing bad SVG dataPaul Eggert2019-07-251-2/+6
* | Fix HarfBuzz support on MS-WindowsEli Zaretskii2019-07-251-1/+10
* | Do not treat ~nosuchuser as an absolute file namePaul Eggert2019-07-241-66/+55
* | Port double-slash test to z/OSPaul Eggert2019-07-241-12/+10
* | Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert2019-07-233-15/+15
* | Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-236-14/+14
* | * src/fns.c (hashfn_user_defined): Make sure we always return a fixnum.Stefan Monnier2019-07-231-1/+1
* | Support "%x" etc. formats on more floatsPaul Eggert2019-07-231-5/+12