summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-241-37/+79
* Add new function `directory-append'Lars Ingebrigtsen2021-07-241-0/+46
* Make supersession warnings work againLars Ingebrigtsen2021-07-231-1/+1
* Fix display of line/wrap-prefix when there's a display property at BOLEli Zaretskii2021-07-221-2/+18
* Make input of multi-key inputs in different emacsclients more logicalLogan Perkins2021-07-211-10/+16
* * src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixupStefan Monnier2021-07-211-2/+2
* Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen2021-07-213-3/+16
* Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy2021-07-213-51/+60
* Factor out char_table_ref_simple for readabilityStefan Kangas2021-07-211-60/+44
* Fix final test for invalid base64url charsLars Ingebrigtsen2021-07-211-1/+1
* 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