aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-27Glenn Morris2021-02-191-1/+5
|\ \ | |/
| * Avoid assertion violation in callproc.cEli Zaretskii2021-02-101-1/+5
* | Merge from origin/emacs-27Glenn Morris2021-02-191-0/+51
|\ \ | |/
| * Fix language-environment and font selection on MS-WindowsEli Zaretskii2021-02-071-0/+51
| * Initialize signal descriptions after pdumpingEli Zaretskii2021-02-041-1/+2
* | Fix typosMattias EngdegÄrd2021-02-185-5/+5
* | Pacify unused function warning in xfns.c with GTK2Basil L. Contovounesios2021-02-161-1/+6
* | Rename minor-modes to local-minor-modesLars Ingebrigtsen2021-02-153-9/+10
* | * src/xdisp.c (move_it_to): Fix last change. (Bug#46316)Eli Zaretskii2021-02-141-1/+2
* | Fix dumping of buffers after minor_modes was addedLars Ingebrigtsen2021-02-141-1/+2
* | Revert the bit about command_modes in previous patch setLars Ingebrigtsen2021-02-143-8/+1
* | Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-146-8/+114
* | Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen2021-02-142-0/+16
* | Fix flicker when resizing NS frame programmatically (bug#46155)Alan Third2021-02-131-0/+47
* | Remove aliasing on SVG images under scaled NS framesAlan Third2021-02-133-2/+23
* | Fix I-search at EOB when long lines are truncatedEli Zaretskii2021-02-131-1/+3