aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/w32fns.c (Fw32_register_hot_key): Fix typo in docstringJuanma Barranquero2019-09-271-2/+3
* | Remove support for destructive splicing in elispStefan Kangas2019-09-262-5/+1
* | Allow regexp-quote to return its argumentMattias Engdegård2019-09-251-4/+6
* | Make ImageMagick multi-image size calculations work for .ico filesLars Ingebrigtsen2019-09-241-5/+21
* | Allow a :stride argument so XBM boolvecs are in the right format.Pip Cet2019-09-241-6/+15
* | ; Fix typo in recently fixed doc stringEli Zaretskii2019-09-241-2/+2
* | ; Fix previous make-network-process doc changeRobert Pluim2019-09-241-1/+1
* | Resurrect support for negative frame geometry parameters on MS-WindowsEli Zaretskii2019-09-241-14/+32
* | make-network-process doc clarificationLars Ingebrigtsen2019-09-231-1/+2
* | Fix GNUstep buildAlan Third2019-09-231-1/+1
* | Update some URLsPaul Eggert2019-09-2317-33/+23
* | 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