aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | New variable 'use-short-answers' to use 'y-or-n-p' instead of 'yes-or-no-p'Juri Linkov2021-02-251-0/+14
* | Fix freeze on older macOS's (bug#46687)Alan Third2021-02-251-9/+11
* | Don't crash if gnutls_handshake failsRobert Pluim2021-02-251-0/+2
* | ; * src/xfaces.c (realize_gui_face): Correct formattingRobert Pluim2021-02-251-4/+5
* | Fix dangerous code in xdisp.cEli Zaretskii2021-02-241-2/+3
* | Better support for 'truncate-line' non-nil in the mini-windowEli Zaretskii2021-02-241-11/+20
* | Improve wrong number of args error message in propertizeStefan Kangas2021-02-221-1/+2
* | Faster, more compact, and readable closure creationMattias Engdegård2021-02-212-0/+35
* | Fix memory leakAlan Third2021-02-201-1/+1
* | Change how (declare (modes store the dataLars Ingebrigtsen2021-02-201-1/+9
* | Fix frame contents scaling bug on macOS (bug#46155)Alan Third2021-02-191-0/+5