aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/sysdep.c (system_process_attributes): Support args attribute on macOSscratch/macos-process-argsFilipp Gunbin2021-04-161-21/+61
* Add condition-case success handler (bug#47677)Mattias Engdegård2021-04-151-3/+31
* Don't error out when selection data is unavailable (bug#47642)Juri Linkov2021-04-141-7/+14
* ; Fix a couple of recent typos.Basil L. Contovounesios2021-04-141-2/+3
* Add two optional arguments to 'string-width'Eli Zaretskii2021-04-143-28/+41
* * src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier2021-04-133-14/+13
* Resurrect mouse-highlight of close buttons on tab-barEli Zaretskii2021-04-132-5/+131
* * src/emacs.c (load_seccomp): Consistently check for nonzero resultPhilipp Stephani2021-04-111-1/+1
* Add another check for the required header <linux/filter.h>.Philipp Stephani2021-04-111-2/+2
* Also check for needed seccomp macros.Philipp Stephani2021-04-111-6/+14
* Fix handling of mouse clicks on tab-bar buttonsEli Zaretskii2021-04-111-137/+10
* * src/emacs.c (read_full): Add a few assertions.Philipp Stephani2021-04-101-0/+3
* * src/emacs.c (load_seccomp): Add a useful assertion.Philipp Stephani2021-04-101-0/+1
* * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-101-1/+1
* * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-101-1/+1
* Read file in a loop if necessary.Philipp Stephani2021-04-101-11/+39
* Add support for --seccomp command-line option.scratch/seccomp-emacs-openPhilipp Stephani2021-04-101-1/+166
* Fix MS-Windows buildEli Zaretskii2021-04-041-1/+15
* Fix warnings in image.cAlan Third2021-04-041-4/+7
* Fix unexec compilationEli Zaretskii2021-04-041-3/+5
* Fix recent changes regarding frame-scale-factorEli Zaretskii2021-04-041-3/+3
* Fix build error in frame.h on non-NSİ. Göktuğ Kayaalp2021-04-041-1/+1
* Set CSS for SVG filesAlan Third2021-04-032-15/+74
* Fix NSTRACE failureAlan Third2021-04-031-1/+1
* Implement frame-scale-factorAlan Third2021-04-033-8/+19
* Protect add-variable-watcher from incorrect usageEli Zaretskii2021-03-291-0/+1
* Use a 64KB page size for pdumpLars Ingebrigtsen2021-03-281-5/+1
* Clarify the doc string of plist-memeber and plist-putLars Ingebrigtsen2021-03-281-2/+8
* File unlock errors now issue warnings (Bug#46397)Matt Armstrong2021-03-271-3/+23
* Fix encoding by ISO-2022-JPKenichi Handa2021-03-271-0/+6
* Merge from origin/emacs-27Paul Eggert2021-03-251-1/+1
|\
| * Fix preeditarea reporting wrong spot.Amos Bird2021-03-251-1/+1
| * Fix replace-buffer-contents undefined behaviorPaul Eggert2021-03-251-2/+4
| * Document that `buffer-string' retains text propertiesLars Ingebrigtsen2021-03-181-1/+5
| * Fix buffer overflow in xbm_scan (bug#47094)Alan Third2021-03-141-1/+2
* | Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-2/+2
* | Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-216-113/+236
* | Don’t convert pointer to boolPaul Eggert2021-03-191-1/+1
* | Extend handled events in 'while-no-input-ignore-events' (Bug#47205)Michael Albinus2021-03-181-0/+6
* | Document that `buffer-string' retains text propertiesLars Ingebrigtsen2021-03-181-1/+5
* | Add minibuffer input support to commands that set the frame sizeDaniel Martín2021-03-161-2/+2
* | Fix buffer overflow in xbm_scan (bug#47094)Alan Third2021-03-131-1/+2
* | Fix rare redisplay glitches when image has been removed from displayEli Zaretskii2021-03-131-2/+26
* | * src/keyboard.c parse_solitary_modifier): Accept `click` modifierStefan Monnier2021-03-121-0/+1
* | Merge from origin/emacs-27Glenn Morris2021-03-121-2/+0
|\ \ | |/
| * Fix initialization of 'while-no-input-ignore-events'Eli Zaretskii2021-03-051-2/+0
* | Merge from origin/emacs-27Glenn Morris2021-03-121-8/+14
|\ \ | |/
| * Avoid crashes in Mew due to corrupted tool-bar labelEli Zaretskii2021-02-271-8/+14
* | Update docstrings of 'delete'/'remove' to interlink each other (bug#47054)Juri Linkov2021-03-111-1/+2
* | On MS-Windows, fflush stderr after newlinePaul Eggert2021-03-111-0/+7