aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | * src/image.c (image_set_transform): Don't use ! for Lisp object.Philipp Stephani2021-03-111-1/+1
* | * src/image.c (FRAME_SCALE_FACTOR): Define only when needed.Philipp Stephani2021-03-111-0/+2
* | ; Fix US spelling in last change.Basil L. Contovounesios2021-03-101-1/+1
* | Enable selectable image smoothing (bug#38394)Alan Third2021-03-101-5/+11
* | Port alternate signal stack to upcoming glibc 2.34Paul Eggert2021-03-091-1/+9
* | * src/buffer.c (Fbuffer_swap_text): Swap `mark-active` as wellStefan Monnier2021-03-091-0/+1
* | Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-081-2/+23
* | Simplify silent-rules build machineryGlenn Morris2021-03-062-33/+45
* | * src/Makefile.in (base_obj): Remove GMP_OBJ, undefined since 202007.Glenn Morris2021-03-061-1/+1
* | * src/fns.c (Frandom): Handle bignum `limit`sStefan Monnier2021-03-051-1/+52
* | Call the set_buffer_overlays_ settersMatt Armstrong2021-03-041-2/+2
* | * src/eval.c (init_eval_once): Bump max_specpdl_size (bug46818)Stefan Monnier2021-03-011-1/+1
* | Clean up obsolete commentMatt Armstrong2021-03-011-4/+3
* | Fix documentation of a recent changeEli Zaretskii2021-02-251-7/+5