summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-224-60/+52
* Fix compilation with CHECK_STRUCTSAndreas Schwab2019-09-221-1/+1
* * src/fns.c (Fbuffer_hash): Improve doc string.Stefan Kangas2019-09-221-1/+8
* Support rectangular regions in capitalize-region and capitalize-dwim.Juri Linkov2019-09-221-4/+20
* Revert too-picky file-access testsPaul Eggert2019-09-214-95/+32
* Mention image caching in the `image-size' doc stringLars Ingebrigtsen2019-09-211-1/+6
* Mention how to listen to all interfaces in make-network-processLars Ingebrigtsen2019-09-211-2/+3
* Recommend against SHA-1 and MD5 for securityStefan Kangas2019-09-201-2/+9
* Allow `process-contact' not to blockLars Ingebrigtsen2019-09-201-5/+15
* Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii2019-09-193-4/+18
* Default PICKY_ACCESS to false on non-MSPaul Eggert2019-09-191-4/+8
* Omit some overenthusiastic file-truename callsPaul Eggert2019-09-182-13/+12
* Fix ignored Motif scrollbar resources (Bug#37359)Matt Bisson2019-09-191-2/+4
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-192-2/+2
* Fix loading .elc files on MS-WindowsEli Zaretskii2019-09-181-3/+4
* Out-of-datedness .elc check is merely a file testPaul Eggert2019-09-183-2/+3
* Fix the MS-Windows build broken by recent errno changesEli Zaretskii2019-09-181-1/+4
* Be less picky about EACCES in file test predicatesPaul Eggert2019-09-181-1/+15
* Fix permission-denied issue in MS-Windows startupPaul Eggert2019-09-181-5/+4
* Improve reporting of I/O, access errorsPaul Eggert2019-09-176-215/+267
* Substituted deprecated WebKitGTK+ api.Jimmy Aguilar Mena2019-09-171-127/+92
* * src/w32fns.c (Fw32_read_registry): Doc fixJuanma Barranquero2019-09-171-2/+2
* Improve font lookup on MS-WindowsEli Zaretskii2019-09-171-17/+110
* Pacify GCC -Wmaybe-uninitializedPaul Eggert2019-09-171-1/+1
* Don’t round file-system-info countsPaul Eggert2019-09-171-7/+9
* Remove obsolete Lint directivesPaul Eggert2019-09-166-16/+0
* directory-files cleanup and speed tweakingPaul Eggert2019-09-161-80/+49
* Improve error reporting in file_accessible_directory_pEli Zaretskii2019-09-161-3/+26
* Fix initialization of shared-game-score-directory on MS-WindowsEli Zaretskii2019-09-161-2/+13
* Fix some file-name-case-insensitive glitchesPaul Eggert2019-09-151-36/+50
* Fix unknown-vs-nonexistent glitch for file timestampsPaul Eggert2019-09-151-1/+1
* Improve directory-access diagnosticsPaul Eggert2019-09-152-8/+14
* file_name_case_insensitive_p int->long fixPaul Eggert2019-09-141-2/+2
* Fix gc-elapsed rounding bugPaul Eggert2019-09-141-3/+4
* * src/print.c (PRINT_CIRCLE_CANDIDATE_P): Fix a thinko. (Bug#36566)Eli Zaretskii2019-09-141-2/+2
* Improve gc-cons-percentage calculationPaul Eggert2019-09-142-55/+77
* Simplify GC statistics-gatheringPaul Eggert2019-09-131-51/+15
* Don't build print-number-table unless it will be usedGemini Lasswell2019-09-131-53/+39
* Fix unnecessary hash table creation in cl-prin1 (bug#36566)Gemini Lasswell2019-09-131-2/+6
* Fix assertion violations due to non-ASCII text in menusEli Zaretskii2019-09-131-3/+5
* * src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)Stefan Monnier2019-09-121-5/+7
* Fix file name encoding when open_directory signalsPaul Eggert2019-09-121-6/+6
* Improve error reporting for DOC file problemsPaul Eggert2019-09-111-1/+1
* Fix directory-files-and-attributes racePaul Eggert2019-09-111-1/+2
* Omit duplicate test of current directoryPaul Eggert2019-09-111-13/+3
* Improve checking of pdump load failuresPaul Eggert2019-09-116-112/+91
* Reset dbus registered buses on dump loadPaul Eggert2019-09-111-4/+8
* Fix bug when gc-cons-percentage is bumped to 0.8Paul Eggert2019-09-071-17/+28
* Set inhibit-compacting-font-caches to t by default on MS-WindowsEli Zaretskii2019-09-071-0/+7
* Allow Zs characters to be composedEli Zaretskii2019-09-071-3/+4