aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make `kill-all-local-variables' also remove lambda from hooksjakanakaevangeli2021-07-201-6/+6
* Signal an error in json.c function if not availableLars Ingebrigtsen2021-07-201-16/+9
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-205-15/+38
* Fix problem with certain fonts in ftfont_shape_by_fltKenichi Handa2021-07-201-0/+21
* Mention `overlays-in' in the `overlays-at' doc stringLars Ingebrigtsen2021-07-201-1/+5
* Fix typos in a recent changeEli Zaretskii2021-07-191-1/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2021-07-191-3/+11
|\
| * Add inhibit-buffer-hooks to `make-indirect-buffer'Lars Ingebrigtsen2021-07-191-4/+11
| * Make make-indirect-buffer inherit inhibit-buffer-hook from base bufferdickmao2021-07-191-0/+1
* | ; Fix a typo in a recent changeEli Zaretskii2021-07-191-1/+1
|/
* Fix documentation of mouse-leave-buffer-hookLars Ingebrigtsen2021-07-191-1/+4
* Clarify event-convert-list doc stringLars Ingebrigtsen2021-07-181-2/+5
* Fix display of mode-line with bidi formatting controlsEli Zaretskii2021-07-181-34/+32
* Merge from origin/emacs-27Glenn Morris2021-07-161-4/+4
|\
| * ; * src/data.c (Fcar, Fcdr): Doc fix.Eli Zaretskii2021-07-141-4/+4
| * * src/xdisp.c (Fwindow_text_pixel_size): Plug memory leak. (Bug#48884)Eli Zaretskii2021-06-091-0/+3
* | Improve the `window-end' doc stringLars Ingebrigtsen2021-07-151-7/+9
* | Clarify overriding-local-map doc stringLars Ingebrigtsen2021-07-151-4/+5
* | Pacify gcc -Woverflow more clearlyPaul Eggert2021-07-141-1/+3
* | Fix deprecation warnings from libtiffEli Zaretskii2021-07-141-4/+11
* | Block TLS handshake until TCP connection establishedMattias Engdegård2021-07-131-1/+4
* | Fix portability issue with make-serial-processKen Brown2021-07-131-1/+133
* | Pacify gcc 11.1.1 -WclobberedPaul Eggert2021-07-121-2/+2
* | Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert2021-07-123-3/+8
* | Pacify gcc -Woverflow more nicelyPaul Eggert2021-07-121-6/+1
* | Fix compilation of the --with-wide-int configurationEli Zaretskii2021-07-111-0/+4
* | Pacify GCC 11.1.1 20210531 (Red Hat 11.1.1-3)Paul Eggert2021-07-112-6/+8
* | Make pdumper-marking pickierPaul Eggert2021-07-111-9/+25
* | Fix pdumper-related GC bugPaul Eggert2021-07-111-0/+11
* | * src/buffer.c (kill-buffer): Fix a typo.Matthew White2021-07-111-1/+1
* | Further cleanup for file locksMichael Albinus2021-07-095-44/+37
* | Code cleanup wrt file locksMichael Albinus2021-07-085-44/+35
* | Make make_lock_file_name more robustLars Ingebrigtsen2021-07-071-1/+10
* | Add new user option lock-file-name-transformsLars Ingebrigtsen2021-07-071-55/+17
* | Implement file locks for remote files (Bug#49261)Michael Albinus2021-07-071-1/+57
* | Fix right-margin display on TTY framesEli Zaretskii2021-07-061-1/+11
* | Show hand cursor when dragging frame (Bug#49247)Martin Rudalics2021-07-051-1/+19
* | Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-044-13/+18
* | Fix crash in GNUstep font coverage checkAlan Third2021-07-041-19/+25
* | Remove unused variablesAlan Third2021-07-041-5/+1
* | Fix thread memory management under NSAlan Third2021-07-041-0/+17
* | Fix NS self contained eln location (bug#49271)Alan Third2021-07-011-1/+27
* | Fix NS port built with gccAlan Third2021-06-291-1/+3
* | In read_minibuf_unwind don't try to select dead window (Bug#49248)Martin Rudalics2021-06-291-1/+1
* | ; * src/lread.c (load_path_default): Remove unused variable.Eli Zaretskii2021-06-261-1/+0
* | Fix NS native compilation buildsAlan Third2021-06-266-147/+43
* | Fix race conditions between Lisp threads in GTK buildsEli Zaretskii2021-06-251-0/+16
* | Fix GNUstep menu update crashesAlan Third2021-06-201-1/+29
* | Fix GNUstep build warningsAlan Third2021-06-204-9/+46
* | De-obfuscate gnutls_handshake loopdickmao2021-06-191-8/+3